ul li {
  list-style: none;
}
html {
  scroll-behavior: smooth;
}

*,
ul {
  margin: 0;
  padding: 0;
}
.clearfix {
    clear: both;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}

.button:after,
.button:before {
  backface-visibility: hidden;
  border: 1px solid rgba(255, 255, 255, 0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  transition: all 280ms ease-in-out;
  width: 0;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.button:hover:after,
.button:hover:before {
  backface-visibility: hidden;
  border-color: #ff0000;
  transition: width 350ms ease-in-out;
  width: 70%;
}

.button:hover:before {
  bottom: auto;
  top: 0;
  width: 70%;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover,
a:focus {
  text-decoration: none;
}

button,
input,
textarea,
select {
  outline-offset: 0 !important;
  outline: -webkit-focus-ring-color auto 0 !important;
}

textarea {
  width: 100%;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container:before
{
    content: " ";
    display: table;
}
.container:after
{
      content: " ";
    display: table;
    clear: both;
}
.text-primary {
  color: #d8373e;
}

.sticker-hotline-mobile {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 52px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.sticker-hotline-mobile a {
    background-color: #f1853b;
    -webkit-box-shadow: 0 0 0 4px rgb(255 141 62 / 35%);
    -moz-box-shadow: 0 0 0 4px rgb(255 141 62 / 35%);
    box-shadow: 0 0 0 4px rgb(255 141 62 / 35%);
    text-align: center;
    display: block;
    width: 100%;
    height: 52px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.sticker-hotline-mobile a span {
    background: #f1853b;
    color: #fff;
    padding: 6px 6px;
    position: absolute;
    top: 11px;
    left: 41px;
    width: 117px;
    border-radius: 0 5px 5px 0;
}
.sticker-hotline-mobile img{
    -webkit-animation: wrench 2.5s ease infinite;
    animation: wrench 2.5s ease infinite;
    color: #fff;
    padding: 9px;
    height: 50px !important;
    width: 50px !important;
}
a.scrollup {
  background: #fff;
  border: 1px solid #f1863b;
  bottom:60px;
  color: #f1863b;
  font-family: 'Roboto Condensed', sans-serif;
  height: 30px;
  position: fixed;
  right: 5px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  width: 35px;
  z-index: 1000;
  display:none;
}

a.scrollup i {
  line-height: 25px;
}

a.scrollup:hover {
  background: none repeat scroll 0 0 #f1863b;
  border: 1px solid #FFFFFF;
  box-shadow: 0 0 0 2px #f1863b;
  color: #fff;
}

.productbreadcrumb ul li:last-child:after {
  opacity: 0;
}

.productbreadcrumb ul li a {
  font-size: 14px;
}

.productbreadcrumb ul li a:hover {
    color: #000;
}


/***********************/
.menu {
    width: 81%;
}

span.icon-search {
    position: absolute;
    right: 0;
    top: 18px;
    font-size: 16px;
    cursor: pointer;
    color: #222;
}
span.icon-search:hover {
    color: #f37022;
}
.logo img {
    max-height: 70px;
    display: inline-block;
}

header {
    float: left;
    padding: 5px 0px;
    width: 100%;
    /*background-image: linear-gradient(rgb(214 116 31 / 81%), rgb(241 222 133 / 85%));*/
  background-image: linear-gradient(rgb(255 255 255 / 25%), rgb(235 236 238 / 30%));
    height:80px;
    position: relative;
    z-index: 1;
}

.logo {
    width: 19%;
}

.search form#idf {
    position: absolute;
    right: 0;
    width: 250px;
    height: 40px;
    border-radius: 5px;
    top:45px;
    background: #eee;
    display: none;
}

form#idf input {
    border: none;
    width: 100%;
    height: 40px;
    background: #eee;
    padding-left: 10px;
    border-radius: 5px 0 0 5px;
}

.search form#idf a {
    position: absolute;
    right: 5px;
    top: 11px;
}

.menu {
  text-align: left;
  position: relative;
  height: 50px;
}
.menu ul li a {
    font-size: 16px;
    color: #222;
    text-transform: uppercase;
    margin: 15px 15px;
    display: inline-block;
    font-family: OpenSans-SemiBold;
}

.menu ul.level_1 li {
    display: inline-block;
    position: relative;
}

.menu .ul.level_1 {
    text-align: left;
}

.menu ul.level_1 li ul.level_2 {
    position: absolute;
    width: 250px;
    left: 15px;
    background: #fff;
    border: 1px solid #eee;
    padding: 5px;
    top:75px;
}



.menu ul.level_1 li ul.level_2 li a {
    margin: 0;
    text-transform: capitalize;
    color: #333;
}
.menu ul.level_1 li ul.level_2 li a:hover {
    color: #f17f3a;
}
.menu ul.level_1 li ul.level_2 li {
    display: block;
    padding: 6px 5px;
}

.menu ul li a:hover {
    color: #f1853b;
}
span.ico-search {
    position: absolute;
    right: 57px;
    top: 16px;
    font-size: 15px;
    cursor: pointer;
    z-index: 111;
}
.searh {
    position: absolute;
    right: 95px;
    top: 43px;
    display: none;
    z-index: 111;
}
.form_moblie_search {
  text-align: left;
  background: #fff;
  border: 1px solid #000;
  width: 300px;
  float: left;
}

.form_moblie_search input {
  border: none;
  font-size: 13px;
  float: left;
  padding: 10px 10px;
  width: 100%;
}

.search-basic {
  width: 40%;
}

.search-basic select {
  padding: 3px 0;
  height: 38px;
  border-radius: 0;
  background: #fafafa;
  display: none;
}

.menu-hotline-mail {
  margin-top: 10px;
}


/*************menu*************/

.sky-mega-menu li:last-child {
  border: none;
}

.menu p {
  float: left;
  display: block;
  margin-left: 20px;
  margin-top: 23px;
  text-transform: uppercase;
}

.mobile-menu-toggle {
  left: -9999px;
  position: absolute;
  top: -9999px;
}

.mobmenu-toggle {
  display: none;
}


/* level 1 */

.sky-mega-menu {
  z-index: 999;
  margin-bottom: 0;
}

.sky-mega-menu:after {
  content: '';
  display: table;
  clear: both;
}

.sky-mega-menu li {
  float: none;
}
.sky-mega-menu li ul li:hover .level_2 {
    display: block;
}

.sky-mega-menu li a.active,
.sky-mega-menu li a:hover {
  color: #000;
}

.sky-mega-menu li a {
  padding: 5px 0px;
  border-bottom: 1px solid transparent;
  color: #333;
  text-decoration: none;
  background: transparent;
  position: relative;
}

.sky-mega-menu li a:hover:after,
.sky-mega-menu li a.active:hover:after,
.sky-mega-menu li a.active:after {
  display: block;
}

.sky-mega-menu li>.submenu {
  position: absolute;
  z-index: 1000;
  top: 22px;
  left: 0;
  min-width: 230px;
  display: none;
  margin-top: 8px;
  border: 1px solid #000;
  background: #ffffff;
  opacity: 0;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  /* padding-bottom: 10px; */
}

.sky-mega-menu li>.submenu li:after {
  opacity: 0
}

.sky-mega-menu li>.submenu .des_dm {
  background: #fe7500;
  padding: 10px;
  color: #000;
  text-transform: none;
  height: 100%;
}

.sky-mega-menu li>.submenu .des_dm .mt_mn {
  display: block;
  line-height: 20px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

.sky-mega-menu li>.submenu .des_dm img {
  width: 100%;
}

.sky-mega-menu li>.submenu .des_dm h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0;
  margin-top: 15px;
  margin-left: 0;
  margin-right: 0;
  font-family: VL_BOOSTERNEXTFY_BLACK;
}

.sky-mega-menu li>a:before {
  content: '';
  position: absolute;
  bottom: -12px;
  display: none;
  left: 44%;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #2D3E50;
  border-left: 7px solid transparent;
}

.sky-mega-menu li:hover>a:after {
  /* border: 1px solid #333; */
}


/* level 2+ */

.adv {
  float: left;
  width: 66.66%;
  margin: 0 auto;
  text-align: center;
}

.sky-mega-menu li .adv strong {
  background: #fe7500;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  font-size: 13px;
  border: 1px dashed #fff;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  margin-top: 20px;
}

.list_mn {
  /* padding-top: 10px; */
}

.sky-mega-menu li li {
  line-height: 27px;
  border-right: none;
  border-bottom: 1px solid #eee;
}
.sky-mega-menu li li i.fa-caret-right {
    display: block;
    position: absolute;
    right: 7px;
    top: 11px;
}
.sky-mega-menu li li a:before {
  opacity: 0;
}

.sky-mega-menu li li a:after {
  opacity: 0;
}

.sky-mega-menu li li a {
  color: #333;
  display: block;
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
  padding: 0;
  text-align: left;
  border: none;
  margin: 0;
  padding-left: 10px;
}

.sky-mega-menu li li .level_2 {position: absolute;left: 100%;top: -1px;width: 220px;background: #fff;display: none;border: 1px solid #000;}

.sky-mega-menu li li>div:after {
  top: 0;
  right: 100%;
  bottom: auto;
  left: auto;
  width: 8px;
  height: 100%;
}

.sky-mega-menu li li>div:before {
  top: 22px;
  right: 100%;
  bottom: auto;
  left: auto;
  border-top: 5px solid transparent;
  border-right: 5px solid #2D3E50;
  border-bottom: 5px solid transparent;
}

.sky-mega-menu li li:hover>div {
  left: 100%;
}

.sky-mega-menu .right li>div {
  margin: 0 8px 0 0;
  -o-transform-origin-x: 100%;
  -ms-transform-origin-x: 100%;
  -moz-transform-origin-x: 100%;
  -webkit-transform-origin-x: 100%;
}

.sky-mega-menu .right li>div:after {
  right: auto;
  left: 100%;
}

.sky-mega-menu .right li>div:before {
  right: auto;
  left: 100%;
}

.sky-mega-menu .right li:hover>div {
  right: 100%;
  left: auto;
}


/**/


/* animations */


/**/


/* grid */

.sky-mega-menu .grid-column {
  float: left;
}

.sky-mega-menu .grid-column3,
.sky-mega-menu .submenu {
  width: 100%;
}

#mainHideMenu {
  background-color: #000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 998;
  opacity: 0.8;
  display: none;
}

@media handheld,
screen and (max-width: 1024px) {
  .sky-mega-menu li li i.fa-caret-right
  {
    display:none;
  }
  /* <-- Adjust the breakpoints to your liking */
  .sky-mega-menu li .submenu ul li a {
    color: #fff
  }
  .sky-mega-menu li .submenu {
    opacity: 1;
    position: relative;
    top: 0;
    float: left;
    background: #999;
    border: none;
  }
  .sky-mega-menu li .submenu ul li a:hover {
    color: #fff;
  }
  .mobmenu-toggle,
  .mobile-menu-toggle-button,
  .mobile-toggleable-menu {
    position: fixed;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
  }

  .mobmenu-toggle {
    height: 40px;
    margin-bottom: 0;
    text-align: center;
    width: 45px;
    color: #f58220;
    position: absolute;
    display: block;
    left: 15px;
    top: 0px;
  }
  .mobmenu-toggle::before {
    background: #f36f21;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
  }
  .mobmenu-toggle::after {
    border-bottom: 3px solid #f36f21;
    border-top: 3px solid #f36f21;
    box-sizing: content-box !important;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    right: 0;
    top: 12px;
    left: 0;
    width: 20px;
  }
  .mobmenu-toggle:hover {
    cursor: pointer;
  }
  .mobile-menu-toggle-button:checked + .mobile-toggleable-menu.mobile-left {
        width: 260px !important;
        left: 0;
        top: 0;
        overflow-y: auto;
        background: #f7f9fb;
    }
  .mobile-toggleable-menu {
    margin: 0;
    width: 85%;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    z-index: 999;
    overflow: hidden;
  }

  .mobile-toggleable-menu.mobile-left {
    left: -105%;
  }
  .mobile-toggleable-menu.mobile-right {
    right: -105%;
  }
  .mobile-menu-toggle-button:checked~.mobmenu-toggle.mobile-right {
    left: 0;
    right: auto;
  }
  .mobile-menu-toggle-button:checked~.mobmenu-toggle.mobile-left {
    left: auto;
    right: 0;
  }

  .mobile-menu-toggle-button:checked+.mobile-toggleable-menu.mobile-right {
    width: 260px !important;
    right: 0;
  }
  .sky-mega-menu li li a:after {
    top: 12px;
    left: 0;
  }
  .sky-mega-menu li>a:before {
    opacity: 0;
  }
  .sky-mega-menu li a:after {
    opacity: 0;
  }
  .sky-mega-menu li.home i {
    color: #fff;
    padding-right: 0 !important;
  }
  .mobile-toggleable-menu li i {
    position: absolute;
    right: 0;
    color: #333;
    top: -4px;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    width: 40px;
    display: block;
    height: 48px;
  }
  .mobile-toggleable-menu li {
    width: 100%;
    border-right: none;
    position: relative;
    margin-top: 0px;
    padding: 0;
    text-align: left;
  }
  .sky-mega-menu li li a {
    color: #333;
    line-height: 30px;
  }
  .mobile-toggleable-menu li a {
    color: #333 !important;
    line-height: 27px;
    font-size: 13px;
    padding: 5px;
    display: block;
    margin: 5px !important;
  }
  .mobile-toggleable-menu #submenu {
    width: 100%;
    top: 0;
    left: 0;
  }
  .mobile-toggleable-menu li:hover ul#submenu {
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
  }
}


/***************/


.form_moblie_search .nut_searh {
  position: absolute;
  right: 0;
  display: block;
  background: #000;
  font-size: 17px;
  padding: 12px 14px;
  color: #fff;
  top: 0;
}
.hotline {
  float: right;
}

hgroup h1 {
  margin: 0;
  font-size: 18px;
}


.pr-item-bc {
  text-align: center;
  border: 1px solid #f2f2f2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 16px 0px rgba(61,61,61,0.07);
  -moz-box-shadow: 0px 0px 16px 0px rgba(61,61,61,0.07);
  -webkit-box-shadow: 0px 0px 16px 0px rgba(61,61,61,0.07);
}

.pr-item-home {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.pr-item-home:hover {
  box-shadow: 0px 0px 16px 0px rgba(61, 61, 61, 0.07);
  -moz-box-shadow: 0px 0px 16px 0px rgba(61, 61, 61, 0.07);
  -webkit-box-shadow: 0px 0px 16px 0px rgba(61, 61, 61, 0.07);
}

.ht-price span.new-price {
  color: #e85663;
  font-size: 17px;
  font-weight: 500;
}

.pr-item-home h3 {
  padding: 0 5px;
  text-align: center;
  height: 40px;
}

.pr-item h3 a {
  font-size: 15px;
  line-height: 22px;
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
}

.pr-item h3 a:hover {
  color: #e85663;
}

.ht-price {
  margin-top: 5px;
  text-align: center;
}

.pr-item-bc h3 a {
  color: #333;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
}

.pr-item-bc h3 a:hover {
  color: #0e97ea;
}


footer {
  background: #fdede1;
  padding: 40px 0;
  border-top: 2px solid #f1863b;
}

.right-footer p {
  line-height: 22px;
  font-size: 12px;
}

.dm-footer h4 {
  text-transform: uppercase;
  font-size: 15px;
}

.copyright {
  padding: 9px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  border-top: 1px solid #ccc;
}


.content-dmsp.pagein {
  position: absolute;
  z-index: 1000;
  display: none;
  background: #fff;
  width: 270px;
}


/********************/


h1.detail-page {
  color: #333;
  font-size: 20px;
  margin-top: 0;
  text-transform: uppercase;
}

.title-related {
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin: 20px 0 10px;
  color: #000;
}

.content-related-news ul li a {
  line-height: 22px;
  font-size: 14px;
  position: relative;
  padding-left: 13px;
}

.content-related-news ul li a:before {
  position: absolute;
  font-size: 8px;
  color: #999;
  font-family: FontAwesome;
  content: "\f04b";
  left: 0;
  top: -4px;
}

.content-related-news ul li span {
  margin-left: 5px;
  font-size: 14px;
  color: #999;
}

.mapbd {
  margin-bottom: 20px;
}

.title-contact h2 {
  text-transform: uppercase;
  font-size: 20px;
  color: #444;
  margin-bottom: 20px;
}

.content-contact {
  line-height: 25px;
  font-size: 14px;
  margin-bottom: 20px;
}

.content-form-contact p {
  margin-bottom: 10px;
  font-size: 14px;
}

.content-form-contact p span {
  color: red;
  font-size: 14px;
}

.content-form-contact form input {
  border: 1px solid #ccc;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 10px;
}

.content-form-contact form textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0;
  min-height: 100px;
  padding: 10px;
  font-size: 14px;
}

.btn-contact {
  text-align: right;
  margin: 10px 0;
}

.btn-contact button {
  border: none;
  background: #0d9344;
  color: #fff;
  text-transform: uppercase;
  padding: 11px;
  font-size: 14px;
}

#errorcontact {
  font-size: 14px;
  color: #0f6939;
}

