@font-face {
  font-family: Roboto;
  src: local(Roboto Thin), url(../font/roboto/Roboto-Thin.eot);
  src: url(../font/roboto/Roboto-Thin.ttf) format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: Roboto;
  src: local(Roboto Light), url(../font/roboto/Roboto-Light.eot);
  src: url(../font/roboto/Roboto-Light.ttf) format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: Roboto;
  src: local(Roboto Regular), url(../font/roboto/Roboto-Regular.eot);
  src: url(../font/roboto/Roboto-Regular.ttf) format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: Roboto;
  src: url(../font/roboto/Roboto-Medium.eot);
  src: url(../font/roboto/Roboto-Medium.ttf) format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: Roboto;
  src: url(../font/roboto/Roboto-Bold.eot);
  src: url(../font/roboto/Roboto-Bold.ttf) format("truetype");
  font-weight: 700;
}
:root {
    --xanhlogo: #0A91D1;
    --xanhlogo2: #0A91D1;
}
.laptop {
    display: block; 
}
.mobile {
    display: none; 
}
.pt-15 {
    padding-top: 15px; 
}
.pb-15 {
    padding-bottom: 15px; 
}
.p5 {
    padding: 5px; 
}
.mb-20 {
    margin-bottom: 20px;
}
ul {
    padding-inline-start: 0px;
}
.home h3.woocommerce-loop-product__title {
    font-size: 15px;
    font-weight: bold;
    color: black;
    margin-bottom: 4px;
    margin-top: 5px;
    letter-spacing: 0;
    padding: 0 10px;
}
.home .price {
    color: #f00;
    display: block;
    font-weight: 400;
    margin-bottom: 0.5em;
    font-size: 0.857em;
}
.home .button {
    margin: 0 auto;
    min-height: 17px;
    line-height: 27px;
    background-color: var(--xanhlogo);
    padding: 0 20px;
    text-transform: none;
    font-weight: normal;
    width: auto;
    font-size: 13px;
    color: #fff;
    display: table;
    border-radius: 4px;
    margin-bottom: 10px;
    transition: 0.2s;
}
.home .button:hover {
    background: #0c6112;
}
.duan .box-item a {
    display: block; 
    position: relative;
}
.duan .box-item h2 {
    position: absolute;
    color: white;
    padding: 20px;
    background: linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgba(2, 0, 36, 0.19091386554621848) 69%, rgba(2, 0, 36, 0.03125) 100%);
    bottom: 0;
    width: 100%;
    font-size: 20px;
    margin: 0;
}
.tab-lienhe .tab .entry-title {
    cursor: pointer;
}
.tab-lienhe .tab .entry-title h2 {
    border-bottom: 1px solid #dc5747;
}
@media(max-width: 992px) {
    .laptop { 
        display: none; 
    }
    .mobile { 
        display: block; 
    }
}