/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

/* Các tùy chỉnh CSS của giao diện nên để vào đây */
body{
    background: #fff;
}
#body{
    box-shadow: none !important;
    border: 0;
    margin-top: 15px;
}
.section-header-bar{
    background: #14457b;
}
.section-header{
    background: #fff;
}
.header-nav a{
    color: #fff;
}
.header-nav, .header-nav-inner{
    color: #fff;
}
.header-nav a.button{
    background: none;
    color: #fff;
}
#header .logo h2, #header .logo .site_description{
    display: none;
}
#header .logo img{
    max-height: 60px;
}
#header .right-ads{
    text-align: right;
}
#header .widget{
    color: #808080;
}
#header .widget a{
    text-transform: uppercase;
    color: #808080;
    font-size: 12px;
}
#header .widget h5{
    color: #000;
    font-size: 14px;
}
#header .widget i{
    font-size: 42px;
    color: #2490eb;
}
#header .widget ul li{
    text-align: left;
}
.headerSearch .btn-info{
    background-color: #00a3c8;
    border-color: #00a3c8;
}
.headerSearch .form-control, .headerSearch .btn{
    border-radius: 0;
}
.third-nav .row{
    border: 0px;
}
.third-nav .bg{
    background: none;
}
.socialList li a{
    background: none;
    color: #fff;
}
.section-nav{
    background: #2490eb;
    padding: 15px 0;
}
.section-nav .box-shadow{
    box-shadow: none;
}
#menusite .navbar-default{
    background-color: #2490eb;
    border-bottom-color: #2490eb;
}
#menusite .navbar-default .navbar-nav > li > a{
    color: #fff;
    text-transform: uppercase;
}
#menusite .navbar-default .navbar-nav > li > a:hover,
#menusite .navbar-default .navbar-nav > li > a:focus,
#menusite .navbar-default .navbar-nav > .active > a,
#menusite .navbar-default .navbar-nav > .active > a:hover,
#menusite .navbar-default .navbar-nav > .active > a:focus,
#menusite .navbar-default .navbar-nav > .open > a,
#menusite .navbar-default .navbar-nav > .open > a:hover,
#menusite .navbar-default .navbar-nav > .open > a:focus {
    background: #ffcb05 !important;
}
#menusite .dropdown-menu{
    background-color: #fff !important;
    border-color: #eee !important;
    border-radius: 0 !important;
}
#menusite .dropdown-menu > li > a{
    color: #666;
}
#menusite .dropdown-menu > li > a:hover,
#menusite .dropdown-menu > li > a:focus,
#menusite .dropdown-menu > .active > a,
#menusite .dropdown-menu > .active > a:hover,
#menusite .dropdown-menu > .active > a:focus,
#menusite .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
#menusite .navbar .navbar-nav .open .dropdown-menu > li > a:focus,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    background: #2490eb !important;
    color: #fff;
}
#footer{
    background-color: #14457b !important;
    margin-top: 15px;
}
#footer, #footer a{
    color: #fff;
}
#footer h3{
    color: #fff;
}
.footerNav2{
    background-color: #2490eb;
    color: #fff;
}
.footerNav2 .bttop a{
    background-color: #ffcb05;
    color: #fff;
}
.footerNav2 .copyright {
    padding-top: 10px;
    color: #fff;
}
.footerNav2 .copyright a{
    color: #fff;
}
.footerNav2 .copyright a:hover{
    color: #d9534f;
}
.panel-blue{
    background: #f4f6f9;
    padding: 10px;
    border-radius: 3px;
}
.panel-blue .panel-heading{
    position: relative;
    background: none !important;
    color: #111;
    font-weight: 700;
    padding: 0 0 10px;
}
.panel-blue .panel-heading:after {
    bottom: -1px;
    content: "";
    background: #00a3c8;
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
    border: 1px solid #00a3c8;
}
.panel-title_home{
    box-shadow: none;
}
.panel-title_home .panel-heading{
    text-align: center;
    font-weight: 700;
    color: #111;
    background: none !important;
    font-size: 22px;
    text-transform: uppercase;
}
.panel-title_home .title-icon{
    background-image: url(../images/title-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    max-width: 160px;
    position: relative;
    height: 25px;
}
.panel-title_home .title-icon:before {
    content: "";
    background: #00a3c8;
    height: 2px;
    position: absolute;
    right: 20px;
    top: 12px;
    width: 30px;
}
.panel-title_home .title-icon:after {
    content: "";
    background: #00a3c8;
    height: 2px;
    left: 24px;
    position: absolute;
    top: 12px;
    width: 30px;
}
.featured-products .col-ser{
    position: relative;
    transition: all .3s;
    background: #fff;
    padding: 15px 35px;
    margin-bottom: 25px;
    box-shadow: 1px 1px 7px 0px #d6d6d6;
    text-align: center;
}
.featured-products .col-ser:hover{
    box-shadow: 3px 3px 7px 2px rgba(0,0,0,.15);
    transition: all .3s;
}
.featured-products .col-ser p{
    height: 100px;
    overflow: hidden;
    text-align: justify;
}

.featured-products .col-ser:before{
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 7px;
    height: 100%;
    background:#14457b;
    border-radius: 0px 10px 10px 0px;
}
.featured-products .col-ser .more{
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 0;
}

.featured-products .col-ser .more span{
    display: block;
    position: relative;
    height: 100%;
    line-height: 1;
    width: 100%;
    padding: 10px 10px 35px 35px;
    background:#14457b;
}

.featured-products .col-ser .more span:after{
    content: "";
    width: 0;
    height: 0;
    border-bottom: 60px solid #fff;
    border-right: 60px solid transparent;
    bottom: -1px;
    left: -1px;
    position: absolute;
}
.featured-products .col-ser a{
    color: #2490eb;
}
.featured-products .col-ser img{
    max-height: 100px;
    height: 100px;
    max-width: 200px;
    margin-bottom: 10px;
}

.featured-products .col-ser .text{
    color: #2490eb;
    font-weight: 700;
    background: #d3e9fb;
    margin-bottom: 0;
    padding: 5px 0px;
}
.warranty{
    background: url(../images/warranty-bg.jpg) no-repeat top center;
    background-size: cover !important;
    padding: 100px 30px 40px 30px;
    min-height: 520px;
    border-radius: 3px;
}
.warranty h1{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 24px;
}
.warranty .box-warranty{
    border: 10px solid #eeeeee !important;
}
.warranty .box-warranty .form-control, .warranty .box-warranty .btn{
    border: 0px;
    border-radius: 0px;
    height: 40px;
}
.warranty #show-product{

}
.warranty #show-product-all {
  margin-top: 20px;
}
.warranty .product-info{
    padding: 0px;
}
.warranty #show-product-all .product-info li{
    width: 49%;
    display: inline-block;
}
.warranty #show-product-all .product-info li .type-card{
    height: 14px;
    width: 75px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}
