@charset "utf-8";
/* CSS Document */

@import url("css/fonts.css");
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
a {
    text-decoration: none;
}
body
{
    width: 100%;
    height: 100%;
    float: left;
}
.menu_fixed {
    position: fixed !important;
    top: 0px;
    left: 0px;
    z-index: 89;
    float: left;
    width: 100%;
    height: 44px;
    background: white;
    position: relative;
}
.container1 {
    width: 1200px;
    margin: auto;
}
.container2 {
    width: 1000px;
    margin: auto;
}
#container {
    width: 100%;
    float: left;
    overflow: hidden
}
#content
{
    width: 100%;
    float: left;
}
.container {
    width: 100%;
    float: left;
}
#header {
    width: 100%;
    float: left;
    position: relative;
    min-height: 100px;
}
.header {
    width: 100%;
    float: left;
}
.logo {
    width: 200px;
    float: left;
}
.logo img,.banner img {
    max-width: 100%;
    vertical-align: top;
    height: 100px;
}

.banner {
    width: calc(100% - 200px);
    float: left;
}
.hotline_top
{
    display: inline-block;
    float: right;
    min-width: 210px;
    padding-top: 25px;
}
.hotline_top img
{
    float: left;
    margin-right: 10px;
    margin-top: 4px;
}
.hotline_top p
{
    font-family: 'texgyreadventorregular';
    font-size: 15px;
    color: #222222;
}
.hotline_top  span
{
    font-family: 'texgyreadventorbold';
    font-size: 24px;
    color: #ed2422;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.hotline_top p img
{
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}
.fix_head {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 9999;
    left: 0px;
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fix_head .logo img
{
    height: 50px;
}
.fix_head .ddsmoothmenu > ul > li > a
{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.fix_head .ddsmoothmenu > ul > li:hover > a:before {
    content: '';
    width: 17px;
    height: 12px;
    top: 3px;
    background: url('images/active_menu.png') no-repeat;
    background-size: 100% 100%;
}
.fix_head .ddsmoothmenu > ul > li.active > a:before {
    content: '';
    width: 17px;
    top: 3px;
    height: 12px;
    background: url('images/active_menu.png') no-repeat;
    background-size: 100% 100%;
}
/*----------------*/

#dichvu_home {
    width: 100%;
    float: left;
    padding-bottom:30px;
}
.title_dichvu
{
    width: 100%;
    float:left;
    text-align: center;
    position: relative;
    margin: 30px 0px;
}
.title_dichvu h2
{
    font-family: 'RobotoCondensedBold';
    font-size: 37px;
    color: #07783a;
    text-transform: uppercase;
    position: relative;
    z-index: 99;
    margin-bottom: 20px;
}
.title_dichvu h3
{
    font-family: 'RobotoCondensedBold';
    font-size: 100px;
    color: #e8e7e7;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -50px;
}
.title_dichvu p
{
    font-family: 'RobotoRegular';
    font-size: 17px;
    color: #333333;
}
.items_dichvu1 {
    padding: 10px;
}
.items_dichvu1:nth-child(4n+1)
{
    clear: both;
}
.items_dichvu {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.items_dichvu > a > img
{
    width: 100%;
    vertical-align: top;
}
.items_dichvu .mota_dichvu
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
}
.items_dichvu .mota_dichvu  h3 {
    font-family: 'SFUDinEngAlt';
    font-size: 25px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    padding-top: 5px;
}
.items_dichvu .mota_dichvu  h3:before
{
    content: '';
    width: 45px;
    height: 3px;
    background: #ffba00;
    position: absolute;
    left: 0;
    top: 0;
}
.items_dichvu .mota_dichvu a.a_dichvu
{
    display: block; 
    float: right;
    font-family: 'RobotoRegular';
    font-size: 13px;
    color: white;
    text-transform: uppercase;
}
.items_dichvu .mota_dichvu a.a_dichvu img
{
    margin-left: 5px;
}
.items_dichvu:hover  img
{
    transform: scale(1.1, 1.1);
}
/*-----Menu----------*/

#main_menu {
    float: left;
    width: 100%;
    position: relative;
}
#main_menu .menu
{
    width: 100%;
    float: left;
    position: relative;
}

.menu_mobile {
    float: left;
    display: none;
    position: relative;
    z-index: 99999999;
}
.menu_mobile a {
    margin-right: 10px;
    margin-top: 17px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 19px;
}
.menu_right
{
    display:none;
}
.menu_right li a 
{
    display: block;
    font-family: 'OpenSansExtraBold';
    color: #fff;
    padding: 3px 10px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    float: right;
}
.holine_mobile {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999999;
}
.holine_mobile a {
    margin-top: 17px;
    color: #077323;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}
/*---------Slider-------------*/
#slidershow {
    width: 100%;
    float: left;
    position: relative;
}

/*------Tìm kiếm -----------*/
.timkiem_menu {
    height: 40px;
    position: relative;
    width: 220px;
    float: right;
    background: #555555;
    border-radius: 5px;
    margin-top: 11px;
}
#name_tk1 {
    width: 100%;
    border: 0px;
    margin: 0px;
    height: 40px;
    color: #fff;
    background: none;
    outline: none;
    padding-left: 20px;
}
.nut_tim {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url('images/icon_timkiem.png') center no-repeat;
    top: 0;
    outline: none;
    cursor: pointer;
    right: 0;
    border: 0px;
    z-index: 9;
}
.active_search {
    width: 200px;
    opacity: 1;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #fff;
}
::-moz-placeholder {
    /* Firefox 19+ */

    color: #fff;
}
:-ms-input-placeholder {
    /* IE 10+ */

    color: #fff;
}
:-moz-placeholder {
    /* Firefox 18- */

    color: #fff;
}
.icon_tim {
    width: 13px;
    height: 13px;
    background: url(images/icon_timkiem.png) no-repeat;
    position: absolute;
    top: 14px;
    left: 10px;
}
.frame_images {
    float: left;
    text-align: center;
}
#slide_show {
    width: 100%;
    float: left;
    position: relative;
}
/*------------ Sản phẩm nổi bật ------------------*/
.box_content
{
    width: 100%;
    float: left;
}
.h1_detail
{
    font-size: 20px;
    margin-bottom: 5px;
}
.noidung {
    text-align: justify;
    color: #000;
    float: left;
    width: 100%;
}
.noidung img {
    max-width: 100%;
    height: auto !important;
}
.noidung table {
    width: 100% !important;
}
.noidung table {
    max-width: 100% !important;
    table-layout: fixed;
}
.noidung table td
{
    padding: 20px;
    text-align: center;
}
#form_contact input {
    padding: 5px;
}
ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#main {
    width: 100%;
    float: left;
    overflow: hidden;
    padding-top: 30px;
}
.main {
    width: 100%;
    float: left;
}

