::-webkit-scrollbar {
    background: #fff;
    width: 10px;
    height: 11px;
}
::-webkit-scrollbar-thumb {
    background: #bbbbbb;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f1f1f1;
}
::-webkit-scrollbar {
    width: 10px;
    height: 6px;
    background-color: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background-color: #DFA444;
    border-radius: 0px;
}
@font-face{
    font-family:'MondaBold';
    src:url('../fonts/Monda-Bold.ttf');
    font-weight:700;
    font-style:normal;
    font-display: swap;
}
@font-face{
    font-family:'MondaMedium';
    src:url('../fonts/Monda-Medium.ttf');
    font-weight:700;
    font-style:normal;
    font-display: swap;
}
@font-face{
    font-family:'MondaRegular';
    src:url('../fonts/Monda-Regular.ttf');
    font-weight:400;
    font-style:normal;
    font-display: swap;
}
@font-face{
    font-family:'MondaSemiBold';
    src:url('../fonts/Monda-SemiBold.ttf');
    font-weight:700;
    font-style:normal;
    font-display: swap;
}
@font-face{
    font-family:'KonkhmerSleokchherRegular';
    src:url('../fonts/KonkhmerSleokchher-Regular.ttf');
    font-weight:700;
    font-style:normal;
    font-display: swap;
}
input:focus{
    outline: 0;
    border: 0;
}
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: 'MondaRegular', Arial, sans-serif;
    font-size: 17px;
    margin: auto;
    line-height: 25px;
    overflow-x: hidden;
}
a{
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
a:hover{
    color: #bf1f24;
}
p{
    line-height: 25px;
    margin-bottom: 15px;
    margin-top: 0;
}
img {
    border: none;
    overflow: hidden;
    font-size: 10px;
    color: transparent;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    height: auto;
    max-width: 100%;
}
.loading {
    background: url('../images/ajax-loader.gif') no-repeat scroll center center black;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
b, strong {
    font-weight: bold;
}
.container{
    width: 1170px;
    margin: 0px auto;
}
.empty_data{
    color: red;
    text-align: center;
    margin-top: 20px;
}
.wrap_header{
    background-color: #1C3371;
    padding: 12px 0;
}
.text1{
    color: #DFA444;
    font-size: 25px;
    font-weight: 400;
    font-family:'KonkhmerSleokchherRegular';
}
.text2{
    color: #fff;
    font-size: 15px;
    font-family:'MondaRegular';
}
.logo{
    display: flex;
    align-items: center;
}
.imglogo{
    margin-right: 10px;
}
.headder{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.search{
    display: flex;
    align-items: center;
    background-color: #1C3371;
    border: 1px solid #fff;
    height: 37px;
    border-radius: 20px;
    padding: 5px 4px 5px 15px;
}
.searchinput{
    height: 35px;
    border: 0;
    background-color: #1C3371;
    color: #fff;
}
.searchinput::placeholder{
    color: #fff;
}
.namcart{
    color: #fff;
}
.imgcart{
    position: relative;
    margin-right: 20px;
}
.numcart{
    position: absolute;
    top: -4px;
    left: 10px;
    background-color: #ff0000;
    color: #fff;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    text-align: center;
}
.numbercart{
    position: relative;
    top: -3px;
}
.cart{
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.loginregister{
    display: flex;
    align-items: center;
}
.login{
    display: flex;
    align-items: center;
    color: #fff;
    margin-right: 20px;
    background-color: #0071c1;
    border-radius: 10px;
    padding: 5px 10px;
}
.register{
    display: flex;
    align-items: center;
    color: #fff;
    margin-right: 20px;
    background-color: #0071c1;
    border-radius: 10px;
    padding: 5px 10px;
}
.cartlogin{
    display: flex;
    align-items: center;
}
.imglogin{
    margin-right: 5px;
}
.imgregister{
    margin-right: 5px;
}
.relogin:hover{
    color: #fff;
}
.hotline{
    color: #7A7A7A;
    display: flex;
    align-items: center;
}
.imghotline{
    margin-right: 5px;
}
.headertop{
    display: flex;
    justify-content: space-between;
}
.righttop a{
    margin: 0 3px;
}
.lefttop{
    display: flex;
}
.namecom{
    margin-right: 35px;
}
.wrapheadertop{
    background-color: #031032;
    padding: 10px 0;    
}
.namecom{
    color: #7A7A7A;
    font-family:'MondaBold';
    font-size: 16px;
}
/* Footer styles moved to _footer.scss */
/*
.namecomf{
    color: #7A7A7A;
    margin-top: 6px;
}

footer{
    background-color: #031032;
    padding: 15px 0;
    margin-top: 30px;
}
.hotlinef{
    margin-top: 6px;
}
.rightf ul a{
    color: #fff;
}

.mainfooter{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
ul.rightfmenu{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

ul.rightfmenu li{
    width: 33%;
    margin-bottom: 20px;
}
a.btnmuangay,a.btnmuangay:hover{
    color: #fff;
}*/