.Main404 {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0 10px;
}

.viewmore {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.viewmore a {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  display: inline-block;
  font-weight: bold;
  padding: 6px 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
  0% {
    background-color: #af3838;
    box-shadow: 0 0 2px #a71111;
  }
  50% {
    background-color: #e81616;
    box-shadow: 0 0 5px #a71111;
  }
  100% {
    background-color: #e81616;
    box-shadow: 0 0 2px #a71111;
  }
}

@-moz-keyframes glowing {
  0% {
    background-color: #af3838;
    box-shadow: 0 0 2px #a71111;
  }
  50% {
    background-color: #e81616;
    box-shadow: 0 0 5px #a71111;
  }
  100% {
    background-color: #e81616;
    box-shadow: 0 0 2px #a71111;
  }
}

@-o-keyframes glowing {
  0% {
    background-color: #af3838;
    box-shadow: 0 0 2px #a71111;
  }
  50% {
    background-color: #e81616;
    box-shadow: 0 0 5px #a71111;
  }
  100% {
    background-color: #e81616;
    box-shadow: 0 0 2px #a71111;
  }
}

@keyframes glowing {
  0% {
    background-color: #af3838;
    box-shadow: 0 0 2px #a71111;
  }
  50% {
    background-color: #e81616;
    box-shadow: 0 0 5px #a71111;
  }
  100% {
    background-color: #e81616;
    box-shadow: 0 0 2px #a71111;
  }
}

.col-thongtin {
  float: left;
  margin-bottom: 20px;
  min-height: 270px;
  border: 1px solid #eee;
}

.tit-thanhtoan {
  text-transform: uppercase;
  background: #eee;
  padding: 10px;
  font-size: 14px;
  color: #111;
}

.content-one {
  padding: 15px;
}

.content-one label {
  float: left;
  margin-top: 10px;
  font-weight: normal;
  min-width: 100px;
  font-size: 14px;
}

.content-one input {
  float: right;
  width: 77%;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.content-one .input-icon {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.content-one select {
  float: right;
  width: 77%;
  border: 1px solid #ccc;
  padding: 8px;
}

.tit-two {
  text-transform: uppercase;
  color: #111;
  font-size: 16px;
}

form.form-thanhtoan textarea {
  min-height: 112px;
  margin-top: 10px;
  border: 1px solid #ccc;
  color: #333;
  width: 77%;
  float: right;
  border-radius: 0;
}

.httoan {
  border: 1px solid #ddd;
  clear: both;
}

.content-htttoan {
  padding: 10px;
}

.content-htttoan ul li,
.content-htttoan ul {
  float: left;
  margin-bottom: 10px;
}

.content-htttoan .buttontt {
  clear: both;
  margin: 10px 0;
  text-align: left;
}

.content-htttoan .buttontt p input {
  height: 15px;
  float: left;
  margin-top: 2px;
  margin-right: 6px;
}

.content-one p.meida input {
  float: left;
  width: 20px;
  margin-top: 0;
  height: 17px;
  margin-right: 5px;
}

.content-one p.meida {
  float: left;
  margin-bottom: 10px;
}

.last-donghang {
  clear: both;
}

.content-last-donhang {
  float: left;
  border: 1px solid #eee;
  margin-bottom: 10px;
}

.last-donghang p {
  text-transform: uppercase;
  color: #111;
  font-size: 16px;
  margin-bottom: 15px;
}

.content-last-donhang ul {
  float: left;
  width: 100%;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}

.content-last-donhang ul.bl-tt {
  background: #eee;
  padding: 2px;
  color: #111;
  text-transform: uppercase;
  font-size: 14px;
}

.content-last-donhang ul.listsp {
  float: left;
  border-bottom: 1px solid #eee;
}

.content-last-donhang ul.listsp li {
  padding: 15px 15px;
  font-size: 14px;
}

.content-last-donhang ul li.col2 {
  font-size: 14px;
}

.content-last-donhang ul:last-child {
  border-bottom: none;
}

.btn-thanhtoan {
  /* display: inline-block; */
  margin: 15px 0;
  clear: both;
  /* float: left; */
}

.btn-thanhtoan button {
  background: #000;
  box-shadow: none;
  border: none;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 14px;
}

.content-last-donhang ul.lastthanhtoan li.col2 {
  color: red;
  font-size: 18px;
  font-family: open-sans-bold;
}

.content-last-donhang ul li {
  padding: 10px 15px;
}

.content-last-donhang ul.ptgiaohang p {
  margin: 0;
  line-height: 30px;
  color: #444;
  text-transform: none;
  font-size: 14px;
}

.content-last-donhang ul.ptgiaohang p input {
  float: left;
  margin-top: 8px;
  width: 19px;
  height: 14px;
}

.button_cart {
  =: 40px text-align: right;
  text-align: right;
  display: block;
  margin-top: 25px;
  margin-bottom: 25px;
}

button.buy_cart {
  background: #612e05;
  color: #fff;
  padding: 8px 12px;
  border: medium none;
}

.btn-contact button:hover,
.btn-thanhtoan button:hover {
  background: red;
}
.cart_info_price strong {
    color: red;
}
.button_cart a {
  background: #333;
  color: #fff;
  padding: 12px 12px;
  text-transform: uppercase;
}

.button_cart a:hover {
  background: red;
}

.code-sale {
  margin-bottom: 15px;
  border: 1px solid #eee;
  padding: 10px;
  float: left;
}

.tit-info-cart {
  padding: 13px;
  background: #ccc;
  margin-bottom: 10px;
  color: #333;
  text-transform: uppercase;
}

.tit-info-cart i {
  float: right;
  font-size: 15px;
}

.sumadd {
  border-top: 1px solid #eee;
  padding: 12px 0;
  padding-left: 10px;
  font-size: 14px;
}

.sumadd span {
  float: right;
  margin-right: 10px;
  font-size: 15px;
  color: red;
  font-weight: 600;
}

.sum-info-cart ul {
  border: 1px solid #000;
  float: left;
  width: 100%;
}

.sum-info-cart ul li {
  line-height: 25px;
  color: #666;
  padding: 5px 9px;
  font-size: 13px;
  float: left;
  font-family: LATOREGULAR;
  width: 100%;
}

.info-cart-cart ul li {
  line-height: 26px;
  color: #333;
  font-size: 14px;
}

.info-cart-cart ul {
  padding: 10px;
}

.info-cart-cart ul li span {
  float: right;
}

.tit-code-sale {
  background: #0f6939;
  color: #fff;
  padding-left: 10px;
  padding-top: 12px;
  text-transform: uppercase;
  padding-bottom: 12px;
  margin: -10px -10px 10px;
}

.tit-code-sale i {
  float: right;
  margin-right: 10px;
  font-size: 16px;
}

.info-cart {
  border: 1px solid #eee;
  float: left;
  margin-bottom: 15px;
  padding: 0;
  width: 100%;
}

.form-code-sale form input {
  width: 95% !important;
  font-size: 12px;
  box-shadow: none;
  margin-top: 10px;
}

button.sent-code {
  float: left;
  border: none;
  background: #8bc63e;
  color: #fff;
  margin-top: 10px;
  text-transform: uppercase;
  padding: 9px;
}

.form-code-sale form .input-group {
  float: left;
  width: 70%;
}

ul.list_list_cart {
  clear: both;
  float: left;
  width: 100%;
  /* background: #eee; */
  margin: 0;
}

ul.list_list_cart li {
  border-right: 1px solid #eee;
  min-height: 115px;
}

ul.list_list_cart li:last-child {
  border-right: none;
}

ul.list_list_cart li {
  text-align: center;
}

ul.list_list_cart li ul {
  clear: both;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 0;
}

ul.list_list_cart li ul:nth-child(2n) {
  background: #fcfcfc;
}

ul.list_list_cart li ul li {
  padding-top: 5px;
}

ul.list_list_cart li ul:last-child {
  border-bottom: none;
}

.cart_delete i {
  font-size: 18px;
  color: #000;
  cursor: pointer;
}

.cart_info_image_sp {
  margin-bottom: 10px;
  max-width: 100px;
  margin: 0 auto;
}

.list_cart table thead {
  background: #ccc;
}

.list_cart table thead td {
  padding: 10px;
  color: #333;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
}

.list_cart table {
  border: 1px solid #eee;
}

.list_cart table tr td {
  text-align: center;
  line-height: 24px;
}

.list_cart table tr td img {
  max-width: 100px;
}

.list_cart table tr td img {
  display: inline-block;
  padding: 10px;
}

.content-form-resgister {
  width: 65%;
  margin: auto;
  text-align: center;
}

.content-form-resgister form .input-icon {
  text-align: left;
  margin-bottom: 15px;
}

.content-form-resgister form .input-icon label {
  font-weight: normal;
  font-size: 14px;
}

.content-form-resgister form .input-icon label span {
  color: red;
}

.content-form-resgister form .input-icon input {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #eee;
}

.btn-resgister {
  margin: 23px 0;
  display: block;
}

.btn-resgister button {
  border: none;
  background: #0f6939;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 20px;
  font-size: 14px;
}

.btn-resgister button:hover {
  background: #8bc63e;
}

.pr_details_img_small {
  object-fit: scale-down;
  float: left;
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
}

.f-pr-image-zoom-gallery a {
  display: block;
  height: 75px;
  margin: 0 5px;
  background: #fff;
}
.owl_img_product_details a img {width: 100%;height: 100%;object-fit: cover;}

.image-detail-pr .f-pr-image-zoom {
  position: relative;
  margin: auto;
  height: 355px;
  border: 1px solid #eee;
  float: right;
  width: 80%;
}

.f-pr-image-zoom-gallery {margin-top: 10px;}

.image-detail-pr .f-pr-image-zoom .zoomWrapper img {
  display: inline-block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  max-height: 350px;
}

.pr-detail-info h1 {
  margin: 0;
  margin-bottom: 10px;
  color: #000;
  text-transform: uppercase;
}

.pr-detail-info {
  font-size: 14px;
}

.pr-detail-info p {
  margin-bottom: 10px;
  color: #000;
}

.info-pr {
  border-top: 1px solid #eee;
  float: left;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}

.info-pr p {
  text-transform: uppercase;
}

.info-pr ul li {
  line-height: 26px;
  color: #444;
  position: relative;
  padding-left: 7px;
  font-size: 13px;
}

.info-price-detail strong {
  font-size: 23px;
  color: red;
  font-family: open-sans-bold;
}

.box-addtocart {
  margin: 10px 0;
  float: left;
  width: 100%;
}

.box-addtocart a.addtocart {
  background: #fff;
  color: #333;
  border: 1px solid #333;
  padding: 10px 25px;
  text-transform: uppercase;
  float: left;
  line-height: 24px;
  margin-right: 10px;
  border-radius: 5px;
}

.box-addtocart a.addtocart span {
  display: table;
  float: left;
  margin-top: 0px;
}

.box-addtocart a.buynow {
  float: right;
  background: #ee1d23;
  color: #fff;
  padding: 14px 25px;
  text-transform: uppercase;
  border-radius: 5px;
}

.box-addtocart a.buynow span {
  background: url(../images/noes.png) no-repeat;
  width: 18px;
  height: 14px;
  display: table;
  float: left;
  margin-right: 9px;
  margin-top: 0px;
}

.box-addtocart a.buynow:hover,
.box-addtocart a.addtocart:hover {
  background: #000;
  color: #fff;
}

ul.tab-detail-product {
  margin-top: 25px;
  border-bottom: none;
  text-align: center;
}

.content-tab-detail-product {
  border: 1px solid #eee;
  padding: 15px;
  float: left;
  width: 100%;
}
.right-footer p a {
  color: #fff;
  font-size: 12px;
  line-height: 22px;
}

.right-footer p a:hover {
  color: #8bc63e;
}

.hotline a {
  color: #FFF;
  font-size: 23px;
  font-family: open-sans-bold;
}

/***********chitiet san pham*************/

.cart-hotline {position: absolute;right: 15px;top: 6px;}

.hotline i {
  width: 40px;
  height: 40px;
  text-align: center;
  background: red;
  color: #fff;
  border-radius: 40px;
  line-height: 40px;
  font-size: 21px;
  margin-right: 10px;
}

.pos-adv-top {
  margin-top: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.pos-adv-top a {
  position: relative;
  display: block;
}

.pos-adv-top a:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.pos-adv-top a:hover:after {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.pos-adv-top img {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.pos-adv-top:hover img {
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.info-footer h4,
.form-footer h4 {
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 17px;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  color: #333;
  font-weight: 600;
}

.info-footer h4:after,
.form-footer h4:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #333;
  left: 0;
  bottom: 0;
}

.info-footer p,
.form-footer p {
  /* color:#fff */
}

.info-footer,
.form-footer {
  line-height: 23px;
}

.info-footer p a {
  color: #333;
}

.info-footer p a:hover {
  color: #ccc;
}

.form-mail-footer input {
  width: 100%;
  padding: 5px;
  border: none;
  border: 1px solid #eee;
}

.form-mail-footer {
  position: relative;
  margin-bottom: 20px;
}

a.re-mail {
  position: absolute;
  right: 0;
  background: red;
  top: 0;
  color: #fff;
  padding: 10px 11px;
  font-size: 14px;
}

a.viewall {
  position: absolute;
  right: 0;
  top: 5px;
}

a.viewall:hover {
  color: #0e97ea;
}

.short-info {
  margin-bottom: 10px;
  text-align: justify;
  line-height: 22px;
}

.row10 {
  margin-left: -5px;
  margin-right: -5px;
}

.padding15
{
  padding-left:15px;
  padding-right:15px;
  float: left;
  position: relative;
  min-height: 1px;
}
.content-related-news {
  margin-bottom: 20px;
}

.qc-right a {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.box-detail-product h1 {
  padding-bottom: 10px;
  font-size: 20px;
  border-bottom: 1px solid #eee;
}
span#priceShow {
    font-size: 22px;
    font-family: time;
    color: #e85663;
    font-weight: bold;
}

.brands span {
    font-weight: bold;
}

.short-detail-sp {
  text-align: justify;
  font-size: 14px;
  line-height: 22px;
  color: #666;
}


.info-pr ul li input {
  vertical-align: middle;
  margin-top: 0;
  margin-right: 5px;
}

.info-pr label {
  font-weight: normal;
  font-size: 13px;
}

.title-pr-related {
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
  margin-top: 20px;
}

.title-pr-related span {
  color: #000;
}

.ht-price span.price-old {
  font-size: 14px;
  color: #666;
  text-decoration: line-through;
  font-weight: normal;
}

.price-now span.price-old {
  color: #999;
  font-size: 17px;
  text-decoration: line-through;
}


.zoomWrapper {
  text-align: center;
  margin: 0 auto;
  position: relative;
}
#img_01 {
    height: 370px !important;
    object-fit: scale-down;
    width: 100% !important;
    max-width:100%;
}
.price-now {margin-bottom: 10px;}

.content-tab-detail-product h2,
.content-tab-detail-product h3 {
  font-size: inherit;
}

.content-tab-detail-product.tab-content img {
  max-width: 100% !important;
}

.content-tab-detail-product ul li {
  /* width: 100% !important; */
}

.content-tab-detail-product div {
  width: 100% !important;
}

.info-footer.icon-shares a {
  display: inline-block;
  margin-top: 10px;
  margin-right: 5px;
}

.info-footer.icon-shares a img {
  width: 40px;
  height: 40px;
  object-fit: scale-down;
}
.thumb-ab a:hover img {
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}

.row5 {
    margin-left: -5px;
    margin-right: -5px;
}
.ab_title_related {
    margin: 30px 0;
    text-align: center;
}

.ab_title_related h2 {
    text-transform: uppercase;
}

.ht-price span.old-price {
    text-decoration: line-through;
    color: #666;
    font-size: 14px;
    font-weight:normal;
}

.ht-price span {
    color: #e85663;
    font-size: 16px;
    font-weight: 500;
}
.phantrang {
    text-align: center;
}

.phantrang ul li a {color: #000 !important;}

.phantrang ul li.active a {
    color: #fff !important;
    background:#000 !important;
    border: 1px solid #000 !important;
}

.short-detail-sp ul {
    padding-left: 15px;
}
.tit-block.spnb {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 26px;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 9px;
    font-family: 'Playfair Display', serif;
}

.f-block-spnb {
    margin-top: 50px;
}

.tit-block.spnb:after, .gallery h2:after, .newhome h2:after,.bosuutap h2:after {content: "";position: absolute;left: 0;right: 0;margin: auto;width: 50px;height: 2px;background: #111;bottom: 0;}

.f-bl-thumb-pr a {
    display: block;
    height: 330px;
    overflow: hidden;
}

.f-bl-thumb-pr a img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    transition: all 0.3s;
}
.itembst a:hover img {
        -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.f-bl-thumb-pr a:hover img {
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.f-prnb.product_nb {
    margin: 0 15px;
    text-align: center;
    padding-bottom: 10px;
}

.f-prnb h3 a {
    display: block;
    height: 40px;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
}

.f-prnb h3 a:hover {
    color: #e85663;
}
.customNavigation a {
    background: #eee;
    width: 40px;
    height: 40px;
    font-size: 19px;
}

.customNavigation a.prevsl {
    position: absolute;
    top: 52%;
    left: 0;
}

.customNavigation a i {
    line-height: 27px;
}

.customNavigation a:hover {
    background: #e85663;
    color: #fff;
}

.customNavigation a.nextsl {
    position: absolute;
    right: 0;
    top: 52%;
}
.newhome h2 {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    margin: 20px 0;
    position: relative;
    padding-bottom: 15px;
}
.newhome {
    margin-top: 30px;
}

.itemnew {
    margin: 15px;
}

.thumb-new a {
    position: relative;
    display: block;
    height: 340px;
    margin-bottom: 15px;
}

.thumb-new a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.itemnew .s-des {
    max-height: 78px;
    overflow: hidden;
}
.itemnew h3 a {
    display: block;
    height: 40px;
    overflow: hidden;
    color: #000;
    text-transform: uppercase;
}

.itemnew h3 a:hover {
    color: #e85663;
}

.itemnew .s-des {
    color: #666;
}

@-webkit-keyframes wrench{0%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg);}
8%{-webkit-transform:rotate(12deg);transform:rotate(12deg);}
10%,
28%,
30%,
48%,
50%,
68%{-webkit-transform:rotate(24deg);transform:rotate(24deg);}
18%,
20%,
38%,
40%,
58%,
60%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg);}
100%,
75%{-webkit-transform:rotate(0);transform:rotate(0);}
}
@keyframes wrench{0%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg);}
8%{-webkit-transform:rotate(12deg);-ms-transform:rotate(12deg);transform:rotate(12deg);}
10%,
28%,
30%,
48%,
50%,
68%{-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg);}
18%,
20%,
38%,
40%,
58%,
60%{-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg);}
100%,
75%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);}
}
.banner {height: 100%;clear: both; margin-bottom:50px;}
.banner img {
    width: 100%;
    height: 530px;
    object-fit: cover;
}
.banner a {
    display: block;
    position: relative;
}
.section1 .content,.section1 .img {
    width: 50%;
    line-height: 27px;
}

