/**
 * Theme Name: thucpham
 * Template: hd
 * Author: Gaudev
 * Author URI: https://webhd.vn
 * Requires PHP: 8.2
 * Version: 1.0 Alpha
 * Text Domain: thucpham
 * Domain Path: /languages
 */

.section-page.about-section .hb_event .container .flex-info .cell-right ._lists ._item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-page.about-section .hb_about .hb_about_inner .cell-right::before {
    background: url('http://kt11.hdweb24h.com/thucpham/wp-content/uploads/2025/09/icon-favicon.png') no-repeat left center;
    background-size: contain !important;
    transform: unset !important;
    top: 0;
}

@media only screen and (min-width: 48rem) {
    .section-page.about-section .hb_core_values .container .hb_core_values_inner ._right {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .hb_whychose_home .flex-info .cell ._image img {
        object-fit: cover;
    }
    .section-page.about-section .hb_about .hb_about_inner .cell-right::before {
        width: 108px;
        height: 99px;
    }
}
@media only screen and (min-width: 96.0625rem) {
    .section-page.about-section .hb_about .hb_about_inner .cell-right::before {
        width: 128px;
        height: 119px;
        right: 35px;
    }
}