@font-face {
  font-family: bayon;
  src: url(../font/Bayon-Regular.ttf);
}

@font-face {
  font-family: hanuman-bold;
  src: url(../font/Hanuman-Bold.ttf);
}

@font-face {
  font-family: hanuman;
  src: url(../font/Hanuman-Regular.ttf);
}

@font-face {
  font-family: open-sans;
  src: url(../font/OpenSans-Regular.ttf);
}

@font-face {
  font-family: battambang;
  src: url(../font/Battambang-Regular.ttf);
}

@font-face {
  font-family: os-siemreab;
  src: url(../font/KhmerOS_siemreap.ttf);
}

body {
  background-color: #E9E9E9;
}

.head-top-icon {
  background: #009624;
}

.head-top-icon .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.head-top-icon .social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
}

.head-top-icon .social a i {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 20px;
}

.banner-img-top img {
  height: auto;
}

.head-menu {
  background-color: #FFFFFF;
}

.head-menu .navbar-nav {
  font-family: bayon;
}

.head-menu .navbar-nav .nav-item .nav-link {
  color: #616161;
  position: relative;
  padding: 8px 20px;
}

.head-menu .navbar-nav .nav-item .nav-link:hover {
  color: #009624;
}

.head-menu .navbar-nav .nav-item .active {
  color: #009624;
}

.head-menu .navbar-nav .nav-item .active::before {
  content: '';
  top: 30px;
  left: 0px;
  right: 0px;
  margin: auto;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 18px solid #009624;
}

.head-menu .navbar-nav .dropdown .dropdown-menu {
  padding: 0px;
}

.head-menu .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  padding: 10px;
  color: #616161;
}

.head-menu .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #009624;
  color: white;
}

.head-menu .navbar-nav .dropdown .dropdown-menu .dropdown-item::before {
  content: none;
}

.head-menu .navbar-nav .dropdown .dropdown-menu .active {
  background-color: #009624;
  color: white;
}

.head-menu .navbar-nav .dropdown .multi-drop {
  background-color: white;
  color: #616161;
}

.head-menu .navbar-nav .dropdown .multi-drop:hover {
  background-color: #009624;
  color: white;
}

.m-quee {
  background-color: #009624;
  height: 47px;
}

.m-quee .breaking-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 47px;
}

.m-quee .breaking-news span {
  font-family: open-sans;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-weight: bold;
  margin-right: 7px;
  color: white;
}

.m-quee .breaking-news marquee {
  font-family: hanuman;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: white;
  padding: 10px;
  font-size: 16px;
  width: 100%;
}

.full-search .searchbox {
  border-radius: 30px;
  position: relative;
  background: #F2F2F2;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: reveal-search ease .75s forwards;
          animation: reveal-search ease .75s forwards;
}

.full-search .searchbox input {
  width: calc(100% - 40px);
  line-height: 40px;
  font-size: 16px;
  max-height: 40px;
  border: 0;
  padding: 0 2vw;
  font-weight: 300;
  color: #545454;
  padding-left: 50px;
  background-color: white;
  outline: unset;
  font-family: open-sans;
}

.full-search .searchbox i {
  margin: auto 0;
  position: absolute;
  height: 15px;
  color: #009624;
  fill: #009624;
  top: 0;
  bottom: 0;
  font-size: 14px;
}

.full-search .searchbox .close {
  right: 18px;
}

.full-search .searchbox .magnify {
  left: 20px;
  color: #009624;
  fill: #009624;
}

#navbarSearchTop {
  background-color: white;
  border: none;
  color: #009624;
  outline: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.main-body .advertise {
  padding: 20px 0px 20px 0px;
}

.main-body .advertise img {
  width: 100%;
}

.main-body .main-carousel {
  font-family: hanuman;
}

.main-body .main-carousel .pd-r {
  padding-right: 7.5px;
}

.main-body .main-carousel .pd-l {
  padding-left: 7.5px;
}

.main-body .main-carousel .carousel-indicators li {
  border-radius: 100%;
  width: 15px;
  height: 15px;
}