.section1 .content h2 {
    font-family: 'Yeseva One', cursive;
    font-size: 2.3rem;
    margin-bottom: 20px;
    margin-top: 0rem;
}

.section1 .content h2 span {
    color: #f1853b;
}

.section1 .content {
    font-size: 15px;
    color: #333;
}

.section1 .content a.xemthem {
    display: block;
    margin-top: 10px;
    color: #f1853b;
}
.section2 {
    background: #fafafa;
    margin-top: 40px;
    padding: 40px 0;
}

.section2 h2 {
    text-align: center;
    font-family: 'Yeseva One', cursive;
    font-weight: normal;
    font-size: 2.3rem;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.section2 .des-title, .section3 .des-title,.section5 .des-title {
    width: 67%;
    margin: 0 auto;
    text-align: center;
    color: #666;
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 23px;
}

.section2 h2 span {
    color: #f1853b;
}

.section2 .content, .section3 .content,.section4 .content {
    display: flex;
    flex-wrap: wrap;
}
.section2 .content .item {
    width: calc(100%/3 - 30px);
    margin: 15px 15px;
    background: #fff;
    color: #666;
    font-size: 15px;
    line-height: 22px;
}
img.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.section2 .content .item p.img a {
    display: block;
    height: 240px;
    margin-bottom: 10px;
    position: relative;
}

.section2 .content .item p.img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section2 .content .item h3 a {
    height: 43px;
    line-height: 22px;
    overflow: hidden;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    font-family: 'OpenSans-SemiBold';
}

.section2 .content .item h3 a:hover, .section3 .content .item h3 a:hover, .section4 .content .item h3 a:hover {
    color: #f1823b;
}

.section2 .content .item p.viewdetail a {
    display: inline-block;
    background: #f1843b;
    margin-top: 12px;
    padding: 9px 16px;
    color: #fff;
}
.section2 .content .item p.viewdetail a:hover {
    background: #f8c045;
}
.section2 .content .item p.img a:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,.4);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.section2 .content .item p.img a:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.section3 {
    background: rgb(241 132 59 / 15%);
    padding: 40px 0;
}

.section3 h2, .section4 h2,.section3 h2, .section5 h2 {
    text-transform: uppercase;
    text-align: center;
    font-family: 'Yeseva One', cursive;
    font-size: 2.3rem;
    margin-bottom: 20px;
}
.section3 h2 span, .section4 h2 span,.section5 h2 span {
    background: #fcede2;
    font-weight: normal;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 15px;
    font-size: 26px;
  color:#f1853b;
}

.section3 h2:before, .section4 h2:before,.section5 h2:before {
    width: 700px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 1px solid #f1843b;
    top: 21px;
}
.section3 h2:after, .section4 h2:after,.section5 h2:after {
    width: 600px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 1px solid #f1843b;
    top: 25px;
}

.section3 .content .item {
    width: calc(100%/3 - 30px);
    margin: 15px 15px;
    display: inline-block;
    text-align: center;
    color: #333;
    font-size: 15px;
    line-height: 22px;
}

.section3 .content {flex-wrap: wrap;}

.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:after{
  clear:both;
}
.row:before,.row:after
{
    content: " ";
    display: table;
}
.section3 .content .item .img a {
    display: block;
    height: 220px;
    overflow: hidden;
}

.section3 .content .item .img a img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    -webkit-transform: rotate(
0deg
) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(
0deg
) scale(1);
}

.section3 .content .item h3 a {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #111;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'OpenSans-SemiBold';
}
.section3 .content .item .img a img:hover {
    opacity: 0.5;
}

.section3 .content .item .img a:hover img {
    -webkit-transform: rotate(
0deg
) scale(1.1);
    -ms-transform: rotate(0deg) scale(1.1);
    transform: rotate(
0deg
) scale(1.1);
}
.section4 {
    padding: 40px 0;
}

.section4 h2 span,.section5 h2 span {
    background: #fff;
}
.section4 .content .item {
    width: calc(100%/3 - 42px);
    margin: 15px 15px;
    color: #666;
    border: 1px solid #eee;
    font-size: 15px;
    line-height: 21px;
    padding: 5px;
}

.section4 .content .item .img a {
    display: block;
    height: 250px;
    position: relative;
    margin-bottom: 10px;
}

.section4 .content .item .img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section4 .content .item .img span {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(241 132 59 / 84%);
    color: #fff;
    padding: 7px;
    font-size: 14px;
}
.section4 .content .item h3 a {
    display: block;
    margin-bottom: 5px;
    height: 45px;
    overflow: hidden;
    font-size: 16px;
    line-height: 22px;
    font-family: 'OpenSans-SemiBold';
}
.section4 p.xemthemnew {
    text-align: center;
    margin-top: 20px;
}

.section4 p.xemthemnew a {
    display: inline-block;
    background: #f1843b;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
}
a.section4 p.xemthemnew a:hover {
    background: #b35313;
}
.topfooter {
    background: #fafafa;
    padding: 40px 0;
    text-align: center;
}

.topfooter h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 10px;
    font-family: 'Yeseva One', cursive;
    font-weight: normal;
  color:#f1853b;
}

.topfooter .content {
    margin-top: 20px;
}

.topfooter .content .item {
    background: #fff;
    border: 1px solid #eee;
    text-align: center;
    margin: 0 15px;
}

.topfooter .content .item .img img {
    display: inline-block;
    width: 90px;
    height: 90px;
    border: 1px solid #f1843b;
    border-radius: 100%;
    margin-top: -45px;
}

.topfooter .content .item .info {
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 15px;
}

.topfooter .content .item .info h3 {
    font-size: 16px;
    margin-bottom: 7px;
    color: #f1853b;
    text-transform: uppercase;
    font-family: 'OpenSans-SemiBold';
}

.topfooter .content .item .info label {
    display: block;
    color: #f1843b;
    margin: 6px 0px;
}

.topfooter .content .item .info p i {
    font-size: 13px;
    width: 21px;
    height: 21px;
    margin-right: 5px;
    background: #666;
    border-radius: 100%;
    text-align: center;
    line-height: 23px;
    display: inline-block;
    color: #fff;
}

.topfooter .content .item .info p img {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}
.topfooter .content .item .info p {
    margin-bottom: 1px;
}
footer .content h2 {
    position: relative;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 13px;
    padding-bottom: 8px;
    font-family: 'Yeseva One', cursive;
}

