@charset "UTF-8";
/* =WordPress Core
-------------------------------------------------------------- */
.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 {
  @import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap");
  font-size: 14px;
  font-family: "Open Sans", "arial", "sans-serif";
}

.error {
  color: red;
}

.pagination {
  margin: 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;
}

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

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

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

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;
}
.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: #1c75ba;
  padding: 5px 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: #cd0000;
}
.dai-header .topbar .search-form .btn-search:focus {
  box-shadow: none;
}
.dai-header .main {
  padding: 10px 0;
}
.dai-header .main > .container > .row {
  align-items: center;
}
.dai-header .main .logo {
  text-align: center;
}
@media (max-width: 991.98px) {
  .dai-header .main .logo {
    padding-bottom: 15px;
  }
}
.dai-header .main .main-right .socials {
  text-align: right;
  padding: 0 25px;
}
.dai-header .main .main-right .socials .social {
  display: inline-block;
  padding: 2px 7px;
}
@media (max-width: 991.98px) {
  .dai-header .main .main-right .socials {
    display: none;
  }
}
.dai-header .header-menu-2 {
  background: #232323;
  text-align: right;
}

.dailv .d-breadcrumb {
  padding: 20px 0 5px;
}
.dailv .d-breadcrumb .crumbs {
  font-size: 14px;
}
.dailv .d-breadcrumb .woocommerce-breadcrumb {
  font-size: 14px;
}
.dailv .d-breadcrumb .delimiter {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.dailv .dailv-sidebar .group > .title {
  background: #181a1c;
  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: #181a1c;
  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 {
  margin-bottom: 15px;
  margin-top: 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;
}
@media (max-width: 991.98px) {
  .dailv .dailv-home-main .home-p0 .container > .row {
    flex-direction: column-reverse;
  }
}
.dailv .dailv-home-main .home-p0 .container .p0-slide {
  overflow: hidden;
}
.dailv .dailv-home-main .home-p1 {
  margin-top: 20px;
}
.dailv .dailv-home-main .home-p1 .p1-left.items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1px;
  margin-right: -1px;
}
.dailv .dailv-home-main .home-p1 .p1-left.items .item {
 /* background: #368e00;*/
  margin: 0;
 /* padding: 2px 2px 4px;*/
  display: inline-block;
  width: 100%;
  /*border: 1px solid #fff;*/
}
.dailv .dailv-home-main .home-p1 .p1-left.items .item img {
  width: 100%;
}
.dailv .dailv-home-main .home-p1 .p1-left.items .item span {
  line-height: 1.1;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
}
.dailv .dailv-home-main .home-p1 .p1-left.items .item:hover span {
  color: #f0d70c;
}
@media (max-width: 991.98px) {
  .dailv .dailv-home-main .home-p1 .p1-left {
    padding-bottom: 15px;
  }
}
.dailv .dailv-home-main .home-p1 .p1-right.items {
  background: #1C75BA;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 58px 15px 15px;
}
.dailv .dailv-home-main .home-p1 .p1-right.items .item {
  text-align: center;
  border: 1px solid rgba(204, 204, 204, 0.75);
  position: relative;
}
.dailv .dailv-home-main .home-p1 .p1-right.items .item .image {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-50%);
}
.dailv .dailv-home-main .home-p1 .p1-right.items .item .text {
  padding: 60px 15px 22px;
}
@media (max-width: 767.98px) {
  .dailv .dailv-home-main .home-p1 .p1-right.items .item .text {
    padding: 60px 15px 60px;
  }
}
.dailv .dailv-home-main .home-group .home-title {
  padding: 30px 0;
  text-transform: uppercase;
}
.dailv .dailv-home-main .home-group .home-title .title {
  color: #181a1c;
}
@media (max-width: 991.98px) {
  .dailv .dailv-home-main .home-group .home-title .title {
    text-align: center;
  }
}
.dailv .dailv-home-main .home-group .home-title .line {
  height: 3px;
  width: 100%;
  background: #1C75BA;
}
.dailv .dailv-home-main .home-group .home-title .line:after {
  content: "";
  display: block;
  width: 150px;
  height: 5px;
  margin-left: 50px;
/*  background: #181a1c;*/
  transform: skew(45deg);
}
@media (max-width: 991.98px) {
  .dailv .dailv-home-main .home-group .home-title .line:after {
    margin-left: calc(50% - 75px);
  }
}
.dailv .dailv-home-main .home-group .home-sps .sps .sp {
  margin: 15px 0;
  text-align: center;
}
.dailv .dailv-home-main .home-group .home-sps .sps .sp .anh {
  padding: 5px;
  border: 1px solid #aaa;
  overflow: hidden;
}
.dailv .dailv-home-main .home-group .home-sps .sps .sp .anh a {
  display: block;
}
.dailv .dailv-home-main .home-group .home-sps .sps .sp .ten {
  padding: 10px 0;
}
.dailv .dailv-home-main .home-group .home-sps .sps .sp .ten a {
  color: #181a1c;
  font-size: 15px;
  font-weight: 600;
}
.dailv .dailv-home-main .home-group .home-sps .sps .sp .gia {
  color: #F30000;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.dailv .dailv-home-main .home-group .home-sps .sps .sp .dathang {
  padding: 10px 0 5px;
}
.dailv .dailv-home-main .home-group .home-sps .sps .sp .dathang a {
  padding: 4px 40px;
  background: #cd0000;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.4s;
  color: #fff;
}
.dailv .dailv-home-main .home-group .home-sps .sps .sp .dathang a:hover {
  transition: 0.4s;
  background: #9a0000;
}
.dailv .dailv-home-main .home-p3 {
  background: #000000;
  margin-top: 30px;
  padding: 40px 0 30px;
  color: #fff;
  line-height: 1.3;
  border-bottom: 10px solid #0078bf;
}
@media (max-width: 991.98px) {
  .dailv .dailv-home-main .home-p3 {
    text-align: center;
  }
}
.dailv .dailv-home-main .home-p3 p {
  margin: 0;
}
.dailv .dailv-home-main .home-p3 .p3-left {
  display: flex;
}
@media (max-width: 991.98px) {
  .dailv .dailv-home-main .home-p3 .p3-left {
    flex-wrap: wrap;
  }
  .dailv .dailv-home-main .home-p3 .p3-left .anh {
    width: 100%;
    padding-bottom: 15px;
  }
}
.dailv .dailv-home-main .home-p3 .p3-left .anh {
  padding-right: 20px;
}
.dailv .dailv-home-main .home-p3 .p3-left .thongtin {
  flex-grow: 1;
}
.dailv .dailv-home-main .home-p3 .p3-left .thongtin .tt {
  padding-bottom: 20px;
}
.dailv .dailv-home-main .home-p3 .p3-left .thongtin .tt .ttitle {
  text-transform: uppercase;
  font-size: 15px;
}
.dailv .dailv-home-main .home-p3 .p3-right .title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.dailv .dailv-home-main .home-p3 .p3-right .title.gachchan:after {
  content: "";
  display: block;
  width: 50%;
  border-bottom: 2px solid #fff;
  margin: 7px 0;
}
@media (max-width: 991.98px) {
  .dailv .dailv-home-main .home-p3 .p3-right .title.gachchan:after {
    margin: 7px auto;
  }
}
.dailv .dailv-home-main .home-p3 .p3-right .thongtin {
  padding-bottom: 20px;
}
.dailv .dailv-home-main .home-nhomsp.home-group .sps .sp .dathang a {
  background: #0078bf;
  border: 1px solid #fff;
  color: #fff;
}
.dailv .dailv-home-main .home-nhomsp.home-group .sps .sp .dathang a:hover {
  border: 1px solid #9a0000;
  color: #fff;
  transition: 0.4s;
  background: #9a0000;
}
.dailv .dailv-home-main .home-nhomsp.home-group .xemall {
  text-align: right;
  padding: 25px 0 15px;
}
@media (max-width: 991.98px) {
  .dailv .dailv-home-main .home-nhomsp.home-group .xemall {
    text-align: center;
  }
}
.dailv .dailv-home-main .home-nhomsp.home-group .xemall a {
  color: #fff;
  background: #cd0000;
  padding: 4px 40px 5px;
  font-size: 15px;
}
.dailv .dailv-home-main .home-p6 {
  margin: 30px 0 15px;
  border-bottom: 10px solid #0078bf;
}
.dailv .dailv-home-main .home-p6 > div {
  background-size: cover;
}
.dailv .dailv-home-main .home-p6 .home-title {
  text-align: center;
}
.dailv .dailv-home-main .home-p6 .home-title .title {
  display: inline-block;
  padding-top: 50px;
  text-align: center;
  color: #fff;
  position: relative;
}
.dailv .dailv-home-main .home-p6 .home-title .title:after {
  content: "";
  display: inline-block;
  width: 80%;
  border-top: 3px solid #fff;
  padding: 0;
  top: -10px;
  position: relative;
}
.dailv .dailv-home-main .home-p6 .chinhsach {
  padding-bottom: 100px;
}
.dailv .dailv-home-main .home-p6 .chinhsach .item {
  text-align: center;
}
@media (max-width: 991.98px) {
  .dailv .dailv-home-main .home-p6 .chinhsach .item {
    padding-bottom: 15px;
  }
}
.dailv .dailv-home-main .home-p6 .chinhsach .item:hover .text a {
  color: #f0d70c;
  transition: 0.4s;
}
.dailv .dailv-home-main .home-p6 .chinhsach .item .img {
  position: relative;
}
.dailv .dailv-home-main .home-p6 .chinhsach .item .img a {
  padding: 15px 0;
  display: block;
}
.dailv .dailv-home-main .home-p6 .chinhsach .item .text {
  margin-top: 15px;
}
.dailv .dailv-home-main .home-p6 .chinhsach .item .text a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  transition: 0.4s;
}
.dailv .dailv-home-main .home-p7 .home-news .tin {
  border: 1px solid #e0dfdf;
}
.dailv .dailv-home-main .home-p7 .home-news .tin .title {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.dailv .dailv-home-main .home-p7 .home-news .tin .title a {
  color: #333;
}
.dailv .dailv-home-main .home-p7 .home-news .tin .title a:hover {
  color: #cd0000;
}
.dailv .dailv-home-main .home-p7 .home-news .tin .time {
  padding: 15px 0 10px;
}
.dailv .dailv-home-main .home-p7 .home-news .tin:hover {
  border: 1px solid #cd0000;
}
.dailv .dailv-home-main .home-p7 .home-news .p1 .tin {
  margin-bottom: 20px;
  padding: 10px;
  text-align: justify;
}
.dailv .dailv-home-main .home-p7 .home-news .p2 .tin {
  padding: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .dailv .dailv-home-main .home-p7 .home-news .p2 .tin {
    flex-wrap: wrap;
  }
}
.dailv .dailv-home-main .home-p7 .home-news .p2 .tin .thumb {
  width: 25%;
  margin-right: 8px;
}
@media (max-width: 991.98px) {
  .dailv .dailv-home-main .home-p7 .home-news .p2 .tin .thumb {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.dailv .dailv-home-main .home-p7 .home-news .p2 .tin .thumb img {
  height: auto !important;
}
.dailv .dailv-home-main .home-p7 .home-news .p2 .tin .detail {
  flex-grow: 1;
}
.dailv .dailv-home-main .home-p7 .home-news .p2 .tin .detail .title {
  font-size: 14px;
  line-height: 1.3;
}
.dailv .dailv-home-main .home-p7 .home-news .p2 .tin .detail .time {
  padding: 5px 0 3px;
}
.dailv .p0-menu > .title {
  color: #fff;
  text-align: center;
  padding: 12px;
  text-transform: uppercase;
  background: #E61717;
  font-weight: 600;
  font-size: 15px;
}
.dailv .p0-menu > .menus {
  background: #1C75BA;
  padding: 0px 3px;
  height: 396px;
}
.dailv .p0-menu > .menus .home-menu li {
  padding: 5.5px 15px;
  border-bottom: 1px solid #0d95c3;
}
.dailv .p0-menu > .menus .home-menu li a {
  color: #fff;
  display: block;
}
.dailv .p0-menu > .menus .home-menu li a:before {
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
  padding-right: 20px;
  vertical-align: middle;
  font-size: 7px;
  color: #00bdff;
}
.dailv .p0-menu > .menus .home-menu li a:hover {
  color: #fcbf00;
}
.dailv .p0-menu > .menus .home-menu li a:hover:before {
  color: #fcbf00;
}
.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 .page-header .page-title {
  color: #cd0000;
  font-size: 22px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.dailv .dailv-news .dailv-news-content .news .new {
  padding-bottom: 45px;
}
.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.2;
  padding: 10px 0 5px;
  font-size: 15px;
}
.dailv .dailv-news .dailv-news-content .news .new .title a {
  font-size: 15px;
  color: #000;
  line-height: 1.3;
}
.dailv .dailv-news .dailv-news-content .news .new .title:after {
  content: "";
  display: block;
  width: 50px;
  border-top: 2px solid #ccc;
  padding-bottom: 5px;
}
.dailv .dailv-news .dailv-news-content .news .new:hover a {
  color: #cd0000;
}
.dailv .dailv-news .dailv-news-content .phantrang .pagination {
  justify-content: center;
  padding-bottom: 30px;
}
.dailv .dailv-news .dailv-news-content .phantrang .pagination ul li {
  display: inline-block;
  text-align: center;
}
.dailv .dailv-news .dailv-news-content .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 .dailv-news .dailv-news-content .phantrang .pagination ul li .current {
  background: #666;
  color: #fff;
}
.dailv .dailv-news .dailv-news-content .phantrang .pagination ul li .inactive {
  transition: 0.4s;
  color: #000;
}
.dailv .dailv-news .dailv-news-content .phantrang .pagination ul li .inactive:hover {
  transition: 0.4s;
  background: #666;
  color: #fff;
}
.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: #cd0000;
}
.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: #1c75ba;
  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: #1C75BA;
  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: #fff;
  font-size: 18px;
}
.dailv .dailv-news.dailv-product .single-product .tongquatsp .thongtinsp .lienhe .delaisdt .btn-gui {
  color: #fff;
  background: #1C75BA;
}
.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: #cd0000;
  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;
}

.dai-footer {
  background: #1C75BA;
  padding: 25px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .dai-footer {
    text-align: left;
  }
}
.dai-footer .footer-cols .footer-cot {
  color: #fff;
}
.dai-footer .footer-cols .footer-cot .cot-title * {
  text-transform: uppercase;
  font-size: 15px;
  padding: 15px 0;
}
.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: #f0d70c;
}
.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: #001b2f;
  padding: 10px 15px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .dai-footer2 {
    text-align: center;
  }
}

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