.hero .duc_hero_title {
    font-size: 28px;
}

#print-button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

.accordion-button {
    padding: 20px 0 !important;
    font-weight: bold;
}

.accordion-body {
    padding: 10px 0 !important;
}

#ordersendmessage,#sendmessage,#subscribesendmessage {
    color: green!important;
    border: 1px solid #b1deca;
    background: #e7fff7;
    display: none;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    border-radius: 5px
}

#errormessage,#ordererrormessage,#subscribeerrormessage {
    color: red;
    display: none;
    border: 1px solid #ea9c97;
    background: #ffe4e9;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    border-radius: 5px
}

img.new-tin-khac {
    min-height: 60px;
    max-height: 60px;
}

.content img {
    max-width: 100% !important;
    height: auto !important;
}

svg.w-5.h-5 {
    height: 14px !important;
}