@font-face {
    font-family: 'SFUIDisplay';
    src: url('../fonts/SFUIDisplay.ttf') format('truetype'),
    url('../fonts/SFUIDisplay.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'SFUIDisplayBold';
    src: url('../fonts/SFUIDisplay-Bold.ttf') format('truetype'),
    url('../fonts/SFUIDisplay-Bold.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'SFUIDisplayLight';
    src: url('../fonts/SFUIDisplay-Light.ttf') format('truetype'),
    url('../fonts/SFUIDisplay-Light.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'KhKoulen';
    src: url('../fonts/Kh-Koulen.eot');
    src: url('../fonts/Kh-Koulen.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Kh-Koulen.woff2') format('woff2'),
    url('../fonts/Kh-KoulenL.woff') format('woff'),
    url('../fonts/Kh-Koulen.ttf') format('truetype'),
    url('../fonts/Kh-Koulen.svg#Kh-Koulen') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/MyriadPro-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
}
a, button, .btn {
    transition: all 0.2s linear 0s;
    outline: none !important;
}
a:hover, a:focus {
    text-decoration: none;
}
label {
    cursor: inherit;
}

body {
    font-family: 'SFUIDisplay', Arial;
    font-size: 14px;
    word-wrap: break-word;
    color: #333;
    overflow: auto;
    /*overflow-x: hidden;*/
    position: relative;
}

body:lang(km){
    font-family: 'Battambang' !important;
    line-height: 1.7;
}

/* Samean */

/*body:lang(km), p:lang(km), li:lang(km), a:lang(km), div:lang(km), span:lang(km)
h1:lang(km),
h2:lang(km),
h3:lang(km),
h4:lang(km),
h5:lang(km),
h6:lang(km),{
    font-family: 'Battambang' !important;
} */

/* End */

.no-padding {
    padding: 0 !important;
}
.no-padding-left-right {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.no-padding-top {
    padding-top: 0 !important;
}
.no-padding-right {
    padding-right: 0 !important;
}
.no-padding-left {
    padding-left: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
.margin-bottom-50 {
    margin-bottom: 50px !important;
}
.margin-bottom-10 {
    margin-bottom: 10px !important;
}
.margin-bottom-5 {
    margin-bottom: 5px !important;
}
.margin-top-10 {
    margin-top: 10px !important;
}
.margin-top-15 {
    margin-top: 15px !important;
}
.margin-top-20 {
    margin-top: 20px !important;
}
.margin-top-30 {
    margin-top: 30px !important;
}
.margin-top-40 {
    margin-top: 40px !important;
}
.margin-bottom-15 {
    margin-bottom: 15px !important;
}
.margin-bottom-20 {
    margin-bottom: 20px !important;
}
.margin-bottom-30 {
    margin-bottom: 30px !important;
}
.margin-bottom-40 {
    margin-bottom: 40px !important;
}
.margin-bottom-60 {
    margin-bottom: 60px !important;
}
.margin-left-15 {
    margin-left: 15px !important;
}
.margin-right-30 {
    margin-right: 30px !important;
}
.padding-15 {
    padding: 15px;
}
.padding-bottom-15 {
    padding-bottom: 15px !important;
}
.overflow-auto {
    overflow: auto;
}
.text-upper {
    text-transform: uppercase !important;
}
textarea {
    resize: vertical;
}
.text-bold {
    font-weight: bold !important;
}
.text-strong-bold {
    font-weight: 800 !important;
}
.text-center {
    text-align: center !important;
}
.text-italic {
    font-style: italic;
}
.display-inline-block {
    display: inline-block !important;
}
.position-relative {
    position: relative !important;
}
.position-static {
    position: static !important;
}
.bg-white {
    background: #fff !important;
}
.bg-orange {
    background: #F4B15A !important;
}
.bg-green {
    background: #45CD73 !important;
}
.bg-grey {
    background: #f5f5f5 !important;
}
.bg-redorange {
    background: #F4774E !important;
}
.bg-pink {
    background: #f06ea6 !important;
}
.color-green {
    color: #006B44 !important;
}
.color-grey {
    color: #DEDDDC !important;
}
.color-blue {
    color: #4A90E2 !important;
}
.color-dark {
    color: #4d4d4d !important;
}
.color-pink {
    color: #EE5E9C !important;
}
.color-black {
    color: #111111 !important;
}
.color-orange {
    color: #FFAB20 !important;
}
.color-darkgreen {
    color: #527E8C !important;
}
.color-red {
    color: #f21342 !important;
}
.font-size-12 {
    font-size: 12px !important;
}
.font-size-13 {
    font-size: 13px !important;
}
.font-size-16 {
    font-size: 16px !important;
}
.text-left {
    text-align: left !important;
}

/*_________________________color for placeholder___________________________*/

.placeholder-color::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}
.placeholder-color:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.placeholder-color::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}
.placeholder-color::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
.placeholder-color::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
.placeholder-color:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

/*_________________________________________SHARED PARTS______________________________________________________*/

.e-title {
    color: #f21342;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    font-family: SFUIDisplayLight;
    position: relative;
    padding-bottom: 4px;
}
.e-title > span {
    position: absolute;
    bottom: 0;
    width: 58px;
    height: 3px;
    background: #f21342;
    left: calc(50% - 29px);
}
.e-title-left {
    text-align: left;
}
.e-title-left > span {
    left: 0;
}
.eh-star {

}
.eh-star a {

}
.eh-star a img {

}
.eh-star a .eh-icon-star {
    display: inline;
}
.eh-star a.active .eh-icon-star, .eh-star a .eh-icon-star-active {
    display: none;
}
.eh-star a.active .eh-icon-star-active {
    display: inline;
}
/*_______________________________________COMMON POPUP________________________________________________________*/

.nat-common-popup {
    color: #333;
}
.nat-common-popup .modal-dialog {
    width: 720px;
    max-width: calc(100% - 30px);
    margin: 50px auto;
}
.nat-common-popup .modal-content {
    border-radius: 4px;
}
.nat-common-popup .modal-header {
    color: #f21342;
    text-transform: uppercase;
    padding: 16px 25px 12px 70px;
}
.nat-common-popup .modal-title {
    font-weight: bold;
    font-size: 15px;
}
.nat-common-popup .modal-header .close {
    opacity: 1;
    color: #f21342;
}

.nat-input-popup .modal-body {
    padding: 50px 30px 20px 55px;
}
.nat-input-popup .modal-body .form-control {
    border-radius: 0;
    min-height: 40px
}
.nat-input-popup .modal-body textarea.form-control {
    min-height: 120px;
}
.nat-input-popup .modal-body label {
    color: #333;
    margin-top: 7px;
    padding-right: 0;
    text-align: right;
    font-weight: normal;
}
.nat-input-error {
    border-color: #f34949 !important;
    color: #f34949 !important;
}
.nat-input-popup-error-msg {
    color: #f34949;
    position: absolute;
    left: 15px;
    top: -30px;
    font-size: 13px;
}
.nat-input-popup-error-msg span {

}
.nat-input-popup-error-msg i {

}
.nat-input-popup .modal-body .btn.btn-nat-input-popup-bottom {
    width: 180px;
    background-color: #f21342;
    color: #fff;
    height: 36px;
    padding: 0 25px;
    line-height: 35px;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 18px;
}
.nat-input-popup img {
    max-width: 100%;
}
.nat-register-otp-popup-short-column {
    padding-left: 0;
}
.nat-register-otp-popup-short-column > img {
    max-width: 100%;
}
.nat-register-otp-popup-short-column .btn {
    color: #f21342;
    text-transform: uppercase;
    background-color: #efeeee;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 1px;
    width: 100%;
}

/*_______________________________________LOGIN POPUP________________________________________________________*/

.nat-login-forgot-password {
    font-style: italic;
    color: #08559f;
    text-decoration: underline !important;
}
.nat-login-popup-register {
    background: #efeeee;
    padding: 15px 45px 15px 70px;
}
.nat-login-popup-register span {
    float: left;
    color: #f21342;
}
.nat-login-popup-register a {
    font-weight: bold;
    color: #23527c;
    font-size: 15px;
    font-style: italic;
    float: right;
}

/*__________________________________________HEADER-TOP___________________________________________________________*/

.e-header-top {
    position: absolute;
    width: 100%;
    display: inline-block;
    height: 52px;
    left: 0px;
    text-align: center;
    top: 0px;
    background: #BB1320;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}

.e-header-top-left{
    float: left;
    position: relative;
}

.e-header-top-right{
    position: relative;
    float: right;
    /* margin-right: 110px; */
}

/*__________________________________________HEADER___________________________________________________________*/


.e-header-new {
    position: absolute;
    z-index: 6;
    color: #fff;
    top: 52px;
    left: 0;
    width: 100%;
    height: 90px;
    display: inline-block;
    text-align: center;
}

.e-header {
    position: absolute;
    z-index: 6;
    color: #fff;
    top: 52px;
    left: 0;
    width: 100%;
    height: 90px;
    display: inline-block;
    text-align: center;
}
.modal-open .e-header {
    z-index: 1060;
}
.e-header .container {

}
.e-header .container > a {

}
.e-header .container > a img {

}
.eh-right-block {
    width: 85%;
    display: inline-block;
}

.eh-right-block > a{
    float: left;
}

.nat-header-logged {
    margin-left: 20px;
    float: left;
}
.nat-header-logged > a {

}
.nat-header-logged > a img {
    height: 28px;
    width: 28px;
    border-radius: 49%;
}
.nat-header-logged-dropdown {
    margin: 0;
    border-radius: 2px;
    box-shadow: none;
    border: none;
    padding: 0;
    left: auto;
    right: 0px;
    top: 36px;
    min-width: 270px;
}
.nat-header-logged-dropdown li {
    float: left;
    width: 100%;
}
.nat-header-logged-dropdown li a {
    line-height: 35px;
    border-bottom: 1px solid #ccc;
    background: none !important;
}
.nat-header-logged-dropdown li a span {
    color: #333;
    font-weight: bold;
}
.nat-header-logged-dropdown li a i {
    color: #f21342;
    font-size: 15px;
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.nat-header-logged-dropdown-main {
    background: #f5f5f5;
    padding: 5px 0;
}
.nat-header-logged-dropdown-main a {
    float: left;
    height: auto !important;
    padding: 3px 20px !important;
    border: none !important;
}
.nat-header-logged-dropdown-main img {
    height: 80px;
    width: 80px;
    border-radius: 49%;
}
.nat-header-logged-dropdown-main span {
    float: left;
    color: #f21342;
    font-size: 16px;
    padding-top: 35px;
}
.nat-header-logged-dropdown .arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 8px;
    top: -5px;
    right: 7px;
    border-top-width: 0;
    border-bottom-color: #f5f5f5;
}
.eh-hotline {
    float: left;
    position: relative;
    /* padding-left: 40px;
    margin-right: 30px; */
}
.eh-hotline > img {
    position: absolute;
    top: 0;
    left: 0;
}
.eh-hotline > h2 {
    font-size: 14px;
    /* margin-left: 128px; */
    font-weight: 500;
    color: white;
    font-family: SFUIDisplayBold;
}
.eh-hotline > p {
    margin: 0;
    font-family: SFUIDisplayLight;
    font-size: 12px;
}
.eh-lang {
    float: left;
    border-radius: 5px;
    margin-top: 11px;
    background: white;
    margin-left: 15px;
}

.eh-iOS-app {
    float: left;
    border-radius: 8px;
    margin-top: 11px;
    padding-left: 11px;
    padding-right: 11px;
    border-color: 1px solid white;
    height: 27px;
    display: inline-block;
    border: 1px solid #FFFFFF;
    position: relative;
}

.eh-iOS-app > a {
    color: white;
}

.eh-iOS-app > a > span {
    margin-top: 2px;
    float: right;
    margin-left: 7px;
}

.eh-android-app {
    float: left;
    border-radius: 8px;
    margin-top: 11px;
    padding-left: 11px;
    padding-right: 11px;
    border-color: 1px solid white;
    height: 27px;
    display: inline-block;
    border: 1px solid #FFFFFF;
    position: relative;
    margin-left: 15px;
}

.eh-android-app > a {
    color: white;
}

.eh-android-app > a > span {
    margin-top: 2px;
    float: right;
    margin-left: 7px;
}


.eh-lang > a {
    color: black;
    /* border: 1px solid #f21342; */
    display: inline-block;
    height: 27px;
    line-height: 27px;
    padding: 0 7px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: SFUIDisplayLight;
}
.eh-lang > a:hover, .eh-lang > a:active, .eh-lang.open > a {
    background: rgba(255, 255, 255, 0.2);
}
.eh-lang > a i {
    margin-left: 4px;
    font-size: 12px;
}
.eh-lang > a img, .eh-lang .dropdown-menu a img {
    width: 20px;
    height: 12px;
    object-fit: contain;
    position: relative;
    top: -2px;
}
.eh-lang .dropdown-menu {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0;
    padding: 0;
}
.eh-lang .dropdown-menu a {
    display: block;
    color: #333;
    padding: 5px 8px;
    text-transform: uppercase;
    font-size: 12px;
}
.eh-lang .dropdown-menu a img {

}
.eh-lang .dropdown-menu a:hover, .eh-lang .dropdown-menu a:active {
    background: rgba(242, 19, 66, 0.6);
    color: #fff;
}

.eh-menu {
    background: #fff;
    /* margin: 20px 0 0; */
    padding: 0;
    position: relative;

    width: 80%;
}
.eh-menu-item-container {
    float: left;
    padding-top: 16px;
}
.eh-menu-item-container > .dropdown {
    float: left;
    cursor: pointer;
}
.eh-menu-item-container > a, .eh-menu-item-container > .dropdown > a {
    color: #333;
    text-transform: uppercase;
    font-family: SFUIDisplayBold;
    font-size: 13px;
    margin-left: 35px;
    float: left;
}

.eh-menu-item-container > a, .eh-menu-item-container > .dropdown > a:lang(km) {
    color: #333;
    text-transform: uppercase;
    font-family: Battambang;
    font-size: 13px;
    margin-left: 35px;
    float: left;
}



.eh-menu-item-container > a:hover, .eh-menu-item-container > a.active, .eh-menu-item-container > .dropdown:hover > a, .eh-menu-item-container > .dropdown > a.active, .eh-menu-item-container > .dropdown.open > a {
    /* color: #f21342; */
    color: #BB1320;
}
.eh-menu-item-container > .dropdown > .dropdown-menu {
    margin: 0;
    padding: 16px 0 0;
    border: none;
    top: calc(100% - 16px);
    border-radius: 0;
    width: 100%;
    background: none;
}
.eh-submenu-container {
    margin: 0;
    /* background: #f21342; */
    background: #BB1320;
    padding: 15px 0 30px;
}
.eh-submenu-container a {
    color: #fff;
}

.eh-submenu-container a:lang(km) {
    color: #fff;
    font-family: Battambang;
}

.eh-submenu-container > div > div {
    padding: 5px 10px 5px 20px;
}
.eh-submenu-container > div > div.eh-submenu-title {
    text-transform: uppercase;
    font-family: SFUIDisplayBold;
    font-size: 13px;
    margin-bottom: 5px;
}
.eh-submenu-container a:hover, .eh-submenu-container a:active, .eh-submenu-container a.active {
    opacity: 0.7
}
.eh-menu-social {
    float: right;
}
.eh-menu-social a {
    float: left;
    height: 50px;
    line-height: 53px;
    color: #333;
    font-size: 17px;
    padding: 0 15px;
    border-left: 0px;
    min-width: 55px;
    text-align: center;
}
.eh-menu-social a:hover {
    background: #f21342;
    color: #fff;
}
.eh-menu-social a i {

}
.eh-mobile-menu {
    float: left;
    /* samean */
    padding-top: 11px;
    /* end */
}
.eh-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s linear 0s;
    background: rgba(0, 0, 0, 0.7);
    z-index: 0;
}
.eh-menu-overlay.active {
    visibility: visible;
    z-index: 50;
    opacity: 1;
}

/*_________________________________________FOOTER__________________________________________________________*/

.e-footer {
    background: #2e2e2e;
    color: #fff;
}
.ef-media {
    border-bottom: 1px solid #505050;
    text-align: right;
    padding: 10px 0 7px;
    margin-bottom: 12px;
}
.ef-media a {
    color: #fff;
    font-size: 22px;
    margin-left: 10px;
}
.ef-media a i {

}
.ef-line {
    border-bottom: 1px solid #505050;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.ef-link-col {
    font-size: 13px;
    font-family: SFUIDisplayLight;
}
.ef-link-col > p {
    font-size: 16px;
}
.ef-link-col > p a {
    color: #fff;
}
.ef-link-col > div {
    margin-bottom: 5px;
}
.ef-link-col > div a {
    color: #fff;
}
.ef-link-col > span {
    display: block;
    margin-bottom: 2px;
}
.ef-app {
    font-family: SFUIDisplayLight;
}
.ef-app > p {
    font-size: 16px;
}
.ef-logo {
    position: relative;
    padding-left: 95px;
}
.ef-logo > img {
    width: 88px;
    position: absolute;
    top: 5px;
    left: 0;
}
.ef-logo > div {
    line-height: 1.2;
    font-size: 13px;
}
.ef-app-btn {

}
.ef-app-btn > a {
    margin-right: 5px;
    display: inline-block;
    max-width: calc(50% - 8px);
    border: 1px solid #fff;
    border-radius: 3px;
    overflow: hidden;
}
.ef-app-btn > a img {
    height: 38px;
    max-width: 100%;
}
.ef-bottom {
    padding: 10px 0 40px;
}
.ef-bottom > a {

}
.ef-divider {
    margin: 0 10px;
}


/*____________________________________________________HOME PAGE______________________________________________*/

.e-home-banner-slide {
    margin-bottom: 50px !important;
    top: 142px;
}
.ehbs-item {
    position: relative;
    height: 579px;
}
.ehbs-item > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.64); */
    z-index: 2;
}
.ehbs-item > img {
    height: 100%;
    width: 100%;
    /* object-fit: cover; */
    position: absolute;
    object-position: 50% 0%;
}
.ehbs-text {
    color: #fff;
    position: relative;
    z-index: 5;
    text-align: center;
    padding-top: 220px;
    max-width: 540px;
    margin: 0 auto;
    font-family: SFUIDisplayLight;
}
.ehbs-text > a {
    margin: 0 0 15px;
    font-size: 44px;
    color: #fff;
    display: block;
}
.ehbs-text > p {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 30px;
}
.ehbs-text > div {

}
.ehbs-text > div .btn {
    background-color: #f21342;
    color: #fff;
    height: 36px;
    padding: 0 25px;
    line-height: 35px;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 18px;
}
.ehbs-text > div .btn:hover, .ehbs-text > div .btn:active {
    background-color: #a00929;
}
.e-home-banner-slide .slick-arrow {
    display: none !important;
}
.e-home-banner-slide .slick-dots {
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
}
.e-home-banner-slide .slick-dots li {
    margin: 0;
    width: auto;
    height: auto;
    margin-right: 5px;
}
.e-home-banner-slide .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #e7e5e6;
    border-radius: 5px;
}
.e-home-banner-slide .slick-dots li.slick-active button {
    background: #f41146;
}

