
    /*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;
}


@font-face {
    font-family: 'Roboto-Bold';
    src: url('./fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Roboto-Bold.woff') format('woff'), url('./fonts/Roboto-Bold.ttf')
    format('truetype'), url('./fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Roboto_Regular';
    src: url('./fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Roboto-Regular.woff') format('woff'), url('./fonts/Roboto-Regular.ttf')
    format('truetype'), url('./fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto_Black';
    src: url('./fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Roboto-Black.woff') format('woff'), url('./fonts/Roboto-Black.ttf')
    format('truetype'), url('./fonts/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto_Light';
    src: url('./fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Roboto-Light.woff') format('woff'), url('./fonts/Roboto-Light.ttf')
    format('truetype'), url('./fonts/Roboto-Light.svg#Roboto-Light') 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;
}

@font-face {
    font-family: 'UTM_Cookies';
    src: url('./fonts/UTMCookies.eot?#iefix') format('embedded-opentype'),
    url('./fonts/UTMCookies.woff') format('woff'), url('./fonts/UTMCookies.ttf')
    format('truetype'), url('./fonts/UTMCookies.svg#UTMCookies') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UTM_LinotypeZapfinoKT';
    src: url('./fonts/UTMLinotypeZapfinoKT.eot?#iefix') format('embedded-opentype'),
    url('./fonts/UTMLinotypeZapfinoKT.woff') format('woff'), url('./fonts/UTMLinotypeZapfinoKT.ttf')
    format('truetype'), url('./fonts/UTMLinotypeZapfinoKT.svg#UTMLinotypeZapfinoKT') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UVN_BaiSauNhe';
    src: url('./fonts/UVNBaiSauNhe.eot?#iefix') format('embedded-opentype'),
    url('./fonts/UVNBaiSauNhe.woff') format('woff'), url('./fonts/UVNBaiSauNhe.ttf')
    format('truetype'), url('./fonts/UVNBaiSauNhe.svg#UVNBaiSauNhe') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'UVN_MoiHong';
    src: url('./fonts/UVNMoiHong.eot?#iefix') format('embedded-opentype'),
    url('./fonts/UVNMoiHong.woff') format('woff'), url('./fonts/UVNMoiHong.ttf')
    format('truetype'), url('./fonts/UVNMoiHong.svg#UVNMoiHong') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoSlab_Regular';
    src: url('./fonts/RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'),
    url('./fonts/RobotoSlab-Regular.woff') format('woff'), url('./fonts/RobotoSlab-Regular.ttf')
    format('truetype'), url('./fonts/RobotoSlab-Regular.svg#RobotoSlab-Regular') 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: 0;
    right: 0;
    bottom: 0;
    content: "+";
    color: #fff;
    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;

    }
    .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;
    }
    .nav-menu > .menu-item > .menu-link {
        display: block;
        line-height: 20px;
        padding: 15px 15px 15px 15px;
        font-size: 15px;
        color: #fff8c4;
        font-family: Roboto-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.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: #fff;
    }
    .nav-menu > .menu-item > a:hover {
        color: #fff;
    }
    .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;
    }
    .nav-dropdown{
        -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;
    }
    .has-dropdown:hover > .nav-dropdown{
        -webkit-transform: scaleY(1) !important;
    transform: scaleY(1) !important;
    }
    .nav-dropdown .has-dropdown .nav-dropdown{
        -webkit-transform: scaleX(0) !important;
    transform: scaleX(0) !important;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -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;
    }
    .nav-dropdown .has-dropdown:hover .nav-dropdown{
        -webkit-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
    }
    .nav-menu > .menu-item:not(:last-child) > .menu-link:after{
        content: '';
        width: 1px;
        height: 15px;
        background: #fff8c4;
        position: absolute;right: 0;
        top: 18px;
        display: inline-block;
    }
}


/*++++++++++++++++++++++++++=*/
.qts_head_top {
    padding: 7px 0;
}

.qts_head_top .header_left {
    font-size: 12px;
    color: #000;
}

.qts_head_top .header_left a {
    color: red;
    font-weight: bold;
}

