.hotline ul{display:flex;justify-content: end;}
.hotline ul li{
    padding-left: 66px;
    position: relative;
	margin-right:20px;
}
.hotline ul li:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #b71616 url(https://hukaki.com/frontend/assets/a/i/ic.webp) no-repeat;
    background-size: 800px 300px;
    background-position: -128px -24px;
    position: absolute;
    left: 0;
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.hotline ul li  span{
color: #282828;
    display: block;

}
.hotline ul li a{   font-size: 25px;  color: #282828;    font-family: UTM;}
.btn-cart-buy {
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    background: #fff;
    padding: 6px 18px 6px 13px;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #838282;
    /* margin-left: 48px; */
    position: relative;
    cursor: pointer;
}
.btn-cart-buy  .ic-cart {
    width: 51px;
    padding-right: 16px;
    border-right: 1px solid #dcdcdc;
    margin-right: 13px;
    height: 30px;
    display: inline-block;
    background: url(https://hukaki.com/frontend/assets/a/i/ic.webp) no-repeat;
    background-size: 800px 300px;
    background-position: -70px -32px;
}
.btn-cart-buy label{
margin-bottom:0px;}
 .btn-cart-buy  .cart-list {
    position: absolute;
    right: 0;
    top: 44px;
    width: 810px;
    -webkit-box-shadow: 0 10px 30px #ccc;
    box-shadow: 0 10px 30px #ccc;
    z-index: 999;
    background: #ffff;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
}
 .btn-cart-buy  .cart-list.show {
    visibility: visible !important;
    opacity: 1 !important;
    top: 55px !important;
    transform: rotateX(0) !important;
}
.cart-list tr th:first-child {
    width: 60%;
}
.cart-list tr th {
    background: #f5f5f5;
    font-family: UTMHelveBold;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 27px 0;
    width: 20%;
}
.cart-list tr td {
    padding: 34px 20px;
    text-align: center;
}
.cart-list tr td:first-child {
    align-items: center;
    justify-content: center;
    display: flex;
    border: none;
    border-bottom: none;
    border-top: 1px solid #e6e4e4;
}
.cart-list ul {
    padding: 20px 13px;
    display: flex;
    justify-content: right;
    border: 1px solid #e6e4e4;
    border-top: none;
}
.cart-list ul a {
    font-size: 18px;
    text-transform: uppercase;
    background: #b71616;
    margin: 0 6px;
    transition: all 0.3s;
    color: #fff;
    padding: 12px 40px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-cart-buy .cart-list .cart_table tbody tr td.product-image button
{
border:none;    background: transparent;
}
.btn-cart-buy .cart-list .cart_table tbody tr td .product-thumbnail
{
margin: 0 22px;
    width: 150px;
    height: 120px;
    background: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eceaea;
}
.btn-cart-buy .cart-list .cart_table tbody tr td  .choose-quantity_cart{display:flex;    border: 1px solid #d9d9d9;
    display: flex;
    height: 44px;
    align-items: center;
    justify-content: center;}
.btn-cart-buy .cart-list .cart_table tbody tr td  .choose-quantity_cart input {
    border: 1px solid #d9d9d9;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
}
.btn-cart-buy .cart-list .cart_table tbody tr td  .choose-quantity_cart button {
    border: none;
    background: none;
        padding: 0;
}
.vnt-menutop > ul > li.current a{    color: yellow;}
.vnt-menutop ul li .sub_menu{
background: #b71616;
}
.vnt-menutop ul li .sub_menu li {
    position: relative;
    padding: 0 20px;
border-top:none;
}
.vnt-menutop ul li .sub_menu li a {
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    border-bottom: 1px solid #ececec;
    display: block;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    padding: 10px 0;
}
.vnt-menutop ul li .sub_menu li:last-child a{
 border-bottom: none;
}

.vnt-search{  height: 74px;
    display: flex;
    align-items: center;}
.vnt-search .wap_sear{width:100%;}
.vnt-search .input-group form{
   
    height: 60px;
    position: relative;
    border-radius: 5px;
}
.vnt-search .input-group  input {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 18px;
    color: #838282;
border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
.vnt-search .input-group form button {
    width: 27px;
    height: 27px;
    background: url(https://hukaki.com/frontend/assets/a/i/ic.webp) no-repeat;
    background-size: 800px 300px;
    background-position: -281px -35px;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
    cursor: pointer;
padding:0;
z-index:99;
}
.header_menu_bottom.sticky {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
    -webkit-animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
    animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
}
.wrap__menuMobile
{
}
#ad10 {    background: #b71616;
    position: relative;
    overflow: hidden;
    padding: 34px 0;}
#ad10 .ad10_box .ad10_item span
{
    display: inline-block;
    width: 90px;
    height: 90px;
    margin-right: 15px;
    border: 1px solid #e12727;
    border-radius: 50%;
    position: relative;
    animation: calltrap_spin 3s infinite ease-out;
}
#ad10 .ad10_box .ad10_item{display:flex;align-items:center;}
#ad10 .ad10_box .ad10_item span:before
{
	width: 77px;
    height: 77px;
    border-radius: 50%;
    content: "";
    display: inline-block;
    background: #fff url(../images/icfull.webp) no-repeat;
    background-size: 800px 300px;
    background-position: -116px -210px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#ad10 .item1 .ad10_item span:before {
    background-position: -211px -210px !important;
}
#ad10 .item2 .ad10_item span:before {
   background-position: -487px -210px !important;
}
#ad10 .item3 .ad10_item span:before {
   background-position: -577px -208px !important;
}
#ad10 .ad10_box .ad10_item .ct p {
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-size: 16px;
}
#ad10 .ad10_box .ad10_item .ct a {
    font-size: 28px;
    font-family: UTM;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
}
.sologan{ padding: 33px 0;}
   
