@media only screen and (max-width: 900px) {
    .header-top{
        display: none;
    }
    .nav-icon.has-icon{
        display: none;
    }
    .cart-item.has-icon{
        display: none;
    }
    .stuck #logo img {
        max-height: 70px!important;
        visibility: hidden;
    }
    .box-gift .text-service-domain {
        width: 150px;
    }
    .box-gift .text-service-domain .percent-sale {

        font-weight: 800;
        font-size: 32px;
    }
    .box-gift .text-service-domain h3 {
        font-size: 18px;
        font-family: 'SVN-GilroyBold';
        
    }
    .box-gift .text-service-domain h3 .strong-text {
        font-size: 20px;
        text-transform: uppercase;
    }
    .box-gift .text-service-domain h4 {
        color: black;
        font-family: 'SVN-GilroyBold';
        font-size: 20px;
    }
    .search-form-cus button.unit {
        border-radius: 8px;
        margin-bottom: 0em;
        height: 40px;
        background: linear-gradient(180deg, #FE9800 0%, #F9E001 100%);
        mix-blend-mode: normal;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 20px;
        width: 150px;
        margin: 6px 10px;
        margin-left: 0px;
        color: #000000;
        font-size: 18px;
        font-family: 'SVN-GilroyBold';
    }
    .search-form-cus .input-group {
        display: inline;
        align-items: center;
        justify-content: flex-start;
    }
    .search-form-cus input {
        margin-left: 0px;
        font-size: 16px;
        height: 40px;
    }
    .search-form-cus{
        text-align: center;
    }
    .title-row {
        font-size: 20px;
        text-transform: uppercase;
        color: #000000;
    }
    .col-nopadding{
        padding-bottom: 0px;
    }
    .text-service-domain.box-top{
        width: 100px;
    }
    .box-gift .text-service-domain.box-top .percent-sale {
        font-weight: 800;
        font-size: 32px;
    }
    .box-gift .text-service-domain.box-top {
        margin-top: 65px;
    }
    .color-yellowgreen {
        color: #F9ED32;
        display: block;
    }
    .box-dangky {
        background: #034DBC;
        border: 4px solid #6FA8FF;
        border-radius: 19px;
        padding: 20px;
    }
    
    .box-gift-top .box-image img {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        height: 300px;
    }
    .box-gift .text-service-domain h4 {
        color: black;
        font-family: 'SVN-GilroyBold';
        font-size: 16px;
    }
    .box-gift .text-service-domain {
        margin-top: 50px;
    }
    .text-dichvu{
        font-size: 15px;
    }
    .row-4-domain .col{
        padding-bottom: 0px;
    }
    .box-reason {
        background-color: #ffffff;
        background: #FFFFFF;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
        padding: 40px 15px;
        height: 315px;
    }

}