.e-home-banner-slide .slick-dots li button:before {
    display: none;
}

/*___________________________________________________________________________________________________________*/

.e-home-slide {
    margin-bottom: 50px;
}
.e-container-border-bottom {
    border-bottom: 1px solid #d9d9d9;
}
.e-home-slide-item-container {
    margin: 0 -10px 30px;
}
.e-home-slide-item {
    padding: 0 10px;
    margin-bottom: 20px;
}
.e-home-slide-item-wrapper {
    position: relative;
    box-shadow: 0px 3px 10px -2px #999;
    padding: 0 12px;
    background: #fff;
}
.ehsi-img {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 65%;
    margin: 0 -12px 15px;
}
.ehsi-img > img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.ehsi-img p {
    position: absolute;
    bottom: 5px;
    margin: 0;
    left: 0;
    width: 100%;
    background: rgba(242, 19, 66, 0.7);
    text-align: center;
    color: #fff;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 3px;
}
.e-home-slide-item-wrapper > p {
    font-size: 18px;
    margin-bottom: 5px;
}
.e-home-slide-item-wrapper .eh-star {
    float: right;
}
.e-home-slide-item-wrapper > span {
    display: block;
    line-height: 1.3;
    overflow: hidden;
    height: 56px;
}

.promotion-description > span:lang(km),
.promotion-description > a:lang(km),
.promotion-description > p:lang(km){
    font-family: 'Battambang' !important;
    line-height: 1.7;
}