.qts_head_top .header_right {
    font-size: 12px;
}

.qts_head_top .header_right a {
    color: #000;
}

.qts_head_top .header_right a .fa {
    color: #1b81e0;
    font-size: 13px;
    margin-right: 7px;
}

.qts_head_top .header_right span {
    color: #ccc;
    margin: 0 5px;
    display: inline-block;
    display: inline-block;
}

.qts_head_mid {
    background: #167edf;
}

.qts_head_mid .hotline_header {
    font-size: 30px;
    color: #fd0101;
    margin: 22px 0;
    font-family: Roboto_Black;
    text-shadow: white 3px 0px 0px, white 2.83487px 0.981584px 0px, white 2.35766px 1.85511px 0px, white 1.62091px 2.52441px 0px, white 0.705713px 2.91581px 0px, white -0.287171px 2.98622px 0px, white -1.24844px 2.72789px 0px, white -2.07227px 2.16926px 0px, white -2.66798px 1.37182px 0px, white -2.96998px 0.42336px 0px, white -2.94502px -0.571704px 0px, white -2.59586px -1.50383px 0px, white -1.96093px -2.27041px 0px, white -1.11013px -2.78704px 0px, white -0.137119px -2.99686px 0px, white 0.850987px -2.87677px 0px, white 1.74541px -2.43999px 0px, white 2.44769px -1.73459px 0px, white 2.88051px -0.838247px 0px, 0 5px 7px #000;
}

.qts_head_mid .hotline_header span {
    font-family: Roboto_Regular;
    font-size: 22px;
    display: block;
    text-decoration: underline;
}

.qts_head_bot {
    background: #1893e6;
}