#container_product {
    width: 100%;
    float: left;
    padding-top:10px;
}
.selectors {
    border: 1px solid #ccc;
    text-align: center;
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 10px;
}
.frame_images {
    float: left;
    text-align: center;
}
.frame_images img {
    max-width: 100% !important;
    width: auto !important;
}
.product_left {
    width: 100%;
    float: left;
}
.product_right img {
    border: 1px solid #ccc;
}
.product_right img:hover {
    border: 1px solid #019DD8;
}
.product_right {
    width: 280px;
    float: right;
    padding-top: 40px;
    padding-bottom: 20px;
}
.content_right
{
    width: 80%;
    float: right;
    padding-left: 30px;
}
.right_product
{
    padding-left: 30px;
}
#left {
    width: 100%;
    float: left;
    position: relative;
}
#left .title {
    width: 100%;
    height: 40px;
    position: relative;
    background: #0099FF;
    line-height: 40px;
    text-align: center;
}
#left .title h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'RobotoBold';
    font-weight: normal;
    position: relative;
    z-index: 89;
}
.left1 {
    width: 100%;
    float: left;
    position: relative;
}
.box_left {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 10px;
    background: white;
}
#danhmuc_left {
    width: 100%;
    float: left;
}
.box_left2 {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 10px;
    background: white;
}
.box_left3 {
    width: 100%;
    float: left;
    padding: 10px;
}
.content_left {
    width: 100%;
    float: left;
    padding-top: 15px;
    border: 1px solid #ccc;
    border-top: 0px;
}
.left2 {
    width: 100%;
    float: left;
    position: relative;
    z-index: 99;
}
.title_left2 {
    width: 225px;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    background: url(images/h2_hotro.jpg) no-repeat;
    margin-top: 10px;
    margin-left: -5px;
}
.title_left2 h2 {
    color: white;
    text-transform: uppercase;
    font-family: 'RobotoBold';
    font-size: 14px;
}
/*---------Hổ trợ trực tuyến--------*/
.hotrotructuyen 
{
    width: 100%;
    float: left;
}
.title_hotro
{
    width: 100%;
    height: 40px;
    background: url('images/bg_hotro.png') no-repeat top center;
    line-height: 40px;
    text-align: center;
    position: relative;
}
.title_hotro h2
{
    font-size: 13px;
    color: white;
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
}
.hotrotructuyen  .hotro {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    margin-top: -20px;
    padding: 40px 10px 0px 10px;
}
.hotrotructuyen  .hotro p.p_online
{
    font-family: 'UVNDzungDakao';
    font-size: 20px;
    color: #2e9426;
    float: left;
}
.hotrotructuyen  .hotro .yahoo_hotline
{
    width: 100%;
}
.hotrotructuyen  .hotro .yahoo_hotline img
{
    float: left;
    margin-right: 5px;
}
.hotrotructuyen  .hotro .yahoo_hotline span
{
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}
.hotrotructuyen  .hotro .yahoo_hotline p
{
    font-family: 'texgyreadventorbold';
    font-size: 22px;
    color: #ff0000;
    font-weight: bold;
}