footer .content h2:after {
    width: 50px;
    height: 2px;
    background: #f1843b;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}

footer .content .addresss {
    width: 42%;
}

footer .content .consulting {
    width: 20%;
}

footer .content .map {
    width: 38%;
}
footer .content .addresss p i {
    margin-right: 6px;
    color: #f1843b;
    width: 15px;
    text-align: center;
}

footer .content .consulting ul li {
    line-height: 27px;
}

footer .content .consulting ul li a i {
    padding-right: 6px;
}

footer .content .consulting ul li a:hover {
    color: #f1843b;
}

footer .content .addresss p {
    line-height: 25px;
}
.section4 .content .item:hover {
    box-shadow: 1px 3px 4px #eee;
}
.content.owl-support .owl-wrapper-outer {
    padding-top: 70px;
}
.loadajax {
    background-color: #222;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10001;
    opacity: 0.1;
}
.ajax-loader {
    position: fixed;
    right: 50%;
    top: 50%;
    z-index: 10002;
    width: 40px;
    height: 40px;
    margin: -75px 0 0 -75px;
    border: 5px solid #f1863b;
    border-radius: 50%;
    border-top: 5px solid #fad036;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    opacity: 1;
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.main {
    clear: both;
}

.main h1.title-page, .main h2.title-page {
    margin: 15px 0;
    font-weight: normal;
    font-size: 20px;
    font-family: 'Yeseva One', cursive;
    /*text-transform: uppercase;*/
  color:#f1853b;
}

.listsub li {
    width: calc(100%/3);
}
.listsub {
    display: flex;
    flex-wrap: wrap;
}
.pr-item-bc .pr-img a {
    display: block;
    height: 250px;
    overflow: hidden;
}

.pr-item-bc .pr-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pr-item-bc h3 {
    background: #eee;
    padding: 10px 0;
    font-family: 'OpenSans-SemiBold';
}

.pr-item-bc:hover h3 {
    background: #f1863b;
    color:#FFF;
}

.pr-item-bc:hover h3 a {
    color: #fff;
}
.pr-item-bc:hover .pr-img img {
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.contentseo {
    display: block;
    margin: 10px 0;
    position: relative;
  line-height:24px;
}
.contentseo p, .kaita-detail-page p{  
  padding-top:5px;
  padding-bottom:5px;
}

.contentseo a, .kaita-detail-page a, .kaita-detail-page table a{
  color:#4a90e2 !important; 
}
.contentseo a:hover, .kaita-detail-page a:hover, .kaita-detail-page table a:hover{
  color:#f1853b !important; 
}
.contentseo h2, .contentseo h3, .kaita-detail-page h2, .kaita-detail-page h3, .kaita-detail-page table h2, .kaita-detail-page table h3{
  color:#f1853b !important; 
  padding:10px 0;
}
.contentseo img, .kaita-detail-page img {
    max-width: 100%;
    height: auto !important;
}

.contentseo table, .kaita-detail-page table {
    width: 100% !important;
}
.contentseo ul {
    padding-left: 15px;
    line-height: 25px;
}
ul.news-content {
    display: flex;
    flex-wrap: wrap;
}

ul.news-content li {
    width: calc(100%/2 - 30px);
}

.f-news-page-item {
    border: 1px solid #eee;
    padding: 5px;
    margin-bottom: 15px;
    float: left;
}

.f-news-page-item .f-news-page-item-img a {
    display: block;
    width: 200px;
    float: left;
    margin-right: 15px;
}
.f-news-page-item .f-news-page-item-img a img {
    width: 100%;
    height: 100%;
    height: 150px;
}
.f-news-page-item .f-news-page-item-text {
    float: left;
    width: calc(100% - 215px);
}

.f-news-page-item .f-news-page-item-text h3 a {
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    line-height: 19px;
    font-family: 'OpenSans-SemiBold';
}

.f-news-page-item .f-news-page-item-text h3 a:hover {
    color: #f1863b;
}

.summary_news {
    color: #666;
    font-size: 14px;
    line-height: 20px;
}

p.date_comment {
    font-size: 13px;
    color: #999;
    display: block;
    margin-bottom: 0px !important;
    padding: 0 !important;
}
.contact-form {
    display: flex;
    flex-wrap: wrap;
}

.form-width {
    width: calc(100%/2 - 30px);
}

.form-left input {
    width: 100%;
    margin: 5px 0px;
    font-size: 13px;
    padding: 10px 4px;
    border: 1px solid #ddd;
}

.form-left textarea {
    width: 100%;
    padding: 10px 4px;
    border: 1px solid #ddd;
    font-family: arial;
    margin-top: 5px;
}

.contact-send {}

span#contact-see-all a {
    display: inline-block;
    background: #eee;
    padding: 10px 10px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: 'OpenSans-SemiBold';
  font-size:13px;
}

span#contact-see-all a:hover {
    background: #f1863b;
    color: #fff;
}
.zalochat {
    position: fixed;
    bottom: 74px;
    left: 8px;
    z-index: 111;
}

.zalochat a img,.facebookchat a img {
    width: 44px;
    -webkit-animation: wrench 2.5s ease infinite;
    animation: wrench 2.5s ease infinite;
}

.zalochat a span {background: #f15b14;}

.zalochat a:hover span {
    opacity: 1;
    width: 145px;
}
.facebookchat {
    position: fixed;
    bottom: 132px;
    left: 8px;
    z-index: 111;
}

.facebookchat a span {
    background: #0284fe;
}

.facebookchat a:hover span {
    opacity: 1;
    width: 173px;
}
@-webkit-keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    8% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    10%,
    28%,
    30%,
    48%,
    50%,
    68% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }
    18%,
    20%,
    38%,
    40%,
    58%,
    60% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }
    100%,
    75% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    8% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    10%,
    28%,
    30%,
    48%,
    50%,
    68% {
        -webkit-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
        transform: rotate(24deg);
    }
    18%,
    20%,
    38%,
    40%,
    58%,
    60% {
        -webkit-transform: rotate(-24deg);
        -ms-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }
    100%,
    75% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}
.zalochat a img,.facebookchat a img {

text-align: center;

display: block;

-webkit-border-radius: 50%;

-moz-border-radius: 50%;

border-radius: 50%;

-moz-box-shadow: 0 0 5px #888;

-webkit-box-shadow: 0 0 5px#888;

box-shadow: 0 0 5px #888;

padding: 2px;

background: #fff;
}
.zalochat a span,.facebookchat a span {
    background: #f1863b;
    color: #fff;
    height: 33px;
    line-height: 30px;
    padding: 0 10px;
    display: block;
    position: absolute;
    text-align: center;
    z-index: -1;
    border-radius: 27px;
    top: 6px;
    left: 20px;
    border: 2px solid #fff;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    -webkit-transition: all 1s;
    transition: all 1s;
    width: 0;
    opacity: 0;
    overflow: hidden;
}
.news_related h2{
  border-bottom:1px solid #eee;
  padding-bottom:5px;
  margin-bottom:5px;
}
.news_related ul li{
  line-height:25px;
}
.news_related ul li a{
  color:#333;
}
ul.listpr {
    display: flex;
    flex-wrap: wrap;
}