.menu_main .nav.is-fixed{
    position: relative;
    z-index: 105;
}
/*++++++++++++++++++++++++++=*/
form.search_box {
    margin: 39px 0;
}
.drop_search{

    border: 0px solid #009541;
    height: 43px;
    border-radius: 0px;
    font-size: 13px;
    color: #666666;
}
.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: #009541;
}
.input_search{
    border: 0px solid #009541;
    height: 43px;
    font-size: 12px;
}
.but_search_top{
    background: #167edf;
    border: 3px solid #fff;
    height: 43px;
    width: 130px;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    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 {
    color: #333;
    background-color: #1ea000;
    border-color: #1ea000;
}



/*++++++++++++++++*/

.nav_prod_home{
    background: #fff;
    position: relative;
    z-index: 50;
    border: 1px solid #ccc;
}
/*.nav_prod_home>li{
    position: relative;

}*/
.nav_prod_home>li:last-child{
    border-bottom: 0;
}

.nav_prod_home>li>a{
    position: relative;
    font-family: Roboto-Bold;
}

.nav_prod_home li a{
    display: block;
    font-size: 15px;
    border-bottom: 1px solid #ccc;
    color: #333;
    line-height: 22px;
    padding: 6px 0px 6px 25px;
    position: relative;
}
.nav_prod_home>li:hover>a{
    color: #015eab;
}
.nav-dropdown.sub_nav_prod_h{
    left: 100%;
    top: 0px;
    background: #fff;
}
.sub_nav_prod_h>li>a{
    position: relative;
    padding-left: 35px;
    border-bottom: 0px solid #cccccc;
    font-family: Roboto_Regular;
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 7px;
    margin-bottom: 7px;
}
.sub_nav_prod_h>li>a:before{
    content: '-';
    position: absolute;
    top: 4px;
    left: 25px;
    display: none;
    color: #333;
}

.sub_nav_prod_h>li:hover>a{
    color: #015eab;
}
.tit_prod_left{
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #1893e6;
    font-family: Roboto-Bold;
    background: #ffde3f;
    padding: 16px 10px;
}
.tit_prod_left img{
    margin-right: 20px;
}


.menu_left{
    position: relative;
}
.show_menu{
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
}
.nav_prod_home >li >a:before{
    content: '*';
    position: absolute;
    top: 6px;
    left: 16px;
    display: inline-block;
    color: #333;
}
.nav_prod_home li:hover .sub_nav_prod_h{
    -webkit-transform: scaleY(1) !important;
    transform: scaleY(1) !important;
    height: auto;
}
.title_menu_cate{
    margin-top: 0;
    margin-bottom: 0;
}
.mega_menu_left li a{
    border: 0;
}
.title_menu_cate a{
    font-weight: bold;
}
.title_menu_cate a:hover{
    color: #015eab;
}
.mega_menu_left li a:hover{
    color: #015eab; 
}

@media (min-width:992px) /* lg*/ {
    .nav_prod_home > .has-dropdown > a:after{
        content: "\f105" !important;
        font: normal normal normal 13px/1 fontawesome;
        color: #333;
        right: 0;
        top: 10px;
        width: 25px;
        text-align:  center;
        position: absolute;
    }
    .nav_prod_home .nav-dropdown{
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -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;
    width: 900px;
    height: 100%;

}
.nav_prod_home .has-dropdown{
    position: static;
}
}
@media (max-width:991px) /* xs*/{
    .nav_prod_home .has-dropdown:after{
        color: #333;
        line-height: 40px;
    }
}
@media (max-width: 991px){
    .menu_left .show_menu{
        display: none;
        position: inherit;
    }
    .menu_left.open .show_menu {
        display: block;
    }
}
/*end header*/
/*begin footer*/@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;
}
.tit_ft{
    display: inline-block;
    font-size: 18px;
    color: white;
    padding: 12px 0;
}
.form_ft {
    max-width: 402px;
    width: 100%;
    margin: 15px 0;

}
.form_ft input.form-control {
    height: 35px;
    border: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.form_ft button.btn.btn-default {
    height: 35px;
    padding: 0px 20px;
    border: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #fff;
    background: #00863e;
} 
.qts_footer_mid{
    background: #167edf;
    padding: 30px 0;
}
.content_ft_mid .fa{
    padding-right: 5px;
}
.adr_ft{
    color: white;
    line-height: 23px;
    font-size: 13px;
}
.adr_ft a{
    color: #fff;
} 
.copy{
    border-top: 1px dotted #fff;
    padding: 20px 0;
}
.map_ft img{
    max-width: 270px;
    width: 100%;
}
/*begin media*/
@media (min-width:992px) and (max-width:1199px) /* md*/{
    .list_link_hd{
        float: left !important;
    }
}

@media (min-width:768px) and (max-width:991px) /* sm*/{
    .sc_header_menu.sticky-header{
        position: relative !important;
    }
    .fb_ft {
        text-align: left !important;
    }
}

@media (max-width:767px) /* xs*/{
    .sc_header_menu.sticky-header{
        position: relative !important;
    }
    .fb_ft {
        text-align: left !important;
    }
}

@media (max-width:480px) {
    .col-480-12{
        width: 100% !important;
    }
    .col-480-6{
        width: 50% !important;
    }
    .hidden-480{
        display: none !important;
    }
    .visible-480{
        display: block !important;
    }
    .map_ft{
        text-align: left !important;
        padding: 20px 0;
    }

} 
.center {
  text-align: center;
}



.dm-title {
  font-size: 13px;
  font-weight: bold;
  background: #49a823;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 20px;
  margin-bottom: 0;
  margin-top: 0;
}

.dm-title .fa {
  font-size: 18px;
  margin-left: -10px;
  margin-right: 5px;
}
.box-danhmuc{
  margin-bottom: 20px;
}
.box-danhmuc .as-menu {
  position: relative;
  z-index: 2;
  list-style-type: none;
  padding: 0;
  margin: 0; 
  padding: 5px 0;
}

.box-danhmuc .as-menu > li:first-child {
  border-top: none;
}

.box-danhmuc .as-menu li {
  position: relative;
}

.box-danhmuc .as-menu li a {
  display: block;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
}

.box-danhmuc .as-menu li a:hover {
  color: #49a823;
}

.box-danhmuc .as-menu li:last-child {
  border-bottom: none;
}

.box-danhmuc .as-menu li > a {
  border: none;
}

.box-danhmuc .as-menu li.dropdown {
  position: relative;
  z-index: 1;
}

.box-danhmuc .as-menu li.dropdown:after {
  font-family: FontAwesome;
  content: "\f0d7";
  position: absolute;
  padding-top: 3px;
  font-size: 16px;
  padding-left: 50px;
  top: 6px;
  right: 16px;
  right: 1rem;
  color: #333;
  line-height: 20px;
  cursor: pointer;
}

.box-danhmuc .as-menu li.dropdown.is-active:after {
  content: "\f0d8";
}

.box-danhmuc .as-menu li.dropdown.is-active > .dropdown-content {
  max-height: 700px;
  padding-left: 10px;
  background: #efefef;
}

.box-danhmuc .as-menu li.dropdown > a {
  display: inline-block;
}

.box-danhmuc .as-menu li.dropdown .dropdown-content {
  height: auto;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  list-style-type: none;
  padding-left: 0;
}

.box-danhmuc .as-menu li.dropdown .dropdown-content li {
  padding-left: 0px !important;
} 

.box-danhmuc .as-menu > li a {
  border: none !important;
}

.box-danhmuc .as-menu > li ul li {
  border-top: 1px solid #ebebeb;
}

.box-danhmuc .as-menu > li > a:before {
   content: "";
    width: 5px;
    height: 5px;
    background: #167edf;
    position: absolute;
    left: 15px;
    top: 17px;
} 

.box-danhmuc .as-menu li.dropdown:hover > a {
  color: #ff1500;
}

.box-danhmuc .as-menu li.dropdown > a {
  position: relative;
}

.box-danhmuc .as-menu li.dropdown > a:after {
  font-family: FontAwesome;
  float: right;
}

.box-danhmuc .as-menu li a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #898989; 
  padding: 10px 30px 8px;
  padding-right: 5px;
}