.e-home-slide-item-wrapper > a {
    display: inline-block;
    border: 1px solid #fad7c4;
    margin-bottom: 17px;
    padding-right: 6px;
    color: #333;
    font-family: SFUIDisplayLight;
}
.e-home-slide-item-wrapper > a:hover, .e-home-slide-item-wrapper > a:active {
    background: rgba(242, 19, 66, 0.15);
}
.e-home-slide-item-wrapper > a i {
    float: left;
    width: 20px;
    height: 20px;
    background: #f21342;
    color: #fff;
    text-align: center;
    padding-top: 4px;
    font-size: 12px;
    margin-right: 6px;
}
.e-home-slide-item-container .slick-arrow {
    height: 30px;
}
.e-home-slide-item-container .slick-arrow:before {
    font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-size: 24px;
}
.e-home-slide-item-container .slick-prev {
    left: -20px;
}
.e-home-slide-item-container .slick-prev:before {
    content: "\e605";
}
.e-home-slide-item-container .slick-next {
    right: -20px;
}
.e-home-slide-item-container .slick-next:before {
    content: "\e606";
}

.e-service-slide{
    width: 100%;
    display: inline-block;
    margin-top: 115px;
}

/* samean-desktop */

.e-content-menu{

}

.e-content-menu > h3{
    font-family: SFUIDisplayBold;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 0;
}

.e-content-menu > h3:lang(km){
    font-family: 'Battambang' !important;
    line-height: 1.7;
}

.e-content-sub-menu{
    width: 100%;
    display: inline-block;
}

.e-sub-menu-text{
    width: 100%;
    float: left;
    /* background: red; */
    padding-bottom: 5px;
    padding-top: 5px;
    /* margin-left: 10px; */
    padding-left: 10px;
    color: black;
    /* cursor: pointer; */
}

.e-sub-menu-text:lang(km){
    font-family: 'Battambang' !important;
    line-height: 1.7;
}

.e-sub-menu-text:hover, .sub-menu-active{
    background: red;
    color: white;
}

.faq-content{
    margin-top: 250px;
}

.accordion{
    width: 100%;
    display: inline-block;
    cursor: pointer;
    margin-top: 20px;
    border-bottom: 1px solid #DEDEDE;
}

.accordion-active{
    display: inline-block !important;
}

/* .accordion:hover,
.accordion:hover > button{
    background-color: #10ACAB;
    color: white;
  } */

.accordion > button{
    float: right;
    border: none;
    font-size: 25px;
}

.accordion > h4{
    float: left;
    font-family: SFUIDisplayBold;
    font-size: 18px;
    margin-left: 20px;
}

.e-panel{
    width: 100%;
    /* display: inline-block; */
    border-left: 5px solid #10ACAB;
    display: none;
    /* border-top: 1px solid #ccc; */
    /* border-bottom: 1px solid #ccc; */
}

.e-panel > p{
    font-size: 13px;
    font-family: SFUIDisplayLight;
    margin-left: 15px;
}

.e-panel-title{
    width: 100%;
    display: inline-block;
}

.e-panel-title > h4{
    float: left;
    font-family: SFUIDisplayBold;
    font-size: 15px;
    margin-left: 15px;
}

.e-panel-title > button{
    float: right;
    border: none;
    font-size: 25px;
}

.service-slide{
    height: 261px;
    background: white;
    /* margin-top: 151px; */
    margin-bottom: 20px;
    /* display: inline-block; */
    width: 80%;
    float: right;
}

.service-slide-items{
    width: 20%;
    height: 261px;
    text-align: center;
    float: left;
    /* margin-right: 20px; */
    background: #FFFFFF;
    /*box-shadow: -12px 13.45px 25.53px rgba(0, 0, 0, 0.08);*/
    border-radius: 12.9392px;
}

.service-slide-items > img{
    margin-left: auto;
    margin-right: auto;
}

.service-slide-items > h4{
    color: #333;
    text-transform: uppercase;
    font-family: SFUIDisplayBold;
    font-size: 13px;
}

.service-slide-items > h4:lang(km){
    font-family: 'Battambang' !important;
    line-height: 1.7;
    font-weight: bold;
}

.e-service-detail{
    height: 261px;
    background: white;
    margin-top: 151px;
    margin-bottom: 20px;
    /* display: inline-block; */
    width: 100%;
}

.e-service-detail-title{
    position: absolute;
    /* margin-left: 7%; */
    margin-top: 15px;
}

.e-service-detail-title > h3{
    font-family: SFUIDisplayBold;
    font-size: 31px;
    margin-top: 5px;
}

.e-service-detail-slide{
    margin-left: 26%;
    position: absolute;
    display: inline-block;

}

.e-service-slide-items{
    width: 20%;
    height: 261px;
    text-align: center;
    float: left;
    /* margin-right: 20px; */
    background: #FFFFFF;
    /*box-shadow: -12px 13.45px 25.53px rgba(0, 0, 0, 0.08);*/
    border-radius: 12.9392px;
}

