﻿
.imageBox .productImage .productMasking ul, .whiteSection .featuredProducts .slide .productImage .productMasking ul, .mainContent .featuredProducts .slide .productImage .productMasking ul, .productsContent .productBox .productImage .productMasking ul {
    width: auto;
    height: auto;
}
/*Embed Khmer Unicode Font*/
@font-face {
    font-family: 'Hanuman';
    font-style: normal;
    font-weight: 400;
    src: local('Hanuman'), url('/Content/fonts/hanuman.woff') format('woff');
}

@font-face {
    font-family: 'Hanuman';
    font-style: normal;
    font-weight: 700;
    src: local('Hanuman Bold'), local('Hanuman-Bold'), url('/Content/fonts/hanuman_bold.woff') format('woff');
}

/*Apply usicode font to unicode text*/
body * {
    font-family: "Oxygen",Arial,Helvetica, 'Khmer OS Content', 'Khmer OS Battambang', 'Hanuman', Sans-Serif;
}

.fa {
    font-family: FontAwesome, 'Khmer OS Content', 'Khmer OS Battambang', 'Hanuman';
}

.language {
    float: none !important;
}

.topBar ul.pull-right li.language a {
    color: black !important;
    width: 100%;
    background: white;
    padding-left: 20px !important;
    margin-bottom: 2px;
}

.topBar ul.pull-right li.language a:hover {
    background-color: #c00b11 !important;
}

.topBar ul.pull-right li.language.active a {
    background-color: #c00b11 !important;
}

.topBar ul.pull-right li.language:first-child::after {
    content: none;
}

.topBar ul.pull-right > li {
     margin: 0;
}
.topBar ul.pull-right > li:nth-child(2)::before {
    content: none;
}
.whiteSection .latestArticles .thumbnail h5, .mainContent .latestArticles .thumbnail h5 {
    min-height: 33px;
}

label.error {
    color: #FF3D3C;
}

.page-header {
    margin: 0 0 17px 0;
    border-bottom: 5px solid #c00b11;
}

.footer .footerLink ul li {
    margin: 5px 0;
}
