﻿@charset "utf-8";
/* linhdt@webviet24h.com */
* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    position: static;
}

a {
    color: #333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

ul, li, p, img a img {
    border: medium none;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

* html > body .clearfix {
    display: block;
    width: 100%;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.all {
    float: left;
    width: 100%;
}
/*Index*/
#wrapper {
    background: none repeat scroll 0 0 #fff;
    margin: 0 auto;
    padding: 0 5px;
    width: 1200px;
}

.header {
    background: linear-gradient(to bottom, #fe0000 11%, #d40001 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 108px;
    margin: 0 auto;
    position: relative;
    width: 1200px;
    z-index: 3;
    border-bottom: 2px solid #fff;
}

.logo {
    width: 320px;
    height: 108px;
}

    .logo img {
        margin-left: 15px;
        margin-top: 10px;
        width: 210px;
    }

.header-center {
    height: 108px;
    width: 320px;
}

    .header-center .search-box {
        background: url("images/search-bg.png") no-repeat scroll center center transparent;
        height: 34px;
        margin: 52px 0 0;
        position: relative;
        width: 320px;
    }

        .header-center .search-box #keyword {
            background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
            border: medium none;
            float: left;
            font: 12px/34px Arial;
            height: 34px;
            padding: 0 4px 0 5px;
            width: 279px;
        }

        .header-center .search-box #search {
            background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
            border: medium none;
            cursor: pointer;
            height: 34px;
            width: 32px;
        }

.header-right {
    background: url("images/header-right-bg.png") no-repeat scroll right top transparent;
    float: right;
    height: 88px;
    width: 500px;
}

    .header-right ul.mm-info {
        float: right;
        height: 34px;
        overflow: hidden;
        padding: 0 17px 0 0;
    }

        .header-right ul.mm-info li {
            color: #ffffff;
            float: left;
            font: 12px/34px Arial;
            margin: 0 10px;
        }

            .header-right ul.mm-info li a {
                color: #f8f400;
                font: bold 12px/34px Arial;
                white-space: nowrap;
            }

    .header-right ul.mm-service {
        float: right;
        height: 70px;
        margin: 0;
        padding: 0 15px 0 0;
    }

        .header-right ul.mm-service li {
            float: left;
            height: 70px;
            margin: 0 9px;
        }

            .header-right ul.mm-service li a {
                cursor: pointer;
                display: block;
                height: 70px;
            }

            .header-right ul.mm-service li:nth-child(1) a {
                background: url("images/hang-chinh-hang.png") no-repeat scroll 0 0 transparent;
                width: 135px;
            }

            .header-right ul.mm-service li:nth-child(2) a {
                background: url("images/bao-hanh-tan-nha.png") no-repeat scroll 0 0 transparent;
                width: 120px;
            }

            .header-right ul.mm-service li:nth-child(3) a {
                background: url("images/tra-gop.png") no-repeat scroll 0 0 transparent;
                width: 130px;
            }
/*menu*/
.menu {
    background: url("images/menu-bg.png") repeat-x scroll 0 0 transparent;
    height: 42px;
    position: relative;
    width: 100%;
    z-index: 2;
}

ul.menu-hori li {
    float: left;
}

    ul.menu-hori li.menu-pc {
        height: 42px;
        width: 237px;
    }

        ul.menu-hori li.menu-pc a.menu-pc-title {
            background: url("images/arrow-menudrop-icon.png") no-repeat scroll right center transparent;
            color: #fff200;
            display: block;
            font: 16px/42px Arial;
            height: 42px;
            padding: 0 35px 0 0;
            text-align: right;
            text-transform: none;
            width: 170px;
        }

        ul.menu-hori li.menu-pc:hover .menu-verti {
            display: block;
        }

    ul.menu-hori li a.menu-hori-title {
        background: url("images/menu-border.png") no-repeat scroll left top transparent;
        color: #ffffff;
        display: block;
        font: bold 14px/42px Arial;
        padding: 0 18px;
        text-transform: uppercase;
    }

ul.menu-right {
    float: right;
    height: 42px;
    width: 580px;
}

    ul.menu-right li {
        float: right;
        height: 42px;
        padding: 0 0 0 25px;
        width: 130px;
    }

        ul.menu-right li.Phone {
            background: url("images/call-1-bg.png") no-repeat scroll left 7px transparent;
            float: right;
            height: 42px;
            padding: 0 0 0 25px;
            width: 175px;
        }

        ul.menu-right li a {
            color: #ffffff;
            font: bold 12px/42px Arial;
            text-transform: uppercase;
        }

            ul.menu-right li a:hover {
                text-decoration: none;
                color: #F6EA1C;
            }

            ul.menu-right li a span {
                color: #fff200;
            }

ul.menu-hori li.menu-pc ul.menu-verti {
    background-color: #fb0000;
    display: none;
    height: 388px;
    position: relative;
    width: 237px;
    z-index: 87;
}

ul.menu-hori li.menu-pc ul.menu-verti-active {
    display: block;
}

ul.menu-verti li.menu-verti-i-0 {
    border-bottom: 1px solid #ff3939;
    float: left;
    height: 37.8px;
    margin: 0 20px;
    width: 197px;
}

    ul.menu-verti li.menu-verti-i-0 a.a-menu-verti-0 {
        color: #ffffff;
        float: left;
        font: 14px/37px Arial;
        height: 37px;
        overflow: hidden;
        padding: 3px 30px 2px 2px;
        position: absolute;
        width: 186px;
        z-index: 86;
        font-weight: bold;
    }

        ul.menu-verti li.menu-verti-i-0 a.a-menu-verti-0:hover {
            background: url("images/arrow-menuverti-icon.png") no-repeat scroll 200px center transparent;
            color: #fff200;
            text-decoration: none;
        }
    /*menu cap2*/
    ul.menu-verti li.menu-verti-i-0 ul.menu-hori-1 {
        background-color: #ffffff;
        border-bottom: 1px solid #ff0000;
        border-right: 1px solid #ff0000;
        display: none;
        height: 387px;
        left: 237px;
        position: absolute;
        top: 0;
        width: 962px;
        overflow: hidden;
        z-index: 85;
    }

ul.menu-hori-1 li.menu-hori-1-icon {
    bottom: 0;
    height: 100%;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 84;
}

    ul.menu-hori-1 li.menu-hori-1-icon img {
        float: right;
        margin-top: 105px;
    }
/*BG menu*/
/*ul.menu-verti li.menu-verti-i-0:nth-child(1) ul.menu-hori-1 li.menu-hori-1-icon { 
  background: url("images/img-menu/dt.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
}
ul.menu-verti li.menu-verti-i-0:nth-child(2) ul.menu-hori-1 li.menu-hori-1-icon { 
  background: url("images/img-menu/hp.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
}
ul.menu-verti li.menu-verti-i-0:nth-child(3) ul.menu-hori-1 li.menu-hori-1-icon { 
  background: url("images/img-menu/dell.jpg") no-repeat scroll right bottom rgba(0, 0, 0, 0);
}
ul.menu-verti li.menu-verti-i-0:nth-child(4) ul.menu-hori-1 li.menu-hori-1-icon { 
  background: url("images/img-menu/lksv.jpg") no-repeat scroll right bottom rgba(0, 0, 0, 0);
}
ul.menu-verti li.menu-verti-i-0:nth-child(6) ul.menu-hori-1 li.menu-hori-1-icon { 
  background: url("images/img-menu/rack.jpg") no-repeat scroll right bottom rgba(0, 0, 0, 0);
}*/
/*end bg menu*/
ul.menu-hori-1 li.menu-verti-i-1 {
    float: left;
    margin: 14px 0 0;
    padding: 0 0 0 25px;
    position: relative;
    z-index: 85;
    width: 160px;
}

    ul.menu-hori-1 li.menu-verti-i-1 a.a-menu-verti-1 {
        color: #ff0000;
        display: block;
        font: 13px/17px Arial;
        margin-bottom: 7px;
        font-weight: bold;
    }

    ul.menu-hori-1 li.menu-verti-i-1 ul.menu-hori-2 {
        width: 100%;
    }

ul.menu-hori-2 li.menu-verti-i-2 {
    float: left;
    width: 100%;
}

    ul.menu-hori-2 li.menu-verti-i-2 a {
        background: url("images/icon-arrow.png") no-repeat scroll 0 -11px rgba(0, 0, 0, 0);
        color: #000;
        display: block;
        font: 12px/24px Arial;
        padding: 0 0 5px 17px;
    }

        ul.menu-hori-2 li.menu-verti-i-2 a:hover {
            background: url("images/icon-arrow.png") no-repeat scroll 0 -43px rgba(0, 0, 0, 0);
        }

ul.menu-verti li.menu-verti-i-0:hover ul.menu-hori-1 {
    display: block;
}
/**/
.main {
    background-color: #ffffff;
    min-height: 500px;
    width: 100%;
    margin-bottom: 10px;
    float: left;
}

.banner-home {
    float: right;
    height: 383px;
    margin: 5px 0 0;
    width: 79.8%;
}

.banner-home-left {
    float: left;
    height: 383px;
    position: relative;
    width: 672px;
}

ul.banner-home-item {
    display: block;
    overflow: hidden;
    width: 100%;
}
/*ul.banner-home-title { bottom: -59px; height: 55px; overflow: hidden; position: absolute; width: 958px; z-index: 2; }
ul.banner-home-title li { float: left; }
ul.banner-home-title li a { border: 2px solid #ffffff; display: inline-block; margin: 0 0 0 4px; }
ul.banner-home-title li a img{ width: 173px; height: 51px;}
ul.banner-home-title li:first-child a img{ width: 223px; height: 51px;}
ul.banner-home-title li:first-child a { margin: 0 0 0 2px; }
ul.banner-home-title li a.active { border: 2px solid #ff0000; }*/
.banner-home-right {
    float: right;
    width: 282px;
}

ul.banner-home-right-item li:nth-child(1) {
    float: left;
    height: 158px;
    margin: 0 0 4px;
    overflow: hidden;
    width: 100%;
}

ul.banner-home-right-item li a {
    display: block;
}

ul.banner-home-right-item li:nth-child(1) img {
    height: 158px;
    width: 282px;
}

ul.banner-home-right-item li:nth-child(2) {
    float: left;
    height: 220px;
    overflow: hidden;
    width: 100%;
}

    ul.banner-home-right-item li:nth-child(2) img {
        height: 220px;
        width: 282px;
    }
/**/
.pro-pm-homenews {
    margin: 4px 0 0;
}

.pro-pm-list {
    float: left;
    width: 73.9%;
}

ul.pro-pm-list-menu {
    background: url("images/menu-s-bg.png") repeat-x scroll 0 0 transparent;
    height: 35px;
    width: 100%;
}

    ul.pro-pm-list-menu li {
        float: left;
    }

        ul.pro-pm-list-menu li a {
            background: url("images/menu-border.png") no-repeat scroll left top transparent;
            color: #ffffff;
            display: block;
            font: 13px/35px Arial;
            padding: 0 41px;
            text-transform: uppercase;
        }

        ul.pro-pm-list-menu li:first-child a {
            background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        }

        ul.pro-pm-list-menu li a.active, ul.pro-pm-list-menu li a.selected, ul.pro-pm-list-menu li a:hover {
            color: #fff200;
            text-decoration: none;
        }

        ul.pro-pm-list-menu li:last-child {
            float: right;
        }

            ul.pro-pm-list-menu li:last-child a {
                background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
                font-size: 12px;
                height: 35px;
                padding: 0 10px 0 0;
                text-transform: none;
                width: 86px;
                font-style: italic;
            }

.pro-pm-list-box {
    border: 1px solid #dddddd;
    height: 238px;
    overflow: hidden;
    position: relative;
}

    .pro-pm-list-box ul.pro-pm-item {
        /* display: none;*/ height: 237px;
        overflow: hidden;
    }

        .pro-pm-list-box ul.pro-pm-item li {
            border-right: 1px solid #dddddd;
            float: left;
            height: 100%;
            padding: 0 10px;
            width: 200px;
        }

            .pro-pm-list-box ul.pro-pm-item li:nth-child(4) {
                border-right: none;
            }

            .pro-pm-list-box ul.pro-pm-item li p.image {
                height: 141px;
                margin: 10px 0 0;
            }

                .pro-pm-list-box ul.pro-pm-item li p.image img {
                    height: 141px;
                    text-align: center;
                    vertical-align: middle;
                    display: block;
                    margin: auto;
                    max-height: 134px;
                    max-width: 200px;
                }

            .pro-pm-list-box ul.pro-pm-item li h3.name a, ul.temp-pro-item li h3.name a {
                color: #0062b7;
                display: block;
                font: 13px/19px Arial;
                height: 38px;
                overflow: hidden;
                text-align: center;
                text-transform: uppercase;
                padding-bottom: 4px;
            }

            .pro-pm-list-box ul.pro-pm-item li p.price1, ul.temp-pro-item li p.price1 {
                color: #ff0000;
                float: right;
                font: bold 16px/27px Arial;
                height: 27px;
                overflow: hidden;
                text-align: center;
                width: 100%;
            }

            .pro-pm-list-box ul.pro-pm-item li p.partnumber, ul.temp-pro-item li p.partnumber {
                color: #636363;
                font: 12px Arial;
                text-align: center;
            }

.newshome {
    float: right;
    height: 279px;
    position: relative;
    width: 25.5%;
}

    .newshome ul.newshome-title li {
        float: left;
        height: 35px;
        text-align: center;
        width: 33.3%;
    }

        .newshome ul.newshome-title li a {
            background-color: #0072b8;
            color: #ffffff;
            display: block;
            font: 11px/35px Arial;
            text-transform: uppercase;
        }

        .newshome ul.newshome-title li:nth-child(2) a {
            background-color: #ff0000;
        }

        .newshome ul.newshome-title li:last-child a {
            background-color: #ffdd00;
            color: #000000;
        }

.box-pro-full {
    display: block;
    margin: 10px 0;
}

ul.cat-menu {
    background: url("images/menu-s-right-bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
    float: left;
    height: 35px;
    width: 100%;
    overflow: hidden;
}

    ul.cat-menu li:first-child {
        background: url("images/menu-s-av-bg-2.png") repeat-x scroll right top rgba(0, 0, 0, 0);
        border-radius: 0 0 35px;
        display: block;
        float: left;
        height: 35px;
        line-height: 35px;
        text-align: center;
        width: auto;
    }

        ul.cat-menu li:first-child a {
            background: url("images/icon-menu-s-av-bg.png") no-repeat scroll 5px 7px rgba(0, 0, 0, 0);
            color: #fff;
            font-size: 15px;
            font-weight: bold;
            padding: 0 30px 0 40px;
            font-style: normal;
            text-transform: uppercase;
        }

    ul.cat-menu li {
        float: right;
        font: 13px/35px Arial;
    }

        ul.cat-menu li a {
            display: block;
            font: italic 12px/35px Arial;
            padding: 0 7px;
            font-weight: 600;
            color: #0e0e0e;
            font-size: 13px;
        }

.box-pro-left {
    border: 1px solid #dfdfdf;
    float: left;
    overflow: hidden;
    /*width: 200px;*/
    width: 16.7%;
}

ul.banner-pro-horiz-item li {
    clear: both;
}

    ul.banner-pro-horiz-item li img {
        max-width: 200px;
        display: inline;
    }

.box-pro-right {
    float: right;
    overflow: hidden; 
    width: 100%;
}
ul.temp-pro-item {    
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(5,minmax(0,1fr));
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    gap: 0;
}
ul.temp-pro-item li {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    float: left; 
    margin: 0;
    padding: 10px;
    position: relative; 
}

    ul.temp-pro-item li:hover {
        box-shadow: 0 2px 12px rgb(0 0 0 / 20%);
    }

    ul.temp-pro-item li p.type-discount {
        background: url("images/type-discount.png") no-repeat scroll center center transparent;
        color: #ffffff;
        font: bold 13px/45px Arial;
        height: 45px;
        left: 17px;
        position: absolute;
        text-align: center;
        top: 9px;
        width: 45px;
    }


    ul.temp-pro-item li p.type-discount1 {
        color: #ffffff;
        font: bold 13px/45px Arial;
        height: 45px;
        left: 17px;
        position: absolute;
        text-align: center;
        top: 9px;
        width: 45px;
    }

    ul.temp-pro-item li p.type-promotion {
        /*background: url("images/khuyenmai.png") no-repeat scroll center center transparent;*/
        color: #ffffff;
        font: bold 13px/45px Arial;
        height: 70px;
        position: absolute;
        right: 14px;
        text-align: center;
        top: 12px;
        width: 60px;
    }

    ul.temp-pro-item li p.image {
        height: 160px;
        margin: 10px 0 14px;
        overflow: hidden;
    }

        ul.temp-pro-item li p.image a {
            display: table-cell;
            height: 140px;
            text-align: center;
            vertical-align: middle;
            width: 209px;
        }

        ul.temp-pro-item li p.image img {
            display: block;
            margin: auto;
            max-height: 140px;
            max-width: 209px;
        }
/*footer*/
.footer {
    height: auto;
    margin: 7px auto 0;
    position: relative;
}

.f-top {
    border-top: 1px solid #0072b8;
    height:222px;
    padding: 17px 0;
    width: 100%;
}

.f-topb {  
    padding: 5px 0;
    width: 100%;
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
}
    .f-top .f-top-1 {
        background-color: #0072b8;
        border-radius: 7px;
        float: left;
        height: 210px;
        width: 292px;
    }

    .f-top h4 {
        background-color: #0072b8;
        border-radius: 7px;
        display: block;
        font: bold 13px/32px Arial;
        height: 32px;
        padding-left: 16px;
        color: #fff;
        text-transform: uppercase;
    }

.f-top-1 h4 {
    background: none repeat scroll 0 0 transparent;
    font: bold 25px/44px Arial;
    height: 44px;
    padding: 10px 0 0 27px;
}

.f-top-1 ul li {
    float: left;
    font: 12px/17px Arial;
    margin: 4px 0 7px 25px;
    padding: 0 7px 0 56px;
    color: #fff;
}

    .f-top-1 ul li:nth-child(1) {
        background: url("images/icon-commitment-1.png") no-repeat scroll left top transparent;
    }

    .f-top-1 ul li:nth-child(2) {
        background: url("images/icon-commitment-2.png") no-repeat scroll left top transparent;
    }

    .f-top-1 ul li:nth-child(3) {
        background: url("images/icon-commitment-3.png") no-repeat scroll left top transparent;
    }

.f-top .f-top-2 {
    float: left;
    height: 210px;
    margin-left: 28px;
    width: 228px;
}

.f-top-2 ul li, .f-top-3 ul li {
    margin-top: 4px;
}

.f-top-2 ul li, .f-top-3 ul li {
    background: url("images/arrow-news-icon.png") no-repeat scroll left center transparent;
    margin: 7px 0 0;
    padding: 0 7px 0 17px;
}

    .f-top-2 ul li a, .f-top-3 ul li a {
        color: #333333;
    }

.f-top .f-top-3 {
    float: left;
    height: 210px;
    margin-left: 33px;
    width: 304px;
}
.f-topb .f-top-6{
    float: left; 
    width: 500px;
}
.f-topb .f-top-8{
    float: left;
	margin-left: 30px; 
    width:400px;
}
.f-topb .f-top-5 {
    float: right; margin-top:25px;
}

.social {      
    overflow: hidden;
    padding: 10px;
    height: 110px;
    background-color: #0072b8;
}

  .social h4 { 
    font-size:15px;
    padding: 0;
	font-weight:bold;
	text-transform:uppercase;
    margin-bottom: 15px;
    color: #fff;
    }

    .social ul li {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        float: left;
        margin: 0 7px 0 0;
        padding: 0;
    }

     .social ul li a {
            display: block;
            height: 35px;
            width: 35px;
        }

   .social li:nth-child(1) a {
        background: url("https://cdn-icons-png.flaticon.com/128/733/733547.png") no-repeat scroll left center transparent; background-size: 100%;
    }

   .social li:nth-child(2) a {
        background: url("https://cdn-icons-png.flaticon.com/128/3256/3256013.png") no-repeat scroll left center transparent;  background-size: 100%;
    }

.social li:nth-child(3) a {
        background: url("https://cdn-icons-png.flaticon.com/128/3938/3938026.png") no-repeat scroll left center transparent;  background-size: 100%;
    }

  .social li:nth-child(4) a {
        background: url("https://cdn-icons-png.flaticon.com/128/3536/3536559.png") no-repeat scroll left center transparent;  background-size: 100%;
    }

  .social li:nth-child(5) a {
        background: url("https://cdn.haitrieu.com/wp-content/uploads/2022/01/Logo-Zalo-Arc.png") no-repeat scroll left center transparent;  background-size: 100%;
    }

.f-top .f-top-4 {
    float: right;
    width: 285px;
    height: 210px;
}

.f-top-4 p { /*background: url("images/operator-assistance-bg.jpg") no-repeat scroll left center transparent;*/
    width: 285px; 
}

.facebook {
    float: left;
    margin: 20px 10px;
}

.f-bot {
    background-color: #f3f3f5;
    padding: 14px 0;
    text-align: center;
    font: 14px/21px Myriad Pro,Arial;
}

    .f-bot a {
        color: #eb1c24;
        font-weight: bold;
    }
/*chuyen muc*/
.breadcrumb {
    height: 34px;
    margin: 0;
}

    .breadcrumb ul.path {
        overflow: hidden;
        width: 100%;
    }

        .breadcrumb ul.path li {
            float: left;
            margin-right: 7px;
        }

            .breadcrumb ul.path li a {
                color: #333;
                font: italic 12px/37px Arial;
            }

            .breadcrumb ul.path li:first-child a {
                color: #ff0000;
                font-weight: bold;
            }

            .breadcrumb ul.path li a span {
                background: url("images/arrow-spec-icon.png") no-repeat scroll right center transparent;
                padding: 0 14px 0 0;
            }

.main-left {
    float: left;
    width: 17.5%;
}

.main-right {
    float: right;
    width: 81.6%;
}

.temp-tree {
    border: 1px solid #dddddd;
    width: 208px;
    margin-bottom: 10px;
}

    .temp-tree h2 {
        background-color: #ff0000;
        color: #ffffff;
        display: block;
        font: 15px/31px Arial;
        height: 31px;
        overflow: hidden;
        padding-left: 17px;
        /*text-transform: lowercase;*/
    }

        .temp-tree h2::first-letter, .temp-tree h3::first-letter {
            text-transform: uppercase;
        }

    .temp-tree ul li {
        display: block;
        padding: 2px 0 2px 17px;
        position: relative;
    }

        .temp-tree ul li a {
            color: #7a7a7a;
            display: block;
            font: 13px/24px Arial;
        }

            .temp-tree ul li a.active {
                color: #ff0000;
            }

            .temp-tree ul li a:hover {
                color: #ff0000;
                font-weight: bold;
                text-decoration: none;
            }

.pa-list {
    padding: 0 0 10px;
}

    .pa-list h2 {
        margin-bottom: 14px;
    }

    .pa-list a {
        background: url("images/pa-checkbox.png") no-repeat scroll 12px -43px transparent;
        color: #7a7a7a;
        display: block;
        font: 13px/21px Arial;
        padding: 0 0 0 37px;
    }

        .pa-list a.active, .pa-list a:hover {
            background-position: 12px 1px;
            color: #ff0000;
            text-decoration: none;
        }

.new-box {
    margin-bottom: 10px;
    background: #fff;
}

    .new-box h2 {
        background: none repeat scroll 0 0 #ec1f27;
        height: 40px;
        line-height: 40px;
    }

        .new-box h2 a {
            color: #fff;
            float: left;
            font-size: 14px;
            font-weight: bold;
            height: 40px;
            line-height: 40px;
            padding-left: 10px;
            text-transform: uppercase;
        }

    .new-box ul {
        border: 1px solid #dddddd;
        padding: 7px 7px 7px 11px;
    }

        .new-box ul li {
            border-bottom: 1px dotted #e3cb9b;
            clear: both;
            height: 50px;
            overflow: hidden;
            padding: 10px 0;
        }

            .new-box ul li a {
                font-weight: bold;
                font-size: 12px;
            }

            .new-box ul li img {
                float: left;
                height: 50px;
                margin-right: 10px;
                width: 60px;
                border: 1px solid #ccc;
                padding: 1px;
            }
/*main-right*/
.pl-scroll {
    background-color: #ed1f24;
    padding-bottom: 12px;
    position: relative;
}

    .pl-scroll h3 {
        border-top: 3px solid #fff200;
        color: #fff200;
        display: block;
        font: bold 15px/36px Arial;
        padding-left: 32px;
        text-transform: uppercase;
    }

    .pl-scroll a.pl-c-l {
        background: url("images/icon-scroll-pl.png") no-repeat scroll 0 0 transparent;
        height: 49px;
        left: 0;
        position: absolute;
        top: 132px;
        width: 38px;
        z-index: 1;
    }

    .pl-scroll a.pl-c-r {
        background: url("images/icon-scroll-pl.png") no-repeat scroll -38px 0 transparent;
        height: 49px;
        position: absolute;
        right: 0;
        top: 132px;
        width: 38px;
        z-index: 1;
    }

    .pl-scroll .pl-c-c {
        height: 240px;
        margin: 0 26px 12px;
        overflow: hidden;
        position: relative;
        width: 94.5%;
    }

.pl-c-c ul li {
    background-color: #ffffff;
    float: left;
    height: 238px;
    margin-left: 19px;
    overflow: hidden;
    position: relative;
    width: 452px;
}

    .pl-c-c ul li:first-child {
        margin: 0;
    }

    .pl-c-c ul li p.image {
        height: 185px;
        margin: 12px 0 0 40px;
        width: 280px;
    }

        .pl-c-c ul li p.image a {
            display: table-cell;
            height: 175px;
            text-align: center;
            vertical-align: middle;
            width: 280px;
        }

            .pl-c-c ul li p.image a img {
                max-height: 175px;
                max-width: 280px;
            }

    .pl-c-c ul li p.brand {
        color: #005baa;
        font: bold 15px/22px Arial;
        margin: 0 25px;
        padding: 0 7px;
        text-align: left;
        text-transform: uppercase;
    }

    .pl-c-c ul li div.price {
        position: absolute;
        right: 50px;
        top: 124px;
    }

    .pl-c-c ul li p.price2 {
        color: #636363;
        position: absolute;
        right: 71px;
        text-decoration: line-through;
        top: 184px;
    }

    .pl-c-c ul li p.type-hot {
        background: url("images/icon-hot-pl.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        color: #ff0000;
        font: bold 15px/18px Arial;
        height: 117px;
        padding: 36px 30px 0 10px;
        position: absolute;
        right: 89px;
        text-align: center;
        top: 0;
        width: 82px;
    }

        .pl-c-c ul li p.type-hot span {
            color: #000000;
        }
/*gia tien*/
.price-number-0, .price-number-1, .price-number-2, .price-number-3, .price-number-4, .price-number-5, .price-number-6, .price-number-7, .price-number-8, .price-number-9, .price-number-dot, .price-number-d, .price-number-dash {
    float: left;
    height: 60px;
    width: 32px;
}

.price-number span {
    position: relative;
}

.price-number .price-0 {
    z-index: 0;
}

.price-number .price-1 {
    left: -3px;
}

.price-number .price-2 {
    left: -10px;
}

.price-number .price-3 {
    left: -16px;
}

.price-number .price-4 {
    left: -22px;
}

.price-number .price-5 {
    left: -27px;
}

.price-number .price-last {
    position: absolute;
    right: 4px;
}

.price-number-dot {
    background: url("images/.x60.png") no-repeat scroll left bottom transparent;
    width: 15px;
}

.price-number-d {
    background: url("images/dx60.png") no-repeat scroll left bottom transparent;
    width: 119px;
}

.price-number-dash {
    background: url("images/.-x60.png") no-repeat scroll left bottom transparent;
    width: 25px;
}

.price-number-0 {
    background: url("images/0x60.png") no-repeat scroll center center transparent;
    width: 33px;
}

.price-number .price-number-d-6 {
    position: absolute;
    right: 12px;
    z-index: 7;
}

.price-number-1 {
    background: url("images/1x60.png") no-repeat scroll center center transparent;
    width: 23px;
}

.price-number-2 {
    background: url("images/2x60.png") no-repeat scroll center center transparent;
}

.price-number-3 {
    background: url("images/3x60.png") no-repeat scroll center center transparent;
}

.price-number-4 {
    background: url("images/4x60.png") no-repeat scroll center center transparent;
}

.price-number-5 {
    background: url("images/5x60.png") no-repeat scroll center center transparent;
}

.price-number-6 {
    background: url("images/6x60.png") no-repeat scroll center center transparent;
}

.price-number-7 {
    background: url("images/7x60.png") no-repeat scroll center center transparent;
    width: 28px;
}

.price-number-8 {
    background: url("images/8x60.png") no-repeat scroll center center transparent;
    width: 31px;
}

.price-number-9 {
    background: url("images/9x60.png") no-repeat scroll center center transparent;
    width: 33px;
}
/*end gia tien*/
.box-pro-main {
    display: block;
    margin: 10px 0;
}

.box-pro-main1 {
    display: block;
}
.p-introduct-spec img {     
    width: auto;
    height: 100% !important;
    max-width: 100%;
    margin: 20px auto;
    display: block;}
#tabdetail3, #tabdetail2, #tabdetail1 {display: inherit;}
#tabdetail3 li, #tabdetail2 li, #tabdetail1 li {width:218px;}
.temp-pro-item-main {grid-template-columns: repeat(4,minmax(0,1fr)) !important;}
ul.temp-pro-item-main li { 
    overflow: hidden; 
}

    ul.temp-pro-item-main li p.image {
        height: 140px;
        margin: 10px 0 14px;
        overflow: hidden;
    }

.pages-inner {
    margin: 10px 0;
}

    .pages-inner li {
        display: inline-block;
        font: 17px/24px Arial;
        margin: 0 7px;
    }

ul.pages-inner li.active span, ul.pages-inner li a:hover, ul.pages-inner li a.active {
    color: #f26300;
    text-decoration: none;
}

.pages-inner li a {
    color: #0062b7;
    font: 17px/24px Arial;
}
/*Chi tiết sản phẩm */
.main-pro {
    position: relative;
}

.left-pd {
    background-color: #ffffff;
    float: left;
    overflow: hidden;
    width: 380px;
    z-index: 1;
}

.pro-image {
    background-color: #ffffff;
    float: left;
    position: relative;
    width: 380px;
}

    .pro-image a.pro-image-large {
        display: table-cell;
        height: 270px;
        text-align: center;
        vertical-align: middle;
        width: 380px;
    }

        .pro-image a.pro-image-large img {
            display: block;
            margin: 0 auto;
            max-height: 250px;
            max-width: 380px;
        }

    .pro-image ul.pro-image-list {
        height: 60px;
        margin: 0;
        overflow: hidden;
        width: 100%;
    }

        .pro-image ul.pro-image-list li {
            border: 1px solid #dddddd;
            float: left;
            height: 58px;
            margin-left: 5px;
            width: 70px;
        }

            .pro-image ul.pro-image-list li:hover {
                border: 1px solid #fe0000;
            }

            .pro-image ul.pro-image-list li:first-child {
                margin-left: 0;
            }

            .pro-image ul.pro-image-list li a {
                display: table-cell;
                height: 58px;
                text-align: center;
                vertical-align: middle;
                width: 70px;
            }

            .pro-image ul.pro-image-list li img {
                max-height: 54px;
                max-width: 67px;
            }

.pro-price-fix {
    margin-top: 20px;
}

p.pd-name {
    color: #0071bb;
    font: 20px/25px Arial;
    height: 25px;
    margin: 0 0 4px;
    overflow: hidden;
    text-align: left;
    text-transform: uppercase;
}

.pro-price-large {
    background: url("images/pro-price-large-bg.png") repeat-y scroll center center rgba(0, 0, 0, 0);
    float: right;
    position: relative;
    width: 100%;
}

    .pro-price-large .over-price-number {
        height: 40px;
        margin: 9px 0 0 20px;
        overflow: hidden;
        width: 260px;
        position: relative;
        padding: 10px;
    }

span.gia_sp {
    font-size: 40px;
    font-weight: bold;
    color: red;
}

span.gia_sp1 {
    font-size: 30px;
    color: grey;
}

.pro-price-large .p-price {
    float: left;
    height: 72px;
    overflow: hidden;
    padding-left: 20px;
    line-height: 30px;
    width: 188px;
}

    .pro-price-large .p-price .p-price-market, .pro-price .p-price .p-price-market {
        color: #5c5d5d;
    }

        .pro-price-large .p-price .p-price-market span, .pro-price .p-price .p-price-market span {
            color: #5c5d5d;
            font: bold 11px/17px Arial;
            text-decoration: line-through;
        }

    .pro-price-large .p-price .p-price-save, .pro-price .p-price .p-price-save {
        color: #0071bb;
        font: bold 11px/17px Arial;
    }

.pro-price-large a.p-order-buy {
    background: url("images/p-order-bg-large.png") no-repeat scroll left 0px rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 37px;
    margin: 6px 0 0 12px;
    width: 145px;
}

    .pro-price-large a.p-order-buy:hover {
        background-position: left -37px;
    }

.pro-price-large .p-specialoffer, .pro-price .p-specialoffer {
    border-top: 1px solid #d1d3d4;
    color: #333;
    font: italic 12px/18px Arial;
    height: 100px;
    margin: 7px 20px 0;
    overflow-y: auto;
    padding: 10px 10px 10px 0;
}

.p-specialoffer1 {
    border-top: 1px solid #d1d3d4;
    color: #333;
    font: italic 12px/18px Arial;
    margin: 7px 20px 0;
    /*overflow-y: auto;*/
    padding: 10px 10px 10px 0;
}

.pro-price .p-specialoffer {
    height: 150px;
}

.p-phone-support-bg {
    padding: 5px 5px 5px 20px;
    background: #DEDEE0;
}

    .p-phone-support-bg ul li a.text {
        color: #0072b8;
        font-weight: bold;
    }

.right-pd {
    background-color: #ffffff;
    float: right;
    overflow: hidden;
    width: 790px;
    z-index: 2;
}

.pro-detail {
    float: left;
    width: 470px;
}

    .pro-detail h2 {
        color: #005baa;
        font: 20px/25px Arial;
        text-transform: uppercase;
    }

    .pro-detail h1 {
        color: #005baa;
        font: 20px/25px Arial;
        text-transform: uppercase;
    }

    .pro-detail .p-model {
        color: #333;
        font: 12px/27px Arial;
        border-bottom: 1px solid #b7b7b7;
    }

        .pro-detail .p-model span {
            margin: 0 0 0 7px;
            font-style: italic;
        }

            .pro-detail .p-model span:first-child {
                margin: 0;
            }

            .pro-detail .p-model span.tinhtrang {
                color: #ff8a00;
                font-weight: bold;
            }

    .pro-detail ul.p-spec {
        border-bottom: 1px solid #b7b7b7;
        color: #555555;
        font: 13px/21px Arial;
        margin: 7px 0;
        /*max-height: 250px;*/
        overflow: hidden;
        padding-bottom: 7px;
        width: 100%;
    }

        .pro-detail ul.p-spec li {
            background: url("images/icon-tick.gif") no-repeat scroll 0 10px rgba(0, 0, 0, 0);
            display: block;
            font-size: 12px;
            line-height: 30px;
            padding-left: 15px;
            position: relative;
        }

    .pro-detail ul.p-program {
        display: inline-block;
        padding: 13px 0 0;
        border-bottom: 1px solid #b7b7b7;
        width: 100%;
    }

        .pro-detail ul.p-program li {
            color: #ff0000;
            float: left;
            margin: 0 0 10px;
            width: 100%;
        }

            .pro-detail ul.p-program li a {
                color: #333;
                float: left;
                font: 12px/35px Arial;
                height: 35px;
                text-transform: uppercase;
                text-decoration: none;
                margin-right: 9px;
            }
            
            .pro-detail p{
                line-height: 25px;
            }


.pro-price {
    /*background: url("images/pro-price-bg.png") repeat-y scroll left top transparent;*/
    float: right;
    position: relative;
    width: 290px;
    margin-top: -4px;
}

.pro-price-sp img {
    height: 75px;
    width: 290px;
}

.pro-price .over-price-number {
    height: 66px;
    margin: 9px 0 0;
    overflow: hidden;
    padding-left: 30px;
}

.pro-price .p-price {
    padding-left: 15px;
}

ul.banner-getcategory-order {
    margin: 13px 0 0;
}

    ul.banner-getcategory-order li img {
        max-width: 100%;
    }

.p-introduct {
    margin: 14px 0;
    overflow: hidden;
}

    .p-introduct .p-introduct-title {
        background: url("images/product-tags-bg.png") repeat-x scroll left top transparent;
        height: 36px;
    }

        .p-introduct .p-introduct-title li {
            float: left;
        }

            .p-introduct .p-introduct-title li a {
                color: #000000;
                display: block;
                font: 13px/41px Arial;
                height: 36px;
                overflow: hidden;
                padding: 0 19px;
                white-space: nowrap;
                text-decoration: none;
            }

                .p-introduct .p-introduct-title li a.active {
                    background: url("images/product-tags-active-bg.png") repeat-x scroll left top transparent;
                    border-left: 1px solid #dddddd;
                    border-right: 1px solid #dddddd;
                    color: #ff0000;
                }

.p-introduct-spec {
    line-height: 1.8;
    color: #333;
    padding: 10px;
    border: 1px solid #ccc;
    border-top: none;
}

.nav-comment {
    margin: 22px auto 15px;
    min-height: 39px;
    position: relative;
}

    .nav-comment h3 {
        color: #333333;
        float: left;
        font-size: 28px;
        font-weight: 300;
        margin-bottom: 7px;
        text-transform: uppercase;
        white-space: nowrap;
        width: auto;
    }

.tab-comment {
    border-bottom: 1px solid #e4e4e4;
}

    .tab-comment a {
        border-color: transparent;
        border-style: solid;
        border-width: 1px;
        bottom: -1px;
        color: #808080;
        cursor: pointer;
        float: left;
        font-size: 12px;
        padding: 10px 12px;
        position: relative;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
    }

        .tab-comment a.selected {
            background: none repeat scroll 0 0 #ffffff;
            border-color: #e4e4e4 #e4e4e4 white;
            color: #808080;
            font-weight: bold;
        }

.nav-comment .tab-comment .ic-fb {
    display: block;
    background-image: url("images/icon-cm.png");
    float: left;
    height: 25px;
    margin: -2px 7px 0 0;
    width: 25px;
}

.nav-comment .tab-comment .ic-gg {
    display: block;
    background-image: url("images/Google-cm.png");
    float: left;
    height: 25px;
    margin: -2px 7px 0 0;
    width: 25px;
}

.box-comment {
    margin-top: 5px;
}

.list-saledb .list-saledb-tabs {
    height: 26px;
}

    .list-saledb .list-saledb-tabs li {
        float: left;
    }

        .list-saledb .list-saledb-tabs li a {
            background-color: #eeeeee;
            border-right: 1px solid #dddddd;
            color: #333333;
            float: left;
            font-size: 12px;
            font-weight: normal;
            height: 16px;
            line-height: 16px;
            margin: 0;
            padding: 5px 12px;
            text-decoration: none;
        }

        .list-saledb .list-saledb-tabs li.active a, .list-saledb .list-saledb-tabs li.selected a {
            background-color: #fe0000;
            color: #ffffff;
            font-size: 12px;
            font-weight: bold;
            height: 26px;
            line-height: 26px;
            margin-top: 0;
            padding: 0 12px;
            position: relative;
        }

        .list-saledb .list-saledb-tabs li a.selected {
            background-color: #fe0000;
            color: #ffffff;
            font-size: 12px;
            font-weight: bold;
            height: 26px;
            line-height: 26px;
            margin-top: 0;
            padding: 0 12px;
            position: relative;
        }

            .list-saledb .list-saledb-tabs li a.selected::before {
                border-bottom: 4px solid #ffffff;
                border-left: 4px solid rgba(0, 0, 0, 0);
                border-right: 4px solid rgba(0, 0, 0, 0);
                bottom: -1px;
                content: "";
                height: 0;
                left: 46%;
                position: absolute;
                width: 0;
            }

.list_spkhac { 
    border-top: 2px solid #fe0000;
    position: relative;
}

 
 

        ul.temp-pro-spkhac li:hover {
            border: none;
        }

.next, .pre {
    background: url("images/main_sprite_v2.1.0.15.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 155px;
    cursor: pointer;
    display: none;
    height: 43px;
    opacity: 0.6;
    position: absolute;
    text-indent: -1000em;
    width: 21px;
}

.pre {
    background-position: 0 0;
    left: 0;
    top: 50%;
}

.next {
    background-position: -29px 0;
    right: 0;
    top: 50%;
}

    .next:hover, .pre:hover {
        opacity: 1;
    }

.list_spkhac:hover .pre, .list_spkhac:hover .next {
    display: block;
}
/*tin tuc*/
ul.tintuc li {
    border-bottom: 1px dotted #cccccc;
    clear: both;
    height: 140px;
    overflow: hidden;
    padding: 15px;
}

.anh_tin {
    float: left;
    margin-right: 15px;
}

    .anh_tin a img {
        height: 135px;
        width: 180px;
    }

ul.tintuc li h3 {
    padding-bottom: 5px;
}

    ul.tintuc li h3 a {
        color: #0090c9;
        font-family: Tahoma,Geneva,sans-serif;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
    }

ul.tintuc li p a {
    color: #333;
    font-family: Tahoma,Geneva,sans-serif;
    font-weight: normal;
    line-height: 150%;
    text-decoration: none;
}
/*chi tiet tin tuc*/
.news-detail {
    color: #333;
    padding: 10px;
}

    .news-detail h3 {
        border-bottom: 1px dashed #ccc;
        color: #333;
        font-size: 16px;
        padding: 0 0 10px;
        text-align: left;
        text-shadow: 0 1px #fff, 0 1px 1px #999;
    }

    .news-detail h1 {
        border-bottom: 1px dashed #ccc;
        color: #333;
        font-size: 16px;
        padding: 0 0 10px;
        text-align: left;
        text-shadow: 0 1px #fff, 0 1px 1px #999;
    }

    .news-detail h6 {
        color: #666;
        font-size: 11px;
        padding: 7px 0 20px;
    }

    .news-detail .detail {
        line-height: 1.8;
    }

.other-list {
    border-top: 1px dashed #ccc;
    float: left;
    margin: 20px 0 10px;
    width: 100%;
}

    .other-list h3 {
        border-bottom: medium none;
        font-size: 16px;
        padding: 10px 0;
    }

    .other-list ul li {
        background: url("images/arrow-news-icon.png") no-repeat scroll 0 10px rgba(0, 0, 0, 0);
        color: #8f8f8f;
        font-size: 12px;
        padding: 4px 0 4px 15px;
    }

        .other-list ul li a {
            color: #434343;
            font-size: 12px;
            font-weight: normal;
        }

.btn-submit1 {
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    height: 28px;
    line-height: 23px;
    margin-right: 5px;
    min-width: 74px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 10px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}

.list_spcm {
    width: 100%;
    float: left;
}

    .list_spcm li {
        width: 20%;
        float: left;
    }

p.pricespkem {
    text-align: center;
    width: 130px;
}

.divvideo {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

#main_video {
    margin: auto;
}
/*Gio hang*/
.giohang_tab {
    padding-bottom: 10px;
    width: 100%;
    float: left;
}

.a-center {
    text-align: center !important;
}

.data-table {
    border-collapse: separate;
    border-radius: 2px;
    border-spacing: 0;
    color: #3e3e3e;
    empty-cells: show;
    width: 100%;
}

    .data-table tr {
        width: 100%;
    }

        .data-table tr th {
            border-bottom: 3px solid #e4e4e4 !important;
            color: #5f6162;
            font-weight: 400;
            padding: 18px 23px;
            text-align: left;
            vertical-align: middle;
            white-space: nowrap;
            font-family: OpenSansBold;
            text-transform: uppercase;
        }

    .data-table .even {
        background: none repeat scroll 0 0 #ffffff;
    }

        .data-table .even td {
            padding: 25px 12px;
            font-family: OpenSansBold;
            color: #5f6162;
            border-bottom: 1px dotted #ccc;
        }

h3.product-name a {
    color: #5f6162;
    font-family: OpenSansRegular;
    font-size: 14px;
    font-weight: 700 !important;
    text-transform: uppercase;
}

p.note-gh {
    color: #999;
    font-family: OpenSansItalic;
    font-size: 11px;
}

.tt {
    color: #bf0007 !important;
}

input.input-text {
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    height: 19px;
    padding: 4px;
    text-align: center;
    width: 55px;
}

.img-gh {
    border: 1px solid #ccc;
    display: block;
    padding: 2px;
}

    .img-gh img {
        width: 100%;
    }

ul.thaotac {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}

    ul.thaotac li {
        float: left;
        padding: 5px 5px 10px;
    }

        ul.thaotac li a {
            font-family: OpenSansSemibold;
            color: #252525;
            text-transform: uppercase;
            text-decoration: none;
            font-size: 14px;
        }

            ul.thaotac li a.ttmh:hover {
                font-family: OpenSansSemibold;
                color: #ff0000;
                text-transform: uppercase;
                font-size: 14px;
            }

.text-gh {
    color: #c30008 !important;
}

ul.thaotac li a span {
    color: #c10007;
}
/*thanh toan*/
.title-thanhtoan {
    border-bottom: 2px solid #333;
    margin-bottom: 20px;
    margin-top: 15px;
}

    .title-thanhtoan p {
        font-family: OpenSansSemibold;
        color: #252525;
        text-transform: uppercase;
        text-align: left;
    }

.w50 {
    width: 65%;
}

.w20 {
    width: 17%;
}

.left_thanhtoan {
    margin-bottom: 20px;
    width: 40%;
}

.right_thanhtoan {
    margin-bottom: 20px;
    width: 55%;
}

ul.list-payment li {
    border-bottom: 1px dotted #ccc;
    clear: both;
    height: 145px;
    overflow: hidden;
    padding: 10px 0;
}

    ul.list-payment li a {
        font-size: 13px;
        font-weight: bold;
    }

    ul.list-payment li .img-tt {
        float: left;
        margin-right: 20px;
        width: 40%;
    }

        ul.list-payment li .img-tt img {
            border: 1px solid #ccc;
            height: 130px;
            padding: 1px; /*width: 98%;*/
        }

.right-payment {
    font-family: OpenSansSemibold;
    font-size: 14px;
    padding-top: 20px;
}

p.price-tt {
    padding: 10px 0;
}

p.delete_cart a {
    color: #286d94;
    font-size: 12px !important;
    text-transform: uppercase;
}

.payment-total {
    margin-top: 20px;
}

    .payment-total p {
        font-family: OpenSansSemibold;
        font-size: 14px;
        text-transform: uppercase;
    }

        .payment-total p span {
            color: #c30008;
        }

.text-tarea {
    border: 1px solid #ccc;
    color: #999;
    height: 125px;
    margin: 10px 0;
    padding: 5px;
    width: 97%;
}

ul.nhap_giatri {
    overflow: hidden;
    padding: 20px;
}

    ul.nhap_giatri li {
        float: left;
        line-height: 30px;
        margin-top: 15px;
        width: 100%;
    }

        ul.nhap_giatri li label {
            color: #333;
            float: left;
            font-size: 14px;
            font-weight: normal;
            margin-right: 15px;
            text-align: left;
            width: 16%;
        }

            ul.nhap_giatri li label span {
                color: #fe0000;
                float: right;
            }

        ul.nhap_giatri li input.text003 {
            height: 35px;
            line-height: 35px;
            padding: 0 10px;
            width: 66%;
        }

        ul.nhap_giatri li select {
            color: #666;
            height: 35px;
            line-height: 35px;
            width: 69.6%;
        }

.button_example003 {
    background: none repeat scroll 0 0 #a2996e;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    font-family: OpenSansSemibold;
    cursor: pointer;
    font-size: 15px;
    margin-right: 10px;
    padding: 6px 44px;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}

    .button_example003:hover {
        background: #3f3b38;
    }

.left-main {
    width: 22%;
}

.right-main {
    width: 77%;
}

.addToCart2 {
    background: none repeat scroll 0 0 #a2996e;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    line-height: 55px;
    margin-right: 10px;
    padding: 21px 45px 19px 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
}

    .addToCart2 > .ic {
        background-position: -75px 13px;
        height: 37px;
        position: absolute;
        right: 0;
        top: 2px;
        width: 40px;
    }

    .addToCart2:hover {
        background: #3f3b38;
    }

.icon-web {
    background: url("images/icon-web.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
}

p.quatang01 {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e1e1e1;
    height: 47px;
    overflow: hidden;
    position: relative;
    width: 55px;
}

    p.quatang01 img {
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
    }

.list_quatang li {
    border-bottom: 0 none;
    border-right: 0 none;
    float: left;
    margin: 0 10px;
    padding: 0;
    text-align: center;
    width: 57px;
}

    .list_quatang li h4 {
        color: #666;
        font-size: 10px;
        font-weight: normal;
        line-height: 120%;
    }

    .list_quatang li span {
        color: #666;
        font-size: 10px;
        font-weight: normal;
        line-height: 120%;
    }

.text-spell .spell-up {
    background: url("images/icons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 4px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 7px;
}

.text-spell .spell-down {
    background: url("images/icons.png") no-repeat scroll 0 -6px rgba(0, 0, 0, 0);
    bottom: 5px;
    cursor: pointer;
    height: 4px;
    position: absolute;
    right: 5px;
    width: 7px;
}

.text-spell {
    display: inline-block;
    position: relative;
}

.noidung_tintuc {
    margin: 20px 30px;
}

.detail_tintuc {
    width: 490px;
}

.detail_tintuc1 {
    width: 100%;
}

.list03_tintuc {
    width: 240px;
}

.detail_tintuc h4 {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 150%;
}

.detail_tintuc1 h4 {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 150%;
}


.title_contact {
    color: #404040;
    font-size: 12px !important;
    padding-bottom: 10px;
    padding-top: 20px;
}

.fieldwrapper {
    overflow: hidden;
    padding: 5px 0;
}

    .fieldwrapper .styled {
        color: #404040;
        float: left;
        font-weight: bold;
        margin-right: 6px;
        width: 150px;
    }

.red {
    color: #eb3645;
    font-weight: bold;
}

.thefield .subject, .thefield textarea {
    border: 1px solid #b5cbef;
    color: #333333;
    font-size: 13px;
    outline: medium none;
    padding: 4px;
    width: 205px;
}

.send {
    padding: 10px 0 10px 75px;
}

    .send input {
        background-color: #E60000;
        border: 1px solid #E60000;
        border-radius: 3px;
        color: #ffffff;
        cursor: pointer;
        display: inline-block;
        font-family: arial,helvetica,sans-serif;
        font-size: 12px;
        font-weight: bold;
        padding: 4px 6px;
        text-decoration: none;
        text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    }

.detailcontent {
    padding: 10px;
}





.dangky {
    padding: 10px;
    clear: both;
}

    .dangky li {
        clear: both;
        line-height: 25px;
        padding: 0 0 12px;
        position: relative;
    }

    .dangky p {
        color: #666666;
        font-size: 13px;
    }

    .dangky label {
        color: #333333;
        display: inline-block;
        font-size: 13px;
        padding-right: 10px;
        text-align: right;
        vertical-align: top;
        width: 130px;
    }

input[type="text"], input[type="email"], input[type="password"] {
    border: 1px solid #ddd;
    border-radius: 2px;
    height: 25px;
    padding: 0 2px;
}

.dangky input[type="text"], .dangky input[type="password"], .dangky select {
    background-color: #fff;
    color: #666;
    font-size: 11px;
    font-style: italic;
    height: 26px;
    margin-right: 5px;
    padding: 0 4px;
    width: 250px;
}

.dangky .captcha {
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    width: 110px !important;
}

.sec_img {
    height: 30px;
    margin-left: 5px;
    vertical-align: bottom;
}

.sec_img2 {
    cursor: pointer;
    margin-left: 5px;
    vertical-align: bottom;
}

input[type="radio"], input[type="checkbox"] {
    color: #000;
    font-size: 12px;
    height: 16px;
    outline: 0 none;
    padding: 3px;
}

.frm-txt {
    border: 1px solid #ddd;
    border-radius: 2px;
    height: 26px;
    width: 260px;
}

.dangky li a {
    color: #e5101d;
    margin-right: 5px;
}

    .dangky li a.change_captcha {
        background: url("images/recaptcha_refresh.png") no-repeat scroll center center rgba(0, 0, 0, 0);
        height: 30px;
        left: 380px;
        position: absolute;
        text-indent: -9999px;
        top: 0;
        width: 30px;
    }

.dangky textarea {
    border: 1px solid #ddd;
    height: 100px;
    width: 258px;
}

.red {
    color: #ed3338;
    font-weight: bold;
    text-overflow: ellipsis;
}

.dangky .btn-submit, .right_giohang .btn-submit {
    background-color: #ee330a;
    border: 1px solid #e6e9ed;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    height: 28px;
    line-height: 23px;
    margin-right: 5px;
    min-width: 74px;
    padding: 0 10px;
    text-shadow: 0 0 3px #ff3d22;
}
/*from dang ky dang nhap*/
.title_contact {
    color: #404040;
    font-size: 12px !important;
    padding-bottom: 10px;
    padding-top: 20px;
}

.fieldwrapper {
    overflow: hidden;
    padding: 5px 0;
}

    .fieldwrapper .styled {
        color: #333;
        float: left;
        font-weight: bold;
        width: 150px;
    }

.thefield .subject, .thefield textarea {
    background: url("images/input-repeat.png") repeat-x scroll center bottom #ffffff;
    border: 1px solid #ccc;
    color: #333333;
    outline: medium none;
    padding: 4px;
    width: 250px;
}

.sec_img2 {
    cursor: pointer;
    margin-left: 5px;
    vertical-align: bottom;
}

.send {
    margin-left: 200px;
}


/*lien he*/
.lienhe_left, .lienhe_right {
    width: 48%;
    padding: 30px 0px;
}

h2.tieude_lienhe {
    border-radius: 4px 4px 0 0;
    color: #333;
    font-size: 18px;
    font-weight: normal;
}

.form_lh li label {
    width: 150px;
    float: left;
    color: #666;
    font-size: 13px;
}

.input_text {
    border: 1px solid #9BA2AA !important;
    float: left;
    height: 30px !important;
    line-height: 30px !important;
    width: 314px !important;
}

.form_lh li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.text_are {
    width: 317px;
    height: 200px;
    border: 1px solid #9BA2AA;
}

.bt_text {
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
    margin-right: 10px;
    background: #0072b8;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    border: none;
    border-radius: 4px;
}

    .bt_text:hover {
        color: #FF0;
        cursor: pointer;
    }

.list_tinh {
    border-bottom: 1px solid #ccc;
    float: left;
    margin-top: 10px;
    width: 100%;
}
/*.list_tinh li{ margin-right:10px; padding:5px 10px; background:#f2f2f2; float:left; border-radius:4px 4px 0px 0px;}*/
/*.list_tinh li.active{ background:#0072b8;}
.list_tinh li.active a{ color:#fff;}*/
h3.name_cty {
    color: #ec1f27;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px 0px;
}

.list_dc li {
    padding-bottom: 4px;
    color: #333;
    font-size: 12px;
}

    .list_dc li label {
        width: 150px;
        float: left;
    }

.list_KD li label {
    float: left;
    width: 70px;
    color: #0072b8;
    font-weight: bold;
}

span.sdt {
    width: 100px;
    color: #333;
    font-size: 13px;
}

span.skype_yahoo a {
    float: left;
    width: 22px;
    margin-right: 5px;
}

span.Email02 {
    color: #666;
    float: left;
    margin-left: 5px;
    width: 240px;
}

.list_KD li {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.list_tinh li a.selected {
    background: #0072b8;
    color: #fff;
}

.list_tinh li a {
    margin-right: 10px;
    padding: 5px 10px;
    background: #f2f2f2;
    float: left;
    border-radius: 4px 4px 0px 0px;
}

/*.mm-info li img {
margin-top:5px;}*/

.menu_cap2 {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    display: none;
    left: 0;
    position: absolute;
    top: 34px;
    width: 100%;
    z-index: 999;
}

    .menu_cap2 li {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        margin: 15px 35px;
        padding: 0;
        width: 175px;
        height: 260px;
    }

p.ing_li {
    border-bottom: 1px solid #ddd;
    height: 94px;
    padding-bottom: 2px;
    position: relative;
}

    p.ing_li img {
        bottom: 0;
        left: 0;
        margin: auto;
        max-height: 90px;
        max-width: 100px;
        position: absolute;
        top: 0;
    }

p.list_chon a {
    background: url("images/hi.png") no-repeat scroll left 14px rgba(0, 0, 0, 0);
    color: #333;
    display: list-item;
    font-size: 15px;
    padding-left: 10px;
    text-transform: none;
    cursor: pointer;
}

    p.list_chon a.big {
        background: url("images/hi_hover.png") no-repeat scroll left 15px rgba(0, 0, 0, 0);
        color: #1269b3;
        font-family: benguita;
        font-size: 18px;
        padding-left: 10px;
    }

.list_menu li a:hover, .list_menu li a.active {
    background: #ed1926;
    text-decoration: none;
}

.menu_cap2 li a:hover {
    background: url("images/hi.png") no-repeat scroll left 14px rgba(0, 0, 0, 0);
    color: #f01922;
}

.menu_cap2 li a.big:hover {
    background: url("images/hi_hover.png") no-repeat scroll left 15px rgba(0, 0, 0, 0);
    color: #f01922;
}

.menu-right li:hover .menu_cap2 {
    display: block;
}

.tb1 {
    width: 34%;
    float: left;
}

.tb2 {
    width: 34%;
    float: left;
}

.tb3 {
    width: 30%;
    float: left;
}

.r3 {
    min-height: 210px !important;
}

#widget_bounds {
    min-height: 210px !important;
}

.box-promotion {
    background: url("images/box_overlay.png") repeat scroll 0 0 transparent;
    display: none;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 99;
}

    .box-promotion .box-promotion-item {
        height: 342px;
        left: 427px;
        position: absolute;
        top: 137px;
        width: 500px;
    }

        .box-promotion .box-promotion-item .box-banner {
            position: absolute;
            z-index: 97;
        }

ul.ls a, a {
    text-decoration: none;
}

.box-promotion .box-promotion-item a.box-promotion-close {
    background: url("images/delete-large.png") no-repeat scroll 0 0 transparent;
    position: absolute;
    z-index: 98;
    right: -29px;
    cursor: pointer;
    top: -13px;
    width: 72px;
    height: 72px;
}

.box-promotion-active {
    display: block;
    vertical-align: middle;
    bottom: 0;
    position: fixed;
    right: 0;
}

.box-group-share {
    margin-top: 10px;
}

.facebook-f {
    background-color: #3b5998 !important;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.gplus {
    background-color: #dd4b39 !important;
}

.fa-google-plus:before {
    content: "\f0d5";
}

.btnz {
    display: block;
    float: left;
    padding: 10px 15px;
    border: none;
    background-color: #ececec;
    text-decoration: none;
    font-size: 18px;
    color: #FFF;
}

.fa-twitter:before {
    content: "\f099";
}

.twitter {
    background-color: #55acee;
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.stumbleupon {
    background-color: #eb4924;
}

.fa-pinterest:before {
    content: "\f0d2";
}

.pinterest {
    background-color: #cc2127;
}

.fa-linkedin:before {
    content: "\f0e1";
}

.linkedin {
    background-color: #0077b5;
}

.fa-share-square-o:before {
    content: "\f045";
}

.buffer {
    background-color: #323b43;
}

.box .title {
    font-size: 13px;
}

    .box .title .cgray {
        font-size: 12px;
    }

.icon img {
    width: 25px;
}

.icon.skype > a > span {
    vertical-align: 4px;
}

.icon.mail > a > span {
    vertical-align: 9px;
}

.icon.skype a {
    font-size: 12px;
}

.icon.mail a {
    font-size: 14px;
}

.cred {
    color: red;
}

.cgray {
    color: #c18e85;
}

.box .list-item {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.mb5 {
    margin-bottom: 10px;
}

h3.txt {
    text-decoration: underline;
    color: rgb(0, 175, 240);
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 5px;
}

a.cred {
    font-size: 15px;
}

#search-autocomplete {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 10px 0;
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 9999999;
}

.bginfo, .box-promotion {
    position: absolute;
    top: 0;
}

#search-autocomplete .autocomplete-item {
    box-sizing: border-box;
    float: left;
    padding: 10px;
    width: 100%;
}

    #search-autocomplete .autocomplete-item div.img {
        border: 1px solid #ccc;
        box-sizing: border-box;
        float: left;
        height: 70px;
        padding: 1px;
        text-align: center;
        vertical-align: middle;
        width: 20%;
    }

        #search-autocomplete .autocomplete-item div.img img {
            max-height: 100%;
            max-width: 100%;
        }

    #search-autocomplete .autocomplete-item div.content {
        box-sizing: border-box;
        float: right;
        width: 75%;
    }

.news_jobs, ul.four_column {
    box-sizing: border-box;
}

#search-autocomplete .autocomplete-item div.content a {
    color: #0072bc;
    float: left;
    font-size: 14px;
    width: 100%;
}

#search-autocomplete .autocomplete-item div.content span {
    float: left;
    margin: 10px 0 0;
    width: 100%;
}

    #search-autocomplete .autocomplete-item div.content span.price {
        color: red;
        font: 700 14px/17px Arial;
    }

#search-autocomplete .autocomplete-item div.content a:hover {
    text-decoration: underline;
}

