

#page-content-store {
    height: 80vh;
    width: 100%;
    padding-bottom: 0;
    background-size: cover!important;
}

#page-content-store .seach-store .col-inner {

    background: #fff;

    padding-top:20px;

    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);

    border-radius: 5px;

    overflow: hidden;

}

.seach-store .title-htch {

    font-size: 40px;

    color: #fff;

    text-align: center;

    text-transform: uppercase;

    font-family: var(--family-Bold) !important;

}


.seach-store .field-item {
    margin: 20px auto;
    max-width: 595px;
    text-align: center;
    color: #fff;
}



#page-content-store .thong-tin__box-content{

    background-color: rgba(60,57,56,0.9);

    padding: 20px;

}

#page-content-store .seach-store .thong-tin__box-content {

    margin-top: 10%;

    padding: 20px 45px;

}

#page-content-store .seach-store .col{

    padding: 0 15px 0px;

}

.system-store .form-control {
    float: left;
    width: 72%;
}

.system-store #btn-search {
    font-size: 15px;
    border-radius: 0;
    color: #fff;
    padding: 0px 15px;
    background-color: #cc0000;


}


#load-store {

    margin: 40px 0px;

}



#load-store .item {
    background: #f2f2f2;
    padding: 20px;
}

#load-store .field-title h2 {
   font-size: 18px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -1px;
    min-height: 50px;
}

#load-store .address {
    min-height: 70px;
    max-height: 70px;
    overflow: hidden;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#load-store .field-phone {
    position: relative;
    font-size: 16px;
    padding: 40px 0px;
}
#load-store .field-phone:before {
    content: '';
    background: url(../img/phone.png) center no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#load-store a:after {
    content: '';
    background: url(../img/ban-do-btn.png) 50% 50% no-repeat;
    background-size: cover;
    width: 27px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top: -3px;
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}

#load-store a {
    width: 100%;
    padding: 13px 15px;
    background-color: #fff;
    color: #cc0000;
    border: 1px solid #cc0000;
    display: block;
    text-align: center;
}
#load-store a:hover {
    background-color: #cc0000;
    color: #fff !important;
}

#load-store a:hover:after {
    background: url(../img/ban-do-btn-hover.png) 50% 50% no-repeat;
}

@media only screen and (max-width: 812px) {
    #page-content-store .seach-store .thong-tin__box-content {
        margin: 0px;
        padding: 0px;
    }

}

@media only screen and (max-width: 767px) {
    #page-content-store .seach-store .thong-tin__box-content {
        margin: 0px;
        padding: 0px;
    }

}

@media only screen and (max-width: 500px) {
    
    .system-store .form-control {
        float: left;
        width: 100%;
    }
 

}