ul.listpr li {
    width: 25%;
    margin-bottom: 15px;
}
ul.listpr li .item {
    box-shadow: 0px 0px 16px 0px rgba(61,61,61,0.07);
    -moz-box-shadow: 0px 0px 16px 0px rgba(61,61,61,0.07);
    -webkit-box-shadow: 0px 0px 16px 0px rgba(61,61,61,0.07);
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

ul.listpr li .item .pr-img a {
    display: block;
    height: 250px;
    overflow: hidden;
}

ul.listpr li .item .pr-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.listpr li .item h3 a {
    display: block;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    font-family: 'OpenSans-SemiBold';
}

ul.listpr li .item h3 a:hover {
    color: #f1863b;
}
ul.listpr li .item .pr-img a:hover img {
        -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.content-product {
    margin-top: 15px;
    margin-bottom: 20px;
}

.image-sp {
    width: 33%;
}

.info-sp {
    width: 42%;
}

.suppport {
    width: 25%;
}
.info-sp h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 7px;
    font-family: 'OpenSans-SemiBold';
  color:#f1853b;
}

.info-sp p.danhmucp a {
    color: #0095da;
}

.info-sp p.danhmucp {
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.info-sp .sdes {
    line-height: 24px;
    color: #444;
    margin-bottom: 10px;
}

.info-sp .tuvan p a {
    color: red;
    font-weight: 600;
}

.info-sp .tuvan p {
    line-height: 25px;
    color: #df924d;
}
.box-support {
    border: 1px solid #eee;
    padding: 10px;
    float: left;
    width: 100%;
}

.box-support .item {
    float: left;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: 100%;
}

.box-support .item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.box-support .item .img {
    float: left;
    margin-right: 15px;
    margin-top: 8px;
}

.box-support .item .ctbox span {
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
    font-weight: 600;
    font-family: 'OpenSans-SemiBold';
}

.box-support .item .ctbox label {
    font-size: 13px;
    display: block;
    color: #666;
}

.box-support .item .ctbox {
    float: left;
    width: calc(100% - 47px);
}
.content-dt-pr {
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 10px;
}
.pr-item-bc .des-tg {
    padding: 10px;
    text-align: left;
    font-size: 14px;
    min-height: 100px;
    color: #666;
    max-height: 115px;
    overflow: hidden;
}

.title-tt {
    text-transform: uppercase;
    margin: 10px 0 0;
    font-size: 18px;
    font-family: 'Yeseva One', cursive;
    display: inline-block;
    background: #eee;
    padding: 10px 10px;
}
.pr-related h2 {
    text-align: center;
    text-transform: uppercase;
    margin: 25px 0;
    display: block;
    font-family: 'Yeseva One', cursive;
    font-weight: normal;
    position: relative;
    padding-bottom: 11px;
  color:#f1853b;
}

.pr-related h2:after {
    width: 50px;
    height: 2px;
    background: #f1853b;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.news_title_related {margin: 35px 0 10px;border-top: 1px solid #ddd;padding-top: 10px;}

.news_title_related h2 {
    text-transform: uppercase;
    font-family: 'Yeseva One', cursive;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 9px;
    color: #f1853b;
}
.news_title_related ul li {
    line-height: 25px;
}
.news_title_related ul li a:hover {
    color: #f1843b;
}
.news_title_related ul li a span {
    font-size: 13px;
    font-style: italic;
    color: #666;
}
.kaita-detail-page .short {
    margin: 12px 0;
}
.kaita-detail-page p {
    margin-bottom: 10px;
}

.kaita-detail-page {
    line-height: 25px;
}
.news_title_related ul li a {
    color: #2880b5;
}
.at-share-btn-elements .at-label {
    display: none;
}

.at-share-btn-elements a {
    border-radius: 50% !important;
    margin-bottom: 0 !important;
    margin: 0 3px !important;
}

.share-social {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}

.at-share-btn-elements {
    text-align: center;
}
p.hotlinect {
    margin: 10px 0;
    background: url(../images/hotline.png) no-repeat 0px 0px;
    padding-left: 32px;
}

p.hotlinect span {
    color: red;
    font-size: 17px;
    font-family: 'OpenSans-SemiBold';
}
.paging a {
    display: inline-block;
    background: #eee;
    padding: 5px 10px;
}

.paging {
    text-align: center;
    margin: 10px 0;
}

.paging a.active,.paging a:hover {
    background: #f1853b;
    color: #fff;
}
.form-right {
    line-height: 25px;
}
div#txtmsg {
  padding:8px 0;
    color: #f1853b;
}
.section3 .content .item .desgc {
    height: 45px;
    overflow: hidden;
}
.section2 .content .item .desdv {
    height: 67px;
    overflow: hidden;
}
ul.list-brand-collection li {
    display: inline-block;
    /* width: calc(100%/5 - 4px); */
    vertical-align: middle;
    margin-bottom: 3px;
    height: 45px;
    /* border: 1px solid #ddd; */
    text-align: center;
}

ul.list-brand-collection li a {
    position: relative;
    border: 1px solid #ddd;
    height: 45px;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 0 15px;
}

ul.list-brand-collection {
    margin: 0 15px;
}

ul.list-brand-collection li.active a, ul.list-brand-collection li:hover a {
    border: 1px solid #f1853b;
}

ul.list-category {
    margin: 10px 15px;
}
ul.list-category li {
    display: inline-block;
    width: calc(100%/4 - 5px);
    vertical-align: middle;
    margin-bottom: 3px;
}

ul.list-category li a {
    position: relative;
    display: block;
    border: 1px solid #ddd;
    padding: 10px;
  border-radius: 5px;
    text-align: center;
}
ul.list-category li:hover a{
   border: 1px solid #4a90e2;
}


.left-ctn {
    width: 73%;
    float: left;
}

.right-ctn {
    float: right;
    width: 25%;
}

.right-ctn .f-block {
    margin-top: 15px;
    float: left;
    width: 100%;
    border: 1px solid #eee;
}

.right-ctn .f-block .title-bl {
    background-image: linear-gradient(to right,#f36f21,#ec1c24);
    text-transform: uppercase;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 17px;
    font-family: 'Yeseva One', cursive;
}

.right-ctn .content-block li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.right-ctn .content-block {
    padding: 5px;
}

.right-ctn .content-block li .item .pr-img {
    float: left;
    margin-right: 10px;
    width: 90px;
}

.right-ctn .content-block li .item .pr-img a {
    display: block;
}

.right-ctn .content-block li .item .pr-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.right-ctn .content-block li .item .pr-img a {
    display: block;
    height: 75px;
}

.right-ctn .content-block li h3 a {
    font-size: 14px;
    font-weight: 400;
}

.right-ctn .content-block li h3 a:hover {
    color: #f1853b;
}

ul.content-block-new {
    padding: 5px;
}

ul.content-block-new li .item-bl-new {
    float: left;
    width: 100%;
}

ul.content-block-new li .item-bl-pr img{
    float: left;
    width: 100px;
    height: 70px;
    object-fit: cover;
    margin-right: 10px;
}

ul.content-block-new li .item-bl-pr .price-bl {
    float: left;
    width: calc(100% - 110px);
}

ul.content-block-new li .item-bl-pr {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

ul.content-block-new li .item-bl-pr .info-bl-pr h3 a {
    font-size: 13px;
    font-weight: 400;
}

ul.content-block-new li .item-bl-pr .info-bl-pr h3 a:hover {
    color: #f1853b;
}

ul.content-block-new li .item-bl-pr .info-bl-pr h3 {
    line-height: 18px;
}

ul.content-block-new li .item-bl-pr .price-bl {
    font-size: 11px;
    margin-top: 5px;
    color: #888;
}

ul.content-block-new li:last-child .item-bl-pr {
    border-bottom: none;
    padding-bottom: 0;
}

.right-ctn .content-block li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.text-top {
    width: 100%;
    font-size:14px;
    /*padding: 5px;
    font-weight: normal;*/
  position:absolute;
  top:-999px;
  z-index:-1;
}
.owl-system .item {
    margin: 0 2px;
}

.section5 {
    margin-bottom: 40px;
    padding-top: 30px;
}

.section5 .row {
    margin-left: -2px;
    margin-right: -2px;
}
.kaita-detail-page.pages-news .menusub {
    border-radius: 5px;
    background-color: rgba(243,243,243,0.95);
    border: dashed 1px #777777;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.kaita-detail-page.pages-news ul li {
    list-style: inherit;
    line-height: 30px;
}

.kaita-detail-page.pages-news ul li a {
    color: #111 !important;
}
.kaita-detail-page.pages-news ul li a:hover {
    color: #f1863b !important;
}

.kaita-detail-page.pages-news ul li ol {
    margin-left: 31px;
}
.author-article {
    float: left;
    width: 100%;
    border-top: 1px solid #eee;
    padding-top: 10px;
  margin-bottom: 20px;
}

.author-article .author-img img {
    width: 100px;
    float: left;
    border-radius: 100%;
}

.author-article .author-img {
    margin-top: 25px;
    float: left;
    margin-right: 15px;
}

.author-article .author-info p.author-name{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
  margin-bottom: 0;
}
.author-info {
    float: left;
    margin-top: 10px;
    width: calc(100% - 115px);
}

.author-article p {
    margin-bottom: 0;
}
.social-share a i {
    color: #333;
    font-size: 20px;
}

.social-share a {
    margin-right: 5px;
}

.social-share a:hover i {
    color: #f1863b;
}

.social-share {
    margin-top: 5px;
}
ul li {
  list-style: none;
}

*,
ul {
  margin: 0;
  padding: 0;
}
.clearfix {
    clear: both;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}

.button:after,
.button:before {
  backface-visibility: hidden;
  border: 1px solid rgba(255, 255, 255, 0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  transition: all 280ms ease-in-out;
  width: 0;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.button:hover:after,
.button:hover:before {
  backface-visibility: hidden;
  border-color: #ff0000;
  transition: width 350ms ease-in-out;
  width: 70%;
}

.button:hover:before {
  bottom: auto;
  top: 0;
  width: 70%;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover,
a:focus {
  text-decoration: none;
}

button,
input,
textarea,
select {
  outline-offset: 0 !important;
  outline: -webkit-focus-ring-color auto 0 !important;
}

textarea {
  width: 100%;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container:before
{
    content: " ";
    display: table;
}
.container:after
{
      content: " ";
    display: table;
    clear: both;
}
.text-primary {
  color: #d8373e;
}

.sticker-hotline-mobile {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 52px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.sticker-hotline-mobile a {
    background-color: #f1853b;
    -webkit-box-shadow: 0 0 0 4px rgb(255 141 62 / 35%);
    -moz-box-shadow: 0 0 0 4px rgb(255 141 62 / 35%);
    box-shadow: 0 0 0 4px rgb(255 141 62 / 35%);
    text-align: center;
    display: block;
    width: 100%;
    height: 52px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.sticker-hotline-mobile a span {
    background: #f1853b;
    color: #fff;
    padding: 6px 6px;
    position: absolute;
    top: 11px;
    left: 41px;
    width: 117px;
    border-radius: 0 5px 5px 0;
}
.sticker-hotline-mobile img{
    -webkit-animation: wrench 2.5s ease infinite;
    animation: wrench 2.5s ease infinite;
    color: #fff;
    padding: 9px;
    height: 50px !important;
    width: 50px !important;
}
a.scrollup {
  background: #fff;
  border: 1px solid #f1863b;
  bottom:60px;
  color: #f1863b;
  font-family: 'Roboto Condensed', sans-serif;
  height: 30px;
  position: fixed;
  right: 5px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  width: 35px;
  z-index: 1000;
  display:none;
}

a.scrollup i {
  line-height: 25px;
}

a.scrollup:hover {
  background: none repeat scroll 0 0 #f1863b;
  border: 1px solid #FFFFFF;
  box-shadow: 0 0 0 2px #f1863b;
  color: #fff;
}


.breadcrumb {
  width: 100%;
  padding: 9px 0;
  border-bottom: 1px solid #eee;
}
.breadcrumb .breadcrumb_in {
    max-width: 100%;
    height:28px;
    overflow-x: auto;
    position: relative;
}
.breadcrumb ul {
  overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: max-content;
}
.breadcrumb ul li {
  float: left;
  position: relative;
  padding-right:17px;
}
.breadcrumb ul li:hover a, .breadcrumb ul li.End a{
  color:#f1853b;  
}
.breadcrumb ul li:after {
  content: "/";
  position: absolute;
  font-size: 14px;
  right: 6px;
  font-weight: bold;
  top: 5px;
  font-family: FontAwesome;
}
.breadcrumb ul li.End:after {
  content: "" !important; 
}
.productbreadcrumb ul li:last-child:after {
  opacity: 0;
}

.productbreadcrumb ul li a {
  font-size: 14px;
}

.productbreadcrumb ul li a:hover {
    color: #000;
}


/***********************/
.menu {
    width: 81%;
}

span.icon-search {
    position: absolute;
    right: 0;
    top: 18px;
    font-size: 16px;
    cursor: pointer;
    color: #222;
}
span.icon-search:hover {
    color: #f37022;
}
.logo img {
    max-height: 70px;
    display: inline-block;
}

header {
    float: left;
    padding: 5px 0px;
    width: 100%;
    /*background-image: linear-gradient(rgb(214 116 31 / 81%), rgb(241 222 133 / 85%));*/
  background-image: linear-gradient(rgb(255 255 255 / 25%), rgb(235 236 238 / 30%));
    height:80px;
    position: relative;
    z-index: 1;
}

.logo {
    width: 19%;
}

.search form#idf {
    position: absolute;
    right: 0;
    width: 250px;
    height: 40px;
    border-radius: 5px;
    top:45px;
    background: #eee;
    display: none;
}

form#idf input {
    border: none;
    width: 100%;
    height: 40px;
    background: #eee;
    padding-left: 10px;
    border-radius: 5px 0 0 5px;
}

.search form#idf a {
    position: absolute;
    right: 5px;
    top: 11px;
}

.menu {
  text-align: left;
  position: relative;
  height: 50px;
}
.menu ul li a {
    font-size: 16px;
    color: #222;
    text-transform: uppercase;
    margin: 15px 15px;
    display: inline-block;
    font-family: OpenSans-SemiBold;
}

.menu ul.level_1 li {
    display: inline-block;
    position: relative;
}

.menu .ul.level_1 {
    text-align: left;
}

.menu ul.level_1 li ul.level_2 {
    position: absolute;
    width: 250px;
    left: 15px;
    background: #fff;
    border: 1px solid #eee;
    padding: 5px;
    top:75px;
}



.menu ul.level_1 li ul.level_2 li a {
    margin: 0;
    text-transform: capitalize;
    color: #333;
}
.menu ul.level_1 li ul.level_2 li a:hover {
    color: #f17f3a;
}
.menu ul.level_1 li ul.level_2 li {
    display: block;
    padding: 6px 5px;
}

.menu ul li a:hover {
    color: #f1853b;
}
span.ico-search {
    position: absolute;
    right: 57px;
    top: 16px;
    font-size: 15px;
    cursor: pointer;
    z-index: 111;
}
.searh {
    position: absolute;
    right: 95px;
    top: 43px;
    display: none;
    z-index: 111;
}
.form_moblie_search {
  text-align: left;
  background: #fff;
  border: 1px solid #000;
  width: 300px;
  float: left;
}

.form_moblie_search input {
  border: none;
  font-size: 13px;
  float: left;
  padding: 10px 10px;
  width: 100%;
}

.search-basic {
  width: 40%;
}

.search-basic select {
  padding: 3px 0;
  height: 38px;
  border-radius: 0;
  background: #fafafa;
  display: none;
}

.menu-hotline-mail {
  margin-top: 10px;
}


/*************menu*************/

.sky-mega-menu li:last-child {
  border: none;
}

.menu p {
  float: left;
  display: block;
  margin-left: 20px;
  margin-top: 23px;
  text-transform: uppercase;
}

.mobile-menu-toggle {
  left: -9999px;
  position: absolute;
  top: -9999px;
}

.mobmenu-toggle {
  display: none;
}


/* level 1 */

.sky-mega-menu {
  z-index: 999;
  margin-bottom: 0;
}

.sky-mega-menu:after {
  content: '';
  display: table;
  clear: both;
}

.sky-mega-menu li {
  float: none;
}
.sky-mega-menu li ul li:hover .level_2 {
    display: block;
}

.sky-mega-menu li a.active,
.sky-mega-menu li a:hover {
  color: #000;
}

.sky-mega-menu li a {
  padding: 5px 0px;
  border-bottom: 1px solid transparent;
  color: #333;
  text-decoration: none;
  background: transparent;
  position: relative;
}

.sky-mega-menu li a:hover:after,
.sky-mega-menu li a.active:hover:after,
.sky-mega-menu li a.active:after {
  display: block;
}

.sky-mega-menu li>.submenu {
  position: absolute;
  z-index: 1000;
  top: 22px;
  left: 0;
  min-width: 230px;
  display: none;
  margin-top: 8px;
  border: 1px solid #000;
  background: #ffffff;
  opacity: 0;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  /* padding-bottom: 10px; */
}

.sky-mega-menu li>.submenu li:after {
  opacity: 0
}

.sky-mega-menu li>.submenu .des_dm {
  background: #fe7500;
  padding: 10px;
  color: #000;
  text-transform: none;
  height: 100%;
}

.sky-mega-menu li>.submenu .des_dm .mt_mn {
  display: block;
  line-height: 20px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

.sky-mega-menu li>.submenu .des_dm img {
  width: 100%;
}

.sky-mega-menu li>.submenu .des_dm h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0;
  margin-top: 15px;
  margin-left: 0;
  margin-right: 0;
  font-family: VL_BOOSTERNEXTFY_BLACK;
}

.sky-mega-menu li>a:before {
  content: '';
  position: absolute;
  bottom: -12px;
  display: none;
  left: 44%;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #2D3E50;
  border-left: 7px solid transparent;
}

.sky-mega-menu li:hover>a:after {
  /* border: 1px solid #333; */
}


/* level 2+ */

.adv {
  float: left;
  width: 66.66%;
  margin: 0 auto;
  text-align: center;
}

.sky-mega-menu li .adv strong {
  background: #fe7500;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  font-size: 13px;
  border: 1px dashed #fff;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  margin-top: 20px;
}

.list_mn {
  /* padding-top: 10px; */
}

.sky-mega-menu li li {
  line-height: 27px;
  border-right: none;
  border-bottom: 1px solid #eee;
}
.sky-mega-menu li li i.fa-caret-right {
    display: block;
    position: absolute;
    right: 7px;
    top: 11px;
}
.sky-mega-menu li li a:before {
  opacity: 0;
}

.sky-mega-menu li li a:after {
  opacity: 0;
}

.sky-mega-menu li li a {
  color: #333;
  display: block;
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
  padding: 0;
  text-align: left;
  border: none;
  margin: 0;
  padding-left: 10px;
}

.sky-mega-menu li li .level_2 {position: absolute;left: 100%;top: -1px;width: 220px;background: #fff;display: none;border: 1px solid #000;}

.sky-mega-menu li li>div:after {
  top: 0;
  right: 100%;
  bottom: auto;
  left: auto;
  width: 8px;
  height: 100%;
}

.sky-mega-menu li li>div:before {
  top: 22px;
  right: 100%;
  bottom: auto;
  left: auto;
  border-top: 5px solid transparent;
  border-right: 5px solid #2D3E50;
  border-bottom: 5px solid transparent;
}

.sky-mega-menu li li:hover>div {
  left: 100%;
}

.sky-mega-menu .right li>div {
  margin: 0 8px 0 0;
  -o-transform-origin-x: 100%;
  -ms-transform-origin-x: 100%;
  -moz-transform-origin-x: 100%;
  -webkit-transform-origin-x: 100%;
}

.sky-mega-menu .right li>div:after {
  right: auto;
  left: 100%;
}

.sky-mega-menu .right li>div:before {
  right: auto;
  left: 100%;
}

.sky-mega-menu .right li:hover>div {
  right: 100%;
  left: auto;
}


/**/


/* animations */


/**/


/* grid */

.sky-mega-menu .grid-column {
  float: left;
}

.sky-mega-menu .grid-column3,
.sky-mega-menu .submenu {
  width: 100%;
}

#mainHideMenu {
  background-color: #000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 998;
  opacity: 0.8;
  display: none;
}

@media handheld,
screen and (max-width: 1024px) {
  .sky-mega-menu li li i.fa-caret-right
  {
    display:none;
  }
  /* <-- Adjust the breakpoints to your liking */
  .sky-mega-menu li .submenu ul li a {
    color: #fff
  }
  .sky-mega-menu li .submenu {
    opacity: 1;
    position: relative;
    top: 0;
    float: left;
    background: #999;
    border: none;
  }
  .sky-mega-menu li .submenu ul li a:hover {
    color: #fff;
  }
  .mobmenu-toggle,
  .mobile-menu-toggle-button,
  .mobile-toggleable-menu {
    position: fixed;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
  }

  .mobmenu-toggle {
    height: 40px;
    margin-bottom: 0;
    text-align: center;
    width: 45px;
    color: #f58220;
    position: absolute;
    display: block;
    left: 15px;
    top: 0px;
  }
  .mobmenu-toggle::before {
    background: #f36f21;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
  }
  .mobmenu-toggle::after {
    border-bottom: 3px solid #f36f21;
    border-top: 3px solid #f36f21;
    box-sizing: content-box !important;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    right: 0;
    top: 12px;
    left: 0;
    width: 20px;
  }
  .mobmenu-toggle:hover {
    cursor: pointer;
  }
  .mobile-menu-toggle-button:checked + .mobile-toggleable-menu.mobile-left {
        width: 260px !important;
        left: 0;
        top: 0;
        overflow-y: auto;
        background: #f7f9fb;
    }
  .mobile-toggleable-menu {
    margin: 0;
    width: 85%;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    z-index: 999;
    overflow: hidden;
  }

  .mobile-toggleable-menu.mobile-left {
    left: -105%;
  }
  .mobile-toggleable-menu.mobile-right {
    right: -105%;
  }
  .mobile-menu-toggle-button:checked~.mobmenu-toggle.mobile-right {
    left: 0;
    right: auto;
  }
  .mobile-menu-toggle-button:checked~.mobmenu-toggle.mobile-left {
    left: auto;
    right: 0;
  }

  .mobile-menu-toggle-button:checked+.mobile-toggleable-menu.mobile-right {
    width: 260px !important;
    right: 0;
  }
  .sky-mega-menu li li a:after {
    top: 12px;
    left: 0;
  }
  .sky-mega-menu li>a:before {
    opacity: 0;
  }
  .sky-mega-menu li a:after {
    opacity: 0;
  }
  .sky-mega-menu li.home i {
    color: #fff;
    padding-right: 0 !important;
  }
  .mobile-toggleable-menu li i {
    position: absolute;
    right: 0;
    color: #333;
    top: -4px;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    width: 40px;
    display: block;
    height: 48px;
  }
  .mobile-toggleable-menu li {
    width: 100%;
    border-right: none;
    position: relative;
    margin-top: 0px;
    padding: 0;
    text-align: left;
  }
  .sky-mega-menu li li a {
    color: #333;
    line-height: 30px;
  }
  .mobile-toggleable-menu li a {
    color: #333 !important;
    line-height: 27px;
    font-size: 13px;
    padding: 5px;
    display: block;
    margin: 5px !important;
  }
  .mobile-toggleable-menu #submenu {
    width: 100%;
    top: 0;
    left: 0;
  }
  .mobile-toggleable-menu li:hover ul#submenu {
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
  }
}


/***************/


.form_moblie_search .nut_searh {
  position: absolute;
  right: 0;
  display: block;
  background: #000;
  font-size: 17px;
  padding: 12px 14px;
  color: #fff;
  top: 0;
}
.hotline {
  float: right;
}

hgroup h1 {
  margin: 0;
  font-size: 18px;
}


.pr-item-bc {
  text-align: center;
  border: 1px solid #f2f2f2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 16px 0px rgba(61,61,61,0.07);
  -moz-box-shadow: 0px 0px 16px 0px rgba(61,61,61,0.07);
  -webkit-box-shadow: 0px 0px 16px 0px rgba(61,61,61,0.07);
}

.pr-item-home {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.pr-item-home:hover {
  box-shadow: 0px 0px 16px 0px rgba(61, 61, 61, 0.07);
  -moz-box-shadow: 0px 0px 16px 0px rgba(61, 61, 61, 0.07);
  -webkit-box-shadow: 0px 0px 16px 0px rgba(61, 61, 61, 0.07);
}

.ht-price span.new-price {
  color: #e85663;
  font-size: 17px;
  font-weight: 500;
}

.pr-item-home h3 {
  padding: 0 5px;
  text-align: center;
  height: 40px;
}

.pr-item h3 a {
  font-size: 15px;
  line-height: 22px;
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
}

.pr-item h3 a:hover {
  color: #e85663;
}

.ht-price {
  margin-top: 5px;
  text-align: center;
}

.pr-item-bc h3 a {
  color: #333;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
}

.pr-item-bc h3 a:hover {
  color: #0e97ea;
}


footer {
  background: #fdede1;
  padding: 40px 0;
  border-top: 2px solid #f1863b;
}

.right-footer p {
  line-height: 22px;
  font-size: 12px;
}

.dm-footer h4 {
  text-transform: uppercase;
  font-size: 15px;
}

.copyright {
  padding: 9px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  border-top: 1px solid #ccc;
}


.content-dmsp.pagein {
  position: absolute;
  z-index: 1000;
  display: none;
  background: #fff;
  width: 270px;
}


/********************/


h1.detail-page {
  color: #333;
  font-size: 20px;
  margin-top: 0;
  text-transform: uppercase;
}

.title-related {
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin: 20px 0 10px;
  color: #000;
}

.content-related-news ul li a {
  line-height: 22px;
  font-size: 14px;
  position: relative;
  padding-left: 13px;
}

.content-related-news ul li a:before {
  position: absolute;
  font-size: 8px;
  color: #999;
  font-family: FontAwesome;
  content: "\f04b";
  left: 0;
  top: -4px;
}

.content-related-news ul li span {
  margin-left: 5px;
  font-size: 14px;
  color: #999;
}

.mapbd {
  margin-bottom: 20px;
}

.title-contact h2 {
  text-transform: uppercase;
  font-size: 20px;
  color: #444;
  margin-bottom: 20px;
}

.content-contact {
  line-height: 25px;
  font-size: 14px;
  margin-bottom: 20px;
}

.content-form-contact p {
  margin-bottom: 10px;
  font-size: 14px;
}

.content-form-contact p span {
  color: red;
  font-size: 14px;
}

.content-form-contact form input {
  border: 1px solid #ccc;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 10px;
}

.content-form-contact form textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0;
  min-height: 100px;
  padding: 10px;
  font-size: 14px;
}

.btn-contact {
  text-align: right;
  margin: 10px 0;
}

.btn-contact button {
  border: none;
  background: #0d9344;
  color: #fff;
  text-transform: uppercase;
  padding: 11px;
  font-size: 14px;
}

#errorcontact {
  font-size: 14px;
  color: #0f6939;
}

.Main404 {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0 10px;
}

.viewmore {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.viewmore a {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  display: inline-block;
  font-weight: bold;
  padding: 6px 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
  0% {
    background-color: #af3838;
    box-shadow: 0 0 2px #a71111;
  }
  50% {
    background-color: #e81616;
    box-shadow: 0 0 5px #a71111;
  }
  100% {
    background-color: #e81616;
    box-shadow: 0 0 2px #a71111;
  }
}

@-moz-keyframes glowing {
  0% {
    background-color: #af3838;
    box-shadow: 0 0 2px #a71111;
  }
  50% {
    background-color: #e81616;
    box-shadow: 0 0 5px #a71111;
  }
  100% {
    background-color: #e81616;
    box-shadow: 0 0 2px #a71111;
  }
}

@-o-keyframes glowing {
  0% {
    background-color: #af3838;
    box-shadow: 0 0 2px #a71111;
  }
  50% {
    background-color: #e81616;
    box-shadow: 0 0 5px #a71111;
  }
  100% {
    background-color: #e81616;
    box-shadow: 0 0 2px #a71111;
  }
}

@keyframes glowing {
  0% {
    background-color: #af3838;
    box-shadow: 0 0 2px #a71111;
  }
  50% {
    background-color: #e81616;
    box-shadow: 0 0 5px #a71111;
  }
  100% {
    background-color: #e81616;
    box-shadow: 0 0 2px #a71111;
  }
}

.col-thongtin {
  float: left;
  margin-bottom: 20px;
  min-height: 270px;
  border: 1px solid #eee;
}

.tit-thanhtoan {
  text-transform: uppercase;
  background: #eee;
  padding: 10px;
  font-size: 14px;
  color: #111;
}

.content-one {
  padding: 15px;
}

.content-one label {
  float: left;
  margin-top: 10px;
  font-weight: normal;
  min-width: 100px;
  font-size: 14px;
}

.content-one input {
  float: right;
  width: 77%;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.content-one .input-icon {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.content-one select {
  float: right;
  width: 77%;
  border: 1px solid #ccc;
  padding: 8px;
}

.tit-two {
  text-transform: uppercase;
  color: #111;
  font-size: 16px;
}

form.form-thanhtoan textarea {
  min-height: 112px;
  margin-top: 10px;
  border: 1px solid #ccc;
  color: #333;
  width: 77%;
  float: right;
  border-radius: 0;
}

.httoan {
  border: 1px solid #ddd;
  clear: both;
}

.content-htttoan {
  padding: 10px;
}

.content-htttoan ul li,
.content-htttoan ul {
  float: left;
  margin-bottom: 10px;
}

.content-htttoan .buttontt {
  clear: both;
  margin: 10px 0;
  text-align: left;
}

.content-htttoan .buttontt p input {
  height: 15px;
  float: left;
  margin-top: 2px;
  margin-right: 6px;
}

.content-one p.meida input {
  float: left;
  width: 20px;
  margin-top: 0;
  height: 17px;
  margin-right: 5px;
}

.content-one p.meida {
  float: left;
  margin-bottom: 10px;
}

.last-donghang {
  clear: both;
}

.content-last-donhang {
  float: left;
  border: 1px solid #eee;
  margin-bottom: 10px;
}

.last-donghang p {
  text-transform: uppercase;
  color: #111;
  font-size: 16px;
  margin-bottom: 15px;
}

.content-last-donhang ul {
  float: left;
  width: 100%;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}

.content-last-donhang ul.bl-tt {
  background: #eee;
  padding: 2px;
  color: #111;
  text-transform: uppercase;
  font-size: 14px;
}

.content-last-donhang ul.listsp {
  float: left;
  border-bottom: 1px solid #eee;
}

.content-last-donhang ul.listsp li {
  padding: 15px 15px;
  font-size: 14px;
}

.content-last-donhang ul li.col2 {
  font-size: 14px;
}

.content-last-donhang ul:last-child {
  border-bottom: none;
}

.btn-thanhtoan {
  /* display: inline-block; */
  margin: 15px 0;
  clear: both;
  /* float: left; */
}

.btn-thanhtoan button {
  background: #000;
  box-shadow: none;
  border: none;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 14px;
}

.content-last-donhang ul.lastthanhtoan li.col2 {
  color: red;
  font-size: 18px;
  font-family: open-sans-bold;
}

.content-last-donhang ul li {
  padding: 10px 15px;
}

.content-last-donhang ul.ptgiaohang p {
  margin: 0;
  line-height: 30px;
  color: #444;
  text-transform: none;
  font-size: 14px;
}

.content-last-donhang ul.ptgiaohang p input {
  float: left;
  margin-top: 8px;
  width: 19px;
  height: 14px;
}

.button_cart {
  =: 40px text-align: right;
  text-align: right;
  display: block;
  margin-top: 25px;
  margin-bottom: 25px;
}

button.buy_cart {
  background: #612e05;
  color: #fff;
  padding: 8px 12px;
  border: medium none;
}

.btn-contact button:hover,
.btn-thanhtoan button:hover {
  background: red;
}
.cart_info_price strong {
    color: red;
}
.button_cart a {
  background: #333;
  color: #fff;
  padding: 12px 12px;
  text-transform: uppercase;
}

.button_cart a:hover {
  background: red;
}

.code-sale {
  margin-bottom: 15px;
  border: 1px solid #eee;
  padding: 10px;
  float: left;
}

.tit-info-cart {
  padding: 13px;
  background: #ccc;
  margin-bottom: 10px;
  color: #333;
  text-transform: uppercase;
}

.tit-info-cart i {
  float: right;
  font-size: 15px;
}

.sumadd {
  border-top: 1px solid #eee;
  padding: 12px 0;
  padding-left: 10px;
  font-size: 14px;
}

.sumadd span {
  float: right;
  margin-right: 10px;
  font-size: 15px;
  color: red;
  font-weight: 600;
}

.sum-info-cart ul {
  border: 1px solid #000;
  float: left;
  width: 100%;
}

.sum-info-cart ul li {
  line-height: 25px;
  color: #666;
  padding: 5px 9px;
  font-size: 13px;
  float: left;
  font-family: LATOREGULAR;
  width: 100%;
}

.info-cart-cart ul li {
  line-height: 26px;
  color: #333;
  font-size: 14px;
}

.info-cart-cart ul {
  padding: 10px;
}

.info-cart-cart ul li span {
  float: right;
}

.tit-code-sale {
  background: #0f6939;
  color: #fff;
  padding-left: 10px;
  padding-top: 12px;
  text-transform: uppercase;
  padding-bottom: 12px;
  margin: -10px -10px 10px;
}

.tit-code-sale i {
  float: right;
  margin-right: 10px;
  font-size: 16px;
}

.info-cart {
  border: 1px solid #eee;
  float: left;
  margin-bottom: 15px;
  padding: 0;
  width: 100%;
}

.form-code-sale form input {
  width: 95% !important;
  font-size: 12px;
  box-shadow: none;
  margin-top: 10px;
}

button.sent-code {
  float: left;
  border: none;
  background: #8bc63e;
  color: #fff;
  margin-top: 10px;
  text-transform: uppercase;
  padding: 9px;
}

.form-code-sale form .input-group {
  float: left;
  width: 70%;
}

ul.list_list_cart {
  clear: both;
  float: left;
  width: 100%;
  /* background: #eee; */
  margin: 0;
}

ul.list_list_cart li {
  border-right: 1px solid #eee;
  min-height: 115px;
}

ul.list_list_cart li:last-child {
  border-right: none;
}

ul.list_list_cart li {
  text-align: center;
}

ul.list_list_cart li ul {
  clear: both;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 0;
}

ul.list_list_cart li ul:nth-child(2n) {
  background: #fcfcfc;
}

ul.list_list_cart li ul li {
  padding-top: 5px;
}

ul.list_list_cart li ul:last-child {
  border-bottom: none;
}

.cart_delete i {
  font-size: 18px;
  color: #000;
  cursor: pointer;
}

.cart_info_image_sp {
  margin-bottom: 10px;
  max-width: 100px;
  margin: 0 auto;
}

.list_cart table thead {
  background: #ccc;
}

.list_cart table thead td {
  padding: 10px;
  color: #333;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
}

.list_cart table {
  border: 1px solid #eee;
}

.list_cart table tr td {
  text-align: center;
  line-height: 24px;
}

.list_cart table tr td img {
  max-width: 100px;
}

.list_cart table tr td img {
  display: inline-block;
  padding: 10px;
}

.content-form-resgister {
  width: 65%;
  margin: auto;
  text-align: center;
}

.content-form-resgister form .input-icon {
  text-align: left;
  margin-bottom: 15px;
}

.content-form-resgister form .input-icon label {
  font-weight: normal;
  font-size: 14px;
}

.content-form-resgister form .input-icon label span {
  color: red;
}

.content-form-resgister form .input-icon input {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #eee;
}

.btn-resgister {
  margin: 23px 0;
  display: block;
}

.btn-resgister button {
  border: none;
  background: #0f6939;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 20px;
  font-size: 14px;
}

.btn-resgister button:hover {
  background: #8bc63e;
}

.pr_details_img_small {
  object-fit: scale-down;
  float: left;
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
}

.f-pr-image-zoom-gallery a {
  display: block;
  height: 75px;
  margin: 0 5px;
  background: #fff;
}
.owl_img_product_details a img {width: 100%;height: 100%;object-fit: cover;}

.image-detail-pr .f-pr-image-zoom {
  position: relative;
  margin: auto;
  height: 355px;
  border: 1px solid #eee;
  float: right;
  width: 80%;
}

.f-pr-image-zoom-gallery {margin-top: 10px;}

.image-detail-pr .f-pr-image-zoom .zoomWrapper img {
  display: inline-block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  max-height: 350px;
}

.pr-detail-info h1 {
  margin: 0;
  margin-bottom: 10px;
  color: #000;
  text-transform: uppercase;
}

.pr-detail-info {
  font-size: 14px;
}

.pr-detail-info p {
  margin-bottom: 10px;
  color: #000;
}

.info-pr {
  border-top: 1px solid #eee;
  float: left;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}

.info-pr p {
  text-transform: uppercase;
}

.info-pr ul li {
  line-height: 26px;
  color: #444;
  position: relative;
  padding-left: 7px;
  font-size: 13px;
}

.info-price-detail strong {
  font-size: 23px;
  color: red;
  font-family: open-sans-bold;
}

.box-addtocart {
  margin: 10px 0;
  float: left;
  width: 100%;
}

.box-addtocart a.addtocart {
  background: #fff;
  color: #333;
  border: 1px solid #333;
  padding: 10px 25px;
  text-transform: uppercase;
  float: left;
  line-height: 24px;
  margin-right: 10px;
  border-radius: 5px;
}

.box-addtocart a.addtocart span {
  display: table;
  float: left;
  margin-top: 0px;
}

.box-addtocart a.buynow {
  float: right;
  background: #ee1d23;
  color: #fff;
  padding: 14px 25px;
  text-transform: uppercase;
  border-radius: 5px;
}

.box-addtocart a.buynow span {
  background: url(../images/noes.png) no-repeat;
  width: 18px;
  height: 14px;
  display: table;
  float: left;
  margin-right: 9px;
  margin-top: 0px;
}

.box-addtocart a.buynow:hover,
.box-addtocart a.addtocart:hover {
  background: #000;
  color: #fff;
}

ul.tab-detail-product {
  margin-top: 25px;
  border-bottom: none;
  text-align: center;
}

.content-tab-detail-product {
  border: 1px solid #eee;
  padding: 15px;
  float: left;
  width: 100%;
}
.right-footer p a {
  color: #fff;
  font-size: 12px;
  line-height: 22px;
}

.right-footer p a:hover {
  color: #8bc63e;
}

.hotline a {
  color: #FFF;
  font-size: 23px;
  font-family: open-sans-bold;
}

/***********chitiet san pham*************/

.cart-hotline {position: absolute;right: 15px;top: 6px;}

.hotline i {
  width: 40px;
  height: 40px;
  text-align: center;
  background: red;
  color: #fff;
  border-radius: 40px;
  line-height: 40px;
  font-size: 21px;
  margin-right: 10px;
}

.pos-adv-top {
  margin-top: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.pos-adv-top a {
  position: relative;
  display: block;
}

.pos-adv-top a:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.pos-adv-top a:hover:after {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.pos-adv-top img {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.pos-adv-top:hover img {
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.info-footer h4,
.form-footer h4 {
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 17px;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  color: #333;
  font-weight: 600;
}

.info-footer h4:after,
.form-footer h4:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #333;
  left: 0;
  bottom: 0;
}

.info-footer p,
.form-footer p {
  /* color:#fff */
}

.info-footer,
.form-footer {
  line-height: 23px;
}

.info-footer p a {
  color: #333;
}

.info-footer p a:hover {
  color: #ccc;
}

.form-mail-footer input {
  width: 100%;
  padding: 5px;
  border: none;
  border: 1px solid #eee;
}

.form-mail-footer {
  position: relative;
  margin-bottom: 20px;
}

a.re-mail {
  position: absolute;
  right: 0;
  background: red;
  top: 0;
  color: #fff;
  padding: 10px 11px;
  font-size: 14px;
}

a.viewall {
  position: absolute;
  right: 0;
  top: 5px;
}

a.viewall:hover {
  color: #0e97ea;
}

.short-info {
  margin-bottom: 10px;
  text-align: justify;
  line-height: 22px;
}

.row10 {
  margin-left: -5px;
  margin-right: -5px;
}

.padding15
{
  padding-left:15px;
  padding-right:15px;
  float: left;
  position: relative;
  min-height: 1px;
}
.content-related-news {
  margin-bottom: 20px;
}

.qc-right a {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.box-detail-product h1 {
  padding-bottom: 10px;
  font-size: 20px;
  border-bottom: 1px solid #eee;
}
span#priceShow {
    font-size: 22px;
    font-family: time;
    color: #e85663;
    font-weight: bold;
}

.brands span {
    font-weight: bold;
}

.short-detail-sp {
  text-align: justify;
  font-size: 14px;
  line-height: 22px;
  color: #666;
}


.info-pr ul li input {
  vertical-align: middle;
  margin-top: 0;
  margin-right: 5px;
}

.info-pr label {
  font-weight: normal;
  font-size: 13px;
}

.title-pr-related {
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
  margin-top: 20px;
}

.title-pr-related span {
  color: #000;
}

.ht-price span.price-old {
  font-size: 14px;
  color: #666;
  text-decoration: line-through;
  font-weight: normal;
}

.price-now span.price-old {
  color: #999;
  font-size: 17px;
  text-decoration: line-through;
}


.zoomWrapper {
  text-align: center;
  margin: 0 auto;
  position: relative;
}
#img_01 {
    height: 370px !important;
    object-fit: scale-down;
    width: 100% !important;
    max-width:100%;
}
.price-now {margin-bottom: 10px;}

.content-tab-detail-product h2,
.content-tab-detail-product h3 {
  font-size: inherit;
}

.content-tab-detail-product.tab-content img {
  max-width: 100% !important;
}

.content-tab-detail-product ul li {
  /* width: 100% !important; */
}

.content-tab-detail-product div {
  width: 100% !important;
}

.info-footer.icon-shares a {
  display: inline-block;
  margin-top: 10px;
  margin-right: 5px;
}

.info-footer.icon-shares a img {
  width: 40px;
  height: 40px;
  object-fit: scale-down;
}
.thumb-ab a:hover img {
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}

.row5 {
    margin-left: -5px;
    margin-right: -5px;
}
.ab_title_related {
    margin: 30px 0;
    text-align: center;
}

.ab_title_related h2 {
    text-transform: uppercase;
}

.ht-price span.old-price {
    text-decoration: line-through;
    color: #666;
    font-size: 14px;
    font-weight:normal;
}

.ht-price span {
    color: #e85663;
    font-size: 16px;
    font-weight: 500;
}
.phantrang {
    text-align: center;
}

.phantrang ul li a {color: #000 !important;}

.phantrang ul li.active a {
    color: #fff !important;
    background:#000 !important;
    border: 1px solid #000 !important;
}

.short-detail-sp ul {
    padding-left: 15px;
}
.tit-block.spnb {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 26px;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 9px;
    font-family: 'Playfair Display', serif;
}

.f-block-spnb {
    margin-top: 50px;
}

.tit-block.spnb:after, .gallery h2:after, .newhome h2:after,.bosuutap h2:after {content: "";position: absolute;left: 0;right: 0;margin: auto;width: 50px;height: 2px;background: #111;bottom: 0;}

.f-bl-thumb-pr a {
    display: block;
    height: 330px;
    overflow: hidden;
}

.f-bl-thumb-pr a img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    transition: all 0.3s;
}
.itembst a:hover img {
        -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.f-bl-thumb-pr a:hover img {
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.f-prnb.product_nb {
    margin: 0 15px;
    text-align: center;
    padding-bottom: 10px;
}

.f-prnb h3 a {
    display: block;
    height: 40px;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
}

.f-prnb h3 a:hover {
    color: #e85663;
}
.customNavigation a {
    background: #eee;
    width: 40px;
    height: 40px;
    font-size: 19px;
}

.customNavigation a.prevsl {
    position: absolute;
    top: 52%;
    left: 0;
}

.customNavigation a i {
    line-height: 27px;
}

.customNavigation a:hover {
    background: #e85663;
    color: #fff;
}

.customNavigation a.nextsl {
    position: absolute;
    right: 0;
    top: 52%;
}
.newhome h2 {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    margin: 20px 0;
    position: relative;
    padding-bottom: 15px;
}
.newhome {
    margin-top: 30px;
}

.itemnew {
    margin: 15px;
}

.thumb-new a {
    position: relative;
    display: block;
    height: 340px;
    margin-bottom: 15px;
}

.thumb-new a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.itemnew .s-des {
    max-height: 78px;
    overflow: hidden;
}
.itemnew h3 a {
    display: block;
    height: 40px;
    overflow: hidden;
    color: #000;
    text-transform: uppercase;
}

.itemnew h3 a:hover {
    color: #e85663;
}

.itemnew .s-des {
    color: #666;
}

@-webkit-keyframes wrench{0%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg);}
8%{-webkit-transform:rotate(12deg);transform:rotate(12deg);}
10%,
28%,
30%,
48%,
50%,
68%{-webkit-transform:rotate(24deg);transform:rotate(24deg);}
18%,
20%,
38%,
40%,
58%,
60%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg);}
100%,
75%{-webkit-transform:rotate(0);transform:rotate(0);}
}
@keyframes wrench{0%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg);}
8%{-webkit-transform:rotate(12deg);-ms-transform:rotate(12deg);transform:rotate(12deg);}
10%,
28%,
30%,
48%,
50%,
68%{-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg);}
18%,
20%,
38%,
40%,
58%,
60%{-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg);}
100%,
75%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);}
}
.banner {height: 100%;clear: both; margin-bottom:50px;}
.banner img {
    width: 100%;
    height: 530px;
    object-fit: cover;
}
.banner a {
    display: block;
    position: relative;
}
.section1 .content,.section1 .img {
    width: 50%;
    line-height: 27px;
}

.section1 .content h2 {
    font-family: 'Yeseva One', cursive;
    font-size: 2.3rem;
    margin-bottom: 20px;
    margin-top: 0rem;
}

.section1 .content h2 span {
    color: #f1853b;
}

.section1 .content {
    font-size: 15px;
    color: #333;
}

.section1 .content a.xemthem {
    display: block;
    margin-top: 10px;
    color: #f1853b;
}
.section2 {
    background: #fafafa;
    margin-top: 40px;
    padding: 40px 0;
}

.section2 h2 {
    text-align: center;
    font-family: 'Yeseva One', cursive;
    font-weight: normal;
    font-size: 2.3rem;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.section2 .des-title, .section3 .des-title,.section5 .des-title {
    width: 67%;
    margin: 0 auto;
    text-align: center;
    color: #666;
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 23px;
}

.section2 h2 span {
    color: #f1853b;
}

.section2 .content, .section3 .content,.section4 .content {
    display: flex;
    flex-wrap: wrap;
}
.section2 .content .item {
    width: calc(100%/3 - 30px);
    margin: 15px 15px;
    background: #fff;
    color: #666;
    font-size: 15px;
    line-height: 22px;
}
img.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.section2 .content .item p.img a {
    display: block;
    height: 240px;
    margin-bottom: 10px;
    position: relative;
}

.section2 .content .item p.img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section2 .content .item h3 a {
    height: 43px;
    line-height: 22px;
    overflow: hidden;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    font-family: 'OpenSans-SemiBold';
}

.section2 .content .item h3 a:hover, .section3 .content .item h3 a:hover, .section4 .content .item h3 a:hover {
    color: #f1823b;
}

.section2 .content .item p.viewdetail a {
    display: inline-block;
    background: #f1843b;
    margin-top: 12px;
    padding: 9px 16px;
    color: #fff;
}
.section2 .content .item p.viewdetail a:hover {
    background: #f8c045;
}
.section2 .content .item p.img a:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,.4);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.section2 .content .item p.img a:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.section3 {
    background: rgb(241 132 59 / 15%);
    padding: 40px 0;
}

.section3 h2, .section4 h2,.section3 h2, .section5 h2 {
    text-transform: uppercase;
    text-align: center;
    font-family: 'Yeseva One', cursive;
    font-size: 2.3rem;
    margin-bottom: 20px;
}
.section3 h2 span, .section4 h2 span,.section5 h2 span {
    background: #fcede2;
    font-weight: normal;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 15px;
    font-size: 26px;
  color:#f1853b;
}

.section3 h2:before, .section4 h2:before,.section5 h2:before {
    width: 700px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 1px solid #f1843b;
    top: 21px;
}
.section3 h2:after, .section4 h2:after,.section5 h2:after {
    width: 600px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 1px solid #f1843b;
    top: 25px;
}

.section3 .content .item {
    width: calc(100%/3 - 30px);
    margin: 15px 15px;
    display: inline-block;
    text-align: center;
    color: #333;
    font-size: 15px;
    line-height: 22px;
}

.section3 .content {flex-wrap: wrap;}

.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:after{
  clear:both;
}
.row:before,.row:after
{
    content: " ";
    display: table;
}
.section3 .content .item .img a {
    display: block;
    height: 220px;
    overflow: hidden;
}

.section3 .content .item .img a img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    -webkit-transform: rotate(
0deg
) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(
0deg
) scale(1);
}

.section3 .content .item h3 a {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #111;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'OpenSans-SemiBold';
}
.section3 .content .item .img a img:hover {
    opacity: 0.5;
}

.section3 .content .item .img a:hover img {
    -webkit-transform: rotate(
0deg
) scale(1.1);
    -ms-transform: rotate(0deg) scale(1.1);
    transform: rotate(
0deg
) scale(1.1);
}
.section4 {
    padding: 40px 0;
}

.section4 h2 span,.section5 h2 span {
    background: #fff;
}
.section4 .content .item {
    width: calc(100%/3 - 42px);
    margin: 15px 15px;
    color: #666;
    border: 1px solid #eee;
    font-size: 15px;
    line-height: 21px;
    padding: 5px;
}

.section4 .content .item .img a {
    display: block;
    height: 250px;
    position: relative;
    margin-bottom: 10px;
}

.section4 .content .item .img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section4 .content .item .img span {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(241 132 59 / 84%);
    color: #fff;
    padding: 7px;
    font-size: 14px;
}
.section4 .content .item h3 a {
    display: block;
    margin-bottom: 5px;
    height: 45px;
    overflow: hidden;
    font-size: 16px;
    line-height: 22px;
    font-family: 'OpenSans-SemiBold';
}
.section4 p.xemthemnew {
    text-align: center;
    margin-top: 20px;
}

.section4 p.xemthemnew a {
    display: inline-block;
    background: #f1843b;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
}
a.section4 p.xemthemnew a:hover {
    background: #b35313;
}
.topfooter {
    background: #fafafa;
    padding: 40px 0;
    text-align: center;
}

.topfooter h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 10px;
    font-family: 'Yeseva One', cursive;
    font-weight: normal;
  color:#f1853b;
}

