body{
    margin: 0;
    padding: 0;
}

.text-main{
    display: flex;
    text-align: left;
  
   
}
.text-main h2{
    font-family: "Roboto",sans-serif;
    color: #1c1c1c;
    font-size: 2.5rem; 
    margin-left: 0;
    margin-bottom: 20px;
}.text-main{
    font-family: inherit ;
    color: #353535;
    font-weight: 400;
}

.col-inner-introduce.policy{
    display: flex;
    border: 0;
    
}
.text-next-icon{
    padding-left: 1em;
    color: #353535;
    line-height: 1.6;
    font-weight: 400;
}
.text-next-icon h3{
    color: #1C1C1C;
    font-weight: 700;
    font-size: 1.25em;
    font-family: "Roboto",sans-serif;
    margin-bottom: 10px;
}
.img-icon{
    color: #353535 !important;
    
}
.container-font{
    background-color: rgba(0, 0, 0, 0.7);
    position: relative;
}

.section-bg{
    
    width: 100%;
    min-height: 223px;
    background-size: cover !important;
    background-position: 0% 45%;
    opacity: 1  ;
    max-height: auto;
    max-height: 350px;
}

.relative {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;

}


.text-line{
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    
}
.text-under-line{
    color: #f1f1f1;
    font-size: 16px;
}
.comment-box{
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.comment-name{
    color: #1c1c1c;
    font-weight: 700;
    text-align: center;
    font-size: 20px ;
    font-style: italic;
    line-height: 1.4em;
    font-family: "Roboto",sans-serif;
}.comment-box-text{
    display: contents;
}
.comment-box-text p{
    font-style: italic;
    line-height: 1.4em;
    text-align: center;
    margin-top: 0;
}
@media (max-width:575px){
    .gap-element-clearfix{
        display: block;
    }
    .section-bg{
        height:540px ;
    }
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.blog-title{
    text-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #1c1c1c;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    font-size: 18.5px ;
    
    margin-top: 30px;
}
.icon-box-ig{
  background: #C89979;
  padding: 5px 9px;
  height: 40px;
}
.icon-ig{
    color: rgb(255, 255, 255) !important;
    text-align: center;
    font-size: 16px;
}
.text-icon h3{
  margin:0;
  font-weight: 700;
  font-family: "Roboto",sans-serif;
}
.text-icon a{
  color: #353535;
  font-size: 16px;
  font-family: sans-serif;
}
.text-icon a:hover{
  text-decoration: none;
  color: #c89979;
}
a.hotline{
  font-family: "Roboto",sans-serif;
  font-weight: bold;
}
.col-inner-blogs{
  display: flex;
  padding-bottom: 30px;
}
.text-icon{
  padding-left: 1em;
  line-height: 1.6;
  color: #1c1c1c;
}
.navbar-light{
  margin-bottom: 1.5em;
}
.map-address{
  padding-bottom: 30px;
}
.text-icon h3{
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.sceen-input{
  padding-bottom: 5px;
  padding-top: 5px;
  padding-right: 0 !important;
}
.box-screen{
    width: 100%;
    outline: none;
    background-color: #f1f1f1;
    border: 1px solid #eee;
    padding: 5px 
    
}
.box-screen:focus{
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(248, 183, 66, 0.6);

}
.screen-reader{
  padding-right: 100px;
  padding-left: 100px;
}
.send-nude{
  background-color: #c89979;
    width: 50%;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    outline: none;
    border: 0;
    font-family: 'Roboto' ,sans-serif
}
.post-item{
  color: currentColor;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  
}
.post-inner{
  padding-left: 1.2em;
  padding-right: 1.2em;
  padding-top: .7em;
  position: relative;
  width: 100%;
  font-size: .9em;


}
.post-inner h5{
  color: #1c1c1c;
  line-height: 1.3;
  margin-top: .1em;
  margin-bottom:.1em;
  font-size: 1.15em;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 2.6em;
}
.post-inner p{
  height: 3em;
  color: #353535; 
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
 
  
}
.post-item a:hover{
  text-decoration: none;
  color: currentColor;
  box-shadow: 0 3px 6px -4px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
@media (max-width:767px){
  .screen-reader{
    padding-right: 0;
    padding-left: 0;
  }
}
.lhb-zshop {
    margin: 0 auto;
    position: fixed;
    bottom: 50px;
    right: 25px;
    width: 55px;
    height: 55px;
    z-index: 9999;
}
div#phonering-alo-phoneIcon {
    z-index: 10000;
}
.phonering-alo-ph-circle {
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    border-radius: 100% !important;
    border: 2px solid #bfebfc 9;
    opacity: .1;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.phonering-alo-ph-img-circle {
    width: 60px;
    height: 60px;
    top: 70px;
    left: 70px;
    position: absolute;
    background: rgba(30,30,30,0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
    border-radius: 100% !important;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.phonering-alo-ph-circle-fill {
    width: 65px;
    height: 65px;
    top: 65px;
    left: 70px;
    position: absolute;
    background-color: #000;
    border-radius: 100% !important;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}