

.home-banner-1 {
    background: url(https://www.hlcorp.com.sg/motorcycles/images_banners/1/6.jpg)
}
.home-banner-2 {
    background: url(https://www.hlcorp.com.sg/motorcycles/images_banners/1/1.jpg)
}
.home-banner-3 {
    background: url(https://www.hlcorp.com.sg/motorcycles/images_banners/1/2.jpg)
}

.footer-img {
    background-image: url(https://www.hlcorp.com.sg/motorcycles/images_information/images_page_banners/6.jpg);
}

.page-banner-about {
    background: url(https://www.hlcorp.com.sg/motorcycles/images_information/images_page_banners/1.jpg);
    background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.page-banner-service {
    background: url(https://www.hlcorp.com.sg/motorcycles/images_information/images_page_banners/3.jpg);
    background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.page-banner-warranty {
    background: url(https://www.hlcorp.com.sg/motorcycles/images_information/images_page_banners/7.jpg);
    background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.page-banner-promotion {
    background: url(https://www.hlcorp.com.sg/motorcycles/images_information/images_page_banners/4.jpg);
    background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.page-banner-contact {
    background: url(https://www.hlcorp.com.sg/motorcycles/images_information/images_page_banners/5.jpg);
    background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.page-banner-product-10 {
    background: url(https://www.hlcorp.com.sg/motorcycles/images_information/pcategory_10.jpg);
    background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.page-banner-product-11 {
    background: url(https://www.hlcorp.com.sg/motorcycles/images_information/pcategory_11.jpg);
    background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.page-banner-product-12 {
    background: url(https://www.hlcorp.com.sg/motorcycles/images_information/pcategory_12.jpg);
    background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.page-banner-product-1 {
    background: url(https://www.hlcorp.com.sg/motorcycles/images_information/pcategory_1.jpg);
    background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.page-banner-product-3 {
    background: url(https://www.hlcorp.com.sg/motorcycles/images_information/pcategory_3.jpg);
    background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.page-banner-product-4 {
    background: url(https://www.hlcorp.com.sg/motorcycles/images_information/pcategory_4.jpg);
    background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}
.page-banner-product-6 {
    background: url(https://www.hlcorp.com.sg/motorcycles/images_information/pcategory_6.jpg);
    background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}
.page-banner-product-9 {
    background: url(https://www.hlcorp.com.sg/motorcycles/images_information/pcategory_9.jpg);
    background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.mt_80 {
    margin-top:-80px;
}

.mt_120 {
    margin-top:-120px;
}

.mt_160 {
    margin-top:-160px;
}

.mt_200 {
    margin-top:-200px;
}

.mt_240 {
    margin-top:-240px;
}

.mt_280 {
    margin-top:-280px;
}

.mt_320 {
    margin-top:-320px;
}

.r-title {
    font-size:24px;
}

.text-red {
    color: #ed1c24;
}

.pb-50 {
    padding-bottom: 50px;
}

.mb-20 {
    margin-bottom:20px;
}

.gray-border {
    border: 1px solid #cccccc;
}

.pb-20 {
    padding-bottom: 20px; 
}

.p-20 {
   padding:20px
}

table{
    width:100%; 
    border-collapse:collapse; 
    
}

table th{ 
    padding:10px; border:#cccccc 1px solid;
    background:#6666;
     font-size: 14px;
     font-family: "Nanum Gothic", sans-serif;
     font-weight: 700;
     color:#000000;
}

table td{ 
    padding:10px; border:#cccccc 1px solid;
     font-size: 14px;
     font-family: "Nanum Gothic", sans-serif;
     color:#000000;
}
table td p{ 
margin-bottom:10px; 
}
/* provide some minimal visual accomodation for IE8 and below */
table tr{
    background: #cccccc;
    color:#000000;
}
/*  Define the background color for all the ODD background rows  */

table tr:nth-child(odd){ 
    background: #cccccc;
    color:#000000;
}
/*  Define the background color for all the EVEN background rows  */
table tr:nth-child(even){
    background: #FFFFFF;
    color:#000000;
}

.mt-10 {
    margin-top:10px;
}