@font-face {
    font-family: 'open_sans';
    src: url('/template/asset/font/EnFont/opensans-regular-webfont.woff2') format('woff2'),
    url('/template/asset/font/EnFont/opensans-regular-webfont.woff') format('woff'),
    url('/template/asset/font/EnFont/opensans-regular-webfont.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: open_sans, sans-serif, Tahoma;
    direction: ltr;
    text-align: left;
    background-color: #222222;
    letter-spacing: normal;
}
#top-header{
    background:rgba(211,6,9,1.00);
    color: #ffffff;
    height: 50px;
    border-bottom: 1px solid #111;
}
.canvas-btn{
    display: none;
}
h1.page-title{
    color: #3f3910;
    padding-bottom: 20px;
    border-bottom: 3px solid #bf0000;
}
a.show-more{
    font-weight: bold;
    color: #006b83;
}
.product-row{
    transition: all 300ms;
}
.product-row:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #DDDDDD;
    right: 0;
    z-index: 1;
}
.slideshow{
    height: calc(100vh - 480px) !important;
}
div#Search-Area{
    display: none;
}
.product-btn{
    padding: 5px 10px;
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    color: #333333;
}
.ajax-loading{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    text-align: center;

}
.product-image-col{
    display: inline-block;
    width: 100px;
    margin: 0 auto;

}
h3.product-name{
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #D30609FF;
}
a.product-content{
    padding: 5px 10px;
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    color: #333333;
    margin-right: 2px;
}
a.product-content:hover{
    background-color: #EEEEEE;
}

.pp ul li::before {
    content: "+" !important;
    padding-right: 10px;
    font-weight: bold;
    color: rgba(211, 6, 9, 1.00);
    font-size: 18px;
}
.pp ul{
    list-style: none;
}
.product-image-col img{
    width: 80px;
}
.product-image-first-col{
    display: block;
    text-align: center;
}
.product-row:hover{
    background-color: #f3f3f3;
}
.news-row-item{
    padding: 10px 0;
}
#top-header a{
    color: #ffffff;
}
.product-row-content{
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    font-size: small;
    padding: 1px 3px;
    background-color: #f3f3f3;
}
a{
    text-decoration: none;
}
.font-icon{
    font-size: 1.3rem;
}
#menu-area{
    height: 100px;
    background-color: #222222;
    padding-top: 15px;
}
ul.main-menu{
    padding-top: 20px;
}
ul.main-menu li{
    color: #ffffff;
    list-style: none;
    display: inline-block;
    font-size: 18px;
    padding: 0 10px;
}

.product-group-list{
    padding: 0;
}
.product-group-list-item a{
    color: #222222;
}

.product-group-list li{
    list-style:none;
    display: inline-block;
    width: 100%;
    padding: 3px;
    margin: 0;
    border-bottom: 1px solid #ddd;
}
.product-group-list li:hover{
    background-color: #D30609FF;
}
.product-group-list li:hover a{
    color: #ffffff;
}
#SubMenu{
    position: absolute;
    top: 100px;
    width: 100%;
    z-index: 2;
    border-bottom: 1px solid #c5c5c5;
    display: none;
    padding-bottom: 20px;
}
ul.main-menu li a{
    color: #ffffff;
}
.catalogue-manu li{
    list-style: none;
    background-color: #e6e7e8;
    padding: 20px;
    border-radius: 30px;
    -webkit-border-radius: 20px;
    margin-bottom: 5px;
    color: #625b20;
}
.catalogue-manu li a{
    color: #625b20;
}

.catalogue-manu li a:hover{
    color: #a19a50;
}

.btn-product{
    --bs-btn-color: #fff;
    --bs-btn-bg: #413b16;
    --bs-btn-border-color: #413b16;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #625b20;
    --bs-btn-hover-border-color: #b68c0c;
    --bs-btn-focus-shadow-rgb: 66,70,73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #625b20;
    --bs-btn-active-border-color: #625b20;
    --bs-btn-active-shadow: inset 0 3px 5px rgb(65, 59, 22);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #413b16;
    --bs-btn-disabled-border-color: #413b16;
    font-size: 12px;
}
#footer-area{
    background: rgb(10, 10, 10);
    color: #ffffff;
    border-top: 3px solid rgb(63, 63, 63);
}
ul.footer-menu li{
    list-style: none;
    font-weight: bold;
}
ul.footer-menu li a{
    color: #3f3910;
}
ul.footer-menu-ul li{
    list-style: none;
    line-height: 22px;
}
ul.footer-menu-ul{
    padding: 0;
}
.transition-image{
    overflow: hidden;
}
.transition-image img{
    transition: transform 1s;
}
.transition-image img:hover{
    transform: scale(1.1)
}
.product-row-image{
    display: contents;
    float: right;
}
ul.footer-menu-ul li a{
    color: #FFFFFF;
}

.product-cat-list{
    padding: 20px;
    background: rgb(68 68 68);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-left: 15px solid rgba(211,6,9,1.00);
}