.main-body .main-carousel .carousel-inner {
  position: relative;
}

.main-body .main-carousel .carousel-inner .carousel-item {
  position: relative;
}

.main-body .main-carousel .carousel-inner .carousel-item::before {
  content: '';
  display: block;
  background-color: #0000008f;
  opacity: 0.6;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.main-body .main-carousel .carousel-inner .carousel-item .carousel-caption {
  text-align: left;
  bottom: 60px;
}

.main-body .main-carousel .carousel-inner .carousel-item .carousel-caption h5 {
  font-size: 16px;
  overflow: hidden;
  line-height: 30px;
}

.main-body .main-carousel .carousel-inner .carousel-item .carousel-caption small {
  font-family: battambang;
}

.main-body .main-carousel .carousel-inner .carousel-item .d-block {
  -o-object-fit: cover;
     object-fit: cover;
  height: 320px;
}

.main-body .main-content .content-news {
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 5px;
}

.main-body .main-content .content-news .content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: bayon;
}

.main-body .main-content .content-news .content-title .f-l h5 {
  color: #009624;
}

.main-body .main-content .content-news .content-title .f-r a small {
  color: #1A275A;
  font-family: hanuman;
}

.main-body .main-content .content-news .progress {
  border-radius: 0;
  height: 2px;
}

.main-body .main-content .content-news .progress .progress-bar {
  background-color: #009624;
}

.main-body .main-content .content-news .content-b-news .card {
  border: none;
}

.main-body .main-content .content-news .content-b-news .card .card-img-top {
  border-radius: 0px;
}

.main-body .main-content .content-news .content-b-news .card a {
  text-decoration: none;
  font-size: 16px;
  color: #000000;
}

.main-body .main-content .content-news .content-b-news .card .card-body {
  padding: 10px 0px;
}

.main-body .main-content .content-news .content-b-news .card .card-body .card-title {
  font-family: hanuman;
}

.main-body .main-content .content-news .content-b-news .card .card-body h6 {
  overflow: hidden;
  height: 50px;
  line-height: 25px;
  margin-bottom: 0px;
}

.main-body .main-content .content-news .content-b-news .card .card-body .rd-m {
  font-size: 12px;
  display: block;
  font-family: hanuman;
  color: white;
  margin-top: 1rem;
  padding: 2px 2px;
  width: 40%;
  background-color: #009624;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.main-body .main-content .content-news .content-b-news .card .card-body small {
  color: #ACACAC;
  font-family: battambang;
}

.main-body .main-content .content-news .content-b-news .card .card-body small i {
  padding-right: 5px;
}

.main-body .main-content .content-youtube .card {
  border: none;
}

.main-body .main-content .content-youtube .card .js-video-button {
  padding: 0px;
  border: none;
}

.main-body .main-content .content-youtube .card .js-video-button:focus {
  outline: none;
}

.main-body .main-content .content-youtube .card .cus-play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.main-body .main-content .content-youtube .card .cus-play::before {
  font-size: 50px;
  color: #FF0000;
  content: "\f167";
  font-family: Font Awesome\ 5 Brands;
  position: absolute;
  font-weight: 900;
  z-index: 10;
}

.main-body .main-content .content-youtube .card .img-thumbnail {
  width: 100%;
  padding: 0px;
  border-radius: 0px;
}

.main-body .main-content .content-youtube .card .card-body {
  padding: 20px;
}

.main-body .main-content .content-youtube .card .card-body a {
  color: #000000;
  text-decoration: none;
  font-family: hanuman;
}

.main-body .you-tube {
  background-color: #E52D27;
  border-radius: 5px;
  padding: 3px;
  text-align: center;
  margin-bottom: 5px;
}

.main-body .you-tube a {
  font-family: open-sans;
  color: white;
  font-size: 20px;
  text-decoration: none;
}

.main-body .main-content-detail .content-news {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 5px;
}

.main-body .main-content-detail .content-news .content-title {
  font-family: bayon;
  color: #009624;
}