.e-service-slide-items > h3{
    font-family: SFUIDisplayBold;
    font-size: 31px;
    margin-top: 5px;
}

.e-service-slide-items > h3:lang(km){
    font-family: 'Battambang' !important;
    line-height: 1.7;
}

.e-service-slide-items > h4{
    text-transform: uppercase;
    font-family: SFUIDisplayBold;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.e-service-slide-items > p{
    font-family: SFUIDisplayLight;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    /* display: flex; */
    align-items: center;
    text-align: center;
    color: #939393;
}

.e-how-to-transfer{
    width: 100%;
    display: inline-block;
}

.e-how-to-transfer-left{
    width: 50%;
    float: left;
    /* padding-left: 7%; */
    text-align: center
}

.e-how-to-transfer-left > h3{
    font-family: SFUIDisplayBold;
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 42px;
    /* display: flex; */
    align-items: center;
    color: #000000;
}

.e-how-to-transfer-left > h3:lang(km){
    font-family: 'Battambang' !important;
}

.e-transfer-step{
    /* width: 100%; */
    display: inline-block;
    margin-bottom: 10px;
}

.e-transfer-step > h3{
    font-family: SFUIDisplayBold;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    /* line-height: 42px; */
    /* display: flex; */
    align-items: center;
    color: #000000;
}

.e-transfer-step > h3:lang(km){
    font-family: 'Battambang' !important;
}

.e-transfer-step > img{
    float: left;
}

.e-transfer-step > p{
    display: flex;
}

.e-transfer-step > p:lang(km){
    font-family: 'Battambang' !important;
    line-height: 1.7;
}

.e-transfer-step > h3 > span{
    color: #666;
    font-family: SFUIDisplayBold;
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    /* display: flex; */
    align-items: center;
}

.e-transfer-step > h3 > span:lang(km){
    font-family: 'Battambang' !important;
}

.e-how-to-transfer-right{
    width: 50%;
    float: right;
}

.e-shop-hot-deal{
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    background-position: center;
    width: 100%;
    height: 732px;
}

.e-shop-hot-deal > img{
    width: 100%;
}

.e-shop-hot-deal-detail{
    width: 40%;
    text-align: center;
    margin-left: 31%;
}

.e-shop-hot-deal-detail > h3{
    font-family: SFUIDisplayBold;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    /* line-height: 42px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.195779px; */
    color: #000000;
}

.e-shop-hot-deal-detail > h3:lang(km),
.e-shop-hot-deal-detail > p:lang(km),
.e-shop-hot-deal-detail > a:lang(km){
    font-family: 'Battambang' !important;
    line-height: 1.7;
}

.e-shop-hot-deal-detail > p{
    margin-bottom: 25px;
}

.e-shop-hot-deal-detail > a{
    padding: 15px 33px;
    width: 252px;
    height: 54px;
    left: 593px;
    top: 1951px;
    background: #D61E2F;
    border-radius: 27.5px;
    color: white;
    cursor: pointer;
}

.e-promotion-news{
    width: 100%;
    display: inline-block;
    margin-bottom: 60px;
}

.e-promotion-title{
    float: left;
    width: 70%;
}

.e-promotion-title h3{
    font-family: SFUIDisplayBold;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    /* line-height: 42px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.195779px; */
    color: #000000;
}

.e-promotion-title p{
    margin-bottom: 25px;
}

.e-promotion-news a{
    padding: 15px 33px;
    background: #D61E2F;
    border-radius: 27.5px;
    color: white;
    cursor: pointer;
    float: right;
    margin-top: 25px;
}

.e-promotion-title > h3:lang(km),
.e-promotion-title > p:lang(km),
.e-promotion-news > a:lang(km){
    font-family: 'Battambang' !important;
    line-height: 1.7;
}

.e-mobile{
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    /* width: 100%; */
    background-position: center;
    height: 534px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;

}

.e-mobile-background{
    position: relative;
    margin-bottom: 113px;
    height: 523px;
}

.e-mobile-background > img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.e-mobile-detail{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    color: white;
    margin: 18% 0 0 32%;
}

.e-mobile-detail > h3{
    font-family: SFUIDisplayBold;
    font-style: normal;
    font-size: 36px;
    color: white;
}

.e-mobile-detail > h3:lang(km),
.e-mobile-detail > p:lang(km){
    font-family: 'Battambang' !important;
    line-height: 1.7;
}

.e-mobile-detail > a > img{
    width: 20%;
    margin-top: 20px;
}

.e-agent-location{
    width: 100%;
    display: inline-block;
}

.e-agent-location-content{
    width: 33.33%;
    display: inline-block;
    float: left;
    text-align: center;
}

.e-agent-location-content > img{

}

.e-agent-location-content > h3{
    font-family: SFUIDisplayBold;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    color: #000000;
}

.e-agent-location-content > p{

}

.e-agent-location-content > a{
    padding: 15px 33px;
    background: #D61E2F;
    border-radius: 27.5px;
    color: white;
    cursor: pointer;
    margin-top: 25px;
}

.e-agent-location-content > a:lang(km),
.e-agent-location-content > h3:lang(km),
.e-agent-location-content > p:lang(km){
    font-family: 'Battambang' !important;
    line-height: 1.7;
}

.promotion-detail{
    width: 60%;
    text-align: center;
    /* margin-top: 251px;
    /* margin: auto; */
    /* margin-left: auto; */
    /* margin-right: auto;  */
    margin: 251px auto 90px auto;
}

.promotion-detail > p{
    font-size: 16px;
    font-family: SFUIDisplayLight;
}

.promotion-slide-items{
    height: 450px;
}

.promotion-slide-items > img{
    width: 100%;
    height: 100%;
}

.promotion-title{
    width: 100%;
    text-align: center;
    margin: 100px 0 50px 0;
}

.promotion-title > h3{
    font-family: SFUIDisplayBold;
    font-size: 30px;
}

.more-promotion{
    margin-top: 70px;
}

.news-style{
    width: 100%;
    display: inline-block;
}

.news-style > a{

}

.news-items{
    width: 33.33%;
    float: left;
    color: black;
    padding: 0 10px;
    margin-bottom: 20px;
}

.news-items > img{
    width: 100%;
}

.news-title{

}

.news-title > h3{
    font-family: SFUIDisplayBold;
    font-size: 20px;
}

.news-title > h3:lang(km){
    font-family: 'Battambang' !important;
    line-height: 1.7;
}

.news-title > p{
    font-size: 13px;
    font-family: SFUIDisplayLight;
}

.pagination {
    display: inline-block;
    /* margin-left: 33%; */
}

.pagination a{
    color: black;
    float: left;
    padding: 8px 13px;
    text-decoration: none;
    border-radius: 50%;
    /* background: #10ACAB; */
    margin-right: 12px;
}

.pagination a.active {
    color: white;
    float: left;
    padding: 8px 13px;
    text-decoration: none;
    border-radius: 50%;
    background: #10ACAB;
    margin-right: 12px;
}

.e-footer-new{
    width: 100%;
    display: inline-block;
    position: absolute;
    /* background: #CF1620; */
    background: white;
    margin-top: 186px;
    text-align: left;
}

.e-footer-new p{
    color: #737373;
    font-family: SFUIDisplayLight;
    font-size: 13px;
    /* margin-left: 35px; */
    /* margin-top: 5px; */
}

.e-footer-new p:lang(km){
    font-family: 'Battambang' !important;
    line-height: 1.7;
}

.e-footer-new-content{
    display: inline-block;
    width: 100%;
    padding-bottom: 50px;
}

.e-footer-new-content > a{
    float: left;
    margin-top: 66px;

}

.e-footer-new-content > ul{

}

.e-footer-new-content > ul > li{
    display: inline;
    padding: 78px 0 0 8%;
    text-transform: uppercase;
    font-family: SFUIDisplayBold;
    font-size: 13px;
    /* margin-left: 35px; */
    float: left;
}

.what-is-emoney-top{
    margin-top: 245px;
}

.what-is-emoney-left{
    /* width: 45%;
    float: left; */
}

.what-is-emoney-left > img{
    width: 100%;
}

.what-is-emoney-right{
    /* width: 45%;
    float: right; */
}

.what-is-emoney-right > h3{
    font-family: SFUIDisplayBold;
    font-size: 35px;
    margin-bottom: 30px;
}

.what-is-emoney-right > p{
    font-size: 13px;
    font-family: SFUIDisplayLight;
}

.big-number{
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.big-number > span{
    float: left;
    width: 22%;
    color: #D61E2F;
    font-family: SFUIDisplayBold;
    font-size: 30px;
}

.big-number > p{
    margin-top: 12px;
}

.e-money-vision{
    width: 60%;
    text-align: center;
    margin: auto;
    margin-top: 168px;
}

.e-money-vision > h3{
    font-family: SFUIDisplayBold;
    font-size: 35px;
    margin-bottom: 25px;
}

.e-money-vision > p{
    font-size: 13px;
    font-family: SFUIDisplayLight;
}

.service-slide-items-about{
    text-align: center;
    margin-top: 96px;
}

.service-slide-items-about > img{
    margin: auto;
}

.service-slide-items-about > h4{
    font-family: SFUIDisplayBold;
    font-size: 15px;
}

.service-slide-items-about > h4:lang(km){
    font-family: 'Battambang' !important;
    line-height: 1.7;
    font-weight: bold;
}

.service-slide-items-about > p{
    font-size: 13px;
    font-family: SFUIDisplayLight;
}

.e-footer-new-content > ul > li > a{
    color: white;
}

.about-us-news{
    margin-top: 140px;
}

.about-us-news-items{
    height: 290px;
    margin-bottom: 20px;
}

.about-us-news-items > a{
    color: white;
}

.about-us-news-items > a:hover{
    color: #BB1320;
}

.about-us-news-items > a > img{
    position: absolute;
    width: 95%;
    height: 100%;
}

.news-text{
    position: relative;
    margin: 250px 0 0 15px;
}

.news-text > h4{
    font-family: SFUIDisplayBold;
    font-size: 20px;
}

.news-text > h4:lang(km){
    font-family: 'Battambang' !important;
    line-height: 1.7;
}

.news-text > p{
    font-size: 13px;
    font-family: SFUIDisplayLight;
}

.e-footer-new-copyright{
    width: 100%;
    display: inline-block;
    padding: 100px 0 10px 0;
    /* background: #AF1921; */
    text-align: center;
}

.e-footer-new-copyright > p{
    color: #737373;
    font-family: SFUIDisplayBold;
    font-size: 13px;
    /* margin-left: 35px; */
    margin-top: 5px;
}

.footer-fb-page{
    width: 100%;
    display: inline-block;
    background: #3163AE;
    margin-bottom: 20px;
    border-radius: 5px;
    cursor: pointer;
}

.footer-fb-page img{
    float: left;
    margin: 10px;
}

.footer-fb-page p{
    color: white;
    margin-top: 12px;
}

.footer-download-app{
    width: 100%;
}

.footer-download-app img{
    width: 45%;
}

.img-left{
    float: left;
}
.img-right{
    float: right;
}


.e-error-page{
    position: fixed;
    width: 100%;
    text-align: center;
    top: 30%;
}

.e-error-page .container > h4{
    font-family: SFUIDisplayBold;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    color: #D61E2F;
    margin-top: 20px;
}

.e-error-page > img{

}

.e-error-page .container > p{
    font-family: SFUIDisplayBold;
    font-style: normal;
    font-size: 20px;
}

.e-error-page .container > a{
    padding: 15px 33px;
    width: 252px;
    height: 54px;
    left: 593px;
    top: 1951px;
    background: #D61E2F;
    border-radius: 27.5px;
    color: white;
    cursor: pointer;
}

.e-home-service-container{
    margin-bottom: 100px;
}

.e-question {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 105px;
}

.e-question > h3{
    font-family: SFUIDisplayBold;
    font-size: 30px;
    margin-bottom: 20px;
}

.e-question > p{
    font-size: 15px;
    font-family: SFUIDisplayLight;
    margin-bottom: 30px;
}

.e-question-content{

}

.e-question-content > input[type=text]{
    padding: 20px;
    margin-bottom: 40px;
}

.e-question-content > textarea{
    padding-bottom: 110px;
    margin-bottom: 40px;

}

.e-question-content > input[type=button]{
    width: 100%;
    padding: 10px;
    border: none;
    color: white;
    background: #10ACAB;
    border-radius: 7px;
    text-transform: uppercase;
}

/* End Samean-desktop */

.e-mobile-app {

}
.ema-img {
    text-align: right;
    padding-right: 30px;
    margin-bottom: 40px;
}
.ema-img img {
    max-width: 100%;
}
.ema-text {
    font-family: SFUIDisplayLight;
    margin-top: 90px;
}
.ema-text > p {
    font-size: 44px;
    color: #f21342;
}
.ema-text > span {
    display: block;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 35px;
}
.ema-btn {
    margin-bottom: 40px;
}
.ema-btn a {
    margin-right: 15px;
}
.ema-btn a img {

}
.ema-content {
    margin-bottom: 40px;
}
.ema-content > p {
    color: #f21342;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.ema-content > div {
    font-size: 16px;
    line-height: 1.3;
}
.e-home-service {
    position: relative;
    margin-bottom: 40px;
    height: 692px;
}
.e-home-service > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}
.e-home-service-item {
    text-align: center;
    padding: 120px 15px;
    color: #fff;
}
.e-home-service-item > div, .e-home-service-item > a {
    display: block;
    width: 70px;
    height: 70px;
    background: #fef5ee;
    border-radius: 50%;
    margin: 0 auto 10px;
    padding-top: 15px;
}
.e-home-service-item > div img {

}
.e-home-service-item > p {
    font-size: 20px;
    margin-bottom: 7px;
}
.e-home-service-item > span {
    display: block;
    font-size: 13px;
}
.e-home-news {
    margin-bottom: 30px;
}
.e-home-news-container {

}
.e-home-news-item {
    margin: 0 0 30px;
}
.ehni-img {
    float: left;
    width: 190px;
}
.ehni-img img {
    width: 100%;
}
.ehni-content {
    float: left;
    width: calc(100% - 190px);
    max-width: 550px;
    padding-left: 30px;
    font-family: SFUIDisplayLight;
    font-weight: bold;
}
.ehni-content > p {
    font-size: 18px;
    margin-bottom: 5px;
}
.ehni-content > span {
    display: block;
    line-height: 1.3;
    margin-bottom: 15px;
    font-size: 13px;
}
.ehni-content > a {
    display: inline-block;
    border: 1px solid #fad7c4;
    margin-bottom: 17px;
    padding-right: 6px;
    color: #333;
    font-family: SFUIDisplayLight;
}
.ehni-content > a:hover, .ehni-content > a:active {
    background: rgba(242, 19, 66, 0.15);
}
.ehni-content > a i {
    float: left;
    width: 20px;
    height: 20px;
    background: #f21342;
    color: #fff;
    text-align: center;
    padding-top: 4px;
    font-size: 12px;
    margin-right: 6px;
}
.ema-content-mobile-slider {
    width: calc(100% - 100px);
    margin: 0 50px;
}
.ema-content-mobile-slider .slick-arrow {
    height: 33px;
    top: 14px;
}
.ema-content-mobile-slider .slick-arrow:before {
    font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #f21342;
    font-size: 26px;
}
.ema-content-mobile-slider .slick-prev {
    left: -40px;
}
.ema-content-mobile-slider .slick-prev:before {
    content: "\e605";
}
.ema-content-mobile-slider .slick-next {
    right: -40px;
}
.ema-content-mobile-slider .slick-next:before {
    content: "\e606";
}
.eh-search {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease-in 0s;
}
.eh-search.active {
    z-index: 7;
    visibility: visible;
    overflow: visible;
    width: 100%;
    opacity: 1;
}
.eh-search input.form-control {
    border: none;
    height: 100%;
    font-size: 16px;
    padding: 0 50px 0 25px;
}
.eh-search .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: none;
    color: #f21342;
    font-size: 18px;
}
.eh-login {
    float: left;
    color: #fff;
    line-height: 27px;
    margin-left: 15px;
    opacity: 0.7;
    font-family: SFUIDisplayLight;
}
.eh-login:hover, .eh-login:active, .eh-login:focus {
    opacity: 1;
    color: #fff;
}
.eh-login i {
    font-size: 15px;
    margin-right: 2px;
}