.box-danhmuc .as-menu li a:hover {
  color: #ff1500;
}
/*end danhmuc*/
/*begin tintucnoibat*/@font-face {
    font-family: 'Roboto_Regular';
    src: url('./fonts/Roboto-Regular.eot');
    src: url('./fonts/Roboto-Regular.eot') format('embedded-opentype'), url('./fonts/Roboto-Regular.woff')
    format('woff2'), url('./fonts/Roboto-Regular.woff') format('woff'), url('./fonts/Roboto-Regular.ttf')
    format('truetype'), url('./fonts/Roboto-Regular.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
} 
.title_dmsp{
    background-color: #ff0000;
    padding: 8px 20px 8px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.box_sp_news{
    padding: 0px 20px 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.05);
}
.product_list_widget> li {
    list-style: none;
    padding: 10px 0 5px 75px;
    min-height: 80px;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    line-height: 1.33;
}
ul.product_list_widget li a:not(.remove) {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    line-height: 19.5px;
    /* height: 40px; */
    text-transform: uppercase;
    max-height: 38px;
    font-family: Roboto_Regular;
    color: #333;
}
.product_list_widget> li a:hover{
    color: #DD3333 !important;
}
ul.product_list_widget li img {
    top: 10px;
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    object-fit: cover;
    object-position: 50% 50%;
}
span.amount {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #333;
    font-size: 13px;
    line-height: 21px;
    font-weight: bold;
    font-family: Roboto_Regular; 
}
.woocommerce-Price-currencySymbol {
    font-size: 14px;
    font-weight: bold;
    font-family: Roboto_Regular; 
}
ul.product_list_widget li+li {
    border-top: 1px solid #ececec;
}
 /*end tintucnoibat*/
/*begin sanphamnoibat*/@font-face {
    font-family: 'Roboto_Regular';
    src: url('./fonts/Roboto-Regular.eot');
    src: url('./fonts/Roboto-Regular.eot') format('embedded-opentype'), url('./fonts/Roboto-Regular.woff')
    format('woff2'), url('./fonts/Roboto-Regular.woff') format('woff'), url('./fonts/Roboto-Regular.ttf')
    format('truetype'), url('./fonts/Roboto-Regular.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*====css san pham moi====*/
.title_dmsp{
    background-color: #ff0000;
    padding: 8px 20px 8px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.box_sp_news{
    padding: 0px 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.05);
    margin-bottom: 15px;
}
.box_sp_news{
    border-top:1px solid transparent;
}
.product_list_widget> li {
    list-style: none;
    padding: 10px 0 5px 75px;
    min-height: 80px;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    line-height: 1.33;
}
ul.product_list_widget li a:not(.remove) {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    line-height: 19.5px;
    /* height: 40px; */
    text-transform: uppercase;
    max-height: 38px;
    font-family: Roboto_Regular;
    color: #333;
}
.product_list_widget> li a:hover{
    color: #DD3333 !important;
}
ul.product_list_widget li img {
    top: 10px;
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    object-fit: cover;
    object-position: 50% 50%;
}
span.amount {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #333;
    font-size: 13px;
    line-height: 21px;
    font-weight: bold;
    font-family: Roboto_Regular;

}
.woocommerce-Price-currencySymbol {
    font-size: 14px;
    font-weight: bold;
    font-family: Roboto_Regular;

}
ul.product_list_widget li+li {
    border-top: 1px solid #ececec;
}
.title_main .title_home {
    float: left;
    background: #167edf;
    color: #fff;
    font-size: 18px;
    font-family: Roboto-Bold;
    text-transform: uppercase;
    position: relative;
    padding-right: 10px;
    margin-right: 50px;
    margin-top: 0;
}

.title_main .title_home span {
    display: inline-block;
    width: 40px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    background: #1893e6;
    margin-right: 10px;

}

.title_main .title_home span img {
    max-width: 100%;
    max-height: 100%;
}

.title_main .title_home a {
    color: #fff;
}

.title_main .title_home:after {
    pointer-events: none;
    position: absolute;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    top: 0;
    left: 100%;
    border-width: 22px 0 22px 20px;
    border-color: transparent transparent transparent #167edf;
}

.title_main > span {
    font-family: Roboto_Regular;
    font-size: 18px;
    color: #333;
    display: inline-block;
    margin: 9px 0;
}

.row_7 {
    margin: 0 -7px;
}

.pdd_7 {
    padding: 0 7px;
}

.list_prod {
    border: 1px solid #ccc;
}

.box_prod {
    padding: 16px 10px;
    border-bottom: 1px solid #ccc;
}

.box_prod .img_prod {
    float: left;
    display: block;
    width: 85px;
    margin-right: 10px;
}

.box_prod .img_prod:hover {
    opacity: 0.8;
}

.box_prod .sub_prod {
    overflow: hidden;
    font-size: 14px;
}

.box_prod .sub_prod h3 {
    font-family: Roboto_Regular;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 3px;
    margin-top: 0;
}

.box_prod .sub_prod h3 a {
    color: #333;
}

.box_prod .sub_prod h3 a:hover {
    color: red;
}

.box_prod .sub_prod .price {
    font-family: Roboto-Bold;
    color: #fe0000;
    font-size: 14px;
}

.box_prod .sub_prod .rating {
    color: #e3b068;
}

.box_prod:last-child {
    border-bottom: 0;
}

.info_prod {
    padding: 22px 14px;
    border: 1px solid #cccccc;
}

.info_prod .tit_info {
    color: #fe0000;
    font-family: Roboto_Black;
    font-size: 24px;
    line-height: 23px;
}

.info_prod .tit_info span {
    font-size: 18px;
    text-decoration: underline;
}

.info_prod .txt_info {
    line-height: 21px;
    font-size: 14px;
    color: #333;
}

.info_prod img {
    max-width: 100%;
    display: block;
    margin: auto;
} 
.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;
} 
.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: 10px;
    border-bottom: 1px dotted #5F472B;
    padding-bottom: 10px;
    font-size: 22px;
}
.info_prod_detail li{
    float: left;
    width: 50%;
    color: black;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}
.des_prod_deatil{
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}
.box_plugin{
    padding-bottom: 5px;
    border-bottom: 1px dotted #5F472B;
}
.form_cart input{
    width: 100px;
    height: 35px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    margin-right: 15px;
    padding: 0 7px;
}
/*.form_cart button{
    color: white;
    font-weight: bold;
    height: 35px;
    background: #097539;
    border-radius: 0;
    border: 0;
    padding: 0 15px;
    border-radius: 4px;
}*/
/* update 11/6/2018 -----> */
.title_f{
    font-size: 18px;
    color: #fff; 
    text-transform: uppercase; 
    font-family: 'Roboto-Bold';
    margin-bottom: 15px;
}
.menu_f li a{
    font-family: 'Roboto_Regular';
    font-size: 14px;
    color:#fff;
}
.menu_f li a:hover{
    color: #fff;
    text-decoration: underline;
}
.name_f{
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto-Bold'; 
}
.menu_f li{
    line-height: 25px;
}
.title_cate {
    font-family: 'Roboto', sans-serif; 
    padding: 8px 15px 15px 0px;
    font-size: 15px;
    font-weight: 700;
    border-bottom: solid 1px #167edf;
    text-transform: uppercase;
    margin-top:0px; 
}

.name_prod_cate{
        font-family: Roboto_Regular;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 3px;
}
.name_prod_cate a{
        color: #333;
}
.name_prod_cate a:hover {
    color: red;
}
.price_cate {
    font-size: 14px;
    display: flex;
    align-items: center;
    margin: 5px 0;
    justify-content: space-between;
}
.price_cate  span{
    color: red;
    font-weight: bold;
}
.price_cate del{
 color: #999;
}
.rating_cate .fa{
   
        color: #e3b068; 
        font-size: 14px;
}
.img_cate{
    display: block;
    overflow: hidden;

}
.img_cate img:hover{
    opacity: 0.8
}
.box_prod_cate{
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.back_link ul li{
   display: inline-block;
   }
   .back_link ul li a{
   display: block;
   color: #7e7e7e;
   font-size: 14px;
   padding: 0 7px;
   position: relative;
   }
   .back_link ul li:not(:last-child) a:after{
   position: absolute;
   content: '>';
   display: inline-block;
   top: 0;
   right: -6px;
   }
   .back_link ul li:first-child a{
   padding-left: 0;
   }
   .title_detail {
   font-size: 18px;
   color: #000;
   font-weight: bold;
   margin-bottom: 7px;
   }
   .back_link{
   padding-bottom: 7px;
   border-bottom: 1px solid #ddd;
   }
   .content{
   font-size: 14px;
   color: 000;
   line-height: 22px;
   text-align: justify;
   }
   .content img{
   max-width: 100%;
   display: block;
   margin: 10px auto;
   }
   .tit-content{
   font-weight: bold;
   display: block;
   }
   .news-lq h3{
   position: relative;
   }
   .news-lq h3 img{
   float: none !important;
   width: 24px !important;
   height: auto !important;
   }
   .list-video {
   padding: 0px 10px 26px 10px;
   background: #fff; }
   .list-video li {
   margin-bottom: 20px; }
   .list-video li:last-child {
   margin-bottom: 0; }
   .list-video li:hover h3 {
   color: red; }
   .list-video li a {
   display: block; }
   .list-video li a img {
   width: 89px;
   height: 60px;
   float: left;
   margin-right: 7px; }
   .list-video li a h3 {
   font-size: 14px;
   color: #000;
   line-height: 24px;
   max-height: 60px;
   overflow: hidden;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   white-space: normal;
   -webkit-line-clamp: 2;
   display: -webkit-box; }
   .content_news {
   padding: 10px 0;
   }
   .tit_bar{
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    margin-top: 0;
   }
   .list_cate li{
    float: left;
    width: 20%;
    padding-right: 20px;
    font-size: 14px;
    margin-bottom: 10px;
   }
      .list_cate li a{
        color: #000;
      }
       .list_cate li a:hover{
        color: red;
       }


       .tab_detail li{
    display: inline-block;
}
.tab_detail li a{
    color: black;
    font-size: 14px;
    text-transform: uppercase;
    padding: 2px 10px 2px 10px;
    display: inline-block;
    line-height: 35px;
    position: relative;
    text-decoration: none;
}
.tab_detail>li.active>a,
.tab_detail>li.active>a:hover,
.tab_detail>li.active>a:focus {
  
    background: #0374cb;
    color: #fff;
   
}
.tab_detail>li>a:hover, .tab_detail>li>a:focus {
    background: #0374cb;
    color: #fff;
}
/*=================================================== end effect tab_deatil==================================================*/
ul.tab_detail {
    border-bottom: 2px solid #0374cb;
    padding-bottom: 1px;
}
.tab_detail li a:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    right: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(225deg, white 45%, #0374cb 50%, #468abe 56%, #82c7fc 80%);
    box-shadow: -1px 1px 1px rgba(38, 115, 223, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
}
.tab_detail li a:hover:before, .tab_detail li a:focus:before, .tab_detail li a:active:before {
    width: 9px;
    height: 9px;
}
.tab_detail>li.active>a:before{
    width: 9px;
    height: 9px;
    pointer-events: none;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(225deg, white 45%, #0374cb 50%, #468abe 56%, #82c7fc 80%);
    box-shadow: -1px 1px 1px rgba(38, 115, 223, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
}
.tab-txt {
    text-align: justify;
    font-size: 14px;
    line-height: 22px;
    padding: 30px 10px;
}
.price_prod{
    font-size: 18px;
    font-weight: bold;
    color: red;
}
@media (min-width:768px) and (max-width:991px) /* sm*/{
    .list_cate li{
        width: 33.33%;
    }
}
@media (max-width:767px) /* xs*/{
    .list_cate li{
        width: 50%;
    }
}
.menu_left{
    cursor: pointer;
}
.menu_left .show_menu{
    display: none;
}
.menu_left:hover .show_menu{
    display: block;
}
.title_pages{
    border: 1px solid #ccc;
}
.title_pages a{
    background: #167edf;
    color: #fff;
    position: relative;
    display:inline-block;
    padding: 13px 15px;
    font-size: 18px;
    font-family: Roboto-Bold;
    text-transform: uppercase;
}
.title_pages a:after{ 
    pointer-events: none;
    position: absolute;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    top: 0;
    left: 100%;
    border-width: 22px 0 22px 20px;
    border-color: transparent transparent transparent #167edf;
}
.title_pages{
    margin-bottom: 0px;
    margin-top: 0px;
}
.as-menu{
    border: 1px solid #ccc;
    border-top: 1px solid transparent;
}
.as-menu li{
    border-bottom: 1px solid #ccc; 
} 
    
.title_cate_pro {
    margin-bottom: 0;
}
.qts_content_home {
    margin-top: 44px;
}

.breadcrumb {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    font-size: 14px;
    padding: 5px 0px 5px;
    border-radius: 0;
    font-weight: 400;
    line-height: 24px;
    background-color: transparent;
    border-bottom: solid 1px #ebebeb;
}
.breadcrumb li {
    display: inline;
}
.breadcrumb li:before {
    display: none !important;
}
.breadcrumb li strong {
    color: #0089ff;
    font-weight: 400;
    text-decoration: none;
}
.menu_mb {
    position: fixed;
    width: 100%;
    background: #ffffff;
    z-index: 999;
    padding: 1px 15px;
    border-bottom: 1px solid #ccc;
}


.img_logo_mb {
    max-height: 60px;
    max-width: 70%;
}
.box_proj {
    padding-bottom: 20px;
}
 .fixed_bn {
    position: fixed !important;
    top: 0px;
    z-index: 9999;
    width: 100%;
}
.fixed_bn .show_menu{
    display: none !important;
}
.fixed_bn .menu_left:hover .show_menu{
    display: block !important;
}
@media (min-width:1200px) /* lg*/ {
    .nav_prod_home .has-dropdown:after{
        position: inherit !important;
    }
}

@media (min-width:992px) and (max-width:1199px) /* md*/{

    .nav_prod_home .has-dropdown:after{
        position: inherit !important;
    }
}
.box_proj {
        overflow: hidden;
}
.box_proj img{
   max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.box_proj:hover img{
   -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cart-policy{
    margin-left: 10px;
}
.cart-policy h4{
    font-size: 16px;
    font-weight: bold;
}

.checkout-footer-left{
    margin-top: 16px !important;
}