.warranty #show-product-all .product-info li .type-card-1{
    background-image: url(../images/type/cercon_logo.png);
}
.warranty #show-product-all .product-info li .type-card-2{
    background-image: url(../images/type/lava_logo.png);
}
.warranty #show-product-all .product-info li .type-card-3{
    background-image: url(../images/type/zirconia_logo.png);
}
.warranty #show-product-all .product-info li .type-card-4{
    background-image: url(../images/type/ddbio_logo.png);
}
.warranty #show-product-all .product-info li .type-card-5{
    background-image: url(../images/type/vita_logo.png);
}
.warranty #show-product-all .product-info li .type-card-6{
    background-image: url(../images/type/emax_logo.png);
}
.warranty #show-product-all .product-info li .type-card-7{
    background-image: url(../images/type/katana_logo.png);
}
.warranty #show-product-all .product-info li .type-card-8{
    background-image: url(../images/type/kimloai_logo.png);
}
.warranty #show-product-all .product-info li .type-card-9{
    background-image: url(../images/type/chromecobalt_logo.png);
}
.warranty #show-product-all .product-info li .type-card-10{
    background-image: url(../images/type/titan_logo.png);
}
.warranty #show-product-all .product-info li .type-card-11{
    background-image: url(../images/type/ceramill_logo.png);
}
.warranty #show-product-all .product-info li .type-card-12{
    background-image: url(../images/type/cerconst_logo.png);
}
.warranty #show-product-all .product-info li .type-card-13{
    background-image: url(../images/type/venus_logo.png);
}
.warranty #show-product-all .product-info li .type-card-14{
    background-image: url(../images/type/onlay_logo.png);
}
.warranty #show-product-all .product-info li .type-card-15{
    background-image: url(../images/type/ZIRCONIA-CHROMECOBALT_logo.png);
}
.warranty #show-product-all .product-info li .type-card-16{
    background-image: url(../images/type/ZIRCONIA-TITAN_logo.png);
}
.warranty #show-product-all .product-info li .type-card-17{
    background-image: url(../images/type/AllOn4_logo.png);
}
.warranty #show-product-all .product-info li .type-card-18{
    background-image: url(../images/type/ZIRCONIA-KIMLOAI_logo.png);
}
.warranty #show-product-all .product-info li .type-card-19{
    background-image: url(../images/type/ZircoHt_logo.png);
}
@media (max-width: 767.98px) {
    #header .logo img {
        max-height: 60px;
    }
    #menusite .navbar-toggle {
        border-color: #ffcb05;
        background-color: #ffcb05;
    }

    #menusite .navbar-toggle:hover,
    #menusite .navbar-toggle:focus {
        color: #fff;
        background-color: #245682;
        border-color: #245682;
    }
    #menusite .navbar-default .navbar-nav > li > a{
        background-color: #fff;
        color: #18100f;
    }
    #tip .socialList a{
        color: #333;
    }
    #tip .socialList a:hover{
        color: #fff;
    }
    #header .right-ads{
        text-align: center;
    }
}