.product-row-description{
    height: 158px;
    overflow: hidden;
}

#oil-guide{
    padding: 60px 0;
}
.p-detail-link{
    color: #444444;
}
#oil-guide h3{
    padding: 10px 40px;
    border-bottom: 3px solid #D30609FF;
    width: fit-content;
    margin: 0 auto;
    color: #ffffff;
}
#LatestNews h3{
    padding: 10px 40px;
    border-bottom: 3px solid #D30609FF;
    width: fit-content;
    margin: 0 auto;
}
#ProductArea{
    background-color: #d9d9d9;
}
.oil-guide-item-icon img{
    width: 70px;
}
.oil-guide-item{
    border: 1px solid #c5c5c5;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: 10px;
    cursor: pointer;
    font-size: 0.8rem;
    text-align: center;
    padding: 0 20px;
}
.oil-guide-item-title{
    padding: 5px 0;
}

.latest-news-item-image{
    height: 250px;
    width: 100%;
    background-position: center;
}
.latest-news-item-title{
    line-height: 18px;
    font-weight: bold;
    padding: 10px 0;
}
.latest-news-item-desc{
    overflow-y: hidden;
    line-height: 20px;
}
.latest-news-item{
    width: 19%;
    display: inline-block;
    vertical-align: top;
}
.event-row{
    background-color: #FFFFFF;
    width: 100%;
    margin-bottom: 5px;
    height: 200px;
}
.event-date{
    color: #FFFFFF;
    line-height: 1.5rem;
    padding: 10px 0;
}
.read-more{
    background-color: #bf0000;
    padding: 8px 20px;
    color: #FFFFFF;
    right: 12px;
    bottom: 0;
}
.event-find-out{
}
.oil-guide-item a{
    color: #222222;
}
.event-information{
    line-height: normal;
}
/* ADMIN DASHBOARD */
.admin-menu{
    background-color: #404040;
    color: #ffffff;
    padding: 5px 25px;
}
.sec-title{
    position: relative;
}
.sec-title:after{
    content: " ";
    background-color: #bf0000;
    position: absolute;
    width: 150px;
    height: 2px;
    bottom: -17px;
    left: 0;
}
.show-in-mobile{
    display: none;
}
.event-information a.read-more{
    display: none;
}

@media only screen and (max-width: 700px) {
    .caption > .title{
        display: none;
    }
    .caption > .text{
        display: none;
    }
    .show-in-mobile{
        display: block;
    }

    .logo-image{
        height: 30px !important;
    }
    .main-menu{
        padding: 0 !important;
        font-size: 1em;
        display: none;
    }
    #menu-area{
        height: 60px !important;
    }
    ul.main-menu li{
        font-size: 16px ;
    }
    .slideshow .slide .image{
        height: 100% !important;
    }
    .slideshow{
        height: 25vh !important;
    }
    #oil-guide > .card{
        width: 100% !important;
        border-radius: 0 !important;
        padding: 5px !important;
    }
    #oil-guide > .card > .card-body{
        padding: 10px !important;
    }
    .oil-guide-item{
        width: 49% !important;
    }
    #oil-guide{
        padding: 5px !important;
        margin-bottom: 5px;
        border-radius: 0 !important;
    }
    #LatestNews{
        padding-top: 10px !important;
    }
    .footer-logo{
        text-align: center;
        margin-bottom: 20px;
    }
    .tp-logo{
        margin-left: 10px;
    }
    .filter-area{
        display: none;
    }
    #Product-Group-Row{
        padding: 0;
        margin: 0;
    }
    .pst{
        margin: 0;
        padding: 0;
        --bs-gutter-x: 0;
    }
    .tdr{
        padding: 0 !important;
    }
    .product-image-col img{
        margin-top: 10px;
    }
    .latest-news-item{
        width: 99%;
    }
    .cat-count{
        text-align: center;
    }
    .plogo{
        margin: 0 auto;
    }
    .canvas-btn{
        display: flex;
        position: absolute;
        top: 1px;
        right: 7px;
        z-index: 1;
    }
    .hide-in-mobile{
        display: none !important;
    }
    .mobile-main-menu{
        padding: 0;
    }
    .mobile-main-menu li{
        list-style: none;
        border-bottom: 1px solid #444;
        padding: 5px 3px;
        font-size: 1rem;
    }
    .mobile-main-menu li a{
        color: #fbfbfb;
    }
    .event-row{
        height: unset;
    }
    .ghy{
        padding-bottom: 20px;
    }
    .event-information a.read-more{
        display: none;
    }
    .footer-menu{
        margin-top: 20px;
    }
    .footer-menu h5{
        margin-bottom: 5px !important;
    }
    .news-data{
        padding: 20px 30px !important;
        height: unset !important;
    }
    .transition-image img{
        width: 100%;
    }
    #footer-area h5{
        margin-bottom: 5px !important;
    }
    .product-group-list-item a{
        color: #ffffff;
    }
    .dd{
        padding: 0 !important;
    }
}