.placeTop{
    margin-right: 30px;
}
.paddingHome{
    padding: 20px 0 60px;
}
.product .img a, .productCat .img a{
    overflow: hidden;
    padding-top: 0;
}
.product .img a img, .productCat .img a img{
    mix-blend-mode: darken;
    position: static;
    transform: initial;
}
.product:hover .img a img{
    transform: scale(1.02);
}

.fixed_menu{
    position: fixed;
    top: 50%;
    right: 10px;
    -webkit-transform:translate(150%,-50%);
    -moz-transform:translate(150%,-50%);
    -o-transform:translate(150%,-50%);
    -ms-transform:translate(150%,-50%);
    transform:translate(150%,-50%);
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.fixed_menu.show{
    -webkit-transform:translate(0,-50%);
    -moz-transform:translate(0,-50%);
    -o-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    transform:translate(0,-50%);
}
.fixed_menu ul li{
    position: relative;
    margin-bottom: 10px;
}
.fixed_menu ul li a.linkSocial{
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    padding-top: 5px;
    color: #333333;
    background: #ffffff;
    position: relative;
    z-index: 1;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: static;
    border: none;
}
.fixed_menu ul li a.linkSocial::before{
    display: none;
}
.fixed_menu ul li a.linkSocial i{
    font-size: 18px;
    line-height: 30px;
}
.fixed_menu ul li a.linkSocial:hover{
    background: #febd69;
    color: #ffffff;
}
.fixed_menu ul li .hl_title{
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    padding-top: 5px;
    color: #333333;
    position: relative;
    background: #ffffff;
    z-index: 1;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.fixed_menu ul li .hl_title:hover{
    background: #febd69;
    color: #ffffff;
}
.fixed_menu ul li .hl_title i{
    font-size: 18px;
    line-height: 30px;
}
.fixed_menu ul li .wrap-support{
    position: relative;
}
.fixed_menu ul li .wrap-support .vnt-social2{
    padding: 0;
}
.fixed_menu ul li .wrap-support .vnt-social2 ul li{
    margin: 5px 10px 5px 0;
}
.wrap-support .hl_content .hlc_title{
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    color: #444444;
    margin-bottom: 6px;
}
.fixed_menu ul li .wrap-support .hl_content{
    position: absolute;
    top: 0;
    right: 100%;
    margin-right: 15px;
    background: #ffffff;
    padding: 20px;
    z-index: 100;
    width: 250px;
    border: 1px solid rgba(0,0,0,0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow:0 0 6px rgba(0,0,0,0.15);
    -moz-box-shadow:0 0 6px rgba(0,0,0,0.15);
    -o-box-shadow:0 0 6px rgba(0,0,0,0.15);
    -ms-box-shadow:0 0 6px rgba(0,0,0,0.15);
    box-shadow:0 0 6px rgba(0,0,0,0.15);
    -webkit-transform: scale(0.5,0.5);
    -moz-transform: scale(0.5,0.5);
    -o-transform: scale(0.5,0.5);
    -ms-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    -webkit-backface-visibility: hidden;
    visibility: hidden;
    opacity: 0;
}
.fixed_menu ul li .wrap-support.active .hl_content{
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition:all 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition:all 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition:all 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition:all 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.fixed_menu ul li .wrap-support .hl_content:before{
    position: absolute;
    top: 9px;
    left: 100%;
    content: '';
    border-left: 11px solid rgba(0,0,0,0.15);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}
.fixed_menu ul li .wrap-support .hl_content:after{
    position: absolute;
    top: 10px;
    left: 100%;
    content: '';
    border-left: 10px solid #ffffff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

#fixed_hotline{
    position: fixed;
    z-index: 101;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#fixed_hotline.active{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
#fixed_hotline .hotline_content{
    max-width: 380px;
    width: 100%;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 3px solid #febd69;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.hotline_content .d_hotline{
    background: #eeeeee;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.hotline_content .d_hotline a{
    font-size: 25px;
    line-height: 30px;
    color: #ca001b;
}
.hotline_content .d_support{
    padding: 15px 20px;
    border-bottom: 1px solid #e0e0e0;
}
.hotline_content .d_support .ds_left{
    float: left;
}
.hotline_content .d_support .text1{
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
}
.hotline_content .d_support .text2{
    color: #999999;
    font-size: 14px;
    line-height: 20px;
}
.hotline_content .d_support .ds_right{
    float: right;
    text-align: right;
}
.hotline_content .d_support .text_phone{
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #ca001b;
    margin-bottom: 8px;
}
.hotline_content .d_support .text_phone a{
    color: #ca001b;
}
.hotline_content .d_support ul:after{
    display: block;
    content: '';
    clear: both;
}
.hotline_content .d_support ul li{
    float: left;
    margin-left: 10px;
}
.hotline_content .d_support ul li a{
    display: block;
    width: 30px;
    height: 30px;
}
.hotline_content .d_note{
    padding: 15px 20px;
    font-size: 14px;
    line-height: 25px;
    color: #999999;
    font-style: italic;
}
#fixed_hotline .hotline_content .d_close a {
    display: block;
    background: #e5e5e5;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 20px;
}
#fixed_hotline .hotline_content .d_close a i{
    font-size: 15px;
    color: #febd69;
}

.fixed_menu  .vnt-search{
    display: block;
}


.vnt-search .form-control{
    height: 40px;
}
.vnt-search button.btn{
    height: 40px;
    background: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    line-height: 20px;
    color: #febd69;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.vnt-search button.btn:hover{
    border: 1px solid #febd69;
    background: #febd69;
    color: #ffffff;
}
.vnt-search button.btn span{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.vnt-search{
    float: right;
    display: none;
}
.vnt-search .title-form-search{
    width: 50px;
    height: 50px;
    display: none;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    padding: 13px 10px;
}
.vnt-search .input-group{
    border: 1px solid #dddddd;
}
.vnt-search .form-control{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 36px;
}
.vnt-search button.btn{
    width: 36px;
    height: 36px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    font-size: 18px;
    line-height: 25px;
    color: #656565;
    background: #f6f6f6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.fixed_menu .vnt-search button.btn:hover{
    color: #ffffff;
    border: 0;
}
.vnt-search button.btn span{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
/*  */
.fixed_menu ul li .wrap-support{
    position: relative;
}
.fixed_menu ul li .wrap-support .vnt-social2{
    padding: 0;
}
.fixed_menu ul li .wrap-support .vnt-social2 ul li{
    margin: 5px 10px 5px 0;
}
.wrap-support .hl_content .hlc_title{
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    color: #444444;
    margin-bottom: 6px;
}
.fixed_menu ul li .wrap-support .hl_content{
    position: absolute;
    top: 0;
    right: 100%;
    margin-right: 15px;
    background: #ffffff;
    padding: 20px;
    z-index: 100;
    width: 250px;
    border: 1px solid rgba(0,0,0,0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow:0 0 6px rgba(0,0,0,0.15);
    -moz-box-shadow:0 0 6px rgba(0,0,0,0.15);
    -o-box-shadow:0 0 6px rgba(0,0,0,0.15);
    -ms-box-shadow:0 0 6px rgba(0,0,0,0.15);
    box-shadow:0 0 6px rgba(0,0,0,0.15);
    -webkit-transform: scale(0.5,0.5);
    -moz-transform: scale(0.5,0.5);
    -o-transform: scale(0.5,0.5);
    -ms-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    -webkit-backface-visibility: hidden;
    visibility: hidden;
    opacity: 0;
}
.fixed_menu ul li .wrap-support.active .hl_content{
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition:all 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition:all 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition:all 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition:all 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.fixed_menu ul li .wrap-support .hl_content:before{
    position: absolute;
    top: 9px;
    left: 100%;
    content: '';
    border-left: 11px solid rgba(0,0,0,0.15);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}
.fixed_menu ul li .wrap-support .hl_content:after{
    position: absolute;
    top: 10px;
    left: 100%;
    content: '';
    border-left: 10px solid #ffffff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.grid_support .item{
    padding: 10px 0;
    border-top: 1px solid #e0e0e0;
    font-size: 13px;
    line-height: 18px;
    color: #999999;
}
.grid_support .item .iLeft{
    width: 40px;
    float: left;
}
.grid_support .item .iRight{
    margin-left: 45px;
    font-size: 13px;
    line-height: 18px;
    color: #999999;
}
.grid_support .item .name{
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}
.grid_support .item .phone{
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #e50028;
}
.grid_support .item .email{
    color: #e50028;
}
.grid_support .item .email a{
    color: #e50028;
}
.grid_support .item .email a:hover{
    text-decoration: underline;
}

/*  */
.searchTop .icon{
    cursor: pointer;
    width: 80px;
    text-align: center;
    color: #ffffff;
    padding-top: 50px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}
.searchTop .icon .img{
    width: 38px;
    height: 38px;
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    transform: translateX(-50%);
}
.searchTop .icon img{
    mix-blend-mode: difference;
}
.searchTop .popup{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    z-index: 10;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.searchTop.active .popup{
    opacity: 1;
    visibility: initial;
    pointer-events: auto;
}
.searchTop .popup .wrapper{
    width: 100%;
}
.searchTop .popup form{
    position: relative;
    height: 80px;
}
.searchTop .popup form button{
    position: absolute;
    right: 0;
    bottom: 10px;
}
.searchTop .popup form:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    border-bottom: solid 1px #ffffff;
    -webkit-transition: all 0.3s linear 1.3s;
    -o-transition: all 0.3s linear 1.3s;
    transition: all 0.3s linear 1.3s;
}
.searchTop.active .popup form:before{
    right:0;
}
.searchTop .popup input{
    width: 100%;
    height: 80px;
    font-size: 36px;
    line-height: 44px;
    color:#ffffff;
    background: none;
    border:none;
    font-weight: 300;
    font-style: italic;
}
.searchTop .popup .place{
    overflow: hidden;
    font-size: 36px;
    line-height: 44px;
    color:#ffff;
    position: absolute;
    left:0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 300;
    font-style: italic;
    width:0;
    white-space: nowrap;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.searchTop form.fd-active .place{
    opacity: 0;
    visibility: hidden;
}
.searchTop.active .popup .place{
    animation: typing 2.5s steps(40, end) forwards 0.3s;
}
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}
.searchTop .popup .closez{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.searchTop .popup .closez:before,
.searchTop .popup .closez:after{
    content: "";
    width: 30px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 50%;
}
.searchTop.active .popup .closez:before,
.searchTop.active .popup .closez:after{
    -webkit-transition: all 0.3s linear 1s;
    -o-transition: all 0.3s linear 1s;
    transition: all 0.3s linear 1s;
}
.searchTop .popup .closez:before{
    top: 14px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.searchTop .popup .closez:after{
    top: 15px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.searchTop.active .popup .closez:before{
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}
.searchTop.active .popup .closez:after{
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
}

@media all and (max-width: 991px){
    .placeTop{
        margin-right: 15px;
    }

    .placeTop{
        background-size: 15px;
    }
    .hotlineTops{
        padding-left: 20px;
        margin-right: 10px;
    }
    /*  */
    .searchTop .popup .place{
        font-size: 20px;
        line-height: 30px;
    }
    .searchTop .popup input{
        height: 60px;
        font-size: 20px;
        line-height: 30px;
    }
}
@media all and (max-width: 767px){
    .searchTop .icon{
        width: 45px;
        font-size: 9px;
        line-height: 15px;
        padding-top: 30px;
    }
    .searchTop .icon .img{
        width: 20px;
        height: 20px;
    }
    .placeTop{
        margin-right: 10px;
    }
}