/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
.btn_home_left .elementor-button-wrapper a{
    background: rgb(231,7,5) !important;
    background: linear-gradient(0deg, rgba(231,7,5,1) 0%, rgba(240,91,58,1) 100%) !important;
    border-radius: 5px;

}
.goi_bao_hiem_home .elementor-post__read-more{
    background: rgb(231,7,5) !important;
    background: linear-gradient(0deg, rgba(231,7,5,1) 0%, rgba(240,91,58,1) 100%) !important;
    padding: 15px 20px;
    border-radius: 5px;
}
.ly_do_nen_tham_gia .elementor-image-box-img img{
    height: 120px;
    width: 120px;
    margin-left: -50px !important;
}
.ly_do_nen_tham_gia .elementor-image-box-content{
    margin-left: -50px !important;   
}
/* .img_gioi_thieu_home .elementor-widget-container{
    border-radius: 0px 50% 0px 0px !important;
    box-shadow: 15px 15px #ec2427;    
} */
.img_gioi_thieu_home .elementor-widget-container img{
    border-radius: 0px 70px 0px 0px !important;
    box-shadow: 15px 15px #ec2427;    
}
.ly_do_lua_chon .title_ly_do_lua_chon p{
}
.ly_do_lua_chon .title_ly_do_lua_chon .elementor-widget-container{
    position: relative;
}
.ly_do_lua_chon .title_ly_do_lua_chon .elementor-widget-container::before{
    content: '';
    display: block;
    position: absolute;
    bottom: -45px;
    left: -45px;
    width: 100%;
    height: 100%;
    background-color: #ffffff58 !important;
    z-index: 1 !important;
    margin: 30px;
}
.ly_do_nen_tham_gia  .elementor-image-box-description{
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.san_pham_bao_hiem_home .elementor-post{
    border-bottom-left-radius: 30px;
}
.goi_thuong_lua_chon {
    background: #ffffff84 !important;
    border-radius: 5px !important;
    
}
.goi_thuong_lua_chon_center{
    background: #e70705 !important;
    border-radius: 5px !important;
    
}
.goi_thuong_lua_chon .elementor-widget-container{
    background: rgba(0,0,0,0) !important;
    
}
.goi_thuong_lua_chon .elementor-widget-text-editor{
    font-size: 30px;
}
.nut_noi_so{
    position: absolute !important;
    bottom: 15px !important;
    right: 15px;

}
.nut_noi_so .elementor-button-link{

    background: transparent !important;
    color: #e70705 !important;
}
aside{
    border-left: 1px solid #c4c4c4;
    padding-left: 30px;
}
.shake_btn-sub .elementor-button-link{
    background: yellow;
    position: relative;
    animation-name: shakeAnim;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
}
/* .noi_so_kh .elementor-widget-container{
    height: 900px !important;

} */
[data-header*="type-1"] .ct-header [data-transparent-row="yes"] [data-id="menu-secondary"] > ul > li > a,
[data-header*="type-1"] .ct-header [data-transparent-row="yes"] [data-id="menu"] > ul > li > a{
    text-shadow: 0px 0px 5px #000000 !important;

}
.page-title{
    text-shadow: 0px 0px 10px #000000 !important;

}

@keyframes shakeAnim {
    0% {
      left: 0
    }
    10% {
      left: -3px
    }
    20% {
      left: 3px
    }
    30% {
      left: -8px
    }
    40% {
      left: 8px
    }
    50% {
      left: -5px
    }
    60% {
      left: 3px
    }
    70% {
      left: 0
    }
  }
@media only screen and (max-width: 48em) {
    .ly_do_nen_tham_gia .elementor-image-box-img img{
        height: 80px;
        width: 80px;
        margin-left: 0px !important;
    }
    .ly_do_nen_tham_gia .elementor-image-box-description{
        margin-left: 0px !important;   
    }
    .ly_do_nen_tham_gia .elementor-image-box-content{
        margin-left: 0px !important;   
    }
}