@charset "utf-8";

/* CSS Document */
h1,h2,h3,h4{    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color: white}
.vs-container-fluid{
    background: #484848; 
}
.btn-red, .btn-red:link, .btn-red:visited, .btn-red:active, .btn-red:focus {
    font-family: "Open Sans";
    border-radius: 3px;

}
p {color:#fff !important; font-weight: 300; font-size: 16px;}
#products  p{color:#000 !important}
.affix {
    border-bottom: 0px solid #eee;
    -webkit-box-shadow: 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px #eee;
}

.affix>div>div>div>div>ul.navbar-right {
    padding: 0.6em 0 0 0;
}
a .btn-secondary{
    background: rgba(0,0,0,0.7);
  
    color: white;
}

a:hover .btn-secondary {
     background: #B31b34;
 color: white;
}

#products .model-list .list-tag {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    font-size: .9rem;
    color: #fff;
    background: #900;
    font-weight: bolder;
    padding: .25rem 1rem;
}
#products .model-list .list-tag.on, #products .model-list .list-tag.off, #products .model-list .list-tag.archive {
 display: none
}
.navbar-toggle {
    color: #EEE;
}
.vx76-hero{
  
    text-align: left;
    color: #fff }
.vx76-hero h1 {    
    font-weight: 400;
    font-size: 60px;
    letter-spacing: 2px;
    margin-bottom: 0;
   
   

}

.vx76-hero h3{
    letter-spacing: 1px;
    font-weight: 200;
    font-size: 24px;
    padding-top: 1rem;

}
.key-button{
    display: flex;
}
.key-button a{
   flex:1;display: flex;
   flex-direction: column;
   padding: 1em;
border: #fff 1px solid;
border-radius: 4px;
margin: 2em;
color: #fff;
}
.key-button a:hover{
    background: #d41313;
    color:white;
    border: #d41313 1px solid;
    transition: border 0.5s, color 0.1s, background 0.5s;
    text-decoration: none;
}
.key-button li{
display: flex;


flex: 1;
text-align: center;
list-style: none;
justify-content: center;
align-items: center;
}
.icon-3{
    position: absolute;
    bottom: 0;
    padding-bottom: 3em;
    right: 0;
    left: 0;
    
}
.icon-key{
    max-width: 120px; 
    padding: 1em 0;
}

.rc-keyfeature {
    padding: 1em 0;
    max-width: 1366px;

}
.rc-feature{
    max-width: 1200px;
}
.rc-text{
    background: #d61b1b;
    padding: 2em;

}
.rc-text h2{
    color: white;

}
.icon-i{
    max-width: 100px; 
    padding-top: 2.5em;
    padding-bottom: 0em;
}
.kv.vs-container-fluid {
    background-color:#000;
    background: url(/vsAssetFile/vn/img/staticPage/products/lcd/2k/kv-bg.jpg) no-repeat  50% 90%;
    background-size: cover;

    height: 90vh
    

}
.kv  .rc-keyfeature{max-width: 1500px; padding-bottom: 2em }
#products h3{
    color: #900; font-weight: 700;margin-top: 0
}
#products .tag{
    min-height: 55px;
    color: #eed009;
}
#products .col-sm-4{
    padding-bottom: 5em;
}
#products .tagline-row ul {
    list-style-type: none;
    margin-left: 1.5em;
    padding-left: 0;
    color: #000;
    font-size: 16px;
    padding-top: 2em;

}
#products .tagline-row li{
   
    line-height: 200%;
}
.tagline-row li::before {

    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    font-size: .9rem;
    color: #900;
    display: inline-block;
    width: 1.5em;
    margin-left: -1.5em;

}

.uk-slider-items,.uk-slider-items:not(.uk-grid){
    display: flex;
    align-items: flex-start;
}
#products .btnmenu-buy{
padding: 10px 0 10px 0;
text-align: center;

}
#products .btnmenu-buy li{
    border: none;
   padding: 5px 0;
}
.dropdown-menu{
    top:80%;
    margin:0;
    min-width: 180px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: white;
    text-decoration: none;
    background-color: #900;
}

