.hp{
    color: #a60035 !important;
}
.vendor-content-inner h2 {
  font-size: 30px;
  font-weight: 800;
  color: #222;
}
.vendor-content-inner h3 {
  font-size: 28px;
}
.vendor-content-inner .btn-primary {
	color: #fff;
  background-color: #a60035;
	border-color: #a60035;
}
#lgvideo{
  position: relative;
}
#lgvideo .video-content{
  position: absolute;
  color: #fff;
  top: 30px;
}
#lgvideo .video-content h2 {
  color: #fff;
  font-size: 40px;
}
#lgvideo .video-content {
  position: absolute;
  color: #fff;
  top: 165px;
  width: 100%;
  text-align: center;
  background-color: rgba(0,0,0,0.5);
  padding-bottom: 15px;
}
.cards-title h4{
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  margin: 20px 0 0;
  color: #a60035;
  min-height: 35px;
}
.cards-content{
  text-align: center;
  font-size: 15px;
}
.cards-content p {
  min-height: 20px;
  font-size: 12px;
}
.cards-content h5,
.cards-content ul li {
  font-size: 12px;
}
.cards .cards-image img,
.bottom-content img{
  max-width: 100%;
  height: 160px;
}
.cards-image img {
  margin: 0px auto 0;
  display: block;
}
.cards .cards-content ul li,
.cards .cards-content table tr td{
  text-align: left;
}
:is(#section2,#section3) h2{
  color: #fff !important;
  background-color: #a60035;
  padding: 10px 0;
}
#section3{
    margin-top: 60px;
}
#section3 .box-container{
    background: url('/images/LG_Displays/grid-blue-dark-bg.png') no-repeat top center;
    height: 300px;
    background-size: cover;
    cursor: pointer;
    border: 3px solid #fff;
}
#section3 .box-container.b{
    background-image: url('/images/LG_Displays/bg_graphic_tvdisplay01.png');
    background-position-x: right;
}
#section3 .box-container.d{
    background-image: url('/images/LG_Displays/hero5.jpg');
    background-position-x: left;
    background-size: 525px;
    background-position-y: center;
}
#section3 .box-container.e{
    background-image: url('/images/LG_Displays/bg_graphic_tvdisplay02.png');
    background-position-x: right;
}
#section3 .box-container.f{
    background-image: url('/images/LG_Displays/bg_graphic_tvdisplay04.png');
}
#section3 .box-container.g{
    background-image: url('/images/LG_Displays/video-wall-indoor.jpg');
    height: 300px;
    background-position-y: bottom;
}
#section3 .row .col-md-4{
    padding-right: 0px;
    padding-left: 0px;
}
#section3 .boxes{
    padding-top: 40px;
}
#section3 h3{
    margin-top: 0px;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    font-size: 22px;
    padding: 10px 0px;
}
#section3 .box-container:hover h3{
    background-color: #a60035;
}
.titles .col-md-12.col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
}
.titles h2 {
    margin-bottom: 0px;
}
.boxes img{
    max-width: 100%;
    height: auto;
    width: 275px;
}
.row.last {
    margin-right: -30px;
    margin-left: -30px;
}
.tab-pane {
    padding: 30px 10px 30px;
}
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover {
    color: #a60035;
}
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover{
    background-color: #a60035;
}
@media only screen and (max-width: 900px) {
  #lgvideo .video-content h2 {
    font-size: 25px;
  }
  #lgvideo .video-content p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 500px) {
    .cards {
      margin-bottom: 60px;
    }
    #lgvideo .video-content{
      top: 64px;
    }
}
@media only screen and (max-width: 390px){
  #lgvideo .video-content h2 {
      font-size: 22px;
      margin-top: 10px;
  }
}
@media only screen and (max-width: 320px){
  #lgvideo .video-content {
      top: 24px;
  }
}