/*______________________________________________SUB PAGES_____________________________________________________________*/

.news-banner {
    height: 450px;
    margin-bottom: 50px;
    top: 142px;
}
.news-banner .container {
    height: 100%;
}
.nb-text {
    position: absolute;
    bottom: 180px;
    z-index: 5;
    width: 100%;
    color: #fff;
    margin: 0;
}
.nbt-title {
    float: left;
    font-family: SFUIDisplayLight;
}
.nbt-title > h2 {
    margin: 0 0 0px;
    font-family: SFUIDisplayBold;
    font-size: 40px;
}
.nbt-title > p {
    font-size: 18px;
    margin: 0;
}
.e-breadcrumbs {
    font-size: 12px;
    color: #333;
    font-weight: bold;
}
.e-breadcrumbs > a {
    color: #333;
}
.e-breadcrumbs > a:hover {
    color: #f21342;
}
.e-breadcrumbs > a i {
    font-size: 15px;
}
.e-breadcrumbs > span {
    margin: 0 5px;
}
.e-breadcrumbs > p {
    display: inline-block;
    margin: 0;
    color: #f21342;
}
.news-banner .e-breadcrumbs {
    position: absolute;
    left: 0;
    bottom: -118px;
}
.news-content {
    margin: 0 0 60px;
}
.news-menu {
    float: left;
    width: 20%;
    padding-right: 10px;
}
.news-menu-block {
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
}
.news-menu-block:last-child {
    border: none;
}
.nmb-collapse-btn {
    color: black !important;
    text-transform: uppercase;
    display: inline-block;
    font-size: 15px;
    /* font-weight: bold; */
    margin-bottom: 10px;
    font-family: SFUIDisplayBold;
    font-size: 20px;
}
.nmb-collapse-btn.collapsed {

}
.nmb-body {
    padding-bottom: 5px;
}
.nmb-body div {
    margin-bottom: 10px;
    padding-left: 12px;
}
.nmb-body div a {
    color: #333;
    font-weight: bold;
    font-size: 13px;
}

