@charset "UTF-8";
/* =WordPress Core
-------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap");
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

html {
  font-size: 14px;
  font-family: "Open Sans", "arial", "sans-serif";
}

body {
  font-family: "Open Sans", "arial", "sans-serif";
  position: relative;
  background: #e1e1e1;
}

.error {
  color: red;
}

.pagination {
  margin: 0;
}

p {
  margin-bottom: 0;
}

a {
  cursor: pointer;
}
a:hover, a:focus, a:active, a:visited {
  text-decoration: none;
}

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

.img169 {
  position: relative;
  padding-bottom: 56.2%;
}
.img169 img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  left: 0;
  top: 0;
}

.img1610 {
  position: relative;
  padding-bottom: 62.5%;
}
.img1610 img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  left: 0;
  top: 0;
}

.img43 {
  position: relative;
  padding-bottom: 75%;
}
.img43 img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  left: 0;
  top: 0;
}

.img11 {
  position: relative;
  padding-bottom: 100%;
}
.img11 img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  left: 0;
  top: 0;
}

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

.form-group textarea.form-control {
  max-width: 100%;
}

.fa-left {
  margin-right: 0.5rem;
}

.fa-right {
  margin-left: 0.5rem;
}

.btn.btn-left {
  margin-right: 1rem;
}

.btn.btn-right {
  margin-left: 1rem;
}

.label-info {
  background-color: #70b7ba;
}

.mt-15 {
  margin-top: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-100 {
  margin-bottom: 100px;
}

/* Shine */
.hover-shine {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.hover-shine:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.hover-shine:hover:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.dai-header .topbar {
  background: #620011;
  padding: 6px 0;
  border-bottom: 5px solid #ff9900;
}
.dai-header .topbar .socials {
  display: flex;
  justify-content: flex-end;
}
.dai-header .topbar .socials .social {
  padding: 3px 8px;
}
.dai-header .topbar .socials .social a {
  color: #fff;
  font-size: 20px;
}
.dai-header .topbar .socials .social a:hover {
  color: #f00;
}
.dai-header .topbar .socials .social:last-child {
  padding-right: 0;
}
.dai-header .topbar .search-form {
  position: relative;
}
.dai-header .topbar .search-form .text-search {
  border-radius: 0;
  height: 25px;
  padding: 0 40px 0 15px;
}
.dai-header .topbar .search-form .btn-search {
  position: absolute;
  background: transparent;
  padding: 0;
  right: 15px;
  z-index: 999;
  color: #333;
  border: none;
}
.dai-header .topbar .search-form .btn-search:hover {
  color: #f00;
}
.dai-header .topbar .search-form .btn-search:focus {
  box-shadow: none;
}
.dai-header .main {
  /*padding: 10px 0;*/
  text-align: center;
}
@media (min-width: 768px) {
  .dai-header .main {
    text-align: left;
	background: #fff;
  }
}
.dai-header .main > .container > .row {
  align-items: center;
}
.dai-header .main .main-left.logo {
  text-align: center;
/*   padding-bottom: 15px; */
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .dai-header .main .main-left.logo {
    text-align: left;
	margin-top: 10px;
	  
  }
}
.dai-header .main .main-right {
  display: none;
}
@media (min-width: 768px) {
  .dai-header .main .main-right {
    display: flex;
    justify-content: center;
  }
}
.dai-header .main .main-right .p {
  display: flex;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .dai-header .main .main-right .p {
    padding: 0 20px;
    margin-bottom: 0;
  }
}
.dai-header .main .main-right .p .anh {
  margin-right: 5px;
}
@media (min-width: 768px) {
  .dai-header .main .main-right .p .anh {
    margin-right: 10px;
  }
}
.dai-header .main .main-right .p .chu {
  color: #302f35;
  font-weight: 700;
}
.dai-header .main .main-right .p .chu .line1, .dai-header .main .main-right .p .chu .line2 {
  font-size: 12px;
}
@media (min-width: 768px) {
  .dai-header .main .main-right .p .chu .line1 {
    font-size: 15px;
  }
}
.dai-header .main .main-right .p1 {
  padding-left: 0;
}

.main-menu {
  text-align: left;
}
@media (min-width: 768px) {
  .main-menu {
    text-align: right;
  }
  .main-menu .nav-fostrap-lv2 {
    text-align: left;
  }
}

.nav-fostrap {
  display: block;
  /*margin-bottom: 15px;*/
  background: #620011;
/*   border-bottom: 2px solid #f00; */
}

.nav-fostrap ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}

.nav-fostrap li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  color: #def1f0;
}

.nav-fostrap li a {
  padding: 15px 20px;
  color: #def1f0;
  display: inline-block;
  outline: 0;
  font-weight: 400;
}

.nav-fostrap li:hover ul.dropdown {
  display: block;
}

.nav-fostrap li ul.dropdown {
  position: absolute;
  z-index: 999;
  display: none;
  width: 200px;
  background: #7d0000;
  padding-top: 0;
}

