@font-face {
    font-family: "Time News Roman";
}
body,html{
    font-family: "Time News Roman";
}
.nav-container-fix{
    z-index: 9999999;
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    background: #ffffff;
    border: none
}
.product-item .product-img>a img {
    height: 300px;
    object-fit: contain;
}
.product-item .product-title>a{
    text-transform: unset!important;
}
.collection-categories .panel .no-bullets .lv1 a{
    font-weight: 600;
}
.collection-categories .panel .no-bullets .lv2 a{
    font-weight: 600;
}
.hd-search-wrapper form .suggest_key{
    position: absolute;
    left: 0;
    top: 39px;
    font-size: 12px;
    width: 100%;
    max-height: 40px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}
#header .desktop-header .header-center .hd-navbar>ul>li.megamenu>ul>li>ul>li>a{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#header .desktop-header .header-center .hd-navbar>ul>li>a .hd-link-title{
    font-family: "Time News Roman" !important;
}
.suggest_key .title_sugest{
    float: left;
}
.ft-frame-sec iframe {
    height: 200px;
}
#product-wrapper .product-description-wrapper .pro-tabcontent img {
    height: auto !important;
}
.show-phone {
    position: fixed;
    padding: 5px;
    background: #ff762f;
    bottom: 50px;
    left: 85px;
    min-width: 180px;
    z-index: 2;
    border-radius: 0 15px 15px 0;
}
.show-phone a {
    display: block;
    color: #fff;
    padding: 10px 10px 10px 24px;
    font-size: 20px;
    font-weight: 600;
}
#zaloButton {
    display: inline-block;
    margin-right: 10px;
    width: 65px;
    height: 65px;
    background: #0080c8;
    border-radius: 50%;
    box-shadow: 0 0 10px -2px rgba(0,0,0,.7);
    position: fixed;
    left: 25px;
    bottom: 130px;
    padding: 10px;
}
@media screen and (max-width: 767px){
    .show-phone{
        bottom: 90px;
        left: 85px;
        min-width: 155px;
    }
    .show-phone a{
        padding: 8px 8px 8px 24px;
        font-size: 18px
    }
    #zaloButton{
        left: 30px;
        bottom: 170px;
    }
}