.hotrotructuyen  .hotro .yahoo1 {
    width: 100%;
    float: right;
}
.hotrotructuyen  .hotro .yahoo1 p
{
    width: 100%;
    padding-top: 10px;
    word-wrap: break-word;
}
.hotrotructuyen  .hotro .yahoo1 img
{
    margin-right: 5px;
    float: left;
    margin-top: -3px;
}
.hotrotructuyen  .hotro .yahoo1 span
{
    font-family: 'RobotoBold';
    color: #ff0000;
}
.hotrotructuyen  .hotro .box_yahoo1 p img
{
    float: left;
    margin-right: 5px;
}
.hotrotructuyen  .hotro .box_yahoo1 p
{
    font-size: 14px;
    color: #000000;
    font-family: 'RobotoRegular';
}
.hotrotructuyen  .hotro .yahoo
{
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
}
.hotrotructuyen  .hotro .box_yahoo
{
    width: 100%;
    float: left;
    padding-bottom: 10px;
}
.hotrotructuyen  .hotro .box_yahoo1
{
    width: 100%;
    float: left;
    padding-bottom: 10px;
}
.hotrotructuyen  .hotro .box_yahoo1 p.email
{
    border-top: 1px dotted #ccc;
    padding-top: 10px;
}
.hotrotructuyen  .hotro .box_yahoo1 p.email img
{
    margin-top: -2px;
}
.content_facebook
{
    width: 100%;
    float: left;
    text-align: center;
    border: 1px solid #ccc;
    margin-top: 10px;
    overflow: hidden;
}
/*-------------Giới thiệu home----------*/
.gioithieu_home
{
    width: 100%;
    float: left;
    padding-bottom: 30px;
} 
.gioithieu_home h2
{
    font-family:'UTMAurora';
    font-size: 30px;
    font-weight: normal;
    color: #bb0105;
    text-transform: uppercase;
}
.gioithieu_home .images_gioithieu
{
    width: 325px;
    float: left;
}
.gioithieu_home .mota_gioithieu
{
    width: calc(100% - 325px);
    float: right;
    padding-left: 30px;
}
.gioithieu_home .mota_gioithieu p
{
    font-family: 'RobotoRegular';
    font-size: 14px;
    color: #808080;
    line-height: 25px;
}
/*--------------ĐƠn vị hợp tác---------*/

.items_donvi {
    width: 100%;
    float: left;
    padding: 10px 0px;
}
.items_donvi img {
    width: 40%;
    float: left;
    margin-right: 10px;
}
.items_donvi h3 {
    font-family: 'RobotoRegular';
    font-size: 13px;
    color: #2e2e2e;
    font-weight: normal;
}
.items_donvi:hover h3 {
    color: red;
}
/*-----------Bán chạy---------*/

.items_banchay {
    width: 100%;
    float: left;
    padding: 5px 0px;
}
.items_banchay img {
    width: 100%;
}
.items_banchay:hover img {
    border: 1px solid black;
}
/*---------------------------*/

.content_left2 {
    padding: 10px;
    padding-top: 15px;
    border: 1px solid #ccc;
    border-top: 0px;
    width: 100%;
    float: left;
}
.content_fanpage {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
}
.offline {
    width: 215px;
    height: 100px;
    background: url(images/bg_hotro.jpg);
}
.offline p {
    font-weight: bold;
    font-size: 20px;
    color: #ff0000;
    padding-top: 73px;
    padding-left: 89px;
}
.bottom_left {
    width: 240px;
    height: 51px;
    background: url(images/bg_danhmcu2.jpg) no-repeat;
}
.content_left1 {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px #ececec;
}
.content_left1 h3 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'SFUEurostileCondensed';
    color: #06529e;
    font-size: 23px;
    font-weight: normal;
    text-transform: uppercase;
}
.bottom_title {
    width: 200px;
    height: 17px;
    background: url(images/h2_hotro.png);
    margin: auto;
}
/*----------Đối tác-------*/
.box_dotac {
    width: 100%;
    float: left;
    background: #f8f8f8;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    margin-bottom: 20px;
}
.title_doitac {
    width: 200px;
    float: left;
    text-align: center;
    border-right: 9px solid red;
    line-height: 124px;
}
.doitac {
    width: 100%;
    float: left;
    padding: 20px 0px;
    background: #d9d9d9;
}
.item_doitac {
    width: 100%;
    text-align: center;
}
.item_doitac img {
    max-width: 100%;
    border: 1px solid #ccc;
}
#owl-demo92
{
    padding: 0px 40px;
}
/*----------Đăng ký nhận tin----------*/

.dangkymail
{
    width: 100%;
    float: left;
}
.dangkymail .box_dangkymail
{
    width: 100%;
}
.dangkymail h2
{
    font-size: 18px;
    font-family: 'RobotoRegular';
    color: #fcff00;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    font-weight: normal;
    margin-bottom: 10px;
}

.dangkymail p
{
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    font-family: 'RobotoRegular';
}

.form_tin
{
    width: 100%;
    position: relative;
    margin-top: 10px;
}
.form_tin input
{
    height: 30px;
    background: white;
    border: 0px;
    padding-left: 10px;
    outline: none;
}
.form_tin input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #787878;
    font-size: 14px;
}
.form_tin input::-moz-placeholder { /* Firefox 19+ */
    color: #787878;
    font-size: 14px;
}
.form_tin input:-ms-input-placeholder { /* IE 10+ */
    color: #787878;
    font-size: 14px;
}
.form_tin input:-moz-placeholder { /* Firefox 18- */
    color: #787878;
    font-size: 14px;
}
.form_tin input#name_tk
{
    width: 100%;
    float: left;
}
#guimai
{
    width: 44px;
    height: 19px;
    background: url('images/icon_mail1.png') no-repeat ;
    outline: none;
    position: absolute;
    top: 6px;
    right: 15px;
}
/*-------------------*/
.content_fanpage {
    width: 100%;
    float: left;
    overflow: hidden;
    padding: 10px;
}

.visit_hidden {
    visibility: hidden;
    height: 1px;
}
.tinkhac {
    width: 100%;
    float: left;
    margin: 20px 0px 20px 0px;
}
.tinkhac li a {
    width: 100%;
    float: left;
    padding: 2px 0px 2px 30px;
    color: #333;
    background: url(images/sao.png) no-repeat 10px 7px;
}
.tinkhac li a:hover {
    color: #036CAF
}