.topfooter .content {
    margin-top: 20px;
}

.topfooter .content .item {
    background: #fff;
    border: 1px solid #eee;
    text-align: center;
    margin: 0 15px;
}

.topfooter .content .item .img img {
    display: inline-block;
    width: 90px;
    height: 90px;
    border: 1px solid #f1843b;
    border-radius: 100%;
    margin-top: -45px;
}

.topfooter .content .item .info {
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 15px;
}

.topfooter .content .item .info h3 {
    font-size: 16px;
    margin-bottom: 7px;
    color: #f1853b;
    text-transform: uppercase;
    font-family: 'OpenSans-SemiBold';
}

.topfooter .content .item .info label {
    display: block;
    color: #f1843b;
    margin: 6px 0px;
}

.topfooter .content .item .info p i {
    font-size: 13px;
    width: 21px;
    height: 21px;
    margin-right: 5px;
    background: #666;
    border-radius: 100%;
    text-align: center;
    line-height: 23px;
    display: inline-block;
    color: #fff;
}

.topfooter .content .item .info p img {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}
.topfooter .content .item .info p {
    margin-bottom: 1px;
}
footer .content h2 {
    position: relative;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 13px;
    padding-bottom: 8px;
    font-family: 'Yeseva One', cursive;
}

footer .content h2:after {
    width: 50px;
    height: 2px;
    background: #f1843b;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}

footer .content .addresss {
    width: 42%;
}

footer .content .consulting {
    width: 20%;
}

footer .content .map {
    width: 38%;
}
footer .content .addresss p i {
    margin-right: 6px;
    color: #f1843b;
    width: 15px;
    text-align: center;
}

footer .content .consulting ul li {
    line-height: 27px;
}

footer .content .consulting ul li a i {
    padding-right: 6px;
}

footer .content .consulting ul li a:hover {
    color: #f1843b;
}

footer .content .addresss p {
    line-height: 25px;
}
.section4 .content .item:hover {
    box-shadow: 1px 3px 4px #eee;
}
.content.owl-support .owl-wrapper-outer {
    padding-top: 70px;
}
.loadajax {
    background-color: #222;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10001;
    opacity: 0.1;
}
.ajax-loader {
    position: fixed;
    right: 50%;
    top: 50%;
    z-index: 10002;
    width: 40px;
    height: 40px;
    margin: -75px 0 0 -75px;
    border: 5px solid #f1863b;
    border-radius: 50%;
    border-top: 5px solid #fad036;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    opacity: 1;
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.main {
    clear: both;
}

.main h1.title-page, .main h2.title-page {
    margin: 15px 0;
    font-weight: normal;
    font-size: 20px;
    font-family: 'Yeseva One', cursive;
    /*text-transform: uppercase;*/
    color:#f1853b;
}

.listsub li {
    width: calc(100%/3);
}
.listsub {
    display: flex;
    flex-wrap: wrap;
}
.pr-item-bc .pr-img a {
    display: block;
    height: 250px;
    overflow: hidden;
}

.pr-item-bc .pr-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pr-item-bc h3 {
    background: #eee;
    padding: 10px 0;
    font-family: 'OpenSans-SemiBold';
}

.pr-item-bc:hover h3 {
    background: #f1863b;
    color:#FFF;
}

.pr-item-bc:hover h3 a {
    color: #fff;
}
.pr-item-bc:hover .pr-img img {
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.contentseo {
    display: block;
    margin: 10px 0;
    position: relative;
  line-height:24px;
}
.contentseo p, .kaita-detail-page p{  
  padding-top:5px;
  padding-bottom:5px;
}

.contentseo a, .kaita-detail-page a, .kaita-detail-page table a{
  color:#4a90e2 !important; 
}
.contentseo a:hover, .kaita-detail-page a:hover, .kaita-detail-page table a:hover{
  color:#f1853b !important; 
}
.contentseo h2, .contentseo h3, .kaita-detail-page h2, .kaita-detail-page h3, .kaita-detail-page table h2, .kaita-detail-page table h3{
  color:#f1853b !important; 
  padding:10px 0;
}
.contentseo img, .kaita-detail-page img {
    max-width: 100%;
    height: auto !important;
}

.contentseo table, .kaita-detail-page table {
    width: 100% !important;
}
.contentseo ul {
    padding-left: 15px;
    line-height: 25px;
}
ul.news-content {
    display: flex;
    flex-wrap: wrap;
}

ul.news-content li {
    width: calc(100%/2 - 30px);
}

.f-news-page-item {
    border: 1px solid #eee;
    padding: 5px;
    margin-bottom: 15px;
    float: left;
}

.f-news-page-item .f-news-page-item-img a {
    display: block;
    width: 200px;
    float: left;
    margin-right: 15px;
}
.f-news-page-item .f-news-page-item-img a img {
    width: 100%;
    height: 100%;
    height: 150px;
}
.f-news-page-item .f-news-page-item-text {
    float: left;
    width: calc(100% - 215px);
}

.f-news-page-item .f-news-page-item-text h3 a {
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    line-height: 19px;
    font-family: 'OpenSans-SemiBold';
}

.f-news-page-item .f-news-page-item-text h3 a:hover {
    color: #f1863b;
}

.summary_news {
    color: #666;
    font-size: 14px;
    line-height:22px;
  clear:both;
  height:90px;
  overflow: hidden;
  padding-top:2px;
}

p.date_comment {
    font-size: 13px;
    color: #999;
    display: block;
    margin-bottom: 0px !important;
    padding: 0 !important;
}
.contact-form {
    display: flex;
    flex-wrap: wrap;
}

.form-width {
    width: calc(100%/2 - 30px);
}

.form-left input {
    width: 100%;
    margin: 5px 0px;
    font-size: 13px;
    padding: 10px 4px;
    border: 1px solid #ddd;
}

.form-left textarea {
    width: 100%;
    padding: 10px 4px;
    border: 1px solid #ddd;
    font-family: arial;
    margin-top: 5px;
}

.contact-send {}

span#contact-see-all a {
    display: inline-block;
    background: #eee;
    padding: 10px 10px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: 'OpenSans-SemiBold';
  font-size:13px;
}

span#contact-see-all a:hover {
    background: #f1863b;
    color: #fff;
}
.zalochat {
    position: fixed;
    bottom: 74px;
    left: 8px;
    z-index: 111;
}

.zalochat a img,.facebookchat a img {
    width: 44px;
    -webkit-animation: wrench 2.5s ease infinite;
    animation: wrench 2.5s ease infinite;
}

.zalochat a span {background: #f15b14;}

.zalochat a:hover span {
    opacity: 1;
    width: 145px;
}
.facebookchat {
    position: fixed;
    bottom: 132px;
    left: 8px;
    z-index: 111;
}

.facebookchat a span {
    background: #0284fe;
}

.facebookchat a:hover span {
    opacity: 1;
    width: 173px;
}
@-webkit-keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    8% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    10%,
    28%,
    30%,
    48%,
    50%,
    68% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }
    18%,
    20%,
    38%,
    40%,
    58%,
    60% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }
    100%,
    75% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    8% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    10%,
    28%,
    30%,
    48%,
    50%,
    68% {
        -webkit-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
        transform: rotate(24deg);
    }
    18%,
    20%,
    38%,
    40%,
    58%,
    60% {
        -webkit-transform: rotate(-24deg);
        -ms-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }
    100%,
    75% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}
