/*ROBOTO FONT */

/*@font-face {
    font-family: "Roboto Regular";
    src: url("fonts/roboto/Roboto-Regular.ttf");
}
@font-face {
    font-family: "Roboto Medium";
    src: url("fonts/roboto/Roboto-Medium.ttf");
}
@font-face {
    font-family: "Roboto Light";
    src: url("fonts/roboto/Roboto-Light.ttf");
}
@font-face {
    font-family: "Roboto Thin";
    src: url("fonts/roboto/Roboto-Thin.ttf");
}
@font-face {
    font-family: "Roboto LightItalic";
    src: url("fonts/roboto/Roboto-LightItalic.ttf");
}
@font-face {
    font-family: "Roboto Black";
    src: url("fonts/roboto/Roboto-Black.ttf");
}
@font-face {
    font-family: "Roboto Bold Italic";
    src: url("fonts/roboto/Roboto-BoldItalic.ttf");
}
@font-face {
    font-family: "Roboto Bold";
    src: url("fonts/roboto/Roboto-Bold.ttf");
}*/
/*Open Sans Font*/

@font-face {
    font-family: "Open Sans Light";
    src: url("fonts/opensans/OpenSans-Light.ttf");
}
@font-face {
    font-family: "Open Sans Semibold";
    src: url("fonts/opensans/OpenSans-Semibold.ttf");
}
@font-face {
    font-family: "Open Sans Regular";
    src: url("fonts/opensans/OpenSans-Regular.ttf");
}
@font-face {
    font-family: "Open Sans Bold";
    src: url("fonts/opensans/OpenSans-Bold.ttf");
}
@font-face {
    font-family: "Open Sans Italic";
    src: url("fonts/opensans/OpenSans-Italic.ttf");
}
/*FONT AWESOME*/

@font-face {
    font-family: "FontAwesome";
    src: url('fonts/font_awesome/fontawesome-webfont.eot');
    /* IE9 Compat Modes */
    
    src: url("fonts/font_awesome/fontawesome-webfont.ttf"),
    /* Safari, Android, iOS */
    
    url('fonts/font_awesome/fontawesome-webfont.woff'),
    /* Modern Browsers */
    
    url('fonts/font_awesome/FontAwesome.otf'), url('fonts/font_awesome/fontawesome-webfont.svg');
    /* Legacy iOS */
}
body {
    font-family: "Arial", sans-serif;
    font-size: 14px;
    color: #555;
    background: #a5a5a5 url('images/new_bg.jpg') top center fixed no-repeat;
}



.fa {
    font-family: "FontAwesome";
}

h1 {}

h2 {
    margin: 0;
}

h3 {
    margin: 0;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a,
a:hover {
    text-decoration: none;
}

p {
    line-height: 22px;
}

.line {
    position: relative;
    border-bottom: 1px solid #ddd;
    top: -11px;
    z-index: 1;
}
.container{
    width: 1042px !important;
    padding: 0 25px;
}


.col-md-12 {
    width: 100%
}
.col-md-11 {
    width: 91.66666667% !important;
    float: left;
}
.col-md-10 {
    width: 83.33333333% !important;
    float: left;
}
.col-md-9 {
    width: 75% !important;
    float: left;
}
.col-md-8 {
    width: 66.66666667% !important;
    float: left;
}
.col-md-7 {
    width: 58.33333333% !important;
    float: left;
}
.col-md-6 {
    width: 50% !important;
    float: left;
}
.col-md-5 {
    width: 41.66666667% !important;
    float: left;
}
.col-md-4 {
    width: 33.33333333% !important;
    float: left;
}
.col-md-3 {
    width: 25% !important;
    float: left;
}
.col-md-2 {
    width: 16.66666667% !important;
    float: left;
}
.col-md-1 {
    width: 8.33333333% !important;
    float: left;
}




.delay,
.navigation ul li a,
.top-menu ul li a,
.category-product>li>ul>li a,
.product-item h3,
.tin-tuc-moi h2,
.input-submit,
.mua-hang,
.cart .wrap-btn a,
.add-cart,.dat-hang-ngay,.price,.header-right .fa{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header-info{
    height: 96px;
}

section.top-menu {
    padding: 15px 0;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}

section.header {
    padding-top: 20px;
    padding-bottom: 0px;
    background: url('images/main.png') top center repeat-x;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.49);
    -moz-box-shadow:    1px 1px 2px 0px rgba(0, 0, 0, 0.49);
    box-shadow:         1px 1px 2px 0px rgba(0, 0, 0, 0.49);
}

.logo {
    padding: 0;
}

.hotline h2 {
    color: #005f89;
    font-size: 20px;
    padding-top: 37px;
}

.hotline span {
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #d7fff8;
}

.cart {
    background: rgba(0, 0, 0, 0) url("images/cart.png") no-repeat scroll 0 0;
    height: 38px;
    border-right: 1px solid #ddd;
    padding-right: 10px;
    margin-right: 10px;
    padding-left: 45px;
    width: 155px;
}

.cart h2,
.tong-cong h2 {
    margin-bottom: 3px;
}

.cart h2,
.tong-cong h2,
.tong-cong h3 {
    font-family: Arial, sans-serif; font-weight:bold;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
}

.tong-cong h3 {
    color: #529fd3;
}

.cart p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #005f89;
}