ul.pagination {
    text-align: center;
    color: #000;
    width: 100%;
    margin: 0px !important;
}
ul.pagination li {
    display: inline-block;
    padding: 0 3px;
}
ul.pagination a {
    color: #000;
    display: inline-block;
    padding: 3px 10px !important;
    border: 1px solid #07783a;
    text-decoration: none;
}
ul.pagination a:hover,
ul.pagination a.current {
    background: #ff0006;
    color: #fff;
}
/* ========== Content pagination ========== */

.pagination {
    margin: auto;
    width: auto;
    text-align: center;
    margin-top: 10px;
}
.pages {} .pages li.prev {
    margin-right: 15px;
}
.pages li.next {
    margin-left: 15px;
}
.pages li {
    display: inline-block;
    margin: 5px 2px;
}
.pages li a {
    height: 25px;
    padding: 4px 8px;
    text-decoration: none;
    color: #666666;
    font-weight: bold;
    background: url(../images/backgrounds/pagingBg.png) repeat-x 0 0;
    border: 1px solid #d5d5d5;
    font-size: 11px;
}
.pages li a:hover {
    background: #f6f6f6;
}
.pages li .active {
    background: url(../images/backgrounds/sideGradient.png) repeat-x;
    color: #fff;
    border-color: #424852;
}
.pages li .active:hover {
    background: #2a313d;
}
.ngaydang {
    font-style: italic;
    ;
    color: #1a1a1c;
    margin-bottom: 5px;
}

.info {
    width: 100%;
    float: left;
}
#info1 {
    width: 78%;
    float: left;
    padding-left: 25px;
}
.info1
{
    width: 100%;
    float: left;
    padding-bottom: 30px;
}
#sanpham {
    width: 100%;
    float: left;
}
.khung {
    width: 100%;
    float: left;
}
/*-------vortex-----*/
.product_list
{
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

.items_list1
{
    width: calc(100% / 3);
    float: left;
    padding: 10px;
}
.items_list1:nth-child(3n+1)
{
    clear: both;
}
.items_list1 .items_list
{
    width: 100%;
    float: left;
    position: relative;
}
.items_list .images_items_list
{
    border: 1px solid #ccc;
    border-bottom: 0px;
    overflow: hidden;
}
.items_list .images_items_list img
{
    width: 100%;
    vertical-align: top;
}
.items_list:hover .images_items_list img
{
    transform: scale(1.1, 1.1);
}
.items_list h3
{
    width: 100%;
    font-family: 'RobotoBold';
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    background: #ed2422;
    text-align: center;
}
.items_list:hover h3
{
    color: yellow;
}
.banner_qc
{
    width: 100%;
    text-align: center;
    padding-top: 20px;
}
.banner_qc img
{
    width: 100%;
    max-width: 1366px;
}
/*-----------Sản phẩm home-----------*/

#sanpham_home {
    width: 100%;
    float: left;
}
.produc_list_home
{
    width: 100%;
    float: left;
    padding-top: 30px;
}
.title_sanpham {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}
.title_sanpham h2 {

    font-family: 'UVNVan_B';
    font-size: 42px;
    color: #0099ff;
    position: relative;
    text-transform: uppercase;
}
.title_sanpham h1 {

    font-family: 'UVNVan_B';
    font-size: 30px;
    color: #0099ff;
    position: relative;
    text-transform: uppercase;
}
.title_sanpham a
{
    font-family: 'RobotoRegular';
    color: #fff;
    font-size: 13px;
    position: absolute;
    right: 20px;
    top: 14px;
}
.title_sanpham a:hover
{
    color: yellow;
}
.center {
    width: 100%;
    float: left;
    text-align: center;
}


.gia {
    color: red;
    font-weight: bold;
    font-size: 20px;
}
.gia1 {
    text-decoration: line-through;
}

.khung_thongtin {
    float: left;
    padding-left: 40px
}
.khung_thongtin li {
    padding: 7px 0px 7px 0px;
    border-bottom: 1px solid #fff;
    font-size: 15px;
}
.khung_thongtin h1 {
    font-size: 26px;
    font-family: 'UVNVan_B';
    font-weight: normal;
    padding-bottom: 5px;
    color: #F00;
}
.khung_thongtin .masp {
    font-weight: normal;
    color: #333;
    font-size: 18px;
}
.khung_thongtin .masp label
{
    font-weight: normal;
}
.khung_thongtin .mota_detail {
    color: #757575
}
.khung_thongtin .gia_detail {
    font-size: 24px;
    color: #cd0000;
    font-weight: bold;
}
.khung_thongtin .gia_detail b {
    color: #333
}
.khung_thongtin .giacu_detail {
    color: #999;
}
.khung_thongtin .giacu_detail span {
    text-decoration: line-through;
}
.khung_thongtin .baohanh_detail {
    color: #015DA4;
}

.box_new {
    width: 50%;
    float: left;
    padding: 10px;
}
.box_new img {
    border: 1px solid #ccc;
    padding: 2px;
    float: left;
    margin: 0px 10px 0px 0px;
}
.box_new h3 {
    font-weight: 100;
    color: #019dd8;
    font-size: 12px;
}
.box_new a {
    color: #019dd8;
}
.box_new a:hover {
    color: red;
}
.box_new:hover img {
    border: 1px solid #019dd8;
}
.box_new:last-child {
    border: 0px;
}
.box_new p {
    font-size: 12px;
    color: #333;
}
.box_new:hover h3 a {
    color: red;
}