.main-body .main-content-detail .content-news .content-title-news {
  background-color: #009624;
  border-radius: 7px;
  font-family: hanuman;
}

.main-body .main-content-detail .content-news .content-title-news h6 {
  text-align: center;
  color: white;
  font-size: 90%;
  margin-bottom: 0px;
  padding: 5px;
}

.main-body .main-content-detail .content-news .badge {
  padding: 0px;
}

.main-body .main-content-detail .content-news .content-sub-title-news .title-sub-news {
  font-family: hanuman-bold;
}

.main-body .main-content-detail .content-news .content-sub-title-news .title-sub-news a {
  text-decoration: none;
}

.main-body .main-content-detail .content-news .content-sub-title-news .title-sub-news a h4 {
  color: #000000;
  margin-bottom: 1rem;
  line-height: 40px;
}

.main-body .main-content-detail .content-news .content-sub-title-news .title-sub-news h4 {
  line-height: 1.7;
}

.main-body .main-content-detail .content-news .content-sub-title-news .date-print {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-body .main-content-detail .content-news .content-sub-title-news .date-print small {
  color: #ACACAC;
}

.main-body .main-content-detail .content-news .content-sub-title-news .date-print a {
  color: #707070;
}

.main-body .main-content-detail .content-news .content-sub-title-news .date-print a i {
  font-size: 18px;
}

.main-body .main-content-detail .content-news .content-sub-title-news hr {
  border: 2px solid #E2E2E2;
}

.main-body .main-content-detail .content-news .content-sub-title-news .social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-body .main-content-detail .content-news .content-sub-title-news .social-link .at-share-btn {
  padding: 0px;
}

.main-body .main-content-detail .content-news .content-sub-title-news .social-link .google-social .btn {
  width: 35px;
  height: 35px !important;
  padding: 4px !important;
}

.main-body .main-content-detail .content-news .content-sub-title-news .social-link .google-social a {
  color: white;
}

.main-body .main-content-detail .content-news .content-sub-title-news .social-link .google-social .btn-tw {
  background-color: #2CA8D2;
}

.main-body .main-content-detail .content-news .content-sub-title-news .social-link .google-social .btn-tw:hover {
  background-color: #00bbfa;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

.main-body .main-content-detail .content-news .content-sub-title-news .social-link .google-social .btn-gp {
  background-color: #CE4D39;
}

.main-body .main-content-detail .content-news .content-sub-title-news .social-link .google-social .btn-gp:hover {
  background-color: #dd351b;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

.main-body .main-content-detail .content-news .content-sub-title-news .social-link .google-social .btn-pl {
  background-color: #fc6d4c;
}

.main-body .main-content-detail .content-news .content-sub-title-news .social-link .google-social .btn-pl:hover {
  background-color: #e25030;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

.main-body .main-content-detail .content-news .content-sub-title-news .social-link .fb-like-share {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.main-body .main-content-detail .content-news .content-sub-title-news .btn-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  -ms-flex-item-align: center;
      align-self: center;
  height: 28px;
  padding: 0 8px;
  background-color: #0056b3;
  text-decoration: none;
}

.main-body .main-content-detail .content-news .content-sub-title-news .btn-share:hover {
  background-color: #097efc;
}

.main-body .main-content-detail .content-news .content-sub-title-news .btn-share h6 {
  color: white;
  font-size: 13px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 0px;
}

.main-body .main-content-detail .content-news .content-b-news .card {
  border: none;
}

.main-body .main-content-detail .content-news .content-b-news .card a {
  text-decoration: none;
  font-size: 16px;
  color: #000000;
}

.main-body .main-content-detail .content-news .content-b-news .card .card-body {
  padding: 10px 0px;
}

.main-body .main-content-detail .content-news .content-b-news .card .card-body h6 {
  font-family: hanuman;
  overflow: hidden;
  margin-bottom: 0px;
  height: 76px;
  line-height: 25px;
}

.main-body .main-content-detail .content-news .content-b-news .card .card-body small {
  color: #ACACAC;
}

.main-body .main-content-detail .content-news .content-b-news .card .card-body small i {
  padding-right: 5px;
}

.main-body .main-content-detail .content-news .content-b-news .card .card-body .rd-m {
  font-size: 12px;
  display: block;
  font-family: hanuman;
  color: white;
  margin-top: 1rem;
  padding: 2px 2px;
  width: 40%;
  background-color: #009624;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.main-body .main-content-detail .content-news .progress {
  border-radius: 0;
  height: 2px;
}

.main-body .main-content-detail .content-news .progress .progress-bar {
  background-color: #009624;
}

.main-body .main-content-detail .content-news .newsdetails .newsdetails-cam {
  font-family: hanuman;
  background-color: #009624;
  width: 15%;
}

.main-body .main-content-detail .content-news .newsdetails .newsdetails-cam h6 {
  text-align: center;
  padding: 5px 5px;
  color: white;
  margin-bottom: 0px;
}

.main-body .main-content-detail .content-news .newsdetails .img-details {
  padding-bottom: 5px;
}

.main-body .main-content-detail .content-news .newsdetails .img-details img {
  width: 100%;
}

.main-body .main-content-detail .content-news .newsdetails .post-by {
  padding-bottom: 10px;
  font-family: hanuman;
}

.main-body .main-content-detail .content-news .newsdetails .post-by small {
  color: #ACACAC;
  font-size: 15px;
}

.main-body .main-content-detail .content-news .newsdetails .post-by small a {
  color: #0668B3;
  text-decoration: none;
}

.main-body .main-content-detail .content-news .newsdetails .paragraph-details {
  font-family: os-siemreab;
}

.main-body .main-content-detail .content-news .newsdetails .paragraph-details p {
  margin-bottom: 0px;
  padding: 10px 0px;
  line-height: 30px;
}

.main-body .main-content-detail .content-news .newsdetails .paragraph-details img {
  width: 100%;
  height: auto;
}

.main-body .main-content-detail .content-news .newsdetails .advertise {
  padding: 0px;
}

.main-body .main-content-cate .content-news {
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 5px;
}

.main-body .main-content-cate .content-news .progress {
  border-radius: 0;
  height: 2px;
}

.main-body .main-content-cate .content-news .progress .progress-bar {
  background-color: #009624;
}

.main-body .main-content-cate .content-news .content-title {
  font-family: bayon;
  color: #009624;
}

.main-body .main-content-cate .content-news .content-b-cate a .card {
  border: none;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
}

.main-body .main-content-cate .content-news .content-b-cate a .card::before {
  content: '';
  display: block;
  background-color: #0000008f;
  opacity: 0.6;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.main-body .main-content-cate .content-news .content-b-cate a .card .card-img-top {
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  border-radius: 0px;
  height: 200px;
}

.main-body .main-content-cate .content-news .content-b-cate a .card .card-img-top:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.main-body .main-content-cate .content-news .content-b-cate a .text-cate {
  position: absolute;
  padding: 20px;
  color: white;
  bottom: 0px;
}

.main-body .main-content-cate .content-news .content-b-cate a .text-cate p {
  font-family: hanuman;
}

.main-body .main-content-cate .content-news .content-b-cate a .text-cate small {
  font-family: battambang;
}

.main-body .main-content-cate .content-news .content-category-sub .category-full {
  padding-bottom: 10px;
  color: #000000;
  text-decoration: none;
}

.main-body .main-content-cate .content-news .content-category-sub .category-full .category-title h6 {
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
  height: 60px;
  margin-bottom: 0px;
  font-family: hanuman;
  font-weight: bold;
}

.main-body .main-content-cate .content-news .content-category-sub .category-full .category-title small {
  font-family: battambang;
  color: #ACACAC;
}

.main-body .main-content-cate .content-news .content-category-sub .category-full .category-paragraph {
  line-height: 30px;
  padding: 10px 0px;
  font-family: hanuman;
}

.main-body .main-content-cate .content-news .content-category-sub .category-full .category-paragraph p {
  margin-bottom: 0px;
}

.main-body .main-content-cate .content-news .content-b-news .card {
  border: none;
}

.main-body .main-content-cate .content-news .content-b-news .card a {
  text-decoration: none;
  font-size: 16px;
  color: #000000;
}

.main-body .main-content-cate .content-news .content-b-news .card .card-body {
  padding: 10px 0px;
}

.main-body .main-content-cate .content-news .content-b-news .card .card-body h6 {
  font-family: hanuman;
  overflow: hidden;
  margin-bottom: 0px;
  height: 76px;
  line-height: 25px;
}

.main-body .main-content-cate .content-news .content-b-news .card .card-body small {
  color: #ACACAC;
}

.main-body .main-content-cate .content-news .content-b-news .card .card-body small i {
  padding-right: 5px;
}

.main-body .main-content-cate .content-news .content-b-news .card .card-body .rd-m {
  display: block;
  font-family: hanuman;
  color: white;
  margin-top: 1rem;
  padding: 2px 2px;
  width: 50%;
  background-color: #009624;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.main-body .main-content-cate .content-news .page-gination .pagination .page-item .page-link {
  color: black;
  background-color: white;
  border-color: #dee2e6;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  outline: unset;
}

.main-body .main-content-cate .content-news .page-gination .pagination .page-item .page-link:hover {
  color: white;
  background-color: #009624;
}

.main-body .main-content-cate .content-news .page-gination .pagination .page-item .active {
  color: white;
  background-color: #009624;
}

.main-body .main-content-cate .content-news .page-gination .pagination .active {
  color: white;
  background-color: #009624;
}

.main-footer {
  background-color: #262A2E;
  padding: 30px 0px;
}

.main-footer .bd-bot {
  border-bottom: 2px solid #FFFFFF;
}

.main-footer .content-title {
  font-family: bayon;
}

.main-footer .content-title h5 {
  color: #009624;
}

.main-footer .content-title .progress {
  border-radius: 0;
  height: 2px;
  width: 100%;
}

.main-footer .content-title .progress .progress-bar {
  background-color: #009624;
}

.main-footer .content-title .info {
  padding: 20px 0px;
  color: white;
  font-family: hanuman;
}

.main-footer .content-title .info i {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-footer .content-title .info p {
  padding-left: 15px;
}

.main-footer .content-title .info a {
  text-decoration: none;
  color: white;
  padding-left: 15px;
}

.main-footer .content-title .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px;
}

.main-footer .content-title .footer-social a {
  text-decoration: none;
  margin-right: 15px;
  background-color: #000000;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-footer .content-title .footer-social a:hover {
  background-color: whitesmoke;
}

.main-footer .content-title .footer-social a:hover .fa-facebook-f {
  color: #3b5998;
}

.main-footer .content-title .footer-social a:hover .fa-twitter {
  color: #55ACEE;
}

.main-footer .content-title .footer-social a:hover .fa-instagram {
  background: -webkit-gradient(linear, left top, left bottom, from(#e72c83), to(#a742c6));
  background: linear-gradient(to bottom, #e72c83 0%, #a742c6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-footer .content-title .footer-social a:hover .fa-youtube {
  color: #FF0000;
}

.main-footer .content-title .footer-social a i {
  font-size: 28px;
  color: #686868;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.main-footer .footer-bot-word {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: open-sans;
}

.main-footer .footer-bot-word small {
  color: white;
}

.main-footer .footer-bot-word small a {
  color: white;
  text-decoration: none;
}

.sticky-bot {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

.read-more {
  text-align: right;
  font-family: hanuman;
}

.read-more a {
  text-decoration: none;
  color: #1A275A;
}

.scrollToTop {
  position: fixed;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  background-color: #009624;
  bottom: 95px;
  right: 50px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  outline: unset;
  z-index: 2000;
}

.scrollToTop i {
  color: white;
  position: relative;
  bottom: 1px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}
/*# sourceMappingURL=app.css.map */