.sologan .sologan__item
{
	border-right: 1px solid #dcdcdc;
}
.sologan .sologan__item .sologan__box
{
    position: relative;
    padding-left: 70px;
    margin: auto;
}
.sologan .sologan__item .sologan__box:before {
    content: "";
    width: 45px;
    height: 40px;
     background:url(../images/icfull.webp) no-repeat;
    background-size: 800px 300px;
    background-position: -346px -28px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sologan .sologan__item .sologan__box h3 {
    font-family: 'UTMHelveBold';
    text-transform: uppercase;
	font-size:18px;
}
.sologan .sologan__item .sologan__box p {
    color: #575757;
}
.sologan .sologan__item:nth-child(2) .sologan__box:before
{
    background-position: -420px -26px !important;
    width: 46px !important;
    height: 45px !important;
}
.sologan .sologan__item:nth-child(3) .sologan__box:before
{
    background-position: -509px -25px !important;
    width: 50px;
    height: 46px;
}
.sologan .sologan__item:nth-child(4) .sologan__box:before
{
       background-position: -599px -30px ;
    width: 62px;
    height: 37px;
}

.slick-dots {
display:flex !important;
justify-content: center;
bottom:30px !important;
}
.wap_slider .slick-dots li.slick-active {
    background: #ffd004 !important;
}
.wap_slider  .slick-dots li {
    width: 12px;
    height: 12px;
    background: #b71616;
    border: 2px solid #fff;
    border-radius: 50%;
}
.wap_slider  .slick-dots li button:before{
display:none !important;
}
.vnt-about{display:none;}
ul.btn-fix {
position: fixed;
    bottom: 20px;

    padding-left: 0px;
    display: flex;
    justify-content: center;
    z-index: 999;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);

}

ul.btn-fix  a {
    flex: 1;
    display: inline-block;
    width: 281px;
    height: 97px;
    background: url(../images/bg2.png) center no-repeat;
    padding: 20px 0 0 92px;
    margin: 0 10px;
    animation-name: pulse;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
color:#fff;
}
ul.btn-fix  a:nth-child(2) {
    background: url(../images/bg3.png) center no-repeat;
}
ul.btn-fix  a:nth-child(3) {
    background: url(../images/bg4.png) center no-repeat;
}
ul.btn-fix  a p {
    font-size: 12.5px;
    font-family: 'UTMHelveBold';
    color: #fff;
    text-transform: uppercase;
    padding-left: 35px;
margin:0;
}
ul.btn-fix  a:nth-child(2) p {
    padding-left: 5px;
}

ul.btn-fix  a span {
    text-transform: uppercase;
    line-height: 1.1;
    font-size: 28px;
    display: block;
    font-family: 'UTM';
    color: #fff;
}
ul.btn-fix a:nth-child(3) span {
    padding-left: 50px;
}
@media screen and (min-width: 1400px){.hotline ul li a{  font-size:30px}}
@media screen and (min-width: 1200px)
{
.vnt-menutop > ul > li {margin-right:10px;}
.vnt-menutop > ul > li > a{font-size:12px;}
.hotline ul li a{font-size:25px;}
}
@media screen and (min-width: 1400px)
{
.vnt-menutop > ul > li > a{font-size:14px;}
}
@media screen and (max-width: 1199.999px)
{
}

@media screen and (max-width: 1024px){
.header_main{
padding: 15px 0;
}
.hotline
{
   display:none;
}
.btn-cart-buy {
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
justify-content: end;
}
.btn-cart-buy .ic-cart{
border:none;}
.btn-cart-buy label{
display:none;
}
.btn-cart-buy .cart-list{
    width: 364px;
}
.btn-cart-buy .cart-list tr th {
    font-size: 13px;
    padding: 10px 0;
}
.menu_mobile
{
display:flex;
justify-content: space-between;
align-items: center;
}
.menu_mobile .btn__home {
    width: 38px;
    height: 30px;
    display: inline-block;
    background: url(https://hukaki.com/frontend/assets/a/i/ic.webp) no-repeat;
    background-size: 800px 300px;
    background-position: -272px -84px;
}
.menu_mobile .vnt-search-mobile
{
    width: 60%;

    margin: 0 4%;
}
.menu__pc{
display:none;}
.header_menu_bottom
{
position: relative;
padding: 10px 0;
}
#av1,#ad10{display:none;}
.wap_slider{position: relative;
    overflow: hidden;
       max-height: initial;
    height: initial;}
.vnt-about{display:block;    background: #f6f6f6;
    padding: 32px 20px;}
.itkh{opacity:1}
}
@media screen and (max-width: 767px){
ul.btn-fix{ width: 100%; }
    
ul.btn-fix a {
    width: 32%;
    background-size: contain !important;
    padding: 15px 0 15px 45px;
    height: auto;
    text-align: left;    margin: 0;
}
ul.btn-fix  a p {
    display: none;
}
ul.btn-fix  a span {
    font-size: 15px;
}
ul.btn-fix  a:nth-child(2) span {
    padding-left: 0;
}
ul.btn-fix a:nth-child(3) span {
    padding-left: 20px;
}
.cart-list tr th:nth-child(3), .cart-list tr td:nth-child(3){display:none;}
.cart-list tr td {
    padding: 5px 5px;
}
.cart-list tr td.product-image span{font-size:12px;}
.cart-list ul a{    font-size: 11px;
    padding:12px;
    text-align: center;
    margin: 0 2px;}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes pulse{
0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
}

@keyframes calltrap_spin{
 0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
30% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
33% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
36% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
}
39% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
42% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
}
45% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
48% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    opacity: 1;
}
51% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
54% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
}
57% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
}