.dieuhuong a {
    color: #333;
    padding: 0px 10px 0px 5px;
    float: left;
}
.dieuhuong a:hover {
    color: #007597;
}
/*--------Tổng quan---------*/
#tongquan_home
{
    width: 100%;
    float: left;
    padding-top: 30px;
}
#tongquan_home .tongquan_left 
{
    width: 40%;
    float: left;
}
#tongquan_home .tongquan_right
{
    width: 60%;
    float: left;
    padding-left: 20px;
}
#tongquan_home .tongquan_left h2
{
    font-family: 'RobotoCondensedLight';
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
    display: inline-block;
    border-left: 6px solid #d47800;
    line-height: 32px;
    padding-left:10px;
    margin-bottom: 20px;
}
#tongquan_home .tongquan_left p
{
    line-height: 25px;
    color: #333333;
    font-size: 16px;
}
#tongquan_home .tongquan_right .tongquan_right1
{
    width: 56%;
    float: left;
    padding-right: 5px;
}
#tongquan_home .tongquan_right .tongquan_right2
{
    width: 44%;
    float: left;
    padding-left: 5px;
}
#tongquan_home .tongquan_right .tongquan_right2 img
{
    margin-bottom: 10px;
}
/*--------Sản phẩm-----*/
.item3,.item4 {
    float: left;
    padding: 10px;
}
.item3:nth-child(3n+1)
{
    clear: both;
}
.item4:nth-child(4n+1)
{
    clear: both;
}
.item1 {
    width: 100%;
    float: left;
}

