body {
  font-family: "Tinos", serif;
  font-weight: 400;
  font-size: 12px;
  background: white;
  color: black;
}

.header-ads {
  width: 1100px;
  height: 200px;
  padding: 0px;
  margin: 20px auto;
  max-width: 100%;
  min-width: 1100px;
  background: #a1a0a0;
}

.navbar {
  padding: 0 !important;
  flex-direction: column;
}
.navbar .navbar-fullwidth {
  width: 1100px;
  padding: 0px;
  margin: 0px auto;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.navbar .navbar-fullwidth .user-option {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.navbar .navbar-fullwidth .user-option .login {
  padding: 0 5px;
  margin-left: 10px;
  color: black;
  text-decoration: none;
  font-weight: 500;
  font-size: 13.6px;
  font-family: din-2014, sans-serif;
}
.navbar .navbar-fullwidth .user-option .login:hover {
  font-weight: 900;
}
.navbar .navbar-fullwidth .user-option .register {
  padding: 0 5px;
  margin: 0 10px;
  color: black;
  text-decoration: none;
  font-weight: 500;
  font-size: 13.6px;
  font-family: din-2014, sans-serif;
}
.navbar .navbar-fullwidth .user-option .register:hover {
  font-weight: 900;
}
.navbar .navbar-fullwidth .media-top {
  width: 30%;
  align-items: center;
  justify-content: flex-start;
}
.navbar .navbar-fullwidth .media-top .social-facebook {
  margin-right: 10px;
  padding: 0 5px;
  height: 36.98px;
  width: 36.98px;
  background-color: black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar .navbar-fullwidth .media-top .social-facebook .facebook {
  color: white;
}
.navbar .navbar-fullwidth .media-top .social-twitter {
  margin-right: 10px;
  padding: 0 5px;
  height: 36.98px;
  width: 36.98px;
  background-color: black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar .navbar-fullwidth .media-top .social-twitter .twitter {
  color: white;
}
.navbar .navbar-fullwidth .media-top .social-youtube {
  margin-right: 10px;
  padding: 0 5px;
  height: 36.98px;
  width: 36.98px;
  background-color: black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar .navbar-fullwidth .media-top .social-youtube .youtube {
  color: white;
}
.navbar .navbar-fullwidth .media-top .social-instagram {
  margin-right: 10px;
  padding: 0 5px;
  height: 36.98px;
  width: 36.98px;
  background-color: black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar .navbar-fullwidth .media-top .social-instagram .instagram {
  color: white;
}
.navbar .navbar-fullwidth .header .header-center .timezone {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-family: "Tinos", serif;
  font-weight: 400;
  margin: 16px 0;
}
.navbar .navbar-fullwidth .search-top {
  width: 30%;
  justify-content: flex-end;
  align-items: center;
}
.navbar .navbar-fullwidth .search-top .search-block {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.navbar .navbar-fullwidth .search-top .search-block .pp-khmer {
  padding: 0 5px;
  margin-right: 10px;
  color: black;
  text-decoration: none;
  font-weight: 500;
  font-size: 13.6px;
  font-family: din-2014, sans-serif;
}
.navbar .navbar-fullwidth .search-top .search-block .pp-khmer:hover {
  font-weight: 900;
}
.navbar .navbar-fullwidth .search-top .search-block .subscribe {
  padding: 0 5px;
  margin-right: 10px;
  color: black;
  text-decoration: none;
  font-weight: 500;
  font-size: 13.6px;
  font-family: din-2014, sans-serif;
}
.navbar .navbar-fullwidth .search-top .search-block .subscribe:hover {
  font-weight: 900;
}
.navbar .navbar-fullwidth .search-top .search-block .btn {
  padding: 0 5px;
  margin-right: 10px;
  color: black;
  text-decoration: none;
  font-weight: 500;
  font-size: 13.6px;
  font-family: din-2014, sans-serif;
}
.navbar .navbar-fullwidth .search-top .search-block .btn:hover {
  font-weight: 900;
}
.navbar .navbar-fullwidth .search-top .search-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.navbar .navbar-fullwidth .search-top .search-bar .search-type {
  padding: 4 0 4 4px;
  background: white;
  border-radius: 3px;
  border: 1px solid #95989a;
  color: black;
  font-size: 12px;
  width: 200px;
  height: 30px;
  outline-offset: 0 !important;
}

.page-wrapper {
  width: 1100px;
  padding: 0px;
  margin: 0px auto;
  max-width: 100%;
  min-width: 1100px;
  height: auto;
}

.section-body {
  min-height: 1437px;
}
.section-body .header {
  display: flex;
}
.section-body .header .header-left {
  display: flex;
  margin-right: 12px;
}
.section-body .header .header-center {
  height: auto;
  max-width: 100%;
  display: flex;
  justify-content: center;
}
.section-body .header .header-right {
  display: flex;
  margin-left: 12px;
}
.section-body .header .datenow {
  font-size: 1.2em;
}
.section-body .main-navbar {
  margin-top: 10px;
}
.section-body .main-navbar a.active {
  background-color: black;
  color: white;
}
.section-body .main-navbar a:not(.active) {
  color: black;
}
.section-body .main-navbar .timezone {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-family: "Tinos", serif;
  font-weight: 400;
}
.section-body .main-navbar nav {
  width: 1100px;
  display: inline-block;
  border-top: 1px solid #9c9fa0 !important;
  border-bottom: 1px solid #9c9fa0 !important;
  font-size: 14px;
  margin-bottom: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.section-body .main-navbar nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: "din-2014", sans-serif;
  font-size: 14px;
  color: Black;
  position: relative;
}
.section-body .main-navbar nav ul li {
  float: left;
  /* Hover and active links in horizontal bar */
}
.section-body .main-navbar nav ul li span {
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  display: block;
  padding: 17px 15px 15px;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-size: 14px;
  position: relative;
}
.section-body .main-navbar nav ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  display: block;
  padding: 17px 15px 15px;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-size: 14px;
  position: relative;
}
.section-body .main-navbar nav ul li a:link {
  color: black;
}
.section-body .main-navbar nav ul li span:hover, .section-body .main-navbar nav ul li a:hover, .section-body .main-navbar nav ul li a:active {
  background: black;
  color: white;
}
.section-body .main-navbar nav ul li ul {
  background-color: #f7f7f7;
  border-top: 1px solid #ccc;
  visibility: hidden;
  position: absolute;
  /* Set any width you like */
  width: 175px;
  height: 52px;
  z-index: 500;
}
.section-body .main-navbar nav ul li ul li {
  background-color: #f7f7f7;
  border-top: 1px solid #ccc;
  float: none;
  width: 175px;
  height: 52px;
  position: relative;
}
.section-body .main-navbar nav ul li ul li a, .section-body .main-navbar nav ul li ul li a:link, .section-body .main-navbar nav ul li ul li a:visited {
  background: none;
  display: block;
  text-align: left;
  text-indent: 10%;
  width: 175px;
  height: 52px;
  padding: 17px 15px 15px;
  color: black;
  text-decoration: none;
  outline: none;
}
.section-body .main-navbar nav ul li ul li a:hover, .section-body .main-navbar nav ul li ul li a:active {
  width: 175px;
  height: 52px;
  background: black;
  color: #ffffff;
}
.section-body .main-navbar nav ul li:hover ul {
  visibility: visible;
  width: 175px;
  height: 52px;
}
.section-body .sub-menu {
  width: 100%;
  height: auto;
  display: inline-block;
  font-family: "din-2014", sans-serif;
}
.section-body .sub-menu .menupage {
  border-bottom: 1px solid #9c9fa0 !important;
  margin-bottom: 10px;
  text-align: center;
  color: #030000;
  text-transform: uppercase;
  padding: 10px;
}
.section-body .sub-menu .menupage a {
  text-decoration: none;
  color: #030000;
  font-size: 24px;
  padding: 10px;
  font-weight: 700;
}
.section-body .sub-menu ul {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
  list-style-type: none;
  gap: 30px;
}
.section-body .sub-menu ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.section-body .sub-menu ul li a.active {
  text-decoration: underline;
  text-transform: uppercase;
  color: #0054C6;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.section-body .ads-full-raw {
  height: 150px;
  width: 1100px;
  margin-bottom: 10px;
}
.section-body .ads-full-raw .ads-top {
  margin-bottom: 10px;
}
.section-body .photo-grid-container {
  margin-bottom: 10px;
}
.section-body .photo-grid-container .photo-grid-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  justify-content: space-between;
}
.section-body .photo-grid-container .photo-grid-row .photo-grid-item4 {
  max-width: 260px;
  position: relative;
  overflow: hidden;
}
.section-body .photo-grid-container .photo-grid-row .photo-grid-item4 .video {
  position: relative;
}
.section-body .photo-grid-container .photo-grid-row .photo-grid-item4 .video a img {
  vertical-align: middle;
  width: 100%;
  transition: filter 0.3s;
}
.section-body .photo-grid-container .photo-grid-row .photo-grid-item4 .video .title {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  padding: 5px;
  opacity: 0;
  transition: opacity 0.3s;
  width: 100%;
  height: 100%;
}
.section-body .photo-grid-container .photo-grid-row .photo-grid-item4 .video .title .fa-play {
  font-size: 40px;
  color: red;
}
.section-body .photo-grid-container .photo-grid-row .photo-grid-item4 .video .title a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column-reverse;
  color: white;
  font-size: 18px;
  text-decoration: none;
  font-family: "Tinos", serif;
}
.section-body .photo-grid-container .photo-grid-row .photo-grid-item4 .video:hover .title {
  opacity: 1;
  background-color: rgba(60, 60, 60, 0.5);
  font-weight: 900;
}
.section-body .photo-grid-container .photo-grid-row .photo-grid-item4 .socialite {
  position: relative;
}
.section-body .photo-grid-container .photo-grid-row .photo-grid-item4 .socialite a img {
  vertical-align: middle;
  width: 100%;
  transition: filter 0.3s;
}
.section-body .photo-grid-container .photo-grid-row .photo-grid-item4 .socialite .title {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  padding: 5px;
  opacity: 0;
  transition: opacity 0.3s;
  width: 100%;
  height: 100%;
}
.section-body .photo-grid-container .photo-grid-row .photo-grid-item4 .socialite .title a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column-reverse;
  color: white;
  font-size: 18px;
  text-decoration: none;
  font-family: "Tinos", serif;
}
.section-body .photo-grid-container .photo-grid-row .photo-grid-item4 .socialite:hover .title {
  opacity: 1;
  background-color: rgba(60, 60, 60, 0.5);
  font-weight: 900;
}
.section-body .photo-grid-container .photo-grid-row .photo-grid-item4 .announcement {
  position: relative;
  width: 220px;
}
.section-body .photo-grid-container .photo-grid-row .photo-grid-item4 .announcement a img {
  vertical-align: middle;
  width: 100%;
  transition: filter 0.3s;
  height: 350px;
}
.section-body .photo-grid-container .photo-grid-row .photo-grid-item4 .announcement .title {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  padding: 5px;
  opacity: 0;
  transition: opacity 0.3s;
  width: 100%;
  height: 100%;
}
.section-body .photo-grid-container .photo-grid-row .photo-grid-item4 .announcement .title a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column-reverse;
  color: white;
  font-size: 18px;
  text-decoration: none;
  font-family: "Tinos", serif;
}
.section-body .photo-grid-container .photo-grid-row .photo-grid-item4 .announcement:hover .title {
  opacity: 1;
  background-color: rgba(60, 60, 60, 0.5);
  font-weight: 900;
}
.section-body .load-more {
  margin: 10px 0;
}
.section-body .load-more .btn-load {
  font-family: "Tinos", serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
  text-decoration: none;
  background-color: black;
  padding: 5px 20px;
}
.section-body .load-more .btn-load:hover {
  background-color: #26247b;
  color: #fff;
}
.section-body .page-selector {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer {
  background: #082147;
  color: #ffffff;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-size: 14px;
  min-width: 1100px;
}
.footer .footer-info-container {
  height: auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.footer .footer-info-container .footer-col-1 {
  width: 25%;
  font-size: 12px;
}
.footer .footer-info-container .footer-col-1 img {
  margin-bottom: 10px;
}
.footer .footer-info-container .footer-col-1 address a {
  text-decoration: none;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
}
.footer .footer-info-container .footer-col-1 address a:hover {
  color: #ccc;
}
.footer .footer-info-container .footer-col-1 address span {
  font-size: 12px;
}
.footer .footer-info-container .footer-col-2 {
  width: 10%;
}
.footer .footer-info-container .footer-col-2 h2 {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  color: #888888;
  font-size: 14px;
  line-height: 18px;
  margin: 60px 0 20px;
}
.footer .footer-info-container .footer-col-2 ul {
  margin: 0;
  padding: 0;
  line-height: 20px;
}
.footer .footer-info-container .footer-col-2 ul li {
  list-style: none;
}
.footer .footer-info-container .footer-col-2 ul li a {
  text-decoration: none;
  font-family: "din-2014", sans-serif;
  color: #888888;
  font-size: 14px;
  line-height: 18px;
}
.footer .footer-info-container .footer-col-2 ul li a:hover {
  color: #ccc;
}
.footer .footer-info-container .footer-col-2 ul li a span {
  font-size: 12px;
}
.footer .footer-info-container .footer-col-3 {
  width: 10%;
}
.footer .footer-info-container .footer-col-3 h2 {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  color: #888888;
  font-size: 14px;
  line-height: 18px;
  margin: 60px 0 20px;
}
.footer .footer-info-container .footer-col-3 ul {
  margin: 0;
  padding: 0;
  line-height: 20px;
}
.footer .footer-info-container .footer-col-3 ul li {
  list-style: none;
}
.footer .footer-info-container .footer-col-3 ul li a {
  text-decoration: none;
  font-family: "din-2014", sans-serif;
  color: #888888;
  font-size: 14px;
  line-height: 18px;
}
.footer .footer-info-container .footer-col-3 ul li a:hover {
  color: #ccc;
}
.footer .footer-info-container .footer-col-3 ul li a span {
  font-size: 12px;
}
.footer .footer-info-container .footer-col-4 {
  width: 10%;
}
.footer .footer-info-container .footer-col-4 h2 {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  color: #888888;
  font-size: 14px;
  line-height: 18px;
  margin: 60px 0 20px;
}
.footer .footer-info-container .footer-col-4 ul {
  margin: 0;
  padding: 0;
  line-height: 20px;
}
.footer .footer-info-container .footer-col-4 ul li {
  list-style: none;
}
.footer .footer-info-container .footer-col-4 ul li a {
  text-decoration: none;
  font-family: "din-2014", sans-serif;
  color: #888888;
  font-size: 14px;
  line-height: 18px;
}
.footer .footer-info-container .footer-col-4 ul li a:hover {
  color: #ccc;
}
.footer .footer-info-container .footer-col-4 ul li a span {
  font-size: 12px;
}
.footer .footer-info-container .footer-col-5 {
  width: 45%;
}
.footer .footer-info-container .footer-col-5 .download-option {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.footer .footer-info-container .footer-col-5 .download-option .appstore {
  display: flex;
  width: 45%;
  justify-content: flex-start;
  align-items: center;
}
.footer .footer-info-container .footer-col-5 .download-option .appstore .appstore-img {
  width: 50%;
}
.footer .footer-info-container .footer-col-5 .download-option .appstore .appstore-img img {
  width: 100%;
  height: auto;
}
.footer .footer-info-container .footer-col-5 .download-option .appstore .appstore-title {
  width: 50%;
}
.footer .footer-info-container .footer-col-5 .download-option .appstore .appstore-title a {
  font-size: 10px;
  margin: 0;
  padding: 0;
  color: white;
  text-decoration: none;
}
.footer .footer-info-container .footer-col-5 .download-option .googleplay {
  display: flex;
  width: 45%;
  justify-content: flex-end;
  align-items: center;
}
.footer .footer-info-container .footer-col-5 .download-option .googleplay .googleplay-img {
  width: 50%;
}
.footer .footer-info-container .footer-col-5 .download-option .googleplay .googleplay-img img {
  width: 100%;
  height: auto;
}
.footer .footer-info-container .footer-col-5 .download-option .googleplay .googleplay-title {
  width: 33%;
}
.footer .footer-info-container .footer-col-5 .download-option .googleplay .googleplay-title a {
  font-size: 10px;
  margin: 0;
  padding: 0;
  color: white;
  text-decoration: none;
}
.footer .footer-info-container .footer-col-5 .signup-social {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.footer .footer-info-container .footer-col-5 .signup-social .signup-footer {
  height: 72px;
  padding: 8px;
  width: 44%;
}
.footer .footer-info-container .footer-col-5 .signup-social .signup-footer .signup-text p {
  font-size: 14px;
  font-weight: 400;
  color: white;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.footer .footer-info-container .footer-col-5 .signup-social .signup-footer .signup-inputbtn {
  display: flex;
}
.footer .footer-info-container .footer-col-5 .signup-social .signup-footer .signup-inputbtn .input {
  width: 70%;
  font-size: 10px;
  border: 1px solid #879aa5;
  border-radius: 5px 0 0 5px;
}
.footer .footer-info-container .footer-col-5 .signup-social .signup-footer .signup-inputbtn .submitbtn {
  width: 30%;
  font-size: 12px;
  color: white;
  background-color: black;
  border: 1px solid #879aa5;
  border-radius: 0 10px 10px 0;
}
.footer .footer-info-container .footer-col-5 .signup-social .signup-footer .signup-inputbtn .submitbtn:hover {
  background-color: #888888;
}
.footer .footer-info-container .footer-col-5 .signup-social .social-media {
  width: 54%;
  display: flex;
}
.footer .footer-info-container .footer-col-5 .signup-social .social-media .d-flex {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
}
.footer .footer-info-container .footer-col-5 .signup-social .social-media .d-flex .all-social {
  padding: 0 5px;
  height: 40px;
  width: 100%;
  border-bottom: 1px solid #879aa5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.footer .footer-info-container .footer-col-5 .signup-social .social-media .d-flex .all-social a {
  font-size: 16px;
  text-decoration: none;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  color: white;
  line-height: 18px;
}
.footer .footer-info-container .footer-col-5 .signup-social .social-media .d-flex .all-social a:hover {
  font-weight: 900;
}/*# sourceMappingURL=socialite.css.map */