.btn-red-outline, .btn-red-outline:link, .btn-red-outline:visited, .btn-red-outline:active, .btn-red-outline:focus{
    background: #fff;
    color: #900;
    border:1px #900 solid;
}
.btn-red-outline:hover {
    background-color: #770000;
    border-color: #770000;
    color: #fff;}
 .rc .col-md-6{
        padding-left: 2rem;
        padding-right: 2rem; 
    }
#products .row{margin-left: auto;margin-right:auto;}
/*
.quotation-mark{
    margin-top: 0.5em;
    text-align: left !important; 
    font-weight: bold;
    font-size:100px;
    color:white;
    font-family: "Times New Roman", Georgia, Serif;
}
.quote-text{
    text-align: left !important; 
    font-size: 14px;
    font-style: italic;
    padding-bottom: 3em;

}
#review .col-sm-6{
    padding-right: 35px;
    padding-left: 35px;

}*/
.mx-auto{
    margin-right: auto !important;
    margin-left: auto !important;
}
.px-md-5{ padding-left: 3em !important;padding-right: 3em !important }
.py-3{
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
.py-5{
    padding-top: 3em;
    padding-bottom: 3em;
}
.pb-5{

    padding-bottom: 3em;
}
.pb-3{

    padding-bottom: 1.5em;
}
.px-3{
    padding-right: 1.5em;padding-left: 1.5em;
}
.gray-bg{
    background: #2a2a2a;
}
.white-bg{background:white }
.mx-auto{
    margin-right: auto; margin-left: auto;
}
.pull-md-right{float: right;!important}

.grid-item > .product-image {
	display: flex;
	height: 80%;
}

.grid-item > .product-image > img {
	align-self: center;
	margin: 1em auto;
}

.grid-item > .product-link {
	height: 20%;
	display: inline-block;
}

#reviews .model { color: #900;font-weight: 600;padding-top: 0.5em; padding-bottom: 0.2em; font-size: 85%}

#reviews .uk-card-body {
	padding: 10px 40px;
    background-color: #fff;
}

#reviews .uk-card-default {
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.03);
    box-shadow: 0 3px 10px rgba(0,0,0,.03);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border: 1px solid#F1f1f1;
}

#reviews a {
    text-decoration: none;
}

#reviews a.uk-card-default:hover {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.1);
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

#reviews a .uk-card-default:hover {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.1);
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

#reviews .uk-card-media-top {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

a.uk-slidenav {
    background-color: rgba(255, 255, 255, 0.35);
}

.uk-slidenav {

    color: #000 !important;
    background-color: #FFF;
    border-radius: 50%;
    padding: 10px 15px;

    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .07), 0 3px 10px 0 rgba(0, 0, 0, .07), 0 5px 10px 0 rgba(0, 0, 0, .07);

    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .07), 0 3px 10px 0 rgba(0, 0, 0, .07), 0 5px 10px 0 rgba(0, 0, 0, .07);

}

a.uk-slidenav svg {
    padding: 2px;
}



@media (max-width: 768px) {
    .kv.vs-container-fluid {
    background: url(/vsAssetFile/vn/img/staticPage/products/lcd/2k/kv-bg-s.jpg) no-repeat  50% 50% !important; background-size: cover;height: 70vh}

   .vx76-hero h1 {    
    font-size: 5vh;}
    .rc-keyfeature{
    padding: 0;}
    #products .tag{
    min-height: 15px;}
    #products .col-sm-3{
        padding-bottom: 5em;
    }
    .key-button{
    display: inline;}
    .key-button a{
        margin:0.5em;}
        .px-md-5{ padding-left: initial !important;padding-right:  initial !important }


}
@media (max-width: 992px) {
     .key-button a{
        margin:0.5em;}  
    .icon-3{
    position: relative;
} 
.pull-md-right{float: none !important}
    }
@media (min-width: 992px) {
    .pl-lg-3{padding-left: 1.5em;} 
     .pr-lg-3{padding-right: 1.5em;} 
     .px-lg-5{padding-right: 3em;padding-left: 3em;}
     .pb-lg-5{padding-bottom: 3em}
     .pb-lg-3{padding-bottom: 1.5em}
 }
@media (max-width: 1366px) {
    .kv  .rc-keyfeature{max-width: 1000px; padding-bottom: 2em}
    .vx76-hero h1{font-size: 45px;}
}