.transition {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.item1 .images_sanpham {
    width: 140px;
    float: left;
    position: relative;
    overflow: hidden;
}
.item1 .images_sanpham img {
    width: 100%;
    vertical-align: top;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.item1:hover .images_sanpham
{
    border: 1px solid #ccc;
}
.item1:hover img {
    transform: scale(1.1, 1.1);
}
.item1 .mota_sanpham {
    width: calc(100% - 140px);
    float: left;
    padding-left: 20px;
}
.item1 .mota_sanpham h3 {
    font-size: 20px;
    color: #0099ff;
    font-family: Tahoma;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.item1 .mota_sanpham p {
    font-size: 14px;
    color: #3e3e3e;
    font-family: 'OpenSansRegular';
}
a.a_sanpham
{
    color: #fff;
    font-family: 'OpenSansSemibold';
    display: inline-block;
    padding: 8px 15px;
    background: #0099ff;
    border-radius: 20px;
    margin-top: 10px;
    text-transform: uppercase;
}
a.a_sanpham:hover
{
    background: red;
}
.item1:hover h3 {
    color: red;
}
.item_cata
{
    width: 100%;
}
.item_cata .images_cata
{
    width: 100%;
    float: left;
    background: #e6e5e5;
    padding: 20px 0px;
}
div.item_cata .mota_cata {
    background: #8C8C8C;
    color: #fff;
    padding: 10px 15px;
    box-sizing: border-box;
    width: 100%;
    float: left;
}
div.item_cata .mota_cata h3 {
    font-family: 'OpenSansRegular';
    color: #131313;
    font-size: 13px;
    margin: 5px 0px;
    margin-bottom: 10px;
    font-weight: normal;
    color: #fff;
    text-align: left;
}
div.item_cata .xem {
    background: url(images/icon_pdf.png) left center no-repeat;
    padding-left: 20px;
    color: #fff;
    text-decoration: none;
    float: left;
}
div.item_cata .taive {
    background: url(images/icon_download.png) left center no-repeat;
    padding-left: 20px;
    color: #fff;
    text-decoration: none;
    float: left;
    margin-left: 30px;
}
/*------------Hình ảnh-------------*/
.box_hinhanh {
    width: 100%;
    float: left;
    background: white;
    padding: 20px;
}
.items_hinhanh {
    width: 262px;
    height: 176px;
    float: left;
    margin-right: 16px;
    margin-top: 16px;
    position: relative;
}
.items_hinhanh h3 {
    position: absolute;
    top: 40%;
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transform: scale(0, 0);
}
.items_hinhanh:hover h3 {
    transform: scale(1, 1);
}
.video_home {
    width: 100%;
    float: left;
}
.box_video {
    width: calc(100%);
    float: left;
}
.video_lienquan
{
    width: 100%;
    float: left;
}
.select_video {
    width: 100%;
    height: 30px;
}

input.soluong {
    border: 1px solid #ccc;
    padding: 6px 10px;
    border-radius: 0;
    width: 80px;
    margin-right: 5px;
    text-align: center;
}
.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #fff;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.upqty {
    width: 30px !important;
    height: 29px !important;
    padding: 4px 6px;
    border-radius: 0;
    width: 10px;
    margin-right: 0px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    -webkit-appearance: none;
}
.hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #CD2600;
    -webkit-transform: scale(0);
    transform: scale(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;
}
.hvr-shutter-out-horizontal-2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #fff;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.downqty {
    width: 30px !important;
    height: 29px !important;
    padding: 4px 6px;
    border-radius: 0;
    width: 10px;
    margin-right: 5px;
    cursor: pointer;
    -webkit-appearance: none;
    box-sizing: border-box;
    text-align: center;
}
.hvr-shutter-out-horizontal-2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #CD2600;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 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;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
    color: white;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.hvr-shutter-out-horizontal-2:hover:before, .hvr-shutter-out-horizontal-2:focus:before, .hvr-shutter-out-horizontal-2:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.hvr-shutter-out-horizontal-2:hover, .hvr-shutter-out-horizontal-2:focus, .hvr-shutter-out-horizontal-2:active {
    color: white;
}
.themvaogio, .btndatmua {
    border: 0;
    padding: 7px 10px;
    margin-top: 1px;
    border-radius: 0;
    background: #20da29;
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
}
.cls {
    width: 100%;
    float: left;
    border-bottom: 1px dashed #CCCCCC;
}
/*--------Footer----*/
#bottom {
    width: 100%;
    float: left;
}
.box_thongtin {
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer1 {
    width: 60%;
    float: left;
    padding-right: 40px;
}
.footer1 h2 {
    color: #fff;
    font-size: 20px;
    font-family: 'RobotoBold';
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    font-weight: normal;
}
.footer1 p {
    color: #fff;
    margin-top: 10px;
    font-family: 'OpenSansRegular';
    font-size: 13px;
}
.footer1 p img
{
    margin-right: 10px;
}
.footer1 .logo_footer
{
    width: 230px;
    float: left;
}
.footer1 .logo_footer img
{
    max-width: 100%;
}
.footer1 .footer1_right
{
    width: calc(100% - 230px);
    float: left;
}
.footer2 {
    width: 22%;
    float: left;
}
.footer2 h2 {
    color: #fff;
    font-size: 15px;
    font-family: 'RobotoBold';
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footer2 .mangxahoi img
{
    margin-right: 10px;
}
.footer2 .mangxahoi img:hover
{
    transform: scale(1.1, 1.1);
}
.footer2 .logo_footer
{
    padding-top: 20px;
}
.footer2 .logo_footer img
{
    max-width: 100%;
}
.footer3 {
    width: 18%;
    float: left;
    padding-left: 20px;
}
.footer3 h2 {
    color: #fff;
    font-size: 15px;
    font-family: 'RobotoBold';
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footer3 p
{
    font-family: 'OpenSansRegular';
    font-size: 13px;
    color: #fff;
    margin-bottom: 10px;
}
.footer3 p img
{
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.footer6 {
    width: 100%;
    float: left;
    padding: 15px 0px 15px 0px;
    border-top: 1px solid #a0a09f;
    margin-top: 30px;
}
.footer6 p {
    font-size: 12px;
    color: #fff;
    font-family: 'OpenSansRegular';
    display: inline-block;
}
.footer7 {
    width:40%;
    float: left;

}
.footer8 {
    width: 60%;
    float: left;
    text-align: right;
}
.footer8 ul li
{
    display: inline-block;
}
.footer8 ul li a
{
   font-size: 12px;
   color: #fff;
   padding: 0px 10px 0px 8px;
   border-right: 1px solid #fff;
   line-height: 15px;
   display: inline-block;
   text-transform: uppercase;
   font-family: 'OpenSansRegular';
}
.footer8 ul li:last-child a
{
    padding-right: 0px;
    border: 0px;
}
.footer8 ul li:hover a
{
    color: yellow;
}
.footer8 ul li.active a
{
    color: yellow;
}
.footer8 p:last-child
{
    padding-right: 0px;
    border-right: 0px;
}
.dangky {
    width: 249px;
    height: 149px;
    background: url(images/bg_danky.png) no-repeat;
    position: fixed;
    top: 350px;
    right: -40px;
    z-index: 9999;
}
.gioithieu {
    width: 100%;
}
.gioithieu h2 {
    color: #525252;
    font-family: 'SFUEurostileBoldCondensed';
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
}
.gioithieu h1 {
    color: #525252;
    font-family: 'SFUEurostileBoldCondensed';
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
}
.box_nhanmail {
    width: 394px;
    height: 90px;
    border: 1px dashed #ccc;
    padding: 10px;
}
.nhanmail {
    width: 100%;
    height: 68px;
    background: #1981d9;
    padding: 10px;
}
.nhanmail p {
    color: white;
}
.nhanmail #name_tk {
    width: 265px;
    height: 30px;
    background: #b0d3f1;
    border: 0px;
    padding-left: 20px;
    margin-top: 5px;
}
.nhanmail #guimai {
    width: 81px;
    height: 30px;
    background: #0257a0;
    border: 0px;
    color: white;
    margin-top: 5px;
}

.clear {
    clear: both;
}
.content {
    width: 100%;
    float: left;
}
#map_canvas {
    height: 550px;
    width: 100%;
    margin-bottom: 10px;
    float: left;
    margin-left: 2px;
}

.form_lh {
    width: 100%;
    float: left;
}
.form_lh fieldset {} .form_lh legend {
    padding: 0px 10px 0px 10px;
    font-style: italic;
    color: #023B70
}
.form_lh p {
    padding: 5px 0px 5px 0px;
}
.form_lh p input {
    padding: 5px;
    width: calc(100% - 100px);
}
.form_lh p label {
    width: 100px;
    float: left;
}
.form_lh p textarea {
    padding: 5px;
    width: calc(100% - 100px);
    border: 1px solid #ccc;
}
.form_lh p button {
    border: 0px;
    background: #303030;
    padding: 5px 20px 5px 20px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    margin-left: 13px;
}
.form_lh p button:hover {
    background: #036593
}
#form_contact input {
    padding: 5px;
}

