/**
* Theme Name: Logitrez Child
* Description: This is a child theme of Logitrez, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: logitrez
* Version: 1.0.2
*/

#home-row2 .elementor-icon-box-icon{
	background: #ccc;
    padding: 15px;
    border-radius: 50px;
}
.home-row2-col1 .elementor-icon-box-icon{
	background: #cce1ff;
    padding: 15px;
    border-radius: 50px;
}
.home-row2-line1{
	position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    width: auto;
    z-index: 1;
}
.home-row2-line1:after{
	border-right: 10px solid transparent;
    border-top: 10px solid #e6e6e6;
    bottom: -10px;
    content: "";
    position: absolute;
    left: 10px;
    z-index: 1;
}
.home-row2-line1 .elementor-widget-container{
	background: #e6e6e6;
	padding: 5px 8px;
}

.home-row2-line2{
	top: 145px;
    left: 80px;
    position: absolute;
    width: 130px;
    text-align: center;
    z-index: 1;
}
.home-row2-line3{
	top: 145px;
    left: 240px;
    position: absolute;
    width: 130px;
    text-align: center;
    z-index: 1;
}
.home-row2-line4{
	top: 310px;
    left: 80px;
    position: absolute;
    width: 130px;
    text-align: center;
    z-index: 1;
}
.home-row2-line5{
	top: 310px;
    left: 240px;
    position: absolute;
    width: 130px;
    text-align: center;
    z-index: 1;
}
.home-row2-line6{
	top: 412px;
    left: -45px;
    position: absolute;
    width: 130px;
    text-align: center;
    z-index: 1;
}
.home-faq .e-n-accordion-item-title{
	justify-content: space-between;
	border-top: none;
}
.home-faq .e-n-accordion-item:first-child .e-n-accordion-item-title{
	border-top: var(--n-accordion-border-width) var(--n-accordion-border-style) var(--n-accordion-border-color);
}
.home-faq.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title{
	border-radius: 0;
	border-bottom:none;
}
.breadcrumb-wrap{
    background-image: url("./img/bc-3.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.home #page .site-content{
    margin: 0;
}
.list-taxi{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.taxi-item{
    width: calc(20% - 12px);
    border: 1px solid #ccc;
    padding: 10px;
}
.taxi-item img{
    width: 100%;
}
.sanpham-post-title{
    font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: left;
}
.taxi-option{
    margin-left: 10px;
    color: #000;
    font-size: 14px;
}
.search-taxi a{
    background: #07D7AD;
    color: #fff;
    width: 100px;
    border-radius: 5px;
    padding: 5px;
    display: block;
    text-align: center;
    margin-top: 20px;
}
.elementor-tabs-style-1 .e-n-tabs-heading{
    background: none;
}
.list-product-24 .taxi-item{
    width: calc(50% - 12px);
    display: flex;
    flex-wrap: wrap;
}
.list-product-24 .taxi-item > div:first-child{
    width: 50%;
    margin-right: 20px;
}
.taxi-meet-greet{
    color: rgb(0, 144, 115);
}
.taxi-free-cancellation{
    color: #241183;
}
.taxi-desc{
    font-size: 14px;
}


@media only screen and (max-width: 1000px) {
    .taxi-item{
        width: calc(33.33% - 12px);
    }
}
@media only screen and (max-width: 600px) {
  #home-row2 .elementor-icon-box-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
  }
  .home-row2-col1 .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon{
    width: 80px;
    height: 80px;
  }
  .home-row2-col1{
    margin-bottom: 30px;
  }
    .home-row2-line2 {
      top: 29%;
      left: 16%;
      position: absolute;
      width: 130px;
      text-align: center;
      z-index: 1;
    }
    .home-row2-line3 {
      top: 29%;
      left: 55%;
      position: absolute;
      width: 130px;
      text-align: center;
      z-index: 1;
    }
    .home-row2-line4 {
      top: 60%;
      left: 16%;
      position: absolute;
      width: 130px;
      text-align: center;
      z-index: 1;
    }
    .home-row2-line5 {
      top: 60%;
      left: 55%;
      position: absolute;
      width: 130px;
      text-align: center;
      z-index: 1;
    }
    .home-row2-line6 {
        top: 80%;
        left: 0;
        position: absolute;
        width: 130px;
        text-align: center;
        z-index: 1;
    }
    .taxi-item{
        width: calc(50% - 12px);
    }
}
@media only screen and (max-width: 450px) {
    .taxi-item{
        width: calc(100% - 12px);
    }
}