.nmb-body div a:hover, .nmb-body div a.active {
    color: #f21342;
}

.news-container {
    width: 80%;
    float: left;
    padding-left: 50px;
    /* border-left: 1px solid #ccc; */
}
.news-content-title {
    color: #f21342;
    font-size: 30px;
    margin-bottom: 15px;
}
.news-main-content {
    color: #000;
}
.news-main-content img {
    max-width: 100%;
}
.news-main-content-table {
    width: 100%;
    overflow: auto;
    margin-bottom: 15px;
}
.news-main-content-table table {
    font-size: 13px;
    min-width: 500px;
    margin: 0;
}
.news-main-content-table table tr {

}
.news-main-content-table table th {
    padding: 7px 20px 3px !important;
    border-width: 1px !important;
    background: #f21342;
    color: #fff;
    font-weight: normal;
}
.news-main-content-table table td {
    padding: 8px 20px !important;
}
.news-main-content-table table td a {
    color: #f21342;
    font-weight: bold;
    font-style: italic;
}
.nct-select {
    display: flex;
}
.nct-select > span {
    display: inline-block;
    padding-top: 3px;
    margin-right: 15px;
    color: #f21342;
    font-size: 18px;
}
.nct-select .form-control {
    width: 450px;
    border-radius: 0;
    display: inline-block;
    padding: 0 8px;
}
.nct-medal {

}
.nct-medal > p {
    color: #f21342;
    font-size: 15px;
}
.nct-medal > p > span {

}
.nct-medal > p > a {
    font-size: 13px;
    font-style: italic;
    float: right;
    color: #f21342;
    font-weight: bold;
}
.nct-medal-container {
    margin: 0 -5px 10px;
}
.nct-medal-item {
    padding: 0 5px;
}
.nct-medal-item-border {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 11px;
    position: relative;
    padding: 10px 52px 10px 10px;
}
.nct-medal-item-border > div {
    margin-bottom: 3px;
}
.nct-medal-item-border > p {
    font-weight: bold;
    font-family: SFUIDisplayLight;
    margin: 0;
}
.nct-medal-item-border > img {
    position: absolute;
    top: 6px;
    right: 6px;
}
.nct-partner {

}
.nct-partner-container {

}
.nct-partner-item {

}
.nct-partner-item-border {
    margin: 0;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    padding: 15px 10px;
}
.npib-promotion {
    float: left;
    width: 65px;
    height: 65px;
    background: #f21342;
    color: #fff;
    text-align: center;
    padding: 10px 5px 0;
}
.npib-promotion > p {
    margin-bottom: 0;
    font-style: italic;
    font-size: 30px;
    font-family: serif;
    line-height: 27px;
}
.npib-promotion > span {
    text-transform: uppercase;
}
.npib-text {
    float: left;
    width: calc(100% - 170px);
    margin: 0 20px;
    font-size: 12px;
    line-height: 1.4;
}
.npib-text > p {
    color: #f21342;
    font-weight: bold;
    margin: 0;
    font-family: SFUIDisplayBold;
}
.npib-text > div {

}
.npib-branch {
    float: left;
}
.npib-branch > img {
    width: 65px;
    height: 65px;
    object-fit: contain;
}

/*___________________________________________________________________________________________________________*/



/*___________________________________________________________________________________________________________*/



/*___________________________________________________________________________________________________________*/



/*___________________________________________________________________________________________________________*/



/*___________________________________________________________________________________________________________*/



/*___________________________________________________________________________________________________________*/



/*___________________________________________________________________________________________________________*/



/*___________________________________________________________________________________________________________*/



/*___________________________________________________________________________________________________________*/



/*___________________________________________________________________________________________________________*/



/*___________________________________________________________________________________________________________*/



/*___________________________________________________________________________________________________________*/



/*___________________________________________________________________________________________________________*/
/*___________________________________________________________________________________________________________*/
/*___________________________________________________________________________________________________________*/
/*_____________________________________RESPONSIVE____________________________________________________________*/
/*___________________________________________________________________________________________________________*/
/*___________________________________________________________________________________________________________*/

/*____________________________________ULTRA LARGE DESKTOP_______________________________________________________________________*/

@media screen and (min-width: 1500px) {



}

/*____________________________________LARGE DESKTOP_______________________________________________________________________*/

@media screen and (min-width: 1200px) {


}

/*_____________________________________PC____________________________________________________________________*/
/*___________________________________________________________________________________________________________*/


@media screen and (min-width: 992px) {

    .hide-pc {
        display: none;
    }
    .eh-menu-item-container > .dropdown > .dropdown-menu {
        display: none;
    }
    .eh-menu-item-container > .dropdown:hover .dropdown-menu {
        display: block !important;
    }
    .eh-menu-item-container > .dropdown > a {
        pointer-events: none;
    }
    .ehbs-text > a {
        pointer-events: none;
    }
    .eh-menu-item-container > .dropdown {
        position: static;
    }

    .e-header-scroll {
        position: fixed;
        top: 0;
    }
    .e-header-scroll .container:first-child {
        display: none;
    }
    .e-header-scroll .eh-menu {
        margin: 0;
        box-shadow: 0px 1px 10px -2px #ccc;
    }

}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .eh-menu-item-container > a, .eh-menu-item-container > .dropdown > a {
        margin-left: 15px;
    }

}

/*_____________________________________TABLET & MOBILE_______________________________________________________*/
/*___________________________________________________________________________________________________________*/
/*___________________________________________________________________________________________________________*/