.left_contact {
    width: 50%;
    float: left;
}
.right_contact {
    width: 50%;
    float: left;
    padding-left: 20px;
}
/*-------------Tin tức----------*/
#baiviet
{
    width: 100%;
    float: left;
    background: #f2f2f2;
    padding: 30px 0px;
}
.title_main
{
    width: 100%;
    float: left;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 5px;
}
.title_main:before
{
    content: '';
    width: 105px;
    height: 3px;
    background: #252525;
    position: absolute;
    left: 0;
    bottom: 0;
}
.title_main h2
{
    font-size: 25px;
    font-family: 'RobotoBold';
    color: #19bb15;
    text-transform: uppercase;
    position: relative;
}

#baiviet .baiviet_left
{
    width: 66%;
    float: left;
    padding-right: 40px;
}
#baiviet .baiviet_right
{
    width: 34%;
    float: left;
}
#baiviet .baiviet_right img
{
    width: 100%;
    margin-bottom: 10px;
}
#baiviet .baiviet_right img:hover
{
    opacity: 0.8;
}
#baiviet #news_main_sub
{
    width: 50%;
    float: left;
    padding-right: 10px;
}
#baiviet #news_main_sub .item_news_main
{
    width: 100%;
    float: left;
}
#baiviet #news_main_sub .item_news_main .img_main_news
{
    width: 100%;
    float: left;
}
#baiviet #news_main_sub .item_news_main .img_main_news  img
{
    width: 100%;
    vertical-align: top;
}
#baiviet #news_main_sub .item_news_main .right_main_news 
{
    width: 100%;
    float: left;
}
#baiviet #news_main_sub .item_news_main .name_main_news a
{
    color: #2f2f2f;
    font-size: 16px;
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
    font-family: 'RobotoBold';
}
#baiviet #news_main_sub .item_news_main:hover .name_main_news a
{
    color: red;
}
#baiviet #news_main_sub .item_news_main .right_main_news  p
{
    color: #2f2f2f;
    font-size: 13px;
    line-height: 25px;
    font-family: 'RobotoRegular';
}
#baiviet #news_main_sub .item_news_main .right_main_news .des_main_news a
{
    color: #2f2f2f;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    padding: 10px 15px;
    border: 2px solid #2f2f2f;
    text-transform: uppercase;
    margin-top: 10px;
}
#baiviet #news_main_sub .item_news_main .right_main_news .des_main_news a:hover
{
    color: red;
    border: 2px solid red;
}
#baiviet .sub_news
{
    width: 50%;
    float: left;
}
#baiviet .sub_news .item_sub_news
{
    width: 100%;
    float: left;
    padding-bottom: 10px;
    max-height: 120px;
    overflow: hidden;
}
#baiviet .sub_news .item_sub_news .img_sub_news
{
    float: left;
    margin-right: 10px;
}
#baiviet .sub_news .item_sub_news .right_sub_news .name_sub_news a
{
    color: #2f2f2f;
    font-size: 15px;
    display: block;
    margin-top: -2px;
    margin-bottom: 5px;
    font-family: 'RobotoBold';
}
#baiviet .sub_news .item_sub_news:hover .right_sub_news .name_sub_news a
{
    color: red;
}
#baiviet .sub_news .item_sub_news .des_sub_news  p
{
    color: #2f2f2f;
    font-size: 13px;
    line-height: 25px;
}
/*-------tin tức------*/
#tintuc
{
    width: 100%;
    float: left;
    padding: 10px;
    border: 1px solid #ccc;
}