.zalochat a img,.facebookchat a img {

text-align: center;

display: block;

-webkit-border-radius: 50%;

-moz-border-radius: 50%;

border-radius: 50%;

-moz-box-shadow: 0 0 5px #888;

-webkit-box-shadow: 0 0 5px#888;

box-shadow: 0 0 5px #888;

padding: 2px;

background: #fff;
}
.zalochat a span,.facebookchat a span {
    background: #f1863b;
    color: #fff;
    height: 33px;
    line-height: 30px;
    padding: 0 10px;
    display: block;
    position: absolute;
    text-align: center;
    z-index: -1;
    border-radius: 27px;
    top: 6px;
    left: 20px;
    border: 2px solid #fff;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    -webkit-transition: all 1s;
    transition: all 1s;
    width: 0;
    opacity: 0;
    overflow: hidden;
}
.news_related h2{
  border-bottom:1px solid #eee;
  padding-bottom:5px;
  margin-bottom:5px;
}
.news_related ul li{
  line-height:25px;
}
.news_related ul li a{
  color:#333;
}
ul.listpr {
    display: flex;
    flex-wrap: wrap;
}

ul.listpr li {
    width: 25%;
    margin-bottom: 15px;
}
ul.listpr li .item {
    box-shadow: 0px 0px 16px 0px rgba(61,61,61,0.07);
    -moz-box-shadow: 0px 0px 16px 0px rgba(61,61,61,0.07);
    -webkit-box-shadow: 0px 0px 16px 0px rgba(61,61,61,0.07);
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

ul.listpr li .item .pr-img a {
    display: block;
    height: 250px;
    overflow: hidden;
}

ul.listpr li .item .pr-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.listpr li .item h3 a {
    display: block;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    font-family: 'OpenSans-SemiBold';
}

ul.listpr li .item h3 a:hover {
    color: #f1863b;
}
ul.listpr li .item .pr-img a:hover img {
        -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.content-product {
    margin-top: 15px;
    margin-bottom: 20px;
}

.image-sp {
    width: 33%;
}

.info-sp {
    width: 42%;
}

.suppport {
    width: 25%;
}
.info-sp h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 7px;
    font-family: 'OpenSans-SemiBold';
  color:#f1853b;
}

.info-sp p.danhmucp a {
    color: #0095da;
}

.info-sp p.danhmucp {
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.info-sp .sdes {
    line-height: 24px;
    color: #444;
    margin-bottom: 10px;
}

.info-sp .tuvan p a {
    color: red;
    font-weight: 600;
}

.info-sp .tuvan p {
    line-height: 25px;
    color: #df924d;
}
.box-support {
    border: 1px solid #eee;
    padding: 10px;
    float: left;
    width: 100%;
}

.box-support .item {
    float: left;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: 100%;
}

.box-support .item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.box-support .item .img {
    float: left;
    margin-right: 15px;
    margin-top: 8px;
}

.box-support .item .ctbox span {
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
    font-weight: 600;
    font-family: 'OpenSans-SemiBold';
}

.box-support .item .ctbox label {
    font-size: 13px;
    display: block;
    color: #666;
}

.box-support .item .ctbox {
    float: left;
    width: calc(100% - 47px);
}
.content-dt-pr {
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 10px;
}
.pr-item-bc .des-tg {
    padding: 10px;
    text-align: left;
    font-size: 14px;
    min-height: 100px;
    color: #666;
    max-height: 115px;
    overflow: hidden;
}

.title-tt {
    text-transform: uppercase;
    margin: 10px 0 0;
    font-size: 18px;
    font-family: 'Yeseva One', cursive;
    display: inline-block;
    background: #eee;
    padding: 10px 10px;
}
.pr-related h2 {
    text-align: center;
    text-transform: uppercase;
    margin: 25px 0;
    display: block;
    font-family: 'Yeseva One', cursive;
    font-weight: normal;
    position: relative;
    padding-bottom: 11px;
  color:#f1853b;
}

.pr-related h2:after {
    width: 50px;
    height: 2px;
    background: #f1853b;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.news_title_related {margin: 35px 0 10px;border-top: 1px solid #ddd;padding-top: 10px;}

.news_title_related h2 {
    text-transform: uppercase;
    font-family: 'Yeseva One', cursive;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 9px;
    color: #f1853b;
}
.news_title_related ul li {
    line-height: 25px;
}
.news_title_related ul li a:hover {
    color: #f1843b;
}
.news_title_related ul li a span {
    font-size: 13px;
    font-style: italic;
    color: #666;
}
.kaita-detail-page .short {
    margin: 12px 0;
}
.kaita-detail-page p {
    margin-bottom: 10px;
}

.kaita-detail-page {
    line-height: 25px;
}
.news_title_related ul li a {
    color: #2880b5;
}
.at-share-btn-elements .at-label {
    display: none;
}

.at-share-btn-elements a {
    border-radius: 50% !important;
    margin-bottom: 0 !important;
    margin: 0 3px !important;
}

.share-social {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}

.at-share-btn-elements {
    text-align: center;
}
p.hotlinect {
    margin: 10px 0;
    background: url(../images/hotline.png) no-repeat 0px 0px;
    padding-left: 32px;
}

p.hotlinect span {
    color: red;
    font-size: 17px;
    font-family: 'OpenSans-SemiBold';
}
.paging a {
    display: inline-block;
    background: #eee;
    padding: 5px 10px;
}

.paging {
    text-align: center;
    margin: 10px 0;
}

.paging a.active,.paging a:hover {
    background: #f1853b;
    color: #fff;
}
.form-right {
    line-height: 25px;
}
div#txtmsg {
  padding:8px 0;
    color: #f1853b;
}
.section3 .content .item .desgc {
    height: 110px;
    overflow: hidden;
}
.section2 .content .item .desdv {
    height: 67px;
    overflow: hidden;
}
ul.list-brand-collection li {
    display: inline-block;
    /* width: calc(100%/5 - 4px); */
    vertical-align: middle;
    margin-bottom: 3px;
    height: 45px;
    /* border: 1px solid #ddd; */
    text-align: center;
}

ul.list-brand-collection li a {
    position: relative;
    border: 1px solid #ddd;
    height: 45px;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 0 15px;
}

ul.list-brand-collection {
    margin: 0 15px;
}

ul.list-brand-collection li.active a, ul.list-brand-collection li:hover a {
    border: 1px solid #f1853b;
}
ul.list-brand-collection li.active a:after {
    content: "";
    width: 23px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background:url(../images/ic.png) no-repeat left top;
    background-size: 23px 20px;
}

ul.list-category {
    margin: 10px 15px;
}
ul.list-category li {
    display: inline-block;
    width: calc(100%/4 - 5px);
    vertical-align: middle;
    margin-bottom: 3px;
}

ul.list-category li a {
    position: relative;
    display: block;
    border: 1px solid #ddd;
    padding: 10px;
  border-radius: 5px;
    text-align: center;
}
ul.list-category li:hover a{
   border: 1px solid #4a90e2;
}


.left-ctn {
    width: 73%;
    float: left;
}

.right-ctn {
    float: right;
    width: 25%;
}

.right-ctn .f-block {
    margin-top: 15px;
    float: left;
    width: 100%;
    border: 1px solid #eee;
}

.right-ctn .f-block .title-bl {
    background-image: linear-gradient(to right,#f36f21,#ec1c24);
    text-transform: uppercase;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 17px;
    font-family: 'Yeseva One', cursive;
}

.right-ctn .content-block li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.right-ctn .content-block {
    padding: 5px;
}

.right-ctn .content-block li .item .pr-img {
    float: left;
    margin-right: 10px;
    width: 90px;
}

.right-ctn .content-block li .item .pr-img a {
    display: block;
}

.right-ctn .content-block li .item .pr-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.right-ctn .content-block li .item .pr-img a {
    display: block;
    height: 75px;
}

.right-ctn .content-block li h3 a {
    font-size: 14px;
    font-weight: 400;
}

.right-ctn .content-block li h3 a:hover {
    color: #f1853b;
}

ul.content-block-new {
    padding: 5px;
}

ul.content-block-new li .item-bl-new {
    float: left;
    width: 100%;
}

ul.content-block-new li .item-bl-pr img{
    float: left;
    width: 100px;
    height: 70px;
    object-fit: cover;
    margin-right: 10px;
}

ul.content-block-new li .item-bl-pr .price-bl {
    float: left;
    width: calc(100% - 110px);
}

ul.content-block-new li .item-bl-pr {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

ul.content-block-new li .item-bl-pr .info-bl-pr h3 a {
    font-size: 13px;
    font-weight: 400;
}

ul.content-block-new li .item-bl-pr .info-bl-pr h3 a:hover {
    color: #f1853b;
}

ul.content-block-new li .item-bl-pr .info-bl-pr h3 {
    line-height: 18px;
}

ul.content-block-new li .item-bl-pr .price-bl {
    font-size: 11px;
    margin-top: 5px;
    color: #888;
}

ul.content-block-new li:last-child .item-bl-pr {
    border-bottom: none;
    padding-bottom: 0;
}

.right-ctn .content-block li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.text-top {
    width: 100%;
    font-size:14px;
    /*padding: 5px;
    font-weight: normal;*/
  position:absolute;
  top:-999px;
  z-index:-1;
}
.owl-system .item {
    margin: 0 2px;
}

.section5 {
    margin-bottom: 40px;
    padding-top: 30px;
}

.section5 .row {
    margin-left: -2px;
}
p.date_comment {
    float: left;
    margin-right: 10px;
}

.small-author {
    color: #999;
    float: left;
    font-size: 13px;
}

.small-author img {
    border-radius: 100%;
    float: left;
    margin-right: 8px;
    margin-top: 3px;
}

.small-author {
}
.content-neo {
    margin-left: 25px;
    display: none;
}

.btn-neo i.fa-bars {
    font-size: 21px;
    vertical-align: middle;
    padding-right: 5px;
}

.btn-neo {
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.btn-neo span {
    float: right;
    margin-right: 10px;
    font-size: 23px;
}
.author-article a.btn-main {
    background: linear-gradient(
180deg
, #FFA200 0%, #FF6D00 100%);
    border-radius: 6px;
    padding: 5px 40px;
    height: 40px;
    display: inline-block;
    line-height: 30px;
    color: #fff !important;
    margin: 10px 0;
}

.author-article a.btn-main:hover {
    background: #f1853b;
}
.khungcss{
  background: #eee;
  border-radius: 5px;
  color: #333;
  width: 100%;
  padding:10px 20px;
  margin: 15px 0;
  word-break: break-all;
}
.khungcss::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-top-left-radius: 5px;
    border-color: #d8d8d8 #fff transparent transparent;
}
p.xemtatca {
    text-align: center;
    margin: 10px 0;
}

p.xemtatca a {
    display: inline-block;
    background: #f1853b;
	color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    text-transform: uppercase;
}

p.xemtatca a:hover {
    background:#f8c045;
    color: #fff;
}