
    /*begin header*/@font-face {
    font-family: 'UTM_HelvetIns';
    src: url('./fonts/UTMHelvetIns.eot');
    src: url('./fonts/UTMHelvetIns.eot') format('embedded-opentype'), url('./fonts/UTMHelvetIns.woff')
    format('woff2'), url('./fonts/UTMHelvetIns.woff') format('woff'), url('./fonts/UTMHelvetIns.ttf')
    format('truetype'), url('./fonts/UTMHelvetIns.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*background-color: rgba(0, 0, 0, 0.65);*/

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100%;
}

.menu_main {
    background-size: 100% 100%;
}

/* Content wrapper */

.wrapper {
    /*width: 94%;*/
    /*max-width: 75%;*/
    margin: 0 auto;
}
.wrapper-small {
    max-width: 728px;
}
.wrapper-flush {
    width: 100%;
}
.nav.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;

}
.nav-container {
    position: fixed;
    top: 62px;
    left: 0;
    z-index: 9999;
    overflow-y: auto;
    visibility: hidden;
    width: 300px;
    max-width: 70%;
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    /*background-color: #c0c0c0;*/
    -webkit-overflow-scrolling: touch;
}
.nav-container.is-visible {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.nav-toggle {
    line-height: 1;
    display: inline-block;
    padding: 1.25rem 1rem;
    border: 0;
    background-color: #0d7cd6;
    float: left;
    width: 60px;
    /*position: fixed;*/
    z-index: 99;
}
.nav-toggle .icon-menu {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 20px;
    vertical-align: middle;
    fill: none;
}
.icon-menu .line {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    background-color: #fff;
}
.icon-menu .line-1 {
    top: 0;
}
.is-active .icon-menu .line-1 {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    -ms-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
}
.icon-menu .line-2 {
    top: 50%;
    margin-top: -2px;
}
.is-active .icon-menu .line-2 {
    opacity: 0;
}
.icon-menu .line-3 {
    bottom: 0;
}
.is-active .icon-menu .line-3 {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
}
.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-menu {
    background-color: #0d7cd6; /* 1 */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; /* 2 */
}
.nav-menu .menu-item {
    border-top: 1px solid #ffffff;
}
.nav-menu > .menu-item.is-active {
    background: #085a9c;
}
.nav-menu > .menu-item:hover {
    background: #085a9c;
}
.nav-menu > .menu-item.is-active.has-dropdown:after,
.nav-menu > .menu-item:hover.has-dropdown:after {
    color: #ffffff;
}
.nav-menu > .menu-item.is-active a,
.nav-menu > .menu-item:hover a {
    color: #ffffff;
}
.nav-dropdown > .menu-item {
    padding-left: 10px;
}
.nav-dropdown > .menu-item:hover {
    opacity: 0.85;
}
.nav-menu .menu-link {
    color: #fff;
    font-size: 14px;
    display: block; /* 1 */
    text-decoration: none;
    padding: 8px 15px;

}
.has-dropdown {
    position: relative;
    cursor: pointer;
}
.has-dropdown > .menu-link {
    display: inline-block;
}
.has-dropdown:after {
    padding-top: 0px;
    font-size: 24px;
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 0;
    content: "+";
    color: #0656b2;
    line-height: 32px;
    width: 57px;
    height: 37px;
    text-align: center;
}
.has-dropdown.is-active:after {
    content: "\2013"; /* 1 */
}
.nav-dropdown {
    display: none;
    background-color: #0a4c82;
}
.has-dropdown.is-active > .nav-dropdown {
    display: block; /* 1 */
}
.nav-dropdown .nav-dropdown {
    background-color: #aaa;
}
.nav-dropdown .menu-item {
    border-color: #ffffff;
}
.nav-dropdown .nav-dropdown .menu-item {
    background-color: rgb(15, 155, 163) !important;
}
.logo_mobile {
    text-align: center;
}
.logo_mobile img {
    width: 180px;
    height: auto;
}
.nav-menu > .menu-item > .menu-link {
    padding: 8px 15px;
}


/*=================================================== menu_desktop =====================================================*/


@media (min-width: 992px) {
   
    .nav {
        background-color: rgba(0, 0, 0, 0.65);
    }
    .nav,
    .nav-container,
    .nav-container.is-visible {
        position: static;
        top: auto;
        left: auto;
        z-index: auto;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .nav-container,
    .nav-container.is-visible {
        visibility: visible;
        height: auto;
        min-height: 0;
        overflow-y: visible;
        width: 100%;
        max-width: 100%;
    }
    .nav-toggle {
        display: none;
    }
    .nav-menu > .menu-item:hover,
    .nav-menu > .menu-item.is-active {
        background-color: transparent;
    }
    .nav-menu .menu-item {
        -webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
    }
    .has-dropdown:after {
        content: "" !important;
    }
    .nav-menu > .menu-item:hover.has-dropdown:after {
        border-color: transparent transparent transparent transparent !important;
    }
    .menu-item:hover.has-dropdown:after {
        border-color: rgb(117, 173, 33) transparent transparent transparent !important;

    }
    .nav-menu > .has-dropdown:after {
        position: absolute;
        top: 50%;
        /*right: 0.3rem;*/
        width: 0;
        height: 0;
        margin-top: -2px;
        margin-left: -4px;
        content: "";
        border-width: 5px 5px 0 5px;
        border-style: solid;
        border-color: transparent transparent transparent transparent;
    }
    .has-dropdown > .menu-link {
        padding-right: 2rem;
    }
    .nav-dropdown {
        left: 0px;
        display: block;
        opacity: 0;
        position: absolute;
        top: 100%;
        width: 215px;
        margin: 0;
        background-color: transparent;
        border-radius: 0px;
        box-shadow: 0 0 4px hsla(0, 0%, 0%, 0.15);
        visibility: hidden;
        -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s linear;
        transition: visibility 0s linear 0.25s, opacity 0.25s linear;
    }
    .has-dropdown:hover > .nav-dropdown {
        visibility: visible;
        opacity: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
    .nav-dropdown .menu-item {
        border: 0;
        margin-top: 1px;
    }
    .nav-dropdown .menu-item:last-child {
        border: 0;
        border-bottom: none;
    }
    .nav-dropdown .menu-item:hover,
    .nav-dropdown .nav-dropdown .menu-item:hover {
        background-color: #2350a5;
    }
    .nav-dropdown .menu-item:hover .menu-link,
    .nav-dropdown .menu-item:hover .menu-link {
        color: #ffffff;
    }
    .nav-dropdown .nav-dropdown,
    .nav-dropdown .nav-dropdown .menu-item {
        background-color: #dedede;
    }
    .nav-dropdown .nav-dropdown {
        z-index: 998;
        top: 0;
        left: 100%;
    }
    .content {
        margin-top: 0;
    }
    .content{
        padding: 0px;
    }
    .nav-menu > .menu-item > .menu-link {
        display: block;
        line-height: 20px;
        padding: 0px 15px 0px 15px;
        font-size: 14px;
            color: #000000;
    font-weight: bold;
        -webkit-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        transition: all 0.15s linear;

    }
    .nav-menu > .menu-item:not(:last-child) > .menu-link:after{
        content: '';
        width: 1px;
        height: 10px;
        background: #7d7d7d;
        position: absolute;
        display: inline-block;
        right: -1px;
        top: 5px;
    }
    .nav-menu > .menu-item:first-child > .menu-link{
        padding-left: 0;
    }
    .nav-menu > .menu-item.active
    .nav-menu > .menu-item:hover {
        background: #0098da;
    }
    .nav-menu > .menu-item {
        position: relative;
        float: left;
        padding: 0px 0px 0px 0px;
        border-top: 0px;
    }
    .nav-menu,
    .nav {
        background: none;
    }
    .nav-menu > .menu-item.is-active > .menu-link,
    .nav-menu > .menu-item:hover > .menu-link {
        color: #2350a5;
    }
    .nav-menu > .menu-item > a:hover {
        color: #2350a5;
    }
    .nav-dropdown > .menu-item {
        padding: 0;
        background: #ffffff;
    }
    .nav-menu .menu-link {
        padding: 8px 15px 8px 15px;;
    }
    .nav-dropdown>.menu-item>.menu-link {
        color: #0d0d0d !important;
    }
    .nav-dropdown>.menu-item:hover>.menu-link {
        color: #ffffff !important;
    }
    .nav-menu > .menu-item {
        position: relative;
    }





}


 header.fixed,
header .fixed {
  position: fixed;
  z-index: 3;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-box-shadow: 1px -1px 8px 0px black;
          box-shadow: 1px -1px 8px 0px black;
  /*background: #f84c00;*/
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.qts_head_top{
    background: url("./img/bg_+top.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 80px;
}
.slogan_cpn_header{
    text-align: center;
    color: #fcff00;


}
.slogan_main_hd{
    text-transform: uppercase;
    font-size: 18px;
    padding: 8px 0;
    position: relative;
    margin-bottom: 4px;
    margin-top: 12px;
}
.slogan_main_hd:before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 75%;
    height: 2px;
    background: -moz-linear-gradient(90deg, #1166BE 0, #E1E4F1 50%, #1166BE 100%);/* FF3.6+ */
    background: -webkit-gradient(linear, 90deg, color-stop(0, 1166BE), color-stop(50%, E1E4F1), color-stop(100%, 1166BE));/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(90deg, #1166BE 0, #E1E4F1 50%, #1166BE 100%);/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(90deg, #1166BE 0, #E1E4F1 50%, #1166BE 100%);/* Opera 11.10+ */
    background: -ms-linear-gradient(90deg, #1166BE 0, #E1E4F1 50%, #1166BE 100%);/* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
    background: linear-gradient(90deg, #1166BE 0, #E1E4F1 50%, #1166BE 100%);/* W3C */
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.slogan_main_hd:after{
    content: '';
    position: absolute;
    display: inline-block;
    width: 75%;
    height: 2px;
    background: -moz-linear-gradient(90deg, #1166BE 0, #E1E4F1 50%, #1166BE 100%);/* FF3.6+ */
    background: -webkit-gradient(linear, 90deg, color-stop(0, 1166BE), color-stop(50%, E1E4F1), color-stop(100%, 1166BE));/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(90deg, #1166BE 0, #E1E4F1 50%, #1166BE 100%);/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(90deg, #1166BE 0, #E1E4F1 50%, #1166BE 100%);/* Opera 11.10+ */
    background: -ms-linear-gradient(90deg, #1166BE 0, #E1E4F1 50%, #1166BE 100%);/* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
    background: linear-gradient(90deg, #1166BE 0, #E1E4F1 50%, #1166BE 100%);/* W3C */
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.slogan_des_hd{
    font-size: 14px;
}
.hotline_header{
    text-align: center;
    position: relative;
    font-size: 24px;
    color: #fcff00;
    text-transform: uppercase;
    padding: 5px 0;
    margin-top: 12px;
}
.hotline_header span{
    color: #ff0000;
    text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}
.hotline_header:before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 70%;
    height: 2px;
    background: -moz-linear-gradient(90deg, #1166BE 0, #E1E4F1 50%, #1166BE 100%);/* FF3.6+ */
    background: -webkit-gradient(linear, 90deg, color-stop(0, 1166BE), color-stop(50%, E1E4F1), color-stop(100%, 1166BE));/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(90deg, #1166BE 0, #E1E4F1 50%, #1166BE 100%);/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(90deg, #1166BE 0, #E1E4F1 50%, #1166BE 100%);/* Opera 11.10+ */
    background: -ms-linear-gradient(90deg, #1166BE 0, #E1E4F1 50%, #1166BE 100%);/* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
    background: linear-gradient(90deg, #1166BE 0, #E1E4F1 50%, #1166BE 100%);/* W3C */
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.hotline_header:after{
    content: '';
    position: absolute;
    display: inline-block;
    width: 70%;
    height: 2px;
    background: -moz-linear-gradient(90deg, #1166BE 0, #E1E4F1 50%, #1166BE 100%);/* FF3.6+ */
    background: -webkit-gradient(linear, 90deg, color-stop(0, 1166BE), color-stop(50%, E1E4F1), color-stop(100%, 1166BE));/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(90deg, #1166BE 0, #E1E4F1 50%, #1166BE 100%);/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(90deg, #1166BE 0, #E1E4F1 50%, #1166BE 100%);/* Opera 11.10+ */
    background: -ms-linear-gradient(90deg, #1166BE 0, #E1E4F1 50%, #1166BE 100%);/* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
    background: linear-gradient(90deg, #1166BE 0, #E1E4F1 50%, #1166BE 100%);/* W3C */
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.menu_top_left ul li{
    display: inline-block;
    padding: 0 15px;
    font-size: 12px;
    position: relative;
}
.menu_top_left ul li a{
    color: #7d7d7d;
    display: block;

}
.menu_top_left ul li:first-child{
    padding-left: 0;
}
.menu_top_left ul li:not(:last-child):after{
    content: '';
    width: 1px;
    height: 10px;
    background: #7d7d7d;
    position: absolute;
    display: inline-block;
    right: -1px;
    top: 2px;
}
.menu_top_right ul {
    display: flex;
}
.menu_top_right ul li{
    align-items: center;
    display: flex;
    font-size: 14px;
    padding: 0 20px;
    color: #000000;
    font-weight: bold;
}
.menu_top_right ul li img{
    margin-right: 5px;
}
.menu_top_right ul li:last-child{
    padding-right: 0;
}

.menu_hd_top{
    background: #f6f6f6;
    padding: 7px 0;
    margin-bottom: 5px;
}
.menu_top_left ul li a:hover{
    color: #0656b2;
}

.drop_search{

    border: 1px solid #0757b2;
    height: 40px;
    border-radius: 0px;
    font-size: 13px;
    color: #666666;
    border-right: 0;
}
.drop_search:focus, .drop_search:active:focus, .drop_search.active:focus, .drop_search.focus, .drop_search:active.focus, .drop_search.active.focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
.drop_search:hover, .drop_search:focus, .drop_search.focus, .drop_search:active, .drop_search.active, .open>.drop_search.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #0757b2;
}
.input_search{
    border: 1px solid #0757b2;
    height: 40px;
    font-size: 12px;
    border-left: 1px solid #cccccc;
    background: #fff url("./img/ics.png") no-repeat left 11px center;
    padding-left: 30px;
}
.but_search_top{
    background: #0757b2;
    border: 1px solid #0757b2;
    height: 40px;
    width: 100px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    border-radius: 0px;
}

.but_search_top:hover, .but_search_top:focus, .but_search_top.focus, .but_search_top:active, .but_search_top.active, .open>.but_search_top.btn-default {

    background-color: #0f4ab2;
    border-color: #0f4ab2;
    color: #fff;
}
.logo_pc{
    margin: 0;
    
}
.logo_pc img{
    max-width: 170px;
    width: 100%;
    height: 100%;
}
form.search_box {
    margin: 14px 0;
}
.user_info {
    color: #333333;
    padding: 15px 8px 15px 49px;
    float: left !important;
    background: url(./img/ddd.png) no-repeat left 0 center; 
    background-size:45px;
    position: relative;
}
.user_info:after{
    content: '';
    width: 1px;
    height: 46px;
    position: absolute;
    display: inline-block;
    background: #cccccc;
    top: 15px;
    right: -2px;
}
.user_info_tit {
    font-weight: bold;
    color: #333333;
    margin-bottom: 3px;
    font-size: 14px;
}
.user_info .user_info_txt {
    color: #999999;
}

.header__main__toggle_cart {
    float: right !important;
    width: 50px;
    height: 46px;
    padding: 0;
    background-repeat: no-repeat;
    background-image: url(./img/toggle-cart.icon.png);
    cursor: pointer;
    position: relative;
    font-size: 14px;
    margin: 14px 0;

}
.header__main__toggle_cart .counter {
    color: #FFFFFF !important;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* font-weight: 500 !important; */
    font-weight: normal!important;
    font-family: 'Roboto-Medium', sans-serif;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 25px;
    height: 16px;
    line-height: 16px;
    font-size: 11px;
    padding: 0 3px;
}
.menu_mb .header__main__toggle_cart{
    position: absolute;
    right: 0;
    top: 7px;
    margin: 0;
}


.nav_prod_home{
    background: #fff;
    position: relative;
    z-index: 2;
    border: 1px solid #ccc;
}
.nav_prod_home>li{
    border-bottom: 1px solid #ccc;
    padding: 0px 10px;
}
/*.nav_prod_home>li>a:before{
    position: absolute;
    content: url("./img/led.png");
    display: inline-block;
    left: 10px;
    top: 24px;

}*/
/*.sub_nav_prod_h>li>a:before{
    position: absolute;
    content: url("./img/led.png");
    display: inline-block;
    left: 10px;
    top: 8px;

}*/
.nav_prod_home>li>a{
    position: relative;
}

.nav_prod_home li a{
    display: block;
    font-size: 13px;
    color: #333333;
    text-transform: uppercase;
    line-height: 22px;
    padding: 24px 0px 24px 10px;
    font-weight: bold;
}
.nav_prod_home li:hover>a{
    color: #0656b2;
}
.sub_nav_prod_h li:hover>a{
    color: #0656b2;
}
.nav-dropdown.sub_nav_prod_h{
    left: 100%;
    top: 0px;
    background: #fff;

}
.sub_nav_prod_h li>a{
    position: relative;
}

.tit_prod_left{
    font-family: UVN_HongHaHepBold;
    font-size:18px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    background: #0656b2;
    margin: 0;
    font-weight: bold;
    padding: 14px 0;
}
.menu_left{
    position: relative;
}

.menu_left .nav_prod_home{
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;

}
.menu_left:hover .nav_prod_home{
    -webkit-transform: scaleY(1) !important;
    transform: scaleY(1) !important;
}

.fixed .show_menu{
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


.fixed {
    animation: animatedown 0.6s;
    box-shadow: 0 0 2px 2px #343333;
}

@keyframes animatedown {
    0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}
    100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
.nav_prod_home>li:last-child{
    border-bottom: 0;
}
.sub_nav_prod_h li{
    padding: 0px 10px;
   
}
.sub_nav_prod_h li>a {
    padding: 7px 0 7px 0px;
}
.sub_nav_prod_h li:last-child{
    border-bottom: 0;
}
.tit_prod_left .fa{
    margin-right: 15px;
}
.list_member{
    display: flex;
    padding: 9px 0px 9px 0px;
}

.list_member li{
    padding-top: 5px;
    padding-left: 20px;
    background: url("../img/telefon.png") no-repeat left bottom 4px;
    font-size: 13px;
    font-weight: bold;
    color: #0656b2;
    width: 20%;
    margin-right: 5px;
}
.list_member li a{
    color: #ff0000;
}
.sc_header_menu{
    background: #f6f6f6;
}
.tit_banner{
    font-size: 24px;
    color: #0656b2;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #0656b2;
    text-align: center;
}
.list_commit li{
    font-size: 17px;
    color: #333;
    padding-left: 3px;
margin-bottom: 20px}
.list_commit li img{
    margin-right: 5px;
}
@media (min-width:1200px){
    .nav-dropdown.sub_nav_prod_h{
         width: 500px;
        height: 100%;
    }
    .nav-dropdown.sub_nav_prod_h .back_ground_fff{
        padding: 15px
    }
    .has-dropdown{
        position: static;
    }
    .has-dropdown:after{
        display: none;
    }
    .show_menu{
    position: absolute;
    width: 100%;
    z-index: 9;
    visibility: hidden;
}
.menu_left:hover .show_menu{
    visibility: visible;
}
.fixed .menu_left:hover .show_menu{
    -webkit-transform: scaleY(1) !important;
    transform: scaleY(1) !important;
}
   
}
@media (min-width:992px) and (max-width:1199px) /* md*/{
    .slogan_main_hd{
        font-size: 15px;
    }
    .menu_top_right ul li{
        padding: 0 10px;
    }
    .nav-menu > .menu-item > .menu-link{
        padding: 0 10px;
    }
    .user_info{
        background: none;
        padding: 13px 8px 13px 0px;
    }
    .list_member li{
        font-size: 10px;
    }
    .nav-dropdown.sub_nav_prod_h{
        width: 500px;
        /*height: 100%;*/
    }
     .nav-dropdown.sub_nav_prod_h .back_ground_fff{
        padding: 15px
    }
    .has-dropdown{
        position: static;
    }
    .has-dropdown:after{
        display: none;
    }
    .show_menu{
    position: absolute;
    width: 100%;
    z-index: 9;
    visibility: hidden;
}
.menu_left:hover .show_menu{
    visibility: visible;
}
.fixed .menu_left:hover .show_menu{
    -webkit-transform: scaleY(1) !important;
    transform: scaleY(1) !important;
}
  
}
@media (max-width:991px){
    .slogan_main_hd{
        font-size: 13px;
    }
    .show_menu{
        position: inherit;
    }
    .list_member{
        display: block;
    }
    .list_member li{
        float: left;

    }
    .has-dropdown:after{
        display:block;
    }
    .has-dropdown{
        position: relative;
    }
    .nav_prod_home{
         transform: scaleY(1) !important;
    }
}
@media (max-width:767px) /* xs*/{
    .list_member li{
        width: 45%;
    }
    .fixed .but_search_top{
        width:50px;
        padding: 6px;
    }
    .list_member{
        padding: 0px;
    }
    .phone_ring{
        display: none;
        bottom: 35%!important;
        left:35%!important;
    }
    .phone_xs{
        position: fixed;
        left: 0;
        bottom: 0;
        right: 0;
        background: #cccccc; 
        float: left;
        font-weight:bold;
        padding: 15px;
        font-size: 16px;
        
    }
    .phone_xs a{
        color: red;
    }
}
@media (max-width:480px) /* xs*/{
    .list_member li{
        width: 100%;
    }
}

.menu_main .nav.is-fixed {

position: relative; z-index: 105; }
/*end header*/
/*begin footer*/.qts_footer_top{
    background: #f9f9f7;
}
.icon_sv{
    float: left;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ffffff;
    line-height: 60px;
    margin-right: 30px;
}
.txt_sv{
    color: #404040;
    font-size: 12px;
    text-align: justify;
    line-height: 18px;
    padding-right: 10px;
    display: block;
    overflow: hidden;
}
.qts_footer_top{
    padding: 50px 0;
    border-bottom: 3px solid #0656b2;
}
.tit_ft{
    font-size: 13px;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-weight: bold;
}
.menu_ft li a{
    font-size: 12px;
    color: #333333;
}
.menu_ft li a:hover{
    text-decoration: underline;
}
.menu_ft li{
    color: #333333;
    line-height: 28px;
    list-style-type: disc;
    list-style-position: inside;
}
.box_ft input{
    width: 100%;
    height: 28px;
    margin: 10px 0;
}
.box_ft button{
    border: none;
    background: #0656b2;
    color: #FFFFFF;
    padding: 5px 0px;
    width: 110px;
    text-align: center;
}
.form_ft{
    padding-right: 15px;
}
.thongbao{
    float: right;
}
.ship img{
    max-width: 227px;
    width: 100%;
}
.box_ft{
    min-height: 210px;
}
.box_sv {
    min-height: 85px;
}
.add_ft{
    font-size: 13px;
    color: #333333;
    font-weight: bold;
    padding-right: 15px;
}
.add_ft i img{
    float: left;
    margin-right: 15px;
    max-width: 176px;
}
.txt_add{
    display: block;
    overflow: hidden;
    padding-bottom: 20x;


}
.txt_add ul li{
    color: #333333;
    margin-bottom: 7px;
}
.txt_add ul li .fa{
    width: 18px;
}
.hotline_ft{
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #cccccc;
}
.hotline_ft span{
    color: red;
    font-size: 24px;
}
.list_link_hd>a {
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    background: #4d67a3;
    color: #ffffff;
    font-size: 28px;
    float: left;
    overflow: hidden;
    margin: 0px 0px 0px 10px;
}
.list_link_hd>a.fa-youtube {
    background: #d41d1d;
}
.list_link_hd>a.fa-google-plus {
    background: #e02f2f;
}
.list_link_hd>a.fa-twitter {
    background: #598dca;
}
.list_link_hd>a.fa-pinterest {
    background: #cc2127;
}
.list_link_hd>a.fa-instagram {
    background: #527fa4;
}
.slogan_ft{
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
}
.slogan_ft span{
    color: #0656b2;
}
.contact_ft{
    padding: 5px 0;
    border-bottom: 1px solid #cccccc;
}
.menu_info_ft li a{
    font-size: 12px;
    color: #333333;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 10px;
    position: relative;
    display: inline-block;
}
.menu_info_ft li:not(:last-child) a:after{
    content: '|';
    position: absolute;
    display: inline-block;
    right: 0;
    top: 9px;
    color: #333333;

}
.menu_info_ft li:first-child a{
    padding-left: 0;
}
.menu_info_ft li{
    display: inline-block;
}
.chat{
    position: fixed;
    bottom: 0;
    right: 15%;
}
section.qts_footer_mid {
    padding: 10px 0;
}
.qts_head_bot{
    background: #FFFFFF;
}

.menu_info_ft li a:hover{
    color: #0a4c82;
}
.content_ft_mid{
    border-bottom: 1px solid #0656b2;
}
@media (max-width:991px){
    .add_ft i img {
        float: none;
        margin-right: 0px;
        margin-bottom: 10px;
    }
}/*end footer*/
/*begin danhmuc*//*end danhmuc*/
/*begin tintucnoibat*//*end tintucnoibat*/
/*begin sanphamnoibat*/.sc-sanpham-cate .prod-cate {
    font-family: roboto;
    border: 1px solid #ccc;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-bottom: 20px;
}

.sc-sanpham-cate .prod-cate img {
    border-bottom: 1px solid #ccc;
}

.sc-sanpham-cate .prod-cate img:hover {
    opacity: .85;
}

.sc-sanpham-cate .prod-cate .txt {
    text-align: center;
    padding: 10px;
}

.sc-sanpham-cate .prod-cate .txt h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 10px 0;
}

.sc-sanpham-cate .prod-cate .txt .price {
    font-size: 14px;
    max-width: 190px;
    margin: 15px auto;
    font-weight: 500;
}

.sc-sanpham-cate .prod-cate .txt .price:after {
    content: '';
    clear: both;
    display: table;
}

.sc-sanpham-cate .prod-cate .txt .price .red {
    color: #ff0000;
}

.sc-sanpham-cate .prod-cate .txt .more {
    clear: both;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    background: #3db2f0;
    padding: 5px 25px 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 10px 0 0px;
}

.sc-sanpham-cate .prod-cate .txt .more:hover {
    background: #4ec3ff;
}/*end sanphamnoibat*/
/*begin video*//*end video*/
/*begin hotrotructuyen*//*end hotrotructuyen*/
/*begin counter*//*begin content_right*/
.content_right .text_connect div{
    margin-bottom: 5px;
}
.content_right .text_connect div span{
    width: 80%;
    display: inline-block;
}
.content_right .text_connect div span img{
    margin-right: 8px;
    float: left;
}
.content_right .text_connect{
    color: #222222;
    font-size: 13px;
}
.content_right .cover_connect{
    padding: 15px 40px;
    border: 1px solid #dedede;
}
.content_right .cover_connect .text-center{
    padding-top: 12px;
    color: #222222;
    font-size: 13px;
    border-top: 1px dashed #dedede;
}
.content_right .cover_connect .text-center p{
    margin-bottom: 3px;
}
.content_right .cover_connect .text-center img{
    margin-right: 6px;
}
/*end content_right*//*end counter*/

/*begin fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*/
/*begin content_right*/ /*end content_right*/
/*begin sanphamnoibat-home*//*end sanphamnoibat-home*/
/*begin sanphambanchay-home*//*end sanphambanchay-home*/
/*begin sanphammoi-home*//*end sanphammoi-home*/
/*begin danhmucsanpham-home*/@font-face {
    font-family: 'UVN_HongHaHepBold';
    src: url('./fonts/UVNHongHaHepBold.eot?#iefix') format('embedded-opentype'),
    url('./fonts/UVNHongHaHepBold.woff') format('woff'), url('./fonts/UVNHongHaHepBold.ttf')
    format('truetype'), url('./fonts/UVNHongHaHepBold.svg#UVNHongHaHepBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto_Medium';
    src: url('./fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),  url('./fonts/Roboto-Medium.woff')
    format('woff'), url('./fonts/Roboto-Medium.ttf')  format('truetype'), url('./fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

.row_8{
    margin: 0 -8px;
}
.pdd_8{
    padding: 0 8px;
}
.title_home .title_link{
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    max-width: 249.5px;
    width: 100%;
    font-size: 18px;
    color: #fff;
    font-family: UVN_HongHaHepBold;
    text-transform: uppercase;
    font-weight: bold;
    background: #0656b2;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list_title{
    display: flex;
}
.title_home .list-link li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 13px;
    color: #666666;
}
.title_home{
    position: relative;
    border-bottom:1px solid #0656b2;
}
.title_home .list-link li a{
    color: #666666;
    display: block;
    padding: 13px 15px;
}
.title_home .view_all{
    font-size: 12px;
    color: #0656b2;
    margin: 14px 0;
    display: inline-block;
}
.title_home .view_all:hover{
    text-decoration: underline;
}
ul.list-link {
    margin-left: 40px;
}
.title_home .list-link li a:hover{
    color: #0656b2;
}
.title_home .home-tab-mb {
    position: relative;
    top: 2px;
    right: 2px;
}
.box_prod .img_prod{
    position: relative;
}
.box_prod .img_prod .price_prod{
    position: absolute;
    bottom: -50px;
    color: white;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    background: rgba(131, 25, 136, 0.56);
    left: 0;
    right: 0;
    padding: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.box_prod .img_prod .price_prod a{
    display: block;
    margin-bottom: 5px;
}
.box_prod .img_prod .price_prod .old{
    text-decoration: line-through;
}
.name_prod{
    margin: 0;
    font-size: 13px;
    font-family: Roboto_Medium;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.box_prod{

}
.img_prod{
    overflow: hidden;
    padding: 3px;
    outline: 1px solid #dddddd;

}
.box_prod:hover .img_prod{
    border: 0;
}
.name_prod a{
    color: #333333;
    display: block;
    padding: 15px 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.box_prod:hover .price_prod{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
.box_prod:hover .name_prod a{
    color: white;
    background: #0656b2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.content_prod{
    padding: 15px 0;
    border: 1px solid #dddddd;
    border-top: 0;
}
@media (max-width: 991px){
    .title_home .list-link {
        text-align: left;
        position: absolute;
        top: 100px;
        margin: 0;
        right: 0;
        z-index: 10;
        background: #fff;
        min-width: 250px;
        max-width: 100%;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        visibility: hidden;
        opacity: 0;
    }
    .title_home .list-link li {
        display: block;
        float: none;
        margin: 0 !important;
    }
    .title_home .list-link.open {
        visibility: visible;
        opacity: 1;
        top: 40px;
    }
}
/*end danhmucsanpham-home*/
    
    /*begin root_content*//*end root_content*/

    /*begin title_left*//*end title_left*/
    /*begin title_right*//*end title_right*/
    /*begin title_tintuchome_home*//*end title_tintuchome_home*/
/*begin banner*//*end banner*/
    /*begin product_detail*//*end product_detail*/
    /*begin title_danhmuc2*//*end title_danhmuc2*/
    /*begin title_danhmucsanpham*//*end title_danhmucsanpham*/
    /*begin title_tintuc*//*end title_tintuc*/
    /*begin title_video*//*end title_video*/
    /*begin title_partner*//*end title_partner*/
    /*begin tintuchome-home*//*end tintuchome-home*/

/*begin video_home*//*end video_home*/
/*begin pro_detail*//*++++++++++++++++++++++++++++++++++++*/
/*==================================================Slider detail=================================================================*/
.gc-icon.gc-icon-download{
    display: none !important;
}
.gc-thumbs-area-next .gc-icon.gc-icon-next:before{
    content: "\f105" !important;
    font: normal normal normal 24px/1 fontawesome !important;
    width: 24px;
    height: 24px;
    text-align: center;
}
.gc-thumbs-area-prev .gc-icon.gc-icon-prev:before{
    content: "\f104" !important;
    font: normal normal normal 24px/1 fontawesome !important;
    width: 24px;
    height: 24px;
    text-align: center;
}
.gc-display-area .gc-icon.gc-icon-next{
    width: 36px !important;
    height: 50px !important;
    right: 10px;
}
.gc-display-area .gc-icon.gc-icon-next:before{
    content: "\f105" !important;
    font: normal normal normal 48px/1 fontawesome !important;
    width: 36px;
    color: #fff;
    height: 50px;
    text-align: center;
}
.gc-display-area .gc-icon.gc-icon-prev{
    width: 36px !important;
    height: 50px !important;
    left: 10px;
}
.gc-display-area .gc-icon.gc-icon-prev:before{
    content: "\f104" !important;
    font: normal normal normal 48px/1 fontawesome !important;
    width: 36px;
    color: #fff;
    height: 50px;
    text-align: center;
}
.gc-overlay-right-icons .gc-icon.gc-icon-next{
    width: 36px !important;
    height: 50px !important;
    text-align: center;
}
.gc-overlay-right-icons .gc-icon.gc-icon-next:before{
    content: "\f105" !important;
    font: normal normal normal 48px/1 fontawesome !important;
    width: 36px !important;
    height: 50px !important;
    color: #fff;
}
.gc-overlay-left-icons .gc-icon.gc-icon-prev{
    width: 36px !important;
    height: 50px !important;
    text-align: center;
}
.gc-overlay-left-icons .gc-icon.gc-icon-prev:before{
    content: "\f104" !important;
    font: normal normal normal 48px/1 fontawesome !important;
    width: 36px !important;
    height: 50px !important;
    color: #fff;
}
.gc-icon.gc-icon-enlarge{
    display: none !important;
}
.gc-overlay-top-icons .gc-icon.gc-icon-close:before{
    content: "\f00d" !important;
    font: normal normal normal 25px/1 fontawesome !important;
    color: #fff;
    width: 24px;
    text-align: center;
}
.glass-case{
    margin: auto;
}

/*===================================================end slider detail======================================================*/
.sub_prod_detail .box_rating{
    position: inherit;
    margin: 5px 0;
}
.sub_prod_detail .star-rating{
    margin: inherit;
}
.sub_prod_detail .box_rating:before, .sub_prod_detail .box_rating:after{
    display: none;
}
.name_prod_detail{
    margin-top: 0;
   
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}
.price_prod_dt span{
    font-size: 22px;
    font-weight: bold;
    color: #f9584a;
    margin-right: 10px;
}
.price_prod_dt del{
    font-size: 16px;
    color: #acacac;
    font-weight: bold;
}
.info_prod_detail li{
   display: inline-block;
    padding: 0 10px;
    color: #333;
    font-size: 13px;
position: relative;
    margin-bottom: 10px;
}
ul.info_prod_detail {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.info_prod_detail li:first-child{
    padding-left: 0
}
.des_prod_deatil{
    font-size: 13px;
    color: #333;
    line-height: 24px;
}
.info_prod_detail li:not(:last-child):after{
    content: '|';
    display: inline-block;
    right: 0;
    position: absolute;
    color: #333;
}
.form_cart{
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

.des_prod_deatil{
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}
.box_plugin{
    padding-bottom: 5px;

}
.tab_detail li{
    display: inline-block;
}
.tab_detail li a{
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
    padding: 9px 15px 9px 15px;
    display: block;
    font-family: 'UVN_HongHaHepBold';
    text-decoration: none;
    position: relative;
}
.tab_detail li a:first-child{
    padding-left: 0
}
.tab_detail li:not(:last-child) a:after{
    content: '|';
    color: black;
    display: inline-block;
    position: absolute;
    top: 6px;
    right: 0px;
}
.tab_detail>li.active>a,
.tab_detail>li.active>a:hover,
.tab_detail>li.active>a:focus{
    color: #0656b2;
}
.txt_tab_detail img{
    display: block;
    margin: 20px auto;
    text-align: center;
    max-width: 100%;
}
.txt_tab_detail{
    text-align: justify;
    padding: 20px 15px;
    border: 1px solid #ccc;
    font-size: 13px;
    color: #333;
    line-height: 24px;}
.form_cart button i{
    font-size: 34px;
    width:60px;
    height: 50px;
    text-align: center;
    line-height: 44px;
    border-right: 1px solid #fff;
}
.form_cart button span{
    display: block;
    padding: 12.5px 15px;
}
.form_cart button{
    color: white;
    font-weight: bold;
    height: 35px;
    background: #0656b2;
    border-radius: 0;
    border: 0;
    font-size: 18px;
    padding: 0px;
    border-radius: 0px;
    height: 50px;
    display: flex;
}/*end pro_detail*/
/*begin pages_home*//*end pages_home*/
/*begin media_image*//*end media_image*/
/*begin news1*//*end news1*/
/*begin news2*//*end news2*/
/*begin tintucnoibat-home*//*end tintucnoibat-home*/

.menu_left{
    cursor: pointer;
    }
.qts_left_content .nav_prod_home{
    border: 1px solid #cccccc;
}
.qts_left_content  .nav_prod_home>li{
    border-bottom: 1px solid #cccccc;
}
.select_prod h2{
    font-size: 16px;
    color: #333333;
    font-family: UVN_HongHaHepBold;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #cccccc;
}
.select_prod{
    font-size: 14px;
    color: #666666;
}
.tuoitho .checkbox{
    float: left;
    width: 50%;
    margin-top: 0;
}
.select_prod{
    padding: 15px;
    border: 1px solid #cccccc;
}
/* update 3/2018 ------> */
.title_cate{
    margin-top: 0px;   
    border-bottom: 1px solid #0656b2;  
}
.title_cate a{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 10px 15px;
    background: #0656b2;
    text-transform: uppercase;
}

.phonering-alo-phone.phonering-alo-static {
    opacity:.6
}

.phonering-alo-phone.phonering-alo-hover,.phonering-alo-phone:hover {
    opacity:1
}

.phonering-alo-ph-circle {
    width:160px;
    height:160px;
    top:20px;
    right:20px;
    position:absolute;
    background-color:transparent;
    border-radius:100% !important;
    border:2px solid rgba(30,30,30,0.4);
    border:2px solid #bfebfc 9;
    opacity:.1;
    -webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone:hover .phonering-alo-ph-circle {
    border-color:#00aff2;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
    border-color:#75eb50 ;
    border-color:#baf5a7;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
    border-color:#00aff2 ;
    border-color:#bfebfc;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
    border-color:#ccc;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
    border-color:#75eb50 ;
    opacity:.5
}

.phonering-alo-ph-circle-fill {
    width:100px;
    height:100px;
    top:50px;
    right:50px;
    position:absolute;
    background-color: #000;
    border-radius:100% !important;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    opacity:0!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(0,175,242,0.5);
    background-color:#00aff2 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    background-color:#baf5a7 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
    background-color:rgba(0,175,242,0.5);
    background-color:#a6e3fa 9
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(204,204,204,0.5);
    background-color:#ccc 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    opacity:.75!important
}

.phonering-alo-ph-img-circle {
    width:60px;
    height:60px;
    top:70px;
    right:70px;
    position:absolute;
    background:rgba(30,30,30,0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
    border-radius:100% !important;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
    background-color:#00aff2
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
    background-color:#75eb50;
    background-color:#75eb50 9
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
    background-color:#00aff2;
    background-color:#00aff2 9
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
    background-color:#ccc
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
    background-color:#75eb50
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
        -webkit-opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        -webkit-opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        -webkit-opacity:.1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }

    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}

@keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }

    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity:1
    }

    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity:1
    }

    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}

.phone_ring {
    
    position: fixed !important;
    border:20%;
    bottom: 25%;
    left: 10%;
    z-index: 9999999;
}
.qts_head_mid{
    background: white;
}

/* update 4/4/2018 -----> */


@media (max-width:991px){
    .menu_left{
        max-height: 50px;
        -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;

    }
    .menu_left.open{
        max-height: 100%;
        height: auto;
    }
    .menu_left .show_menu{
        -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    height: 300px;
    overflow: auto;
    }
    .menu_left.open .show_menu{
        -webkit-transform: scaleY(1) !important;
    transform: scaleY(1) !important;
    }
}


/*++++++++++++++++++++++++9/4++++++++++++++++++++++*/

.search_stick{
    display: none;
}
.fixed .list_member{
    display: none;
}
.fixed .search_stick{
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: space-between;
}
.fixed .search_stick .search_box{

    max-width: 550px;
    width: 100%;
    margin: 6px 0;
}
.fixed .drop_search{
    height: 30px;
}
.fixed .input_search{
    height: 30px;
}
.fixed .but_search_top{
    height: 30px;
}
.hotline_stick{
    font-size: 14px;
    color: #000;
}
.hotline_stick span{
    font-weight: bold;
    color: red;
    font-size: 18px;

}

.suport_stick{
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    background: #cccccc;
    padding: 0 30px;
    z-index: 9999;
}

@media (min-width:1200px) /* lg*/ {
    .col-lg-244{
        width: 24.4%
    }
    .col-lg-756{
        width: 75.6%
    }
}


.link_contact_fix {
    position: fixed;
    top: 300px;
    right: 0;
}
.link_contact_fix .list_link_hd a{
    display: block;
    float: none;
    margin-left: 0;
    margin-bottom: 7px;
}
.search_stick .header__main__toggle_cart{
    margin: 0;
    height: 40px;
    width: 45px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.search_stick  .header__main__toggle_cart .counter{
        right: 1px;
    top: 2px;
}
/* update 11/4/2018 ----->  */
.support-hotline{
    position: fixed;
    bottom:90px;
    left: 30px;
    z-index: 50;
    pointer-events: none;
    /* display: none; */
}
.support-hotline .div_title{
    position: relative;
    z-index: 20;
    pointer-events: auto;
    cursor: pointer;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    -webkit-transform:translate(0px,0);
    -moz-transform:translate(0px,0);
    -o-transform:translate(0px,0);
    -ms-transform:translate(0px,0);
    transform:translate(0px,0);
}
.support-hotline .div_title span.icon{
    width: 60px;
    height: 60px;
    position: relative;
    display: block;
}
.support-hotline .div_title span.icon:before{
    background-color: rgba(47,197,235,0.2);
    opacity: .75;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    position: absolute;
    content: '';
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.support-hotline .div_title span.icon:after{
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: -30px;
    position: absolute;
    content: '';
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(47,197,235,0.4);
    opacity: .1;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.support-hotline .div_title i{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 12px;
    background: #2fc5eb;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.support-hotline .div_title.show{
    -webkit-transform:translate(0,0);
    -moz-transform:translate(0,0);
    -o-transform:translate(0,0);
    -ms-transform:translate(0,0);
    transform:translate(0,0);
}
.support-hotline .div_title span.text a{
    display: block;
    position: absolute;
    bottom: 7px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 11px;
    line-height: 16px;
}
.support-hotline  .div_content{
    pointer-events: auto;
    width: 250px;
    position: absolute;
    top: 0;
    right: 85px;
    background-color: #fff;
    border: 2px solid #ff0000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-transform:translate(400px,0);
    -moz-transform:translate(400px,0);
    -o-transform:translate(400px,0);
    -ms-transform:translate(400px,0);
    transform:translate(400px,0);
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    padding: 18px;
    color: #ffffff;
}
.support-hotline.show  .div_content{
    -webkit-transform:translate(0,0);
    -moz-transform:translate(0,0);
    -o-transform:translate(0,0);
    -ms-transform:translate(0,0);
    transform:translate(0,0);
}
.support-hotline  .div_content:before{
    position: absolute;
    content: '';
    top: 16px;
    right: -16px;
    border-left: 16px solid #ff0000;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
}
.support-hotline  .div_content:after{
    position: absolute;
    content: '';
    top: 18px;
    right: -14px;
    border-left: 14px solid #fff;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
}
.support-hotline  .div_content .title_hotline{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #333333;
}
.support-hotline  .div_content .number_phone a{
    font-size: 26px;
    line-height: 40px;
    color: #ff0000;
    margin-bottom: 10px;
    position: relative;
    font-weight: bold;
}
.support-hotline  .div_content .yahoo_skype{
    margin-bottom: 0;
}
.support-hotline  .div_content .yahoo_skype .fl{
    width: 49%;
    float: left;
    background: #521596;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.support-hotline  .div_content .yahoo_skype .fr{
    width: 45%;
    float: left;
    background: #00adef;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    margin-left: 10px;

}
.support-hotline  .div_content .yahoo_skype a{
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 7px 10px 7px 45px;
    color: #ffffff;
    font-style: italic;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    background-repeat: no-repeat;
    background-position: 10px 50%;
}
.support-hotline  .div_content .yahoo_skype a:hover{
    background-color: #0085ba;
}
@-moz-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-o-keyframes quick-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
}
@keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-moz-keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0deg) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
}

@-webkit-keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0deg) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
}

@-o-keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0deg) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0deg) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
}
.tit_banner img{
    width: 50px;
    height: 50px;
    margin-bottom: 30px;
}
.img {
        margin-top: -7px;
    margin-right: 20px;
    height: 30px;
    width: 30px;
}
.img_defautlt {
   height: 16px;
   width: 16px; 
}



.sub_nav_prod_h li>a>img{
      margin-top: -7px;
    margin-right: 20px;
    height: 30px;
    width: 30px;
}
.logo_pc{
    text-align: center;
}
.img_prod a{
    display: block;
}
.back_ground_fff{
    background: #fff;
    overflow: hidden;
    width:100%;
    height: auto;

}
.sub_nav_prod_h{
    background:#33333300 !important;
}
.sub_nav_prod_h li:hover{
    background: none;
}