.top-search {
    text-align: left;
}

.top-search .text-input {
    display: block;
    padding: 8px 15px;
    color: #888;
    border: 1px solid #ddd;
    float: left;
}

.top-search .search-btn {
    display: inline-block;
    height: 38px;
    width: 40px;
    background: #cb0909;
    border: none;
    color: #fff;
}

.top-menu .fa {
    font-size: 18px;
    color: #006CCA;
}

.top-menu .text-left a {
    color: #555;
}

.top-menu .text-center>b {
    text-transform: uppercase;
}

.top-menu .text-center {
    padding-top: 4px;
}

.top-menu .fa-facebook {
    padding: 4px 8px;
    background: #333;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
}

.header-right {
    padding-top: 28px;
    text-align: right;
}

.main-menu {
}
.fs14{
    font-size: 18px;
    color: red;
}
.tar a{
    color: #555;
}

.navigation {}

.navigation>ul>li {
    float: left;
    position: relative;
    z-index: 5;
    border-right: 1px solid #cccbcb;
}
.navigation>ul li:last-child{
    border: none;
}

.navigation>ul>li>a {
    display: block;
    padding: 18px 21px 12px;
    text-transform: uppercase;
    color: #565555;
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.navigation>ul>li>a:hover,
.navigation>ul>li>a.active {
    background: #cb0909;
    color: #fff;
}

.navigation>ul>li>ul>li>ul {
    display: none;
}

.navigation>ul>li>ul {
    position: absolute;
    display: none;
    top: 52px;
    width: 243px;
    z-index: 9999;
}

.navigation>ul>li:hover>ul {
    display: block;
    z-index: 9999;
}

.navigation>ul>li>ul a:hover {
    background: #01356C;
    z-index: 9999;
}

.navigation>ul>li>ul a {
    padding: 12px 20px;
    display: block;
    text-transform: uppercase;
    padding-left: 15px;
    color: #fff;
    background: #cb0909;
    /*border-bottom: 1px solid #fff;*/
}

.thong-bao-panel {
    padding: 15px 0;
}

.thong-bao-panel .ten {}

.thong-bao-panel .text {
    font-size: 16px;
    font-family: Arial, sans-serif; font-weight:bold;
    color: red;
    padding-top: 13px;
    height: 40px;
    overflow: hidden;
}

.menu-kinh {}

.menu-kinh .item {
    background: #fff;
    padding: 15px 0;
    text-align: center;
    margin-bottom: 0px;
    height: 75px;
    cursor: pointer;
}

.menu-kinh .item:hover {
    background: #eee;
}

.menu-kinh .item h3 {
    color: #333;
    font-size: 16px;
    margin-top: 5px;
    font-family: "Open Sans Bold", sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.main {
    padding-top: 5px;
    padding-bottom: 5px;
}

.category {
    margin-bottom: 30px;
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}

.category-title,
.thong-ke h2 {
    color: #fff;
    text-transform: uppercase;
    font-family: Arial, sans-serif; font-weight:bold;
    font-size: 14px;
    padding: 13px 17px;
    background: #01356C;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#01356c+0,0a77d5+55,0a77d5+63,01356c+100 */
    background: rgb(1,53,108); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(1,53,108,1) 0%, rgba(10,119,213,1) 55%, rgba(10,119,213,1) 63%, rgba(1,53,108,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(1,53,108,1)), color-stop(55%,rgba(10,119,213,1)), color-stop(63%,rgba(10,119,213,1)), color-stop(100%,rgba(1,53,108,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(1,53,108,1) 0%,rgba(10,119,213,1) 55%,rgba(10,119,213,1) 63%,rgba(1,53,108,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(1,53,108,1) 0%,rgba(10,119,213,1) 55%,rgba(10,119,213,1) 63%,rgba(1,53,108,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(1,53,108,1) 0%,rgba(10,119,213,1) 55%,rgba(10,119,213,1) 63%,rgba(1,53,108,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(1,53,108,1) 0%,rgba(10,119,213,1) 55%,rgba(10,119,213,1) 63%,rgba(1,53,108,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01356c', endColorstr='#01356c',GradientType=0 ); /* IE6-9 */
    position: relative;
    padding-left: 30px;
}
.category-title .fa,
.thong-ke h2 .fa{
    padding-right: 3px;
    font-size: 15px;
}
.category-title>img,.thong-ke h2>img{
    width: 38px;
    /* padding-right: 3px; */
    margin-right: 3px;
    position: absolute;
    top: -13px;
    left: -12px;
}
.thong-ke-content {
    padding: 10px;
    border: 1px solid #ddd;
    border-top: none;
    background: #fff;
}
.thong-ke-content>img{
    width: 100%;
}
.thong-ke-content table {
    width: 100%;
}

.thong-ke-content table tr td {
    height: 28px;
    color: #555;
}

.thong-ke-content table tr td:nth-child(2) {
    text-align: right;
    color: #777;
}

.thong-ke {
    margin-bottom: 38px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}

.hotline {}

.category-product {
    border: 1px solid #ddd;
    border-top: none;
    padding: 0 20px;
}

.category-product>li {
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 7px 0;
}

.category-product>li:hover * {
    color: #cb0909;
}

.category-product li:last-child {
    border: none;
}
.category-product>li .fa{
    padding-right: 5px;
}
.category-product>li a {
    padding: 11px 0px;
    color: #555;
    font-size: 14px;
    font-family: Arial, sans-serif; 
    line-height: 24px;
}

.category-product>li:hover > ul {
    display: block;
}

.category-product>li>ul {
    display: none;
    position: absolute;
    left: 192px;
    width: 175px;
    z-index: 1;
    background: #fff;
    padding: 0 15px;
    border: 1px solid #ddd;
    top: 0px;
}

.category-product>li>ul li {
    border-bottom: 1px solid #ddd;
}

.category-product>li>ul>li a {
    padding: 5px;
    display: inline-block;
}

.category-product>li>ul>li a:hover {}

.product-item img:hover {
    opacity: 0.7;
}

.product-item img,
.tin-tuc-moi img {
    width: 100%;
}

.search-input:focus {
    border: none;
}

h2.title {
    font-size: 18px;
    color: #529fd3;
    border-bottom: 4px solid #529fd3;
    font-family: "Open Sans Bold", sans-serif;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 20px;
    margin-bottom: 10px;
    margin-top: 15px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.title-2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #01356C;
    text-transform: uppercase;
    padding: 10px 13px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #ddd;
    border-left: 5px solid #01356C;

}

.title-2>span {

}

.product-item {
    text-align: center;
    padding: 3px;
    padding-bottom: 15px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);

}

.product-item h3,
.tin-tuc-moi h2 {
  color: #333;
  font-size: 14px;
  padding: 15px 10px;
  text-align: left;
  font-family: Arial, sans-serif;
  /* text-transform: uppercase; */
  font-weight: bold;
  line-height: 24px;
  height: 69px;
  overflow: hidden;
}

.tin-item h2{
    height: inherit;
    overflow: visible;
}
.tin-tuc-moi h2{
    padding: 0;
    padding-bottom: 10px;
}

.product-item h3:hover,
.tin-tuc-moi h2:hover {
    color: #cb0909;
}



p.price:hover {
    background: #333;
}

p.price {
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding: 5px 15px;
    display: inline-block;
    text-align: center;
    font-family: Arial, sans-serif; font-weight:bold;
    background: red;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    2px 2px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         2px 2px 3px 0px rgba(50, 50, 50, 0.75);
}

p.price>span {
    font-size: 16px;
    color: red;
    text-decoration: line-through;
    padding-right: 10px;
}

.tin-tuc-moi p {
    margin-bottom: 0;
    font-size: 12px;
}
.header-right .fa{
    font-size: 26px;
    color: red;
}
.header-right .fa:hover{
    color: #01356C;
}

p.time {
    font-family: "Open Sans Italic", sans-serif;
    color: #666666;
    margin-bottom: 15px;
    font-size: 12px;
    text-align: right;
    margin-top: -5px;
}

section.footer {
    /*background: #fff url('images/footer.png') top center no-repeat;*/
    color: #444;
    padding-top: 20px;
    padding-bottom: 20px;
}
section.footer .container{
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.cua-hang h2 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-top: 10px;
    font-weight: bold;
    color: #333;
}

.footer-menu {}

.footer-menu li {}

.footer-menu li a {
    color: #444;
    display: block;
    padding: 5px 0;
    font-size: 14px;
}

.footer-menu li a:hover {
    color: #cb0909;
}

.footer-info h2 {
    text-transform: none;
    font-size: 16px;
    font-family: Arial, sans-serif; font-weight:bold;
    color: #cb0909;
    padding-top: 15px;
}

.footer-info p {
    font-size: 13px;
    line-height: 24px;
}

.footer-info p>b {
    color: #cb0909;
}

section.copyright {
    /*background: #333;*/
    color: #333;
    font-size: 13px;
    color: #fff;
}
section.copyright .container{
    background: #333;
    padding: 5px 10px;
}

section.copyright .right {
    text-align: right;
}

section.copyright a {
    color: #89dcff;
}

section.copyright .info {
    padding-top: 15px;
}

.footer-social li {
    float: left;
    padding-right: 5px;
}

.footer-social li a {
    display: block;
}

.footer-social {
    display: inline-block;
    padding-left: 5px;
}

.footer-social {}

.mobile-btn,
.mobile-menu {
    display: none;
}

.mobile-btn {
    color: #fff;
    font-size: 24px;
    width: 40px;
    padding: 8px;
}

.mobile-menu ul li {}

.mobile-menu ul li a {
    padding: 10px;
    text-decoration: none;
    color: #007bb2;
    display: block;
    border-bottom: 1px solid #eee;
}

.box {
 width:200px;height:300px;
 position:relative;
 border:1px solid #BBB;
 background:#eee;
}
.ribbon {
 position: absolute;
 right: 6px; top: -5px;
 z-index: 1;
 overflow: hidden;
 width: 75px; height: 75px; 
 text-align: right;
}
.ribbon span {
 font-size: 10px;
 color: #fff; 
 text-transform: uppercase; 
 text-align: center;
 font-weight: bold; line-height: 20px;
 transform: rotate(45deg);
 width: 100px; display: block;
 background: #79A70A;
 background: linear-gradient(#9BC90D 0%, #79A70A 100%);
 box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
 position: absolute;
 top: 19px; right: -21px;
}

.ribbon span::before {
 content: '';
 position: absolute; 
 left: 0px; top: 100%;
 z-index: -1;
 border-left: 3px solid #79A70A;
 border-right: 3px solid transparent;
 border-bottom: 3px solid transparent;
 border-top: 3px solid #79A70A;
}
.ribbon span::after {
 content: '';
 position: absolute; 
 right: 0%; top: 100%;
 z-index: -1;
 border-right: 3px solid #79A70A;
 border-left: 3px solid transparent;
 border-bottom: 3px solid transparent;
 border-top: 3px solid #79A70A;
}

.red span {background: linear-gradient(#F70505 0%, #8F0808 100%);}
.red span::before {border-left-color: #8F0808; border-top-color: #8F0808;}
.red span::after {border-right-color: #8F0808; border-top-color: #8F0808;}

.blue span {background: linear-gradient(#2989d8 0%, #1e5799 100%);}
.blue span::before {border-left-color: #1e5799; border-top-color: #1e5799;}
.blue span::after {border-right-color: #1e5799; border-top-color: #1e5799;}
/*CUSTOM BXSLIDER*/

.thumb-slide{
    margin-top: 5px;
    margin-top: 5px;
    /* width: 90%; */
    background-color: #bbb;
    padding: 5px;
    padding-bottom: 2px;
}
.thumb-slide .slide img{
    border-radius: 5px;
    border: 1px solid #888;
    width: 100%;
}
.slider {
    padding: 15px 0;
}
.bx-div{
  box-shadow: 0 3px 3px 2px rgba(0,0,0,0.25);
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.slider .container .full-slide {
    position: relative;
}

.full-slide .bx-wrapper .bx-viewport {
    border: 0;
    box-shadow: none;
    left: 0;
    padding: 0;
    margin: 0;
    background: transparent;

}

.full-slide .bx-wrapper .bx-controls-direction a {
    width: 17px;
    height: 32px;
    position: absolute;
    top: 45%;
    z-index: 100;
    text-indent: 100px;
    overflow: hidden;
}

.full-slide .bx-controls-direction {}

.full-slide .bx-wrapper .bx-prev {
    left: 2%;
    background: url('images/prev.png') no-repeat 0px 0px;
}

.full-slide .bx-wrapper .bx-next {
    right: 2%;
    background: url('images/next.png') no-repeat 0px 0px;
}

.full-slide .bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.full-slide .bx-wrapper .bx-next:hover {
    background-position: 0 0;
}

.fed-partners {
    overflow: hidden;
    height: 140px;
}

.fed-partners a {
    border-radius: 5px;
}

.fed-partners img {
    border: 1px solid #ddd;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 137px;
    width: 242px;
    border-radius: 5px;
}
.thong-ke-content.full-slide{
    position: relative;
}
.thong-ke-content.full-slide .bx-wrapper .bx-controls-direction a {
    width: 17px;
    height: 29px;
    position: absolute;
    top: 45%;
    z-index: 100;
    text-indent: 100px;
    overflow: hidden;
    background-color: #ddd;
}
/*STYLE PAGGGING*/

.pagging {
    text-align: center;
}

.pagging ul {
    display: inline-block;
}

.pagging ul li {
    float: left;
}

.pagging ul li a {
    display: block;
    padding: 10px;
    color: #777;
}

.pagging ul li a:hover,
.pagging ul li a.current {
    color: #018dab;
}

.pagging ul li a.prev {
    background: url('images/pagging_prev.png') 5px 16px no-repeat;
    height: 25px;
}

.pagging ul li a.next {
    background: url('images/pagging_next.png') 15px 16px no-repeat;
    height: 25px;
}

.pagging ul li>p {
    position: relative;
    top: 7px;
    padding-right: 15px;
}
/*STYLE BREAKCRUM*/

.breakcrum {
    padding: 10px 0;
    height: 39px;
    background: #fff;
    padding-left: 15px;
    margin-bottom: 15px;
}

.breakcrum ul li {
    float: left;
}

.breakcrum ul li a {
    display: block;
    padding: 0px 15px;
    font-size: 14px;
    color: #777;
    background: url('images/break_li.png') 0px 6px no-repeat;
}

.breakcrum ul li a.active {
    color: #148ea8;
}

.breakcrum ul li:first-child a {
    padding-left: 0;
    background: transparent;
}

.breakcrum ul li:last-child a {
    color: #529fd3;
    border: none;
    max-width: 407px;
    overflow: hidden;
    /* height: 40px; */
    white-space: nowrap;
}

.dich-vu .title {
    margin-top: 10px;
}

.dich-vu {
    padding-top: 0;
}

.dich-vu .doi-tac {
    margin-top: 15px;
}

.san-pham-noi-bat,
.san-pham-moi {
    margin-top: 10px;
}

.content img {
    margin-bottom: 15px;
}

.cua-hang-item {
    position: relative;
    margin-bottom: 30px;
}

.cua-hang .line {
    margin-bottom: 10px;
}

.cua-hang h2.title {
    color: #148ea8;
    font-size: 20px;
}

.cua-hang-item h2 {
    position: absolute;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    z-index: 1;
    padding: 15px 10px;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 20px;
    left: 15px;
    right: 15px;
}

.cua-hang .pagging {
    margin-top: -20px;
}

.ct-cua-hang {
    padding: 10px 0;
}

.bao-gia {
    padding: 10px 0;
}

.bao-gia-item {
    margin-bottom: 20px;
}

.bao-gia-item img {
    float: left;
    padding-right: 15px;
}

.bao-gia-item h2 {
    color: #444;
    font-size: 14px;
    text-transform: uppercase;
}

.bao-gia-item p {
    color: #666;
}

.bao-gia-item a {
    color: #666;
    text-decoration: underline;
}

.bao-gia-item a:hover {
    color: #ec322c;
}

.ct-san-pham {
    padding-top: 10px;
}

.ct-san-pham .image img {
    border: 1px solid #ddd;
    width: 100%;
}

.ct-san-pham h1,
.description h2 {
    font-size: 14px;
    color: #444;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;
}

.detail-price {
    color: #ff3a34;
    font-size: 20px;
    text-transform: uppercase;
}

input.so-luong {
    padding: 3px 11px;
    border: 1px solid #ddd;
    width: 34px;
    font-size: 14px;
}

.ct-san-pham .info p {
    font-size: 14px;
    color: #666;
}

.mua-hang {
    margin-top: 10px;
    height: 34px;
    padding: 8px 20px;
    padding-left: 35px;
    background: #eb332d url('images/mua_hang.png') 10px 10px no-repeat;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 3px;
}

.mua-hang:hover {
    color: #fff;
    background: #33aec8 url('images/mua_hang.png') 10px 10px no-repeat;
}

.description {
    padding-top: 20px;
}

.ct-san-pham {}

.ct-san-pham {}

.tin-lien-quan .tin-tuc-moi,
.danh-sach-tin-tuc .tin-tuc-moi {
    margin-top: 10px;
}

.tin-lien-quan img,
.danh-sach-tin-tuc img {
 float: left;
 width: 150px;
 margin-right: 10px;
 margin-bottom: 15px;
 padding: 3px;
 border: 1px solid #ddd;
}

.danh-sach-tin-tuc {
    /*border-bottom: 1px solid #ddd;*/
    margin-bottom: 20px;
    background: #fff;
}
/*STYLE LIEN HE*/

.form-lien-he {
    padding-top: 30px;
}

.contact-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    color: #777;
}

.contact-form textarea {
    height: 150px;
    padding: 10px;
    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 20px;
    color: #777;
}

.info {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.info h2 {
    color: #444444;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.info p {
    line-height: 20px;
    margin: 0;
    font-size: 13px;
    margin-bottom: 7px;
}

.info p b {
    color: #555;
    font-size: 14px;
    font-weight: normal;
}
section.copyright .info {
    padding-top: 15px;
    margin: 0;
    border: none;
}

.video {
    padding-top: 20px;
}

.input-submit {
    padding: 8px 20px;
    border-radius: 3px;
    background: #eb332d;
    color: #fff;
    text-transform: uppercase;
    border: none;
    height: 34px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.input-submit:hover {
    background: #33aec8;
}

#map {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 450px;
}

.contact-input::-webkit-input-placeholder {
    color: #666;
}

.contact-input:-moz-placeholder {
    /* FF 4-18 */
    
    color: #666;
}

.contact-input::-moz-placeholder {
    /* FF 19+ */
    
    color: #666;
}

.contact-input:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #666;
}

.tim-kiem {
    padding-top: 10px;
}

section.san-pham {
    padding-top: 10px;
}
/*UPDATE CART*/

.cart {
    position: relative;
    z-index: 6;
}

.cart:hover .popup-shopping-cart {
    display: block;
}

.popup-shopping-cart {
    position: absolute;
    width: 300px;
    right: -147px;
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    display: none;
    z-index: 2;
    border: 1px solid #ddd;
}

.cart .product-name {
    padding: 0 5px;
}

.cart .product-total-price {
    font-size: 15px;
    color: #ff3a34;
    text-transform: uppercase;
    padding-left: 10px;
}

.cart .shopping-cart-total {
    padding-bottom: 10px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    color: #666;
}

.cart .wrap-btn {
    padding-top: 10px;
}

.cart .wrap-btn a {
    display: inline-block;
    background: #33aec8;
    color: #fff;
    text-transform: uppercase;
}

.cart .wrap-btn a:hover {
    background: #eb332d;
}

.cart .shopping-cart-total p {
    color: #666;
}

.mobile-menu ul ul {
    padding-left: 20px;
}

.shopping-cart-list-product tr img {
    padding-bottom: 10px;
}

.hot-line>p {
    text-align: center;
    font-family: Arial, sans-serif; font-weight:bold;
    font-size: 18px;
    color: red;
}

.hot-line>span {
    text-align: center;
    font-family: Arial, sans-serif; font-weight:bold;
    font-size: 22px;
    display: block;
    color: #333;
}

.hot-face {
    display: block;
    color: #fff !important;
    background: #3b5997 url('images/f_icon.png') 17px 10px no-repeat;
    padding: 17px 20px;
    margin: 15px;
    padding-left: 53px;
}

.product-info h1 {
    color: red;
    font-size: 26px;
    text-transform: uppercase;
    font-family: Arial, sans-serif; font-weight:bold;
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.product-img img {
    padding: 10px;
    border: 1px solid #ddd;
    width: 100%;
}

.old-price {
    font-size: 18px;
    text-decoration: line-through;
    display: inline-block;
    padding-right: 15px;
    font-family: Arial, sans-serif; font-weight:bold;
    color: red;
}

.price {
    font-size: 26px;
    display: inline-block;
    padding-right: 15px;
    font-family: "Open Sans Bold", sans-serif;
    color: #fff;
    padding-top: 5px;
}

.price-panel {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
    margin-top: 30px;
    background: red;
}

.buy-panel {
    background: #eee;
    padding: 20px;
    border: 1px solid #ddd;
    margin-top: 15px;
    text-align: left;
}

.buy-panel .add-cart {
    display: inline-block;
    /* padding: 10px; */
    
    font-size: 60px;
    width: 90px;
    color: #fff;
    border-radius: 10px;
    border-bottom: 3px solid #cb0909;
    background: #529fd3;
    height: 85px;
    padding-left: 13px;
    margin-right: 10px;
    cursor: pointer;
}

.buy-panel .number {
    display: inline-block;
}

.up-down {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}

.up-down .minus,
.up-down .num,
.up-down .plus {
    float: left;
}

.number h3 {
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #529fd3;
    font-family: "Open Sans Bold", sans-serif;
    padding: 10px 0;
}

.up-down .minus {
    border: 1px solid #ddd;
    vertical-align: middle;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: none;
    background: url('images/plus-minus-icon.png') no-repeat;
    background-position: 6px 6px;
    height: 32px;
    width: 32px;
    cursor: pointer;
}

.up-down .plus {
    border: 1px solid #ddd;
    vertical-align: middle;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: none;
    background: url('images/plus-minus-icon.png') no-repeat;
    background-position: 6px -15px;
    height: 32px;
    width: 32px;
    cursor: pointer;
}

.up-down .num {
    height: 32px;
    width: 40px;
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
    padding-top: 3px;
    font-family: "Open Sans Bold", sans-serif;
    background: #fff;
    color: #FF0000;
    font-size: 18px;
}
.product-images img{
    margin-right: 10px;
    padding: 5px;
    border: 1px solid #ddd;
}
.product-images{
    padding: 15px 0;
}
.content-title{
    font-size: 18px;
    font-family: "Open Sans Bold", sans-serif;
    background: #ddd;
    color: #555;
    padding: 10px 0;
    margin: 15px 0;
    margin-top: 25px;
    text-transform: uppercase;
    text-align: center;
}
.cam-ket{
    padding: 15px 30px;
    background: #eee;
    color: #cb0909;
    padding-bottom: 15px;
    margin-top: 20px;
}
.cam-ket h2{
    font-size: 18px;
    font-family: Arial, sans-serif; font-weight:bold;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0;
}

.dat-hang-ngay{
    padding: 15px 30px;
    background: #529fd3;
    color: #fff !important;
    font-family: Arial, sans-serif; font-weight:bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    display: block;
    margin: 0 auto;
    width: 277px;
    border-radius: 10px;
    border-bottom: 3px solid #cb0909;
}
.dat-hang-ngay .fa{
    font-size: 24px;

}
.buy-panel .add-cart:hover,.dat-hang-ngay:hover{
    background: red;
}
.intro-panel{
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    border-top: none;
    overflow: hidden;
}
.detail-title{
    background: #eee;
    margin: 15px 0;
}
.gia{
    font-size: 16px;
    font-weight: bold;
    padding-right: 5px;
    position: relative;
    top: -2px;
    color: yellow;
}



/*TAB*/

.product-tab .tab{
    border-bottom: 3px solid #0765B8;
    display: block;
    margin-bottom: 10px;
    font-family: "Arial",sans-serif;
    margin-top: 15px;
}
.product-tab .tab ul li{
    float: left;
    border-right: 1px solid #fff;
}
.product-tab .tab ul li.active a,.product-tab .tab ul li a:hover{
    background: #0765B8;
    color: #fff;
}
.product-tab .tab ul li a{
    padding: 10px 20px;
    color: #333;
    background: #fff;
    display: block;
    text-transform: uppercase;
    font-weight: bold;

}
.tab-content{
    display: none;
}

#tab-1{
    display: block;
    overflow: hidden;
}

#tab-2 {
    overflow: hidden;
}

.pagination-row {
    margin-top: 20px;
    margin-bottom: 10px;
}
.btn-pagination {
    border: 1px solid #FF0000;
    border-radius: 5px;
    padding: 8px 18px;
    background: #FFF;
    color: #FF0000;
    text-transform: uppercase;
}

.btn-pagination:hover {
    background: #FF0000;
    color: #FFF;

}
.tin-item{
    padding-bottom: 15px;
    position: relative;
    
}

.tin-dich-vu h2 {
    padding: 0;
    /* padding-bottom: 10px; */
    position: absolute;
    bottom: 15px;
    padding: 15px;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
}
.tin-lien-quan img{
    width: 30%;

}

.tin-lien-quan h2{
    font-weight: normal;
    line-height: 22px;
}
.ads-banner.left-banner{
    top: 180px;
    left: 20px;
    position: absolute;
    
}
.ads-banner.right-banner{
    top: 180px;
    right: 20px;
    position: absolute;
    
}
.tin-des{
    height: 49px;
    overflow: hidden;
    margin-top: 10px;
}

.account-menu{
    position: absolute;
    right: 0;
    background-color: #fff;
    padding: 10px;
    text-align: left;
    display: none;
    width: 100px;
    top: 20px;
    z-index: 9;
}
.account-menu a{
    display: block;
    margin-bottom: 10px;
    font-size: 13px;

}
.tar{
    position:relative;
}
.account-menu li:last-child a{
    margin-bottom: 0;
}
.account{
    display: inline-block;
    position: relative;
}
.account:hover .account-menu{
    display: block;
}


/*
ERROR 404 PAGE
================================================ */
.error-404-page {
    text-align: center;
    margin: 10% 0 10%;
    font-size: 1.3em;
    font-weight: 100;
}
.error-404-title {
    border: solid 1px #0765B8;
    box-shadow: 0 0 0 9px #fff, 0 0 0 10px #0765B8;
    border-radius: 100%;
    margin: auto auto 40px;
    font-size: 4.5em;
    line-height: 100%;
    color: #0765B8;
    padding-top: 60px;
    width: 220px;
    height: 220px;
}
.error-404-title span {
    display: block;
    font: bold .45em Arial, sans-serif;
    text-transform: uppercase;
}
label{
    color: #333;
}
.request-product{
    border: none;
    padding: 0;
}

#subcribe{
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 10px;
    margin: 0 0 0 0;
}

#subscibe-description {
    font-size: 12px;
}

.subscrible input{
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 210px;
    font-size: 12px;
}
.request-product p.time{
    margin-top: 0;
    float: none;
    text-align: left;

    margin-bottom: 10px;
}
.contact-tab .tab{
    margin-top: 0;
    margin-bottom: 0;
}
.slider{
    padding-top: 18px;
    padding-bottom: 25px;
}

@media (max-width: 1024px) {
    body{
        background: #fff;
    }
    section.header{
        width: 106%;
    }
}

.facebook-icon {
    color: #43609C !important;
}


.product-item h3{
    text-align: center;
}

.price a {
    color: #FFF;
}
@media (max-height: 800px) {
    .ads-banner{
        height: 500px;
    }
    .ads-banner img{
        height:500px;
        width: 130px;
    }
}