@media screen and (max-width: 992px) {

    .no-margin-mobile {
        margin: 0 !important;
    }
    .hide-mobile {
        display: none !important;
    }

    .e-header {
        position: relative;
        top: 0;
        padding: 14px 0 11px;
        color: #333;
    }
    .e-header .container > a img {
        width: 95px;
    }
    .eh-hotline {
        padding: 2px 0 0 25px;
        /* margin-right: 15px; */
    }
    .eh-hotline > img {
        height: 20px;
    }
    .eh-hotline > p {
        font-weight: bold;
        font-family: SFUIDisplay;
    }
    .eh-lang {
        margin-right: 12px;
    }
    .eh-lang > a {
        height: 22px;
        min-width: 22px;
        padding: 0 1px;
        font-family: SFUIDisplayBold;
        font-weight: bold;
        color: #f21342;
        font-size: 11px;
        line-height: 21px;
        text-align: center;
        text-transform: capitalize;
    }
    .eh-lang .dropdown-menu {
        left: auto;
        right: -10px;
        min-width: 0;
        white-space: nowrap;
    }
    .eh-menu {
        position: fixed;
        top: 0;
        right: -360px;
        height: 100%;
        width: 360px !important;
        max-width: calc(100% - 70px);
        background: #fff;
        margin: 0;
        overflow: auto;
        transition: all 0.5s ease 0s;
        z-index: 51;
    }
    .eh-menu.active {
        right: 0;
    }
    .eh-menu-item-container {
        padding-top: 10px;
        width: 100%;
    }
    .eh-menu-item-container > .dropdown {
        width: 100%;
    }
    .eh-menu-item-container > a, .eh-menu-item-container > .dropdown > a {
        margin: 0;
        display: block;
        width: 100%;
        padding: 10px 20px;
    }
    .eh-menu-item-container > .dropdown > a i {
        float: right;
        transform: rotate(270deg);
    }
    .eh-menu-item-container > .dropdown.open > a i {
        transform: rotate(0deg);
    }
    .eh-menu-item-container > .dropdown > .dropdown-menu {
        padding: 0;
        position: relative;
        width: 100%;
        box-shadow: 0 0px 12px -3px rgba(0, 0, 0, .175);
    }
    .eh-submenu-container {
        background: #fff;
        padding: 15px 0 20px;
    }
    .eh-submenu-container a {
        color: #333;
    }
    .eh-submenu-container a:active {
        color: #f21342;
    }
    .eh-submenu-container a:hover, .eh-submenu-container a:active, .eh-submenu-container a.active {
        opacity: 1;
        color: #f21342;
    }
    .eh-submenu-container > div > div {
        padding: 5px 10px 3px 35px;
    }
    .eh-submenu-container > div > div:last-child {
        margin-bottom: 10px;
    }
    .eh-submenu-container > div > div.eh-submenu-title {
        padding: 5px 10px 3px 15px;
    }
    .ehbs-item {
        height: 220px;
    }
    .ehbs-text {
        position: absolute;
        padding: 0;
        left: 0;
        width: 100%;
        bottom: 50px;
        padding: 0 10px;
    }
    .ehbs-text > a {
        margin: 0 0 5px;
        font-size: 22px;
    }
    .ehbs-text > p {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 0;
    }
    .e-home-banner-slide .slick-dots {
        bottom: 35px;
    }
    .e-home-banner-slide .slick-dots li button {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        padding: 0;
    }
    .e-home-banner-slide {
        margin-bottom: 20px !important;
    }
    .e-title {
        padding-bottom: 0;
        font-size: 20px;
    }
    .e-title > span {
        height: 1px;
    }
    .e-home-slide-item {
        display: none !important;
    }
    .e-home-slide-item:nth-child(1), .e-home-slide-item:nth-child(2), .e-home-slide-item:nth-child(3) {
        display: block !important;
    }
    .ema-img {
        padding-right: 0px;
        margin-bottom: 10px;
    }
    .ema-text {
        font-family: SFUIDisplay;
        margin-top: 30px;
    }
    .ema-text > p {
        font-size: 23px;
        margin-bottom: 5px;
    }
    .ema-text > span {
        font-size: 19px;
        margin-bottom: 10px;
    }
    .ema-btn {
        text-align: center;
    }
    .ema-btn a {
        margin: 0 5px;
    }
    .ema-btn a img {
        height: 50px;
    }
    .e-home-service {

        /* samean edit */
        /* background-color: #f21342; */
        /* position: relative;
        overflow: hidden;
        height: 0;
        padding-bottom: 85%;
        margin: 0 -12px 15px; */

        height: 360px;

    }

    .e-home-service > img{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 30px;
        left: 0;
        object-fit: cover;
        margin-top: 100px;
    }

    .e-home-service-item {
        padding: 30px 15px;
    }
    .e-home-service-item > span {
        font-size: 16px;
    }
    .ehni-content {
        width: 100%;
        padding: 0;
    }
    .ehni-content > p {
        font-size: 16px;
        margin-bottom: 2px;
        line-height: 18px;
    }
    .ehni-content > span {
        font-size: 12px;
    }
    .e-home-news-item {
        margin: 0 0 15px;
    }
    .ehni-content > a {
        margin: 0;
        font-size: 12px;
        line-height: 20px;
    }
    .ef-line {
        border-bottom: 1px solid #fff;
        padding: 20px 0 10px;
        margin-bottom: 0;
        position: relative;
    }
    .ef-bottom {
        padding: 5px 15px 20px;
    }
    .ef-media {
        border: none;
        position: absolute;
        bottom: 0px;
        margin: 0;
        right: 15px;
    }
    .eh-search {
        z-index: 7;
        visibility: visible;
        overflow: visible;
        width: 100%;
        opacity: 1;
        position: relative;
        height: auto;
        box-shadow: 0 0px 12px -3px rgba(0, 0, 0, .175);
        margin-bottom: 5px;
    }
    .eh-search input.form-control {
        padding: 0 45px 0 25px;
        height: 40px;
    }
    .eh-search .btn {
        width: 45px;
        height: 40px;
    }
    .nat-common-popup .modal-header {
        padding: 16px 15px 12px;
    }
    .nat-input-popup .modal-body {
        padding: 30px 0 20px;
    }
    .nat-login-popup-register {
        padding: 15px;
    }
    .nat-input-popup-error-msg {
        top: -50px;
    }
    .nat-register-otp-popup-short-column {
        padding-left: 15px;
    }
    .nat-input-popup .modal-body label {
        text-align: left;
    }
    .eh-login {
        color: #f21342 !important;
        margin: 0 10px 0 0;
    }
    .eh-login i {
        font-size: 17px;
        margin: 0;
    }
    .nat-header-logged {
        margin: 0 12px 0 0;
    }
    .nat-header-logged > a img {
        height: 23px;
        width: 23px;
        border: 1px solid #f21342;
    }

    /* samean - mobile - responsive */

    .news-menu{
        width: 100%;
        margin-bottom: 20px;
    }

    .e-question{
        width: 100%;
    }

    .e-question > h3{
        font-size: 23px;
    }

    .e-question > p{
        font-size: 14px;
    }


    .e-error-page .container > h4{
        font-size: 24px;
    }

    .e-error-page .container > p{
        font-size: 14px;
    }


    .service-slide{
        width: 100%;
        height: 200px;
        text-align: center !important;
        float: left;
        background: #FFFFFF;
        box-shadow: -12px 13.45px 25.53px rgba(0, 0, 0, 0.08);
        border-radius: 12.9392px;
    }

    /* .service-slide-items{
    } */

    .e-service-detail{
        /* height: 261px; */
        background: white;
        margin-top: 200px;
        margin-bottom: 260px;
        display: inline-block;
    }

    .e-service-slide-items{
        width: 100%;
        height: 200px;
        text-align: center !important;
        float: left;
        background: #FFFFFF;
        box-shadow: -12px 13.45px 25.53px rgba(0, 0, 0, 0.08);
        border-radius: 12.9392px;
    }

    .e-service-slide-items > h3{
        font-size: 25px;
    }

    .eh-right-block{
        text-align: center;
    }

    .eh-right-block > a{
        float: none;
    }



    .e-how-to-transfer-left{
        width: 100%;
        text-align: center;
    }

    .e-how-to-transfer-left > h3{
        text-align: center !important;
        font-size: 25px;
    }

    .e-transfer-step > span{
        color: #666;
        font-family: SFUIDisplayBold;
        font-style: italic;
        font-weight: 500;
        font-size: 16px;
        /* display: flex; */
        align-items: center;
    }

    .e-transfer-step > span:lang(km){
        font-family: 'Battambang' !important;
    }

    .e-how-to-transfer-right{
        width: 100%;
    }

    .e-shop-hot-deal-detail{
        width: 100%;
        text-align: center;
        margin-left: 0 !important;
    }

    .e-shop-hot-deal-detail > h3{
        font-size: 25px;
    }


    .e-home-slide {
        margin-top: 70px !important;
    }

    .e-promotion-news{
        text-align: center;
    }

    .e-promotion-title{
        width: 100%;
    }

    .e-promotion-title > h3{
        font-size: 25px;
    }

    .e-promotion-news > a{
        float: none;
    }

    .e-home-service-container{
        display: inline-block;
        /* position: absolute; */
        width: 100%;
    }

    .e-agent-location-content{
        width: 100% !important;
        margin-top: 45px;
    }

    .e-agent-location-content > h3{
        font-size: 25px;
    }

    .e-footer-new-content{
        padding-bottom: 0px !important;

    }

    .e-footer-new-content > a{
        float: none;
    }

    .e-footer-new-content > a > img{
        padding: 15px 0 15px 0;
    }


    .e-mobile-background{
        height: 850px;
    }

    .e-mobile-background > img{

    }

    .e-mobile-detail{
        position: relative;
        text-align: center;
        margin: 37px 0px 0px 0px;
        width: 100%;
    }


    .what-is-emoney-top{

    }

    .what-is-emoney-left{

    }

    .what-is-emoney-right{
        text-align: center;
    }

    .what-is-emoney-right > h3{
        font-size: 25px;
    }

    .what-is-emoney-right > p{

    }

    .big-number{

    }

    .big-number > span{
        font-size: 21px;
        width: 35%;
    }

    .big-number > p{
        float: left;
        margin-top: 5px;
    }

    .e-money-vision{
        width: 100%;
        margin-top: 100px;
    }

    .e-money-vision > h3{
        font-size: 25px;
    }

    .about-us-news-items{
        margin-bottom: 20px;
        height: auto;
    }

    .about-us-news-items > a > img{
        height: 100%;
        width: 100%;
        /* object-fit: cover; */
        position: absolute;
        object-position: 50% 0%;
        margin-left: -13px;
    }

    .news-text{
        margin: 143px 0 0 0px;

    }

    .e-mobile-detail > h3{
        font-size: 25px;
    }

    .e-mobile-detail > a > img{
        width: 40%;
    }

    .promotion-detail{
        width: 100%;
        margin-top: 164px;
    }

    .news-items{
        width: 100%;
    }

    .news-items > img{
        width: 30%;
        float: left;
    }

    .news-title{
        width: 65%;
        float: right;
    }

    .news-title > h3{
        margin: 0 0 10px 0;
        font-size: 13px;
    }

    .news-title > p{
        font-size: 11px;
    }

    .pagination{
        /* margin-left: 0; */
    }

    .promotion-slide-items{
        height: 223px;
    }

    .e-footer-mobile-view-center{
        text-align: center;
        margin-bottom: 30px;
    }

    /* end mobile */

    /*______________________________________SUB PAGES__________________________________________________*/

    .news-banner {
        height: 170px;
    }
    .nb-text {
        bottom: 70px;
    }
    .nbt-title > h2 {
        font-size: 24px;
    }
    .nbt-title > p {
        font-size: 14px;
    }
    .e-breadcrumbs {
        color: #333;
        font-weight: bold;
    }
    .news-banner .e-breadcrumbs {
        right: auto;
        left: 0;
        bottom: auto;
        top: calc(100% + 30px);
    }
    .e-breadcrumbs > a {
        color: #333;
    }
    .news-container {
        width: 100%;
        padding-left: 0;
        border: none;
    }
    .news-content {
        margin: 0 0 40px;
    }
    .news-main-content-table table th {
        padding: 7px 5px 3px !important;
    }
    .news-main-content-table table td {
        padding: 8px 5px !important;
    }

}