.nav-fostrap li ul.dropdown li {
  display: block;
  list-style-type: none;
}

.nav-fostrap li ul.dropdown li a {
  padding: 15px 20px;
  font-size: 15px;
  color: #fff;
  display: block;
  font-weight: 400;
}

.nav-fostrap li ul.dropdown li:last-child a {
  border-bottom: none;
}

.nav-fostrap li:hover a {
  background: #f00;
  color: #fff !important;
}

.nav-fostrap li:first-child:hover a {
  border-radius: 3px 0 0 3px;
}

.nav-fostrap li ul.dropdown li:hover a {
  background: #f00;
}

.nav-fostrap li ul.dropdown li:first-child:hover a {
  border-radius: 0;
}

.nav-fostrap li:hover .arrow-down {
  border-top: 5px solid #fff;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #def1f0;
  position: absolute;
  top: 25px;
  right: 8px;
  content: "";
}

.title-mobile {
  display: none;
}

@media only screen and (max-width: 900px) {
  .nav-fostrap {
    background: #0c001c;
    width: 200px;
    height: 100%;
    display: block;
    position: fixed;
    z-index: 99;
    left: -200px;
    top: 0px;
    -webkit-transition: left 0.25s ease;
    -moz-transition: left 0.25s ease;
    -ms-transition: left 0.25s ease;
    -o-transition: left 0.25s ease;
    transition: left 0.25s ease;
    margin: 0;
    border: 0;
    border-radius: 0;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
  }

  .title-mobile {
/*     position: absolute; */
    display: block;
    top: 15px;
    font-size: 14px;
    left: 100px;
    right: 100px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
  }
  .title-mobile:hover {
    color: #F00;
  }

  .nav-fostrap.visible {
    left: 0px;
    -webkit-transition: left 0.25s ease;
    -moz-transition: left 0.25s ease;
    -ms-transition: left 0.25s ease;
    -o-transition: left 0.25s ease;
    transition: left 0.25s ease;
  }

  .nav-bg-fostrap {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 50px;
    margin: 0;
    position: absolute;
    z-index: 1000;
    top: 0px;
    left: 0px;
 
    background: url(../images/bg1.png) #620011;
    padding: 12px 0 0 10px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  }

  .navbar-fostrap {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    cursor: pointer;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px;
  }

  .navbar-fostrap span {
    height: 2px;
    background: #fff;
    margin: 5px;
    display: block;
    width: 20px;
  }

  .navbar-fostrap span:nth-child(2) {
    width: 20px;
  }

  .navbar-fostrap span:nth-child(3) {
    width: 20px;
  }

  .nav-fostrap ul {
    padding-top: 50px;
  }

  .nav-fostrap li {
    display: block;
  }

  .nav-fostrap li a {
    display: block;
    color: #888;
    font-weight: 600;
  }

  .nav-fostrap li:first-child:hover a {
    border-radius: 0;
  }

  .nav-fostrap li ul.dropdown {
    position: relative;
  }

  .nav-fostrap li ul.dropdown li a {
    background: #7d0000 !important;
    border-bottom: none;
    color: #fff !important;
  }

  .nav-fostrap li:hover a {
    background: #f00;
    color: #fff !important;
  }

  .nav-fostrap li ul.dropdown li:hover a {
    background: rgba(0, 0, 0, 0.1) !important;
    color: #fff !important;
  }

  .nav-fostrap li ul.dropdown li a {
    padding: 10px 10px 10px 30px;
  }

  .nav-fostrap li:hover .arrow-down {
    border-top: 5px solid #fff;
  }

  .arrow-down {
    border-top: 5px solid #505050;
    position: absolute;
    top: 20px;
    right: 10px;
  }

  .cover-bg {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .container {
    width: 96%;
  }
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

.dailv .d-breadcrumb {
  padding: 0 0 5px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.dailv .d-breadcrumb .crumbs {
  font-size: 14px;
}
.dailv .d-breadcrumb .crumbs a {
  color: #dc3545;
}
.dailv .d-breadcrumb .crumbs a:hover {
  color: #fe9705;
}
.dailv .d-breadcrumb .woocommerce-breadcrumb {
  font-size: 14px;
}
.dailv .d-breadcrumb .delimiter {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.dailv .phantrang .pagination {
  justify-content: center;
  padding-bottom: 30px;
}
.dailv .phantrang .pagination ul li {
  display: inline-block;
  text-align: center;
}
.dailv .phantrang .pagination ul li > * {
  display: block;
  width: 42px;
  line-height: 40px;
  height: 42px;
  border: 1px solid #666;
  border-radius: 50%;
  font-weight: 600;
  font-size: 18px;
  margin: 5px;
}
.dailv .phantrang .pagination ul li .current {
  background: #666;
  color: #fff;
}
.dailv .phantrang .pagination ul li .inactive {
  transition: 0.4s;
  color: #000;
}
.dailv .phantrang .pagination ul li .inactive:hover {
  transition: 0.4s;
  background: #666;
  color: #fff;
}
.dailv .dailv-sidebar .group > .title {
  background: #F00;
  padding: 15px 10px;
  color: #fff;
  text-align: center;
}
.dailv .dailv-sidebar .group > .title * {
  text-transform: uppercase;
  font-size: 16px;
}
.dailv .dailv-sidebar .group > .title:after {
  content: "";
  display: block;
  width: 80px;
  margin: 10px auto 0;
  border-top: 2px solid #fff;
}
.dailv .dailv-sidebar .lienhe .content .s1 {
  background: #F00;
  color: #fff;
  text-align: center;
  padding-bottom: 15px;
}
.dailv .dailv-sidebar .xemnhieu .content .s2 .item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.dailv .dailv-sidebar .xemnhieu .content .s2 .item .thumb {
  width: 120px;
  margin-right: 5px;
}
.dailv .dailv-sidebar .xemnhieu .content .s2 .item .title {
  flex-grow: 1;
  font-size: 13px;
  line-height: 1.2;
}
.dailv .dailv-sidebar .imgquangcao img {
  padding: 15px 0;
  width: 100%;
}
.dailv .dailv-sidebar .p0-menu > .title {
  color: #fff;
  text-align: center;
  padding: 12px;
  text-transform: uppercase;
  background: #600000;
  font-weight: 600;
  font-size: 15px;
}
.dailv .dailv-sidebar .p0-menu > .menus {
  background: #fff;
  padding: 10px 3px;
  height: 396px;
}
.dailv .dailv-sidebar .p0-menu > .menus .home-menu li {
  padding: 7.5px 15px;
  border-bottom: 1px solid #aaa;
}
.dailv .dailv-sidebar .p0-menu > .menus .home-menu li a {
  color: #f00;
  display: block;
}
.dailv .dailv-sidebar .p0-menu > .menus .home-menu li a:before {
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
  padding-right: 10px;
  vertical-align: middle;
  font-size: 7px;
  color: #f00;
}
.dailv .dailv-sidebar .p0-menu > .menus .home-menu li a:hover {
  color: #f00;
}
.dailv .dailv-sidebar .p0-menu > .menus .home-menu li a:hover:before {
  color: #f00;
}
.dailv .dailv-sidebar .p0-menu {
  margin-bottom: 15px;
}
.dailv .dailv-sidebar .p0-menu > .menus {
  height: auto;
}
.dailv #mega-menu-wrap-header-menu2 #mega-menu-header-menu2 {
  text-align: right;
  padding: 0 15px;
}
.dailv .home-cate .home-cate-title .title {
  margin: 20px 0;
  display: block;
  background: #17191e;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 18px 0;
  border-radius: 8px;
}
.dailv .home-cate .home-sp-content .dssanpham .sanpham,
.dailv .dailv-product .product-relate .dssanpham .sanpham {
  padding: 12px 7px;
  border: 2px solid #ccc;
  margin-bottom: 30px;
  transition: all 0.5s;
  text-align: center;
  background: #fff;
}
.dailv .home-cate .home-sp-content .dssanpham .sanpham:hover,
.dailv .dailv-product .product-relate .dssanpham .sanpham:hover {
  border: 2px solid #f00;
  transition: all 0.5s;
}
.dailv .home-cate .home-sp-content .dssanpham .sanpham .anh img,
.dailv .dailv-product .product-relate .dssanpham .sanpham .anh img {
  width: 100%;
}
.dailv .home-cate .home-sp-content .dssanpham .sanpham .thongtin .ten,
.dailv .dailv-product .product-relate .dssanpham .sanpham .thongtin .ten {
  margin: 25px 0 10px;
}
@media (min-width: 992px) {
  .dailv .home-cate .home-sp-content .dssanpham .sanpham .thongtin .ten,
.dailv .dailv-product .product-relate .dssanpham .sanpham .thongtin .ten {
    height: 21px;
    overflow: hidden;
  }
}
.dailv .home-cate .home-sp-content .dssanpham .sanpham .thongtin .ten a,
.dailv .dailv-product .product-relate .dssanpham .sanpham .thongtin .ten a {
  color: #000;
  font-weight: bold;
}
.dailv .home-cate .home-sp-content .dssanpham .sanpham .thongtin .ten a:hover,
.dailv .dailv-product .product-relate .dssanpham .sanpham .thongtin .ten a:hover {
  color: #F00;
}
.dailv .home-cate .home-sp-content .dssanpham .sanpham .thongtin .mota,
.dailv .dailv-product .product-relate .dssanpham .sanpham .thongtin .mota {
  font-size: 13px;
}
@media (min-width: 992px) {
  .dailv .home-cate .home-sp-content .dssanpham .sanpham .thongtin .mota,
.dailv .dailv-product .product-relate .dssanpham .sanpham .thongtin .mota {
    height: 85px;
    overflow: hidden;
	line-height: 1.6;
  }
}
.dailv .home-cate .home-sp-content .dssanpham .sanpham .gia,
.dailv .dailv-product .product-relate .dssanpham .sanpham .gia {
  margin: 15px 0 5px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  background: #f07717;
  padding-bottom: 5px;
  padding-top: 5px;
}
@media (min-width: 768px) {
  .dailv .home-cate .home-sp-content .dssanpham .sanpham .gia,
.dailv .dailv-product .product-relate .dssanpham .sanpham .gia {
    flex-wrap: nowrap;
    flex-direction: row;
	background: #f07717;
	padding-top: 5px;
    padding-bottom: 5px;
  }
}
.dailv .home-cate .home-sp-content .dssanpham .sanpham .gia .giagoc,
.dailv .dailv-product .product-relate .dssanpham .sanpham .gia .giagoc {
  color: #444444;
  font-size: 16px;
  text-decoration: line-through;
}
.dailv .home-cate .home-sp-content .dssanpham .sanpham .gia .giakm,
.dailv .dailv-product .product-relate .dssanpham .sanpham .gia .giakm {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.dailv .home-p1 .home-ads {
  margin-bottom: 30px;
}
.dailv .home-p1 .home-ads .ads {
  margin-top: 30px;
}
.dailv .home-p3.home-locsp .home-locsp-filter {
  z-index: 9;
  background: #fff;
}
.dailv .home-p3.home-locsp .home-locsp-filter .cots {
  padding-left: 15px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .dailv .home-p3.home-locsp .home-locsp-filter .cots {
    padding-left: 0;
    width: 80%;
  }
}
.dailv .home-p3.home-locsp .home-locsp-filter .cots .cot {
  display: inline-block;
  margin: 0;
}
@media (min-width: 768px) {
  .dailv .home-p3.home-locsp .home-locsp-filter .cots .cot {
    padding-left: 40px;
  }
}
.dailv .home-p3.home-locsp .home-locsp-filter .cots .cot a {
  display: block;
  margin: 3px 0;
  padding: 5px 15px;
  color: #333;
  position: relative;
  font-size: 16px;
}
.dailv .home-p3.home-locsp .home-locsp-filter .cots .cot a:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 7px;
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #333;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .dailv .home-p3.home-locsp .home-locsp-filter .cots .cot a:before {
    left: -25px;
  }
}
.dailv .home-p3.home-locsp .home-locsp-filter .cots .cot a:after {
  content: "";
  position: absolute;
  left: -4px;
  top: 11px;
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #f00;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .dailv .home-p3.home-locsp .home-locsp-filter .cots .cot a:after {
    left: -21px;
  }
}
.dailv .home-p3.home-locsp .home-locsp-filter .cots .cot a.active, .dailv .home-p3.home-locsp .home-locsp-filter .cots .cot a:hover {
  border-radius: 7px;
}
@media (min-width: 768px) {
  .dailv .home-p3.home-locsp .home-locsp-filter .cots .cot a.active, .dailv .home-p3.home-locsp .home-locsp-filter .cots .cot a:hover {
    background: #ffd400;
  }
}
.dailv .home-p3.home-locsp .home-locsp-filter .cots .cot a.active:after, .dailv .home-p3.home-locsp .home-locsp-filter .cots .cot a:hover:after {
  border: none;
  background: #fe9705;
}
.dailv .home-p3.home-locsp .home-locsp-filter > .container:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 15px 0 0;
  border-top: 2px solid #fe9705;
}
@media (min-width: 768px) {
  .dailv .home-p3.home-locsp .home-locsp-filter > .container:after {
    margin: 15px 0 0;
  }
}
.dailv .home-p3.home-locsp .home-locsp-filter.sticky {
  background: #feeb05;
}
.dailv .home-p3.home-locsp .dssanpham {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .dailv .home-p3.home-locsp .dssanpham {
    max-height: 1336px;
    overflow: hidden;
  }
}
.dailv .home-p3.home-locsp .dssanpham .sanpham .thongtin .ten {
  height: 42px;
  overflow: hidden;
}
.dailv .home-p3.home-locsp .dssanpham .sanpham .thongtin .mota {
  display: none;
}
@media (min-width: 768px) {
  .dailv .home-p3.home-locsp .dssanpham .sanpham .thongtin .mota {
    display: block;
  }
}
.dailv .home-p3.home-locsp .dssanpham .sanpham .gia .giakm {
  font-size: 16px;
}
.dailv .home-p4 {
  color: #fff;
}
.dailv .home-p4-1 {
  background: url("../images/bg1.png") #620011;
  padding: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .dailv .home-p4-1 {
    text-align: left;
  }
}
.dailv .home-p4-1 .noidung-p1 {
  font-size: 20px;
  display: inline-block;
}
.dailv .home-p4-1 .noidung-p1:after {
  content: "";
  display: block;
  margin: 10px 0 15px;
  width: 100%;
  height: 2px;
  background: #fff;
}
.dailv .home-p4-1 .noidung-p2 p {
  line-height: 2;
  text-align: left;
}
.dailv .home-p4-2 {
  background: #17191e;
  text-align: center;
}
.dailv .home-p4-21:before {
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  background: #ff9900;
  margin: 0 auto 30px;
}
.dailv .home-p4-21 .tieude {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #093
}
@media (min-width: 768px) {
  .dailv .home-p4-21 .tieude {
    line-height: 48px;
  }
}
.dailv .home-p4-21 .noidung {
  line-height: 1.8;
}
.dailv .home-p4-21 .lienket {
  padding: 15px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .dailv .home-p4-21 .lienket {
    padding: 30px 0 40px;
  }
}
.dailv .home-p4-21 .lienket .phancach {
  display: none;
}
@media (min-width: 768px) {
  .dailv .home-p4-21 .lienket {
    flex-direction: row;
  }
  .dailv .home-p4-21 .lienket .phancach {
    display: block;
  }
}
@media (min-width: 768px) {
  .dailv .home-p4-21 .lienket .link {
    padding-top: 0;
  }
}
.dailv .home-p4-21 .lienket .link a {
  color: #fff;
  font-weight: bold;
  padding: 10px;
}
.dailv .home-p4-21 .lienket .link a:hover {
  color: #f00;
}
.dailv .home-p5.home-tintuc .home-cate-title {
  text-align: center;
}
.dailv .home-p5.home-tintuc .home-cate-title .title {
  display: inline-block;
  width: 300px;
  margin: 40px 0;
}
.dailv .home-p5.home-tintuc .dstin .tin {
  margin-bottom: 30px;
  border: 2px solid #e0dfdf;
  /* margin: 10px; */
  padding: 14px;
}
.dailv .home-p5.home-tintuc .dstin .tin:hover{
  transition: all 0.5s;
  border: 2px solid #f00;
}
.dailv .home-p5.home-tintuc .dstin .tin .anh img {
  border: 1px solid #ccc;
}
.dailv .home-p5.home-tintuc .dstin .tin .thongtin .ten {
  margin: 15px 0 10px;
}
.dailv .home-p5.home-tintuc .dstin .tin .thongtin .ten a {
  color: #000;
  font-weight: bold;
}
.dailv .home-p5.home-tintuc .dstin .tin .thongtin .ten a:hover {
  color: #f00;
}
.dailv .dailv-news .anh-page {
  padding: 15px 0;
}
.dailv .dailv-news .anh-page img {
  width: 100%;
}
.dailv .dailv-news .dailv-news-content {
  padding: 15px 0;
}
.dailv .dailv-news .dailv-news-content .news .new {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #7d0000;
}
.dailv .dailv-news .dailv-news-content .news .new > .row {
  align-items: center;
}
.dailv .dailv-news .dailv-news-content .news .new .thumb img {
  width: 100%;
}
.dailv .dailv-news .dailv-news-content .news .new .title h3 {
  line-height: 1;
}
.dailv .dailv-news .dailv-news-content .news .new .title a {
  font-size: 18px;
  color: #f00;
  font-weight: bold;
}
.dailv .dailv-news .dailv-news-content .news .new .title a:hover {
  color: #a70000;
}
.dailv .dailv-news .dailv-news-content .news .new .title:after {
  content: "";
  display: block;
  width: 50px;
  border-top: 2px solid #fe9705;
  padding-bottom: 5px;
}
.dailv .dailv-news .dailv-news-content .news .new:hover a {
  color: #f00;
}
.dailv .dailv-news .dailv-news-content .news .new:nth-child(even) > .row {
  flex-direction: row-reverse;
}
.dailv .dailv-news .dailv-news-content .news .new:last-child {
  border-bottom: none;
}
.dailv .dailv-news.new-content .new-title h2 {
  font-size: 24px;
}
.dailv .dailv-news.new-content .new-title h2:after {
  content: "";
  display: block;
  margin: 10px 0;
  border-top: 1px solid #7da9b1;
}
.dailv .dailv-news.new-content .new > .content * {
  max-width: 100%;
}
.dailv .dailv-news.new-content .new > .content img {
  margin-left: auto;
  margin-right: auto;
}
.dailv .dailv-news.dailv-product .single-product .tongquatsp {
  margin-bottom: 30px;
}
.dailv .dailv-news.dailv-product .single-product .tongquatsp .tensp {
  margin-bottom: 15px;
}
.dailv .dailv-news.dailv-product .single-product .tongquatsp .tensp h3 {
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  color: #600000;
}
.dailv .dailv-news.dailv-product .single-product .tongquatsp .hinhanhsp img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .dailv .dailv-news.dailv-product .single-product .tongquatsp .hinhanhsp {
    position: relative;
    padding-bottom: 75%;
  }
  .dailv .dailv-news.dailv-product .single-product .tongquatsp .hinhanhsp img {
    position: absolute;
    width: 100%;
    height: 100% !important;
  }
}
.dailv .dailv-news.dailv-product .single-product .tongquatsp .thongtinsp .tomtatsp:after {
  content: "";
  display: block;
  border-top: 1px solid #aaa;
  margin: 15px auto;
}
.dailv .dailv-news.dailv-product .single-product .tongquatsp .thongtinsp .lienhe {
  margin: 15px 0;
  padding: 15px;
  background: #ccc;
  border-radius: 5px;
}
.dailv .dailv-news.dailv-product .single-product .tongquatsp .thongtinsp .lienhe .buycall {
  padding-bottom: 8px;
  padding-top: 6px;
  text-align: center;
}
.dailv .dailv-news.dailv-product .single-product .tongquatsp .thongtinsp .lienhe .buycall .iconphone {
  background: #fe9705;
  padding: 0 0 0 4px;
  border-radius: 50%;
  margin-right: 5px;
}
.dailv .dailv-news.dailv-product .single-product .tongquatsp .thongtinsp .lienhe .buycall .iconphone .fa {
  color: #fff;
}
.dailv .dailv-news.dailv-product .single-product .tongquatsp .thongtinsp .lienhe .buycall a {
  color: #600000;
  font-size: 18px;
}
.dailv .dailv-news.dailv-product .single-product .tongquatsp .thongtinsp .lienhe .delaisdt .btn-gui {
  color: #fff;
  background: #fe9705;
}
.dailv .dailv-news.dailv-product .single-product .tongquatsp .thongtinsp .lienhe .delaisdt .btn-gui .fa {
  margin-right: 10px;
}
.dailv .dailv-news.dailv-product .single-product .p2 .chitiet-title * {
  font-size: 22px;
  text-align: center;
}
.dailv .dailv-news.dailv-products .categoty-product .category-name {
  color: #600000;
  font-size: 22px;
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.dailv .dailv-news.dailv-products .categoty-product .new.product .title:after {
  content: none;
}
.dailv .new-detail .new-title h2 {
  color: #f00;
  font-weight: bold;
  margin-bottom: 20px;
}
.dailv .new-detail .new-content p {
  margin-bottom: 1rem;
  line-height: 2;
}
.dailv .new-detail .new-relate {
  margin-top: 30px;
}
.dailv .new-detail .new-relate .dsbaiviet {
  margin: 30px 0;
}
.dailv .new-detail .new-relate .dsbaiviet .baiviet .ten {
  padding: 15px 0;
}
.dailv .new-detail .new-relate .dsbaiviet .baiviet .ten a {
  color: #333;
  font-weight: bold;
  font-size: 16px;
}
.dailv .new-detail .new-relate .dsbaiviet .baiviet .ten a:hover {
  color: #f00;
}
.dailv .dailv-pagenew .new-content-title {
  position: relative;
  margin-bottom: 30px;
}
.dailv .dailv-pagenew .new-content-title .title-wrap {
  margin-left: -15px;
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.dailv .dailv-pagenew .new-content-title .title-wrap .title {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  margin-right: 30px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.dailv .dailv-pagenew .new-content-title .title-wrap .title:before {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  border-right: 30px solid transparent;
}
.dailv .dailv-pagenew .new-content-title .title-wrap .title:after {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  border-left: 15px solid transparent;
}
.dailv .dailv-pagenew .new-content-title .title-wrap .title {
  padding: 0 60px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.dailv .dailv-pagenew .new-content-title .title-wrap .title:before {
  border-right: 20px solid transparent;
}
@media (min-width: 768px) {
  .dailv .dailv-pagenew .new-content-title .title-wrap .title {
    padding: 0 120px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
  }
  .dailv .dailv-pagenew .new-content-title .title-wrap .title:before {
    border-right: 30px solid transparent;
  }
}
.dailv .home-sp-content {
  margin-top: 15px;
}
.dailv .home-sp-content .sanpham .thongtin .ten {
  height: auto;
}
.dailv .dailv-product .product-block-title,
.dailv .new-detail .product-block-title {
  border-bottom: 2px solid #333;
}
.dailv .dailv-product .product-block-title h4,
.dailv .new-detail .product-block-title h4 {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #333;
  padding: 10px 25px 10px;
  margin: 0;
}
.dailv .dailv-product .product-content .tongquatsp .tomtat .tensp h3,
.dailv .new-detail .product-content .tongquatsp .tomtat .tensp h3 {
  font-size: 24px;
  color: #107d36;
  font-weight: bold;
  text-transform: uppercase;
}
.dailv .dailv-product .product-content .tongquatsp .tomtat .tensp:after,
.dailv .new-detail .product-content .tongquatsp .tomtat .tensp:after {
  content: "";
  display: block;
  width: 40%;
  border: 1px solid #fe9705;
  margin: 15px 0;
}
.dailv .dailv-product .product-content .tongquatsp .tomtat .mota-title,
.dailv .new-detail .product-content .tongquatsp .tomtat .mota-title {
  font-weight: bold;
  font-size: 16px;
}
.dailv .dailv-product .product-content .tongquatsp .tomtat .mota-giaban,
.dailv .new-detail .product-content .tongquatsp .tomtat .mota-giaban {
  font-weight: bold;
  font-size: 16px;
  margin: 15px 0;
}
.dailv .dailv-product .product-content .tongquatsp .tomtat .mota-giaban .goc,
.dailv .new-detail .product-content .tongquatsp .tomtat .mota-giaban .goc {
  color: #f00;
  font-size: 24px;
  padding: 0 5px;
}
.dailv .dailv-product .product-content .tongquatsp .tomtat .mota-giaban .km,
.dailv .new-detail .product-content .tongquatsp .tomtat .mota-giaban .km {
  color: #aaa;
  text-decoration: line-through;
}
.dailv .dailv-product .product-content .tongquatsp .tomtat .mota:after,
.dailv .new-detail .product-content .tongquatsp .tomtat .mota:after {
  content: "";
  display: block;
  width: 40%;
  border: 1px solid #fe9705;
  margin: 15px 0;
}
.dailv .dailv-product .product-content .tongquatsp .tomtat .lienhe .lienhe-btn,
.dailv .new-detail .product-content .tongquatsp .tomtat .lienhe .lienhe-btn {
  margin-bottom: 15px;
}
.dailv .dailv-product .product-content .tongquatsp .tomtat .lienhe .lienhe-btn a,
.dailv .new-detail .product-content .tongquatsp .tomtat .lienhe .lienhe-btn a {
  display: block;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  font-size: 15px;
  text-transform: uppercase;
}
.dailv .dailv-product .product-content .tongquatsp .tomtat .lienhe .lienhe-btn a .fa,
.dailv .new-detail .product-content .tongquatsp .tomtat .lienhe .lienhe-btn a .fa {
  padding-right: 5px;
  font-size: 20px;
}
.dailv .dailv-product .product-content .tongquatsp .tomtat .lienhe .chiasefb a,
.dailv .new-detail .product-content .tongquatsp .tomtat .lienhe .chiasefb a {
  background: #4267b2;
}
.dailv .dailv-product .product-content .tongquatsp .tomtat .lienhe .dienthoai a,
.dailv .new-detail .product-content .tongquatsp .tomtat .lienhe .dienthoai a {
  background: #f00;
}
.dailv .dailv-product .product-content .tongquatsp .tomtat .lienhe .camket li,
.dailv .new-detail .product-content .tongquatsp .tomtat .lienhe .camket li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
}
.dailv .dailv-product .product-content .tongquatsp .tomtat .lienhe .camket li:before,
.dailv .new-detail .product-content .tongquatsp .tomtat .lienhe .camket li:before {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  color: #107d36;
}
.dailv .dailv-product .product-content .tongquatsp .lSSlideOuter .lSGallery > li,
.dailv .new-detail .product-content .tongquatsp .lSSlideOuter .lSGallery > li {
  position: relative;
  padding-bottom: 62.5%;
}
.dailv .dailv-product .product-content .tongquatsp .lSSlideOuter .lSGallery > li img,
.dailv .new-detail .product-content .tongquatsp .lSSlideOuter .lSGallery > li img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100px !important;
  left: 0;
  top: 0;
}
.dailv .dailv-product .product-content .chitietsp,
.dailv .new-detail .product-content .chitietsp {
  margin: 15px 0;
}
.dailv .dailv-product .product-content .chitietsp-noidung,
.dailv .new-detail .product-content .chitietsp-noidung {
  margin: 15px 0 25px;
  line-height: 1.8;
  font-size: 15px;
}
.dailv .dailv-product .product-relate .dssanpham,
.dailv .dailv-product .new-relate .dssanpham,
.dailv .new-detail .product-relate .dssanpham,
.dailv .new-detail .new-relate .dssanpham {
  margin: 15px 0 25px;
}

.dai-footer {
  text-align: center;
}
@media (min-width: 768px) {
  .dai-footer {
    text-align: left;
  }
}
.dai-footer .footer-slogans {
  background: #17191e;
  padding: 20px 0 1px;
}
.dai-footer .footer-slogans .slogans {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-direction: column;
}
.dai-footer .footer-slogans .slogans .noidung {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.dai-footer .footer-slogans .slogans:after {
  content: "";
  display: none;
  height: 75%;
  width: 1px;
  border-right: 1px solid #fff;
  position: absolute;
  left: 50%;
}
@media (min-width: 992px) {
  .dai-footer .footer-slogans .slogans:after {
    display: block;
  }
}
@media (min-width: 992px) {
  .dai-footer .footer-slogans .slogans {
    flex-direction: row;
  }
}
.dai-footer .footer-cols {
 /*  background: #272727; */
  background: url(../images/bg1.png) #620011;
  padding-bottom: 20px;
  border-top: 6px solid #ff9900;
}
.dai-footer .footer-cols .col-mobile-hide {
  display: none;
}
@media (min-width: 992px) {
  .dai-footer .footer-cols .col-mobile-hide {
    display: block;
  }
}
.dai-footer .footer-cols .footer-cot {
  color: #fff;
  padding-top: 25px;
}
.dai-footer .footer-cols .footer-cot .cot-title * {
  text-transform: uppercase;
  font-size: 15px;
  padding: 15px 0 5px;
  font-weight: bold;
}
.dai-footer .footer-cols .footer-cot .cot-items ul li {
  line-height: 2;
  font-size: 13px;
}
.dai-footer .footer-cols .footer-cot .cot-items ul.items li a {
  color: #fff;
}
.dai-footer .footer-cols .footer-cot .cot-items ul.items li a:hover {
  color: #fe9705;
}
.dai-footer .footer-cols .footer-cot.cot4 .cot-items ul.items li {
  display: inline-block;
  padding-right: 15px;
}
.dai-footer .footer-cols .footer-cot.cot4 .cot-items ul.items li a img {
  height: 30px;
}
@media (max-width: 991.98px) {
  .dai-footer .footer-cols .footer-cot.cot2, .dai-footer .footer-cols .footer-cot.cot3 {
    display: none;
  }
}

.dai-footer2 {
  background: #000;
  padding: 15px 15px;
  color: #888;
/*   font-weight: 600; */
/*   text-transform: uppercase; */
}
.dai-footer2 a {
  color: #888;
}
.dai-footer2 a:hover {
  color: #f00;
}
@media (max-width: 991.98px) {
  .dai-footer2 {
    text-align: center;
  }
}

.dai-footer3 .hotline {
  position: fixed;
  bottom: 0;
  right: 15px;
  background: #ff0000;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.dai-footer3 .hotline a {
  padding: 7px 30px;
  display: block;
  color: #fff;
}
.dai-footer3 .hotline a .hotline-phone {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.dai-footer3 .hotline:hover {
  background: #8e0000;
}

.dailv .home-bgp7  {
/*   background-image:  url("https://come-onvietnam.com/wp-content/uploads/2020/12/g2.jpg"); */
}


.list-logo ul {
    list-style: none;
    padding: 0;
	text-align: center;
}

.list-logo ul li {
    display: inline-block;
    padding: 2em 1em;
    width: 14%
}

.list-logo ul li {
/*     width: 15%; */
	margin-bottom: 30px;
    border: 1px solid #e0dfdf;
    margin: 10px;
    padding: 17px;
	display: inline-block;
    }
.list-logo ul li:hover {
    border: 1px solid #f00;
	transition: all 0.5s;
    }

@media only screen and (max-width: 900px) {
  .list-logo ul li {
  width: 25%;
	   }
  }



/*    @media only screen and (max-width: 900px) {
  .nav-fostrap2 {
  display: none;
	   }
  }
 */
.nav-fostrap2 {
  align-content: center;
  padding-bottom: 40px;
  border-top: 5px solid #ff9900;
}

.nav-fostrap2 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}

.nav-fostrap2 li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  color: #def1f0;
}
.nav-fostrap2 li ul.dropdown {
  position: absolute;
  z-index: 999;
  display: none;
  width: 200px;
  background: #7d0000;
  padding-top: 0;
}

.nav-fostrap2 li ul.dropdown li {
  display: block;
  list-style-type: none;
}

.nav-fostrap2 li ul.dropdown li a {
  padding: 15px 20px;
  font-size: 15px;
  color: #fff;
  display: block;
  font-weight: 400;
}

.nav-fostrap2 li ul.dropdown li:last-child a {
  border-bottom: none;
}

.nav-fostrap2 li:hover a {
/*   background: #008e09; */
  color: #fff !important;
  transition: all 0.3s;
}

.nav-fostrap2 li:first-child:hover a {
  border-radius: 3px 0 0 3px;
}

.nav-fostrap2 li ul.dropdown li:hover a {
  background: #f00;
}

.nav-fostrap2 li ul.dropdown li:first-child:hover a {
  border-radius: 0;
}

.nav-fostrap2 li:hover .arrow-down {
  border-top: 5px solid #fff;
}


.success1.is-underline:hover, .success1.is-outline:hover, .success1 {
    background-color: #055ab3;
    padding: 19px 5px;
    color: white !important;
	border: 2px solid #fff;
}
    
.call-mobile2 {
   position: fixed;
   bottom: 110px;
   height: 40px;
   line-height: 40px;
   padding: 0 0px 0 0px;
   border-radius: 40px;
   color: #fff;
   right: 10px;
   z-index: 99999;
}

.success1.is-underline:hover.success1.is-outline:hover, .success1:hover {
background-color: #f00;
}

.parallax { 
background-image: url("https://khacyen.com/wp-content/uploads/2025/06/bg-doi-tac.jpg");
height: 100%;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
/* margin-left:-410px;
margin-right:-410px; */
}

.parallax2 { 
background-image: url("https://khacyen.com/wp-content/uploads/2025/06/bg-doi-tac.jpg");
height: 100%;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
/* margin-left:-410px;
margin-right:-410px; */
}

.parallax-content {
width:50%;
margin:0 auto;
/* color:#FFF; */
/* padding-top:50px; */
}

/*# sourceMappingURL=style.css.map */
