html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}
body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 0.75rem;
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}  a {
color: #4169e1;
}
a:visited {
color: #800080;
}
a:hover,
a:focus,
a:active {
color: #191970;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright {
float: right;
margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}:root{
--base-color: #213F9A;
--light-gray: #FAFAFA;
--header-color: #262F3C;
--text-color: #8491A5;
--light-blue: #5A94FC;
--content-color: rgba(64, 64, 64, 0.7);
}
@font-face{font-family:krasarbold;
src:url(//www.lmmdistribution.com/wp-content/themes/lmm-child/assets/fonts/krasar-bold.woff2) format('woff2'),
url(//www.lmmdistribution.com/wp-content/themes/lmm-child/assets/fonts/krasar-bold.woff) format('woff');
font-weight:400;font-style:normal}
@font-face{font-family:krasarregular;
src:url(//www.lmmdistribution.com/wp-content/themes/lmm-child/assets/fonts/krasar-regular.woff2) format('woff2'),
url(//www.lmmdistribution.com/wp-content/themes/lmm-child/assets/fonts/krasar-regular.woff) format('woff');
font-weight:400;font-style:normal}
html, body {scroll-behavior:smooth!important;padding:0;margin:0 auto!important}
body, button, input, select, optgroup, textarea {
color: #404040;
font-family: 'krasarregular', sans-serif;
font-size: 16px;
}
body.mm-wrapper{
overflow-x: hidden!important
}
*{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.preload *{-webkit-transition:none!important;-moz-transition:none!important;-ms-transition:none!important;-o-transition:none!important;transition:none!important}
a,
a:hover,
a:active,
a:focus,
select option{outline:0 none !important;text-decoration:none !important;border:0 !important;}
a[href=""]{pointer-events:none;}
ul,
ul li{list-style-type:none;margin:0 auto;padding:0;}
.container-fluid {width: 1440px;padding: 0;background-color: #fff;border: 0;}
@media (max-width: 1440px){.container-fluid{width:100%;padding:0;margin:0 auto;}
}
@media (min-width:1280px){.container{max-width:1220px;}
}
@media (min-width:1360px){.container{max-width:1300px;}
}
@media (max-width:1199px){.container{max-width:calc(100% - 30px);margin:0 15px;}
}
@media (max-width:567px){.container{max-width:100%;margin:0 auto}
} section{
float: left;
width: 100%;
padding: 40px 0 10px;
margin: 0 auto
}
.p-x-5{
padding: 0 5px!important
}
.p-x-5 img{
border-radius: 4px
}
.grecaptcha-badge{
z-index: 1
}  .site-header .header-top{
position: fixed;
z-index: 999;
width: 100%;
height: 120px;
line-height: 120px;
top: 0;
left: 0; }
.site-header .header-top a{
float: left;
}
.site-header .header-top .company-logo img{
filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(272deg) brightness(112%) contrast(101%);
max-height: 50px;
margin: 35px auto
}
@media (max-width:1199px){
.mm-slideout{float:left;width:100%}
.site-header .header-top .company-logo img{ 
margin: 15px auto 0;
float: left;
max-height: 40px;
}
.site-header .header-top{
height: 80px;
line-height: 80px;
}
}
.smaller .site-header .header-top img,
body:not(.home) .site-header .header-top img{
margin: 15px auto;	
}
.smaller .site-header .header-top,
body:not(.home) .site-header .header-top{
background-color: var(--base-color);
height: 80px;
line-height: 80px;
-webkit-box-shadow: 0px 8px 15px -10px rgba(33,61,154,0.25);
-moz-box-shadow: 0px 8px 15px -10px rgba(33,61,154,0.25);
box-shadow: 0px 8px 15px -10px rgba(33,61,154,0.25);
}
@media (min-width: 768px) {
.site-header .company-logo img{
-webkit-transition: all .25s ease-in;
-moz-transition: all .25s ease-in;
-o-transition: all .25s ease-in;
transition: all .25s ease-in;
}
}
.site-header .header-top,
.smaller .site-header .header-top, .smaller .header-top .company-logo img,
.site-header .header-top #menu-primary-menu li.language-text a,
.smaller .site-header .header-top #menu-primary-menu li.language-text a{
-webkit-transition: all .25s ease-in;
-moz-transition: all .25s ease-in;
-o-transition: all .25s ease-in;
transition: all .25s ease-in;
}
.site-header .header-top #menu-primary-menu li.language-label a{
padding-right: 0;
pointer-events: none;
font-size: 16px;
color: transparent;
text-shadow: none;
}
.site-header .header-top #menu-primary-menu li.language-text a{
text-decoration: underline !important;
font-size: 15px;
line-height: 118px
}
body:not(.home) .site-header .header-top #menu-primary-menu li.language-text a,
.smaller .site-header .header-top #menu-primary-menu li.language-text a{
line-height: 78px
} @media (max-width: 768px) {
body.mm-wrapper .mm-slideout{
overflow-x: hidden!important;  }
section{ padding-top: 30px }
.header-top > div{
position: relative;
}
body:not(.home) .site-header .header-top,
.smaller .site-header .header-top{
height: 70px;
line-height: 70px;
}
.smaller .site-header .header-top img{
margin: 16px auto 14;
max-height: 40px
}
}
.site-header .header-top #menu-primary-menu{
width: auto;
float: right;
}
.site-header .header-top #menu-primary-menu li{
float: left;
}
.site-header .header-top #menu-primary-menu li a{
color: #fff;
padding: 0 22px;
text-shadow: 2px 1px 5px rgba(0, 0, 0, .6)
}
.site-header .header-top #menu-primary-menu > li.current-menu-item > a, 
.site-header .header-top #menu-primary-menu > li.current-menu-ancestor > a{
color: var(--light-blue)
}
body:not(.home) .site-header .header-top #menu-primary-menu li a,
.smaller .site-header .header-top #menu-primary-menu li a{
text-shadow: none!important
}
.site-header .hero-slide{
height: 100vh;
width: 100%;
background-position: top center;
background-size: cover;
background-repeat: no-repeat;
position: relative; }
.site-header .hero-slide .overlay-slide{
height: 100%;
top: 0;
width: 100%;
left: 0;
position: absolute;
background-color: transparent;
background-image: linear-gradient(90deg, var(--base-color) 100%,rgba(255,255,255,0) 50%);
opacity: .12;
transition: background 0.3s,border-radius 0.3s,opacity 0.3s; }
.site-header .hero-slide .short-text{
top: 50%;
position: absolute;
width: 100%;
left: -25px;
}
.site-header .hero-slide .header-text{
position: absolute;
top: 50%;
background: rgba(0, 0, 0, 0.4);
transition: background 0.3s,border-radius 0.3s,opacity 0.3s;
transform: translateY(-50%);
color: #fff;
left: 40px;
padding: 30px;
border-radius: 8px;
z-index: 2;
overflow: hidden;
}
.site-header .hero-slide  .header-text h1{
margin: 0 auto 12px;
line-height: 44px;
}
.site-header .hero-slide .header-map{
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
}
.site-header .hero-slide .header-map img{
float: right;
opacity: .9
}
.group-button .lmm-btn{
margin-right: 12px
}
.lmm-btn{
min-width: 120px;
height: 36px;
line-height: 38px;
padding: 0 12px;
border-radius: 30px;
font-size: 14px;
float: left;
text-align: center;
outline: none!important
}
.lmm-btn.white{
color: var(--base-color)!important;
background-color: #fff!important;
border-color: #fff!important;
}
.lmm-btn.blue{
color: #fff!important;
background-color:var(--base-color)!important;
border-color:var(--base-color)!important;
}
@media (min-width: 768px) and (max-width: 991px){
.site-header .hero-slide .header-text{
padding: 12px
}
.site-header .hero-slide .header-text h1 {
line-height: 34px;
font-size: 28px;
}
.site-header .hero-slide .header-text p{
font-size: 15px;
margin-bottom: 8px;
}
}
@media (max-width: 767px) {
.site-header .hero-slide .header-text h1 {
line-height: 34px;
font-size: 28px;
}
.site-header .hero-slide .short-text{
left: 0;
top: 0;
float: left;
width: 100%;
height: 100%;
position: static;
}
.site-header .hero-slide #first{
order: 1;
height: 50vh;
}
.site-header .hero-slide #second{
order: 2;
height: 50vh;
}
.site-header .hero-slide .header-text{
width: 100%;
height: max-content;
transform: inherit;
position: static;
float: left;
padding: 15px;
}
.site-header .hero-slide .header-map {
position: static;
transform: inherit;
margin: 100px auto 0;
}
.site-header .hero-slide .header-map img{ }
}
@media (max-width: 414px) {
.site-header .hero-slide .header-map {
margin: 64px auto 0;
}
} .hamburger{width:65px;height:40px;float:left;position:absolute;top:15px;right:5px;}
.hamburger a{width:65px;height:40px;float:left;color:#fff}
.hamburger span{width:30px;height:3px;left:0px;position:absolute;background:#fff;border-radius:5px;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;right:0;display:inline-block;bottom:0;margin:0 auto;}
.hamburger span:first-child{top:11px;}
.hamburger span:first-child + span{top:20px}
.hamburger span:first-child + span + span{top:29px}
.mm-wrapper_opening nav{display:block !important;position: fixed!important}
.mm-menu_opened{display:block!important} .mm-menu_offcanvas .mm-panels>.mm-panel{background-color: var(--base-color)!important}
.mm-menu_offcanvas .mm-navbar_sticky,
.mm-menu_offcanvas .mm-navbar_sticky > .mm-navbar__title{height:70px}
.mm-menu_offcanvas .mm-navbar_sticky > a:not([href]):not([tabindex]) { background-color: #fff;
}
.mm-menu_offcanvas .mm-navbar_sticky > .mm-navbar__title img{
left: 0;
right: 0;
margin: 0 auto; max-height: 40px;
top: 15px !important;
position: absolute;
}
.mm-menu_offcanvas .mm-navbar__title > span{color:var(--base-color)!important;font-weight:700!important;}
.mm-menu_offcanvas .mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem__text{padding-left:50px}
.mm-menu_offcanvas .mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title:last-child img{display:none;}
.mm-menu_offcanvas ul.sub-menu.mm-listview > li.menu-item-object-custom:not(.main-child-menus){float:left;width:33.33%;border-bottom-color:#f3f3f3!important}
.mm-menu_offcanvas ul.sub-menu.mm-listview > li.menu-item-object-custom:not(.main-child-menus) > a.mm-listitem__text{color:transparent;padding:0 10px!important;position:relative;font-size:0}
.mm-menu_offcanvas .mm-btn:after,
.mm-menu_offcanvas .mm-btn:before{border-color:var(--base-color)!important;border-color:var(--base-color)!important;}
.mm-menu_offcanvas #menu-primary-menu-1 > li a,
.mm-menu_offcanvas #menu-primary-menu-1 > li a:hover,
.mm-menu_offcanvas #menu-primary-menu-1 > li a:focus,
.mm-menu_offcanvas #menu-primary-menu-1 > li a:active{
background-color:var(--base-color)!important;
opacity: 1!important
}
.mm-menu_offcanvas #menu-primary-menu-1 > li > a{padding-right:25px!important}
.mm-menu_offcanvas #menu-primary-menu-1 > li > a,
.mm-listitem a, .mm-listitem a:hover{line-height:48px;color:#fff}
.mm-listitem:after {
border-color: #fff!important;
left: 20px;
right: 20px!important;
}
.mm-menu_offcanvas #menu-primary-menu-1 img{max-width:30px;float:left;margin-right:10px;}
.mm-menu_offcanvas ul#menu-primary-menu-1 > li:hover > a{color:var(--light-blue)!important}
.mm-menu_offcanvas ul#menu-primary-menu-1 > li.current-menu-item > a,
.mm-menu_offcanvas ul#menu-primary-menu-1 > li.current-menu-ancestor > a,
.mm-menu_offcanvas div.mm-panel.mm-panel_opened > ul.sub-menu > li:hover > a,
.mm-menu_offcanvas div.mm-panel.mm-panel_opened > ul.sub-menu > li.current-menu-item > a,
.mm-menu_offcanvas div.mm-panel.mm-panel_opened > ul.sub-menu > li.current-menu-ancestor > a{color:var(--light-blue)!important}
@media (max-width:1199px){
li.language-label.mm-listitem{
float: left !important;
width: 80px !important;
}
li.language-label.mm-listitem:lang(km){
width: 120px !important;
}
li.language-label.mm-listitem,
.mm-menu_offcanvas #menu-primary-menu-1 > li.language-label > a{
padding-right: 0 !important;
pointer-events: none;
}
li.language-text.mm-listitem{
float: left !important;
width: calc(100% - 80px) !important;
}
li.language-text.mm-listitem:lang(km){
width: calc(100% - 120px) !important;
}
.mm-menu_offcanvas #menu-primary-menu-1 > li.language-text > a{
padding-left: 0!important
}
li.language-label.mm-listitem::after{
right: 0 !important;
}
li.language-text.mm-listitem::after{
left: 0 !important;
}
} body:not(.home) .site-main{
margin-top: 80px
}
.site-main{
min-height: 500px
}
.section-title{
text-align: center;
}
.section-title h2{
text-align: center;
display: inline-block;
width: auto;
font-size: 34px;
margin-bottom: 22px;
position: relative;
} @media (max-width: 767px) {
body:not(.home) .site-main {
margin-top: 68px;
}
.section-title h2{
font-size: 28px;
} }
.site-main .heading-page {
height: 350px;
position: relative;
}
.site-main .heading-page .heading-title {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0,0,0,0.1);
display: flex;
}
.site-main .heading-page > img {
object-fit: cover;
width: 100%;
height: 100%;
}
.site-main .heading-page.object-fit-none{
height: auto
}
.site-main .heading-page.object-fit-none > img{
height:auto;
}
.site-main .heading-page .heading-title > div{
margin: auto;
text-align: center;
color: #fff;
max-width: 650px
}
.site-main .heading-page .heading-title > div h1{
margin: 0 auto 12px;
}
.site-main .heading-page .heading-title > div > p{
margin-bottom: 5px;
font-size: 16px
}
.site-main .heading-page .heading-title > div h1,
.site-main .heading-page .heading-title > div > p{
text-shadow: 2px 1px 5px rgba(0, 0, 0, .6)
}
.site-main .heading-page .heading-title > div > p > a{
color: #fff
} .default-page .entry-content{
float: left;
width: 100%;
margin: 40px auto;
padding: 20px 30px;
background-color: #f8f8f8;
border-radius: 2px;
}
.default-page .entry-content h1{
margin-bottom: 10px
}
.default-page .entry-content h2{
margin-top: 20px;
margin-bottom: 5px;
font-size: 24px
}
.default-page .entry-content b, 
.default-page .entry-content strong {
font-weight: 600;
color: #404040;
}
.default-page .entry-content p,
.default-page .entry-content ul li{
margin-bottom: 5px;
color: var(--content-color)
}
.default-page .entry-content ul{
list-style-position: outside;
margin-left: 18px;
}
.default-page .entry-content ul li {
list-style-type: disc; }
.default-page .entry-content ul li p{
width: auto;
display: contents;
}
@media (max-width: 991px) {
.default-page .entry-content{
margin: 30px auto;
padding: 10px 12px;
}
.default-page .entry-content h1 {
margin-bottom: 0;
font-size: 30px;
line-height: 38px;
}
} .site-footer .site-info{
float: left;
width: 100%;
padding: 60px 0 0;
background-color: #f8f8f8;
}
.site-footer .site-info p,
.site-footer .site-info a{
color: #545454; }
.site-footer .site-info .company-info .logo{
float: left;
width: 100%;
margin-bottom: 8px
}
.site-footer .site-info .company-info img{
max-height: 50px;
}
.site-footer .site-info .company-info p,
.site-footer .site-info .company-info a{
font-size: 14px;
}
.site-footer .site-info .company-info .contact-info {
display: flex;
flex-direction: column;
}
.site-footer .site-info .company-info .contact-info table{
margin-bottom: 0
}
.site-footer .site-info .company-info .contact-info table tr td{
float: left;
text-align: left;
font-size: 14px
}
.site-footer .site-info .company-info .contact-info table tr td:nth-child(1){
min-width: 28px;
}
.site-footer .site-info .company-info .contact-info table tr td:lang(km):nth-child(1){
min-width: 68px;
}
.site-footer .site-info .company-info .contact-info table tr td:nth-child(2){
min-width: 10px;
padding: 0 5px
}
.site-footer .site-info .company-info .address {
margin: 0 70px 10px 0;
}
.site-footer .site-info .company-info .social-media li,
.site-footer .site-info .company-info .social-media li a{
float: left;
}
.site-footer .site-info .company-info .social-media li a{
margin: 14px 8px 0 0
}
.site-footer .site-info .company-info .social-media li img{
max-height: 30px;
max-width: 30px;
border-radius: 4px;
margin: 0 auto
}
.site-footer .site-info .quick-links .section-title{
text-align: left;
}
.site-footer .site-info .quick-links .section-title h2{
font-size: 24px;
margin-bottom: 5px
} .site-footer .site-info .quick-links .section-title:lang(km) span{
font-size: 26px;
padding-left: 0
}
.site-footer .site-info .quick-links ul{
list-style-type: none;
padding-left: 0;
column-count: 1;
float: left;
}
.site-footer .site-info .quick-links ul#menu-quick-links{
column-count: 2;
width: 66%;
}
.site-footer .site-info .quick-links ul li {
line-height: 26px
}
.site-footer .site-info .quick-links ul li a{
font-size: 15px
}
.site-footer .site-info .quick-links ul li.current-item a{
color: var(--light-blue)!important;
}
.site-footer .site-info .copyright {
height: 44px;
border-top: 1px solid #D9D9D9;
margin-top: 60px;
float: left;
width: 100%;
overflow: hidden;
}
.site-footer .site-info .copyright p{
margin: 0;
font-size: 12px;
text-align: center;
line-height: 48px;
}
@media (max-width: 767px) {
.site-footer .site-info{
padding-top: 30px; }
.site-footer .site-info .company-info .logo{
margin-bottom: 18px
}
.site-footer .site-info .company-info .address{
margin: 0 auto 12px;
padding: 0 50px 0 0
}
.site-footer .site-info .company-info .social-media li, 
.site-footer .site-info .company-info .social-media li a {
float: none;
display: inline-flex;
}
.site-footer .site-info .quick-links .section-title { margin: 10px auto 0;
}
.site-footer .site-info .quick-links .list-item{ float: left;
width: 100%;
}
.site-footer .site-info .quick-links ul li{
text-align: left;
}
.site-footer .site-info .quick-links ul#menu-quick-links{
width: 55%;
}
.site-footer .site-info .copyright{
height: auto;
margin-top: 10px;
padding: 10px 0 5px
}
.site-footer .site-info .copyright p{
line-height: 18px;
padding: 4px 0px;	
}
.site-footer .site-info .copyright p > span{
display: block;
} .site-footer .site-info .aos-init,
.site-footer .site-info .aos-animate{
opacity: 1; -o-transition-property: none !important;
-moz-transition-property: none !important;
-ms-transition-property: none !important;
-webkit-transition-property: none !important;
transition-property: none !important; -o-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-webkit-transform: none !important;
transform: none !important; -webkit-animation: none !important;
-moz-animation: none !important;
-o-animation: none !important;
-ms-animation: none !important;
animation: none !important;
}
}