#tintuc .tintuc1
{
    width: calc(100% / 3);
    float: left;
    padding: 15px;
}
.title_tintuc
{
    width: 100%;
    float: left;
    margin-bottom: 20px;
    background: url(images/line_h2.png) repeat-x top 6px left;
}
.title_tintuc h2
{
    font-family: 'RobotoRegular';
    font-size: 17px;
    color: #2fc21a;
    display: inline-block;
    padding-right: 20px;
    background: #f2f2f2;
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
}
.title_tintuc h2:before
{
    content: '';
    width: 21px;
    height: 10px;
    background: url('images/before_h2.png') no-repeat;
    position: absolute;
    left: 100%;
    top: 6px;
}
.items_tintuc1 {
    width: 100%;
    float: left;
}
.items_tintuc1 img {
    float: left;
    border: 1px solid #ccc;
}
.items_tintuc1 h3 {
    font-family: 'RobotoBold';
    font-size: 14px;
    color: #3e3e3e;
    margin-top: 10px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
.items_tintuc1:hover h3 {
    color: red;
}
.items_tintuc1 p {
    font-size: 13px;
    color: #808080;
    line-height: 20px;
    font-family: 'RobotoLight';
}
.items_tintuc1 span {
    font-size: 13px;
    font-family: 'OpenSansRegular';
    color: #0093dd;
}
.items_tintuc1 span img {
    float: none;
}
.item_tintuc1 {
    width: 50%;
    float: left;
    padding: 10px;
}
.items_tintuc4 {
    padding: 10px;
}
.items_tintuc {
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}
.items_tintuc img {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.items_tintuc h3 {
    font-family: 'UVNVan_B';
    font-size: 20px;
    color: #09f;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.items_tintuc span
{
    font-family: 'OpenSansRegular';
    font-size: 15px;
    line-height: 25px;
    color: #09f;
}
.items_tintuc:hover h3 {
    color: red;
}
.item_tintuc:hover .images_tintuc img {
    border: 1px solid red;
}
.xemthem {
    display: inline-block;
    padding: 7px 15px;
    background: #0093dd;
    float: right;
    font-family: 'RobotoRegular';
    color: white;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.xemthem:hover {
    background: red;
    color: white;
}
.tintuc_home2 {
    width: 382px;
    float: left;
    margin-right: 20px;
}
.tintuc_home3 {
    width: 382px;
    float: left;
}
.box_khuyenmai {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    height: 382px;
}
.fanpage_home {
    width: 33%;
    float: left;
    padding-left: 20px;
}
/*---------------Popup----------*/
#popub {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 10001;
    text-align: center;
}
#popub .popub {
    position: relative;
    max-width: 80%;
    margin: auto;
    display: inline-block;
}
#popub .popub .close_popup {
    position: absolute;
    background: url(images/close.png) center center no-repeat;
    width: 60px;
    height: 60px;
    right: -33px;
    top: -33px;
    z-index: 999999;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: block;
    box-shadow: 0 0 60px rgba(0, 0, 0, .2);
    border: 1px solid rgba(255, 255, 255, .5);
    background-color: rgba(255, 255, 255, .1);
}
.close_popup,
.list-group-item>.badge {
    float: right;
}
.close_popup {
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}
#popub {
    width: 100%;
    height: 100%;
    display: none;
}
#popub .popub .close_popup:hover {
    background-color: rgba(255, 255, 255, .3);
    box-shadow: 0 0 20px rgba(255, 255, 255, .8);
    cursor: pointer;
}
.blue_table,
.blue_table td {
    border: 1px solid #D5EAFF;
    padding: 2px;
    width: 100%;
    clear: both;
    height: 30px;
    font-size: 14px;
    text-align: center;
}
.blue_table th {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #089f12;
    font-family: Tahoma;
    height: 30px;
    font-size: 14px;
    border: 1px solid #D5EAFF;
    padding: 2px;
    text-align: center;
}
.blue_table,
.blue_table td {
    border: 1px solid #D5EAFF;
    padding: 2px;
    width: 100%;
    clear: both;
    height: 30px;
    font-size: 14px;
    text-align: center;
}
.blue_table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
}
.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}
@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}
@keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}
/*-------Back-to-top------*/

#back_to_top {
    color: #fff;
    height: auto;
    position: fixed;
    bottom: 85px;
    margin: 0;
    z-index: 10000;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    right: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-backface-visibility: hidden;
}
#back_to_top.on {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    right: 25px;
}
#back_to_top span {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-decoration: none;
    -o-border-radius: 48px;
    -moz-border-radius: 48px;
    -webkit-border-radius: 48px;
    border-radius: 48px;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    border: 2px solid #1c86c8;
    background: #0099ff;
    border: solid 2px #fff;
}
#back_to_top span {
    text-align: center;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
#back_to_top span i {
    font-size: 22px;
    color: rgb(255, 255, 255);
    line-height: 46px;
    transition: color 0.2s ease 0s;
}
#back_to_top:hover span i {
    color: #0099ff;
}
#back_to_top:hover span {
    background: white;
}
.mini-cart-title {
    position: fixed;
    width: 60px;
    background: #20da29;
    top: 200px;
    right: 0px;
    padding: 5px;
    color: #fff;
    font-size: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: -3px 0px 3px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: -3px 0px 3px 0px rgba(50, 50, 50, 0.5);
    box-shadow: -3px 0px 3px 0px rgba(50, 50, 50, 0.5);
    z-index: 9999999999;
}

.mini-cart-title a {
    color: #fff;
}
.mini-cart-title i
{
    margin-right: 5px;
}
.span_orther
{
    width: 100%;
    font-size: 20px;
    font-family: 'RobotoBold';
    border-bottom: 1px solid #ccc;
    display: block;
    padding-bottom: 5px;
}
/*-------Hổ trợ trực tuyến---------*/

.hotro_right {
    display: block;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 99999999;
   transition: all 0.5s;
}
.hotro_right1
{
    bottom: 45px;
    right: 0px;

}

.hotro_right #img {
    display: block;
    position: relative;
    width: 220px;
    height: 40px;
    cursor: pointer;
    background: transparent url("images/hotro.png") no-repeat scroll 0% 0%;
}
.hotro_right #img h2
{
    font-family: 'OpenSansSemibold';
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    line-height: 40px;  
    padding-left: 57px;
}
.hotro_right #img > div.hotline {
    position: absolute;
    bottom: 0px;
    padding: 0px 10px;
    background-color: #ffde00;
    color: #d00000;
    font-size: 17px;
    font-weight: bold;
    width: 100%;
    border: 1px solid #6E7AFF;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
}
.hotro_right .noidung_20 {
    display: none;
    background-color: #FFF;
    border-left: 1px solid #d00000;
    padding: 5px;
}
.hotro_right #img > div.hotline_r {
    position: absolute;
    bottom: 0px;
    left: 17px;
    color: #f0cd08;
    font-size: 22px;
    font-weight: normal;
    width: 100%;
    font-family: 'RobotoBlack';
   
    text-align: center;
}
.red{ color: #FB0000}
/*------------Video-----------*/
.video_item
{
    padding: 15px;
}
.video_item h3
{
    font-family: 'UVNVan_B';
    font-size: 20px;
    color: #09f;
    font-weight: normal;
    margin-top: 10px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.video_product
{
    width: 100%;
    float: left;
    padding-top: 20px;
}