/*_____________________________________TABLET________________________________________________________________*/
/*___________________________________________________________________________________________________________*/
/*___________________________________________________________________________________________________________*/

@media screen and (max-width: 992px) and (min-width: 768px) {

    /*_____________________________________________________________________________________*/



    /*_____________________________________________________SUB PAGES______________________________________________________*/



}

/*_____________________________________MOBILE________________________________________________________________*/
/*___________________________________________________________________________________________________________*/
/*___________________________________________________________________________________________________________*/

@media screen and (max-width: 768px) {

    .no-padding-xs {
        padding: 0 !important;
    }
    .no-margin-xs {
        margin: 0 !important;
    }

    /*_____________________________________________________________________________________*/



    /*_____________________________________________________SUB PAGES______________________________________________________*/

}

/*_____________________________________SMALL MOBILE__________________________________________________________*/
/*___________________________________________________________________________________________________________*/

@media screen and (max-width: 500px) {



}

/*_____________________________________QR CODE__________________________________________________________*/
/*___________________________________________________________________________________________________________*/
.qr-left{
    margin-top: 40px;
    margin-bottom: 45px;
}
#account{
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    display: inline-flex;
    -moz-appearance: textfield;
}
#name{
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    /* border-right-width: 0px; */
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
#icon-find{
    width: 20px;
}
.col-name{
    margin-top: 20px;
}
.col-input-account{
    padding: 0px;
    display: flex;
}
.col-input-name{
    padding: 0px;
}
.input-custom{
    height: 48px;
}
.qr-right{
    text-align: center;
}
.qr-right h3{
    font-weight: bold;
}
.col-qr-code{
    margin-top: 60px;
}
/* #right-background{
    width: 110%;
} */
.qr-right img{
    width: 250px;
    display: inline !important;
    margin-top: -15px;
    margin-bottom: -22px;
}
#right-qr-code{
    position: absolute;
    z-index: 3;
    top: 164px;
    right: 52px;
    width: 193px;
    height: 193px;
    background-color: #fff;
    padding: 16px;
}
#right-background{
    /* position: relative; */
    position: relative;
    width: 300px;
    height: 700px;

}
.col-right{
    position: relative;
    padding: 0px;
    /*width: 300px;*/
    /*margin-left: 68px;*/
    background: #fff;
}
.edit-name{
    float: left;
    margin-top: 15px;
    margin-right: 10px;
}
.edit-name a{
    color: #337ab7;
    cursor: pointer;
}
.edit-name:hover.edit-name a{
    color: #0e4675;
    cursor: pointer;
}
.export{
    width: 230px;
    position: relative;
    /* margin-top: 20px; */
    display: contents;
}
.export-text{
    left: 160px;
    position: absolute;
    top: 5px;;
}
.qr-footer{
    width: 300px;
    height: 29px;
    background: #ed1b2f;
    margin-top: 5px;
    padding-right: 1px;
}
.qr-footer img{
    width: 22px;
}
.qr-footer div{
    padding: 0px;

}
#qr-logo{
    width: 155%;
    float: right;
}
.qr-footer span{
    font-size: 11px;
}
.footer-text{
    margin-top: 4px;
}
.col-input-account button{
    width: 48px;
    height: 48px;
    margin-left: 0px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border: solid 1px #cccc;
    border-left-width: 0px;
}
.right-text-bank{
    display: block;
    width: 210px;
    height: 32px;
    background: #fff;
    border-radius: 7px;
    text-align: center;

}
.right-text-bank h3{
    line-height: 32px;
    margin: 0px;
    font-weight: bold;
    font-size: 18px;
}
.all-text-bank{
    position: absolute;
    top: 345px;
    left: 183px;
    z-index: 3;
}
.all-text-bank :nth-child(2){
    margin-top: 7px;
}
.text-under-line{
    text-decoration: underline;
    clear: both;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}
#pdf:hover{
    color: #0e4675;
}
.qr-right :nth-child(4){
    margin-top: 0px;
}
.right-bg{
    width: 300px;
    background-color: #fff;
    box-shadow: 1px 1px 11px 2px #AAA;
}
.export{
    cursor: pointer;
}
@media screen and (max-width: 768px){
    .export{
        margin-top: 20px;
    }
}
.bg-col-right{
    text-align: -webkit-center;
}
#right-qr-code img{
    /*border: solid 2px #9a1b1f;*/
    width: 100% !important;
    height: auto;
    /*margin-top:21px;*/
}
#right-qr-code canvas{
    /*border: solid 2px #9a1b1f;*/
    width: 100% !important;
    height: auto;
    /*margin-top:21px;*/
}
#title-text{
    left: 34px;
    display: none;
}
#title-text span{
    width: 141px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.body-st{
    overflow: hidden;
}
@media screen and (max-width: 768px) {

    #export-col {
        margin-top: 20px;
    }

}
.all-text-name h4{
    font-weight: bold;
}
.qr-footer span{
    color: #fff;
}

#qr-logo {
    width: 81px;
    height: 27px;
    float: right;
}

.logo-emoney{
    border-top: 1px solid #ed1b2f;
}

.title-header{
    position: absolute;
    z-index: 3;
    top: 120px;
    right: 50px;
    width: 201px;
    text-align: left;
    color: #ffffff;
}
.title-header-text{
    width: 201px;
}
.title-header-text1{
    font-size: 11px;
    font-family: 'MyriadPro';
}

.merchant-number{
    font-size: 60px;
    text-align: center;
}
.text-red{
    font-size: 16px;
    text-align: center;
    margin-top: 2px;
    font-weight: bold;
    background-color: #ffffff;
    color: #EB1C24;
    border-radius: 5px;
    width: 201px;
    height: 28px;
    font-family: 'KhKoulen';
    padding-top: 6px;
}
.text-icon-footer{
    margin-top: 23px;
    width: 57px;
    margin-left: -7px;
}
.text-merchant-number{
    background-color: #ffffff;
    color: #EB1C24;
    text-align: center;
    width: 100px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 40px;
    padding-right: -45px;
    text-align: center;
    margin-right: 2px;
    margin-left: 2px;
    align-content: center;
}

#merchant-number-4{
    display: flex;
    margin-top: 330px;
    margin-bottom: 70px;
}
#merchant-number5{
    display: flex;
}

.btn-currency-red {
    background-color: red;
    color: white;
}
.btn-currency-khr {
    width: 100%;
    height: 48px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border: solid 1px #cccc;
    border-left-width: 0px;
}

.btn-currency-usd {
    width: 100%;
    height: 48px;
    display: block;
    border-bottom-right-radius: 00px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border: solid 1px #cccc;
    border-left-width: 0px;
}

.col-currency{
    padding: 0px;
    display: flex;
}