.title_name {
    margin-top: 25px;
    color: #8d5500;
    text-align: center;
    text-transform: capitalize;
    font-family: -webkit-body;
    font-size: 20px;
}

.content_top_footer .title_footer{
   font-size: 16px;
   color: #111;
   text-transform: uppercase;
   position: relative;
   padding-bottom: 18px;
   margin: 0 0 29px;
   font-weight: 600;
   /* font-family: -webkit-body; */
}
.content_top_footer img{
    margin-top: 5px;
    margin-right: 5px;
    height: 32px;
}
.sticked .wsmenucontainer {
    margin:-15px 75px 0;
    
}
.sticked .form-group{
    margin-top:15px;
}
.footer-tc .title{
    font-size: 16px;
    color: #111;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 18px;
    margin: 0 0 10px;
    font-weight: 600;
    font-family:-webkit-body;
}
.footer-tc .content {
    color: #888888;
    text-transform: inherit;
    font-weight: bold;
}
.content_top_footer .title_footer:before {
    content: "";
    background: #333333;
    width: 70px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer-tc .title:before{
    content: "";
    background: #333333;
    width: 70px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.sticked .wsmenu-list > li > .navtext {
    font-size: 13px;
}
.item-product .img,
.item-product .info{
    border: 1px solid #cacaca;
}
.item-product .img img,
.item-product .info{padding: 7px;}
.item-product .info .title-product{text-align:center;}
.item-product .img{border-bottom:0}
.item-product .price.price-inline{text-align:center;font-size:19px;}
.price-detail-page{font-size:19px;color:#f00;}
.wsmenu-list > li > .navtext{
    padding: 12px 0;
    border-right:1px solid #d01212;
}
.content-preview .price-detail-page{display: none;}
.wsmenu-list > li:last-child > .navtext{border-right:0;}
.stickMenu.fix{
    position:fixed;
    top: 0;
    left:0;
    right:0;
    z-index: 9;
}
.mightyslider_modern_skin .mSPages{z-index:3 !important;}
.nh-logo img{height:100px}
@media only screen and (max-width: 991px){
    .animated-arrow span,
    .animated-arrow span:after,
    .animated-arrow span:before{
        background: #fff;
    }
}
.content-gt .sub_gioithieu {
    display: flex;
    justify-content: center;
    padding: 40px;
}
.chinhsach {
    margin-right: 10px;
}
.chinhsach a {
    font-family: 'RobotoCondensedRegular';
    display: inline-block;
    width: 190px;
    height: 50px;
    background: #f62525;
    color: #fff;
    line-height: 1.3;
    font-size: 17px;
    border-radius: 5px;
    padding: 5px 15px 0px 10px;
    border: 1px solid #c30909;
    text-align: center;
    text-transform: uppercase;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=50,Direction=0,Color=#FF0505)";
    -moz-box-shadow: 0 0 50px rgba(255,5,5,0.5) inset;
    -webkit-box-shadow: 0 0 50px rgba(255,5,5,0.5) inset;
    box-shadow: 0 0 50px rgba(255,5,5,0.5) inset;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=50,Direction=135,Color=#FF0505);
}

.ft-map>iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ft-map {
    position: relative;
    overflow: hidden;
    padding-top: 30%;
    height: auto !important;
}

.ft-image-policy {
    padding: 15px 0;
}

.ft-image-policy .item {
    position: relative;
    overflow: hidden;
    padding-top: 20%;
    height: auto !important;
}

.ft-image-policy .item img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.webslidemenu-vatical .wstabitem > li > a {
    width: 100%;
    font-size: 15px;
}

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
@media (min-width: 992px) {
   #header .header-mid>.container>.row {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        flex-wrap: nowrap;
    } 
}
.box-detail-list-product .item-product.item-product-category .img {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}

.box-detail-list-product .item-product.item-product-category .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}