@charset "UTF-8";
.bg-gray {
  background: #373737;
}

.bg-softgray {
  background: #F8F8F8;
}

.bg-blue {
  background: #0F2744;
}

.gr-default {
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(7, 32, 62, 0) 0%, rgba(7, 32, 62, 0.53) 63%, #07203e 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(0%, rgba(7, 32, 62, 0)), color-stop(63%, rgba(7, 32, 62, 0.53)), color-stop(100%, #07203e));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(7, 32, 62, 0) 0%, rgba(7, 32, 62, 0.53) 63%, #07203e 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(7, 32, 62, 0) 0%, rgba(7, 32, 62, 0.53) 63%, #07203e 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(7, 32, 62, 0) 0%, rgba(7, 32, 62, 0.53) 63%, #07203e 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(7, 32, 62, 0) 0%, rgba(7, 32, 62, 0.53) 63%, #07203e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#07203e", GradientType=0 );
}
.gr-softer, .gr-default.softer {
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(7, 32, 62, 0) 0%, rgba(8, 39, 70, 0.53) 63%, #082746 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(0%, rgba(7, 32, 62, 0)), color-stop(63%, rgba(8, 39, 70, 0.53)), color-stop(100%, #082746));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(7, 32, 62, 0) 0%, rgba(8, 39, 70, 0.53) 63%, #082746 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(7, 32, 62, 0) 0%, rgba(8, 39, 70, 0.53) 63%, #082746 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(7, 32, 62, 0) 0%, rgba(8, 39, 70, 0.53) 63%, #082746 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(7, 32, 62, 0) 0%, rgba(8, 39, 70, 0.53) 63%, #082746 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#082746", GradientType=0 );
}

.thumb-shadow, .thumbnail-block .image, .thumbnail-default {
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0);
  transition: all ease 0.5s;
}
.thumb-shadow:hover, .thumbnail-block .image:hover, .thumbnail-default:hover {
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.3);
}

.bg-gd-purple {
  background: #674ea7;
  background: -moz-linear-gradient(-45deg, #674ea7 0%, #c2336f 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #674ea7), color-stop(100%, #c2336f));
  background: -webkit-linear-gradient(-45deg, #674ea7 0%, #c2336f 100%);
  background: -o-linear-gradient(-45deg, #674ea7 0%, #c2336f 100%);
  background: -ms-linear-gradient(-45deg, #674ea7 0%, #c2336f 100%);
  background: linear-gradient(135deg, #674ea7 0%, #c2336f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#674ea7", endColorstr="#c2336f", GradientType=1 );
}

.bg-gd-orange {
  background: #c61d69;
  background: -moz-linear-gradient(left, #c61d69 0%, #ec6821 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #c61d69), color-stop(100%, #ec6821));
  background: -webkit-linear-gradient(left, #c61d69 0%, #ec6821 100%);
  background: -o-linear-gradient(left, #c61d69 0%, #ec6821 100%);
  background: -ms-linear-gradient(left, #c61d69 0%, #ec6821 100%);
  background: linear-gradient(to right, #c61d69 0%, #ec6821 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c61d69", endColorstr="#ec6821", GradientType=1 );
}

.bg-gd-green {
  background: #0075c4;
  background: -moz-linear-gradient(-45deg, #0075c4 0%, #6aa71a 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #0075c4), color-stop(100%, #6aa71a));
  background: -webkit-linear-gradient(-45deg, #0075c4 0%, #6aa71a 100%);
  background: -o-linear-gradient(-45deg, #0075c4 0%, #6aa71a 100%);
  background: -ms-linear-gradient(-45deg, #0075c4 0%, #6aa71a 100%);
  background: linear-gradient(135deg, #0075c4 0%, #6aa71a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0075c4", endColorstr="#6aa71a", GradientType=1 );
}

.bg-gd-blue {
  background: #0076c4;
  background: -moz-linear-gradient(left, #0076c4 0%, #513f8c 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #0076c4), color-stop(100%, #513f8c));
  background: -webkit-linear-gradient(left, #0076c4 0%, #513f8c 100%);
  background: -o-linear-gradient(left, #0076c4 0%, #513f8c 100%);
  background: -ms-linear-gradient(left, #0076c4 0%, #513f8c 100%);
  background: linear-gradient(to right, #0076c4 0%, #513f8c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0076c4", endColorstr="#513f8c", GradientType=1 );
}

.bg-gd-gray {
  background: white;
  background: linear-gradient(180deg, white 0%, #f9f9f9 100%);
}

.section-blue {
  background: #0F2744;
  padding-top: 50px;
  margin-top: 30px;
  margin-bottom: 50px;
  padding-bottom: 20px;
}

.text-white {
  color: #fff;
}

.text-yellow {
  color: #EAC267;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fn-sb {
  font-weight: 600;
}

.transition, .btn-cancel, .btn-download, .share-box a {
  transition: all ease 0.5s;
}
.transition:hover, .btn-cancel:hover, .btn-download:hover, .share-box a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
}
img.full {
  width: 100%;
}

body {
  background: #fff;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  padding-top: 80px;
}

.navbar {
  padding: 15px 0;
  background: #fff;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.2);
}
.navbar .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar .navbar-nav .nav-link {
  color: #373737;
  padding-left: 13px;
  padding-right: 13px;
}
.navbar .navbar-nav .nav-link:hover {
  color: #07203E;
}
.navbar .navbar-nav .active .nav-link {
  color: #07203E;
  font-weight: bold;
}

#video-bg {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#video-bg:before {
  position: absolute;
  opacity: 0.3;
  background: #000;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  right: 0;
  z-index: 1;
}
#video-bg video {
  position: relative;
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 100%;
}
#video-bg .card-img-overlay {
  z-index: 3;
}

#main-image, .main-banner {
  margin-bottom: 80px;
}

#main-image {
  height: 550px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#main-image.detail-post {
  min-height: calc(100vh);
}

#home-slider {
  overflow: hidden;
  min-height: 600px;
  margin: 0;
}
#home-slider .item {
  height: 100%;
  min-height: 600px;
  position: relative;
  background-position: center center;
}
#home-slider .item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  background: linear-gradient(90deg, white 0%, rgba(249, 249, 249, 0) 100%);
}
#home-slider .item .content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 2;
}
#home-slider .item .content .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 120px;
}
#home-slider .item .content a {
  display: block;
}
#home-slider .item .content a:hover {
  text-decoration: none;
}
#home-slider .item .content .play-inner {
  display: none;
  max-width: 70px;
}
#home-slider .item .content .container {
  padding-left: 70px;
  padding-right: 70px;
}
#home-slider .item .content .container .text {
  padding-right: 40px;
  color: #000;
  text-decoration: none;
}
#home-slider .slick-arrow {
  z-index: 2;
  width: 70px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
}
#home-slider .slick-arrow:hover {
  opacity: 0.8;
}
#home-slider .slick-arrow::before {
  content: none;
}
#home-slider .slick-arrow.slick-prev {
  background-image: url("../images/arrow-left.png");
}
#home-slider .slick-arrow.slick-next {
  background-image: url("../images/arrow-right.png");
}
#home-slider .slick-dots {
  bottom: 45px;
}
#home-slider .slick-dots li button:before {
  font-size: 18px;
  opacity: 0.5;
  color: white;
}
#home-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
}

#home-tags {
  margin-top: 60px;
  margin-bottom: 40px;
}
#home-tags .label {
  font-size: 20px;
  font-weight: bold;
}
#home-tags .list-inline {
  overflow: hidden;
  height: 32px;
}
#home-tags a {
  color: #fff;
  background: #667C91;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 20px;
}

#tool-box {
  margin: 40px 0;
  margin-top: -25px;
}
#tool-box #search-bar .easy-autocomplete {
  width: 100% !important;
}
#tool-box #search-bar .input-search {
  background: #fff;
  border: none;
  border-radius: 30px;
  padding: 25px 35px;
  color: #000;
  box-shadow: 0px 3px 7px -1px rgba(0, 0, 0, 0.58);
  -webkit-box-shadow: 0px 3px 7px -1px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 0px 3px 7px -1px rgba(0, 0, 0, 0.58);
  width: 100%;
}
#tool-box #search-bar .custom-select {
  border-color: #07203E;
}
#tool-box #search-bar .input-group-prepend + input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#tool-box #search-bar .input-group-prepend .custom-select {
  border-right: 0;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 30px 0 20px;
}
#tool-box #filter-box {
  margin-top: 30px;
  display: flex;
}
#tool-box #filter-box .select2 {
  width: 100% !important;
  max-width: 175px;
}
#tool-box #filter-box .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 0;
  right: 10px;
  width: 20px;
}
#tool-box #filter-box .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
}
#tool-box #filter-box .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #000 transparent;
  border-width: 0 4px 5px 4px;
}
#tool-box #filter-box .select2-search {
  display: none !important;
}
#tool-box #filter-box .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 2px solid #103253;
  border-radius: 20px;
  height: auto;
  padding: 4px 10px;
}
#tool-box #filter-box .dropdown .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0;
  vertical-align: unset;
  content: "";
  border-top: none;
  border-right: none;
  border-bottom: 0;
  border-left: none;
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -2px;
}
#tool-box #filter-box .dropdown.show .dropdown-toggle::after {
  transform: rotate(180deg);
}
#tool-box #filter-box .dropdown .btn {
  border: 2px solid #103253;
  min-width: 175px;
  border-radius: 20px;
  position: relative;
  text-align: left;
  padding-left: 20px;
}
#tool-box #filter-box .dropdown .btn:focus {
  box-shadow: none;
}
#tool-box #filter-box .dropdown .dropdown-menu {
  border: 2px solid #103253;
  border-radius: 20px;
  overflow: hidden;
  min-width: 300px;
  width: 100%;
}
#tool-box #filter-box .dropdown .dropdown-menu .dropdown-item {
  min-width: 171px;
}
#tool-box #filter-box .dropdown .form {
  padding: 5px 10px;
}

.nav-tab .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .nav-tab .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .nav-tab .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: none;
}
.nav-tab .btn {
  background: none !important;
  color: #D8D8D8 !important;
  border-color: #D8D8D8 !important;
}
.nav-tab .btn:focus {
  box-shadow: none;
}
.nav-tab .btn.active {
  background: none !important;
  color: #103253 !important;
  border-color: #103253 !important;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 170px;
  height: 40px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 6px 20px;
  color: #000;
  border: 2px solid #103253;
  border-radius: 20px;
  text-align: left;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 13px;
  border-width: 5px 4px 0 4px;
}
.select-styled:active:after, .select-styled.active:after {
  transform: rotate(180deg);
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #000;
  border: 2px solid #103253;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  margin-top: 2px;
}
.select-options li {
  margin: 0;
  padding: 9px 0;
  text-indent: 15px;
  border-top: 1px solid #e6e6e6;
}
.select-options li:hover {
  background: #f3f3f3;
}
.select-options li[rel=hide] {
  display: none;
}

ul.bcnav {
  display: inline-block;
  margin: 0;
  list-style: none;
  position: relative;
  box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.3);
  padding: 10px 30px;
  border-radius: 10px;
  background: #fff;
}
ul.bcnav li {
  display: inline-block;
  position: relative;
}
ul.bcnav li::after {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
}
ul.bcnav li a {
  color: #000;
  font-weight: bold;
}
ul.bcnav li.active a {
  color: #103253;
}
ul.bcnav li:last-child::after {
  display: none;
}

#home-recent, #home-viewed {
  overflow: hidden;
}

.category-title {
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  display: block;
}

.more-category {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}
.more-category:hover {
  color: #EAC267;
}

.lozad[data-src] {
  transition: opacity 0.8s ease;
  opacity: 0;
}
.lozad[data-src][data-loaded=true] {
  opacity: 1;
}

.thumb-default {
  min-height: 230px;
  overflow: hidden;
  border-radius: 10px;
  background-clip: padding-box;
  background-position: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.thumb-video {
  height: 230px;
  overflow: hidden;
  border-radius: 10px;
  background-clip: padding-box;
  background-position: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.thumb-video::before {
  content: "";
  background: url("../images/ico-play.png") no-repeat;
  position: absolute;
  width: 120px;
  height: 120px;
  background-size: contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.thumb-square {
  min-height: 160px;
}

.thumbnail-default {
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  display: block;
  min-height: 233px;
}
.thumbnail-default .card-img {
  border-radius: 10px;
  border: none;
}
.thumbnail-default:hover {
  color: #fff;
  text-decoration: none;
}
.thumbnail-default:hover .card-img-overlay {
  opacity: 0.7;
}
.thumbnail-default .card-img-overlay {
  transition: all ease 0.5s;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
.thumbnail-default .card-img-overlay .card-title {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 25px;
  transition: all ease 0.5s;
  position: relative;
}

.thumbnail-block {
  display: block;
  margin-bottom: 20px;
}
.thumbnail-block img {
  border-radius: 10px;
}
.thumbnail-block .image {
  position: relative;
}
.thumbnail-block:hover {
  text-decoration: none;
}
.thumbnail-block:hover .image::before {
  opacity: 0;
}
.thumbnail-block .meta {
  padding: 10px 0;
}
.thumbnail-block .card-title {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 25px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.thumbnail-block .card-title:hover {
  text-decoration: none;
  color: #000;
}
.thumbnail-block .date {
  text-align: right;
  font-size: 13px;
  color: #B1B1B1;
}

.category-header {
  font-size: 30px;
  font-weight: 600;
  margin-top: 80px;
  margin-bottom: 30px;
  text-align: center;
  color: #EAC267;
}

.article-title {
  margin-top: 80px;
  margin-bottom: 15px;
}
.article-title img {
  margin-top: 8px;
}
.article-title h1 {
  color: #EAC267;
  font-size: 30px;
  font-weight: 600;
}

.btn-outline-dark {
  border-radius: 20px !important;
  padding: 5px 25px;
  /* background-color: #343a40; */
  border-color: #103253;
  /* color: #103253; */
  font-weight: bold;
}

#box-order {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
#box-order span {
  font-weight: 600;
  margin-right: 15px;
}
#box-order .btn-group .btn {
  margin-right: 15px;
  background-color: transparent;
}
#box-order .btn-group .btn:hover, #box-order .btn-group .btn.active {
  background-color: #0075C4 !important;
  color: #fff;
}

.btn-line, #box-order .btn-group .btn {
  border-radius: 10px;
  padding: 5px 15px;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin: 5px;
  color: #fff;
  transition: all ease 0.5s;
  background: #667C91;
}
.btn-line.pink, #box-order .btn-group .pink.btn {
  border-color: #C61D6A;
}
.btn-line.pink:hover, #box-order .btn-group .pink.btn:hover {
  background: #c61d6a;
}
.btn-line:hover, #box-order .btn-group .btn:hover {
  background: #0075C4;
  text-decoration: none;
  color: #fff;
}

.tags {
  margin: 5px 0;
}
.tags .btn-line:first-child, .tags #box-order .btn-group .btn:first-child, #box-order .btn-group .tags .btn:first-child {
  margin-left: 0;
}

#photo-cover {
  min-height: 300px;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 0% 0% 230% 230%/0% 0% 85% 85%;
}
#photo-cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.65);
}
#photo-cover.dark {
  background: #103253;
  color: #fff;
}
#photo-cover.dark::before {
  display: none;
}
#photo-cover .inner {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
}
#photo-cover .inner .container {
  text-align: center;
}
#photo-cover .inner .container h1 {
  font-weight: bold;
}
#photo-cover .inner .container .meta {
  display: flex;
  justify-content: center;
  font-weight: bold;
}
#photo-cover .inner .container .meta .item {
  margin: 0 15px;
}
#photo-cover .inner .container .meta .item i {
  margin-right: 15px;
}
#photo-cover .bcnav {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}

#video-header {
  margin-top: 70px;
}
#video-header h1 {
  font-weight: bold;
  margin-top: 30px;
}
#video-header .meta {
  display: flex;
  font-weight: bold;
}
#video-header .meta .item {
  margin: 0 15px;
}
#video-header .meta .item:first-child {
  margin-left: 0;
}
#video-header .meta .item i {
  margin-right: 15px;
}

.page-banner {
  min-height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.page-banner h1 {
  color: #fff;
  z-index: 2;
  position: relative;
  padding-top: 50px;
  font-weight: bold;
}
.page-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #07203e;
  background: linear-gradient(90deg, #07203e 0%, rgba(255, 255, 255, 0) 100%);
}

.share-box {
  margin: 10px 0 40px 0px;
  display: flex;
  align-items: center;
}
.share-box .at-style-responsive .at-share-btn {
  padding: 0;
  margin: 0;
}
.share-box span {
  font-weight: 600;
  margin-right: 10px;
  font-size: 15px;
  color: #EAC267;
}
.share-box a {
  margin: 0 4px;
}
.share-box a:hover {
  text-decoration: none;
}

#detail-image-list .grid {
  margin-bottom: 30px;
}
#detail-image-list .grid img {
  cursor: pointer;
  transition: all ease 0.5s;
  border-radius: 10px;
}
#detail-image-list .grid img:hover {
  opacity: 0.8;
}

#modal-download .modal-content {
  background: none;
  padding: 0;
  margin: 0;
}
#modal-download .modal-content .modal-body {
  padding: 0;
  border: none;
  border-radius: 10px;
  overflow: hidden;
}
#modal-download .modal-content .modal-footer {
  border: none;
  padding: 30px 0 0;
}
#modal-download .modal-content .modal-footer form {
  width: 100%;
  color: #fff;
}

.btn-download {
  background: #6AA71A;
  border: none;
  color: #fff;
  border-radius: 10px;
  padding: 6px 40px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.btn-cancel {
  background: #C61D6A;
  border: none;
  color: #fff;
  border-radius: 10px;
  padding: 6px 40px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.modal-backdrop.show {
  opacity: 0.8;
}

#search-result {
  margin-top: 15px;
}

footer {
  padding: 20px 0;
  border-top: 1px solid #EEEEEE;
}
footer .list-inline {
  text-align: right;
  margin-bottom: 0;
}
footer .list-inline a {
  color: #000;
  font-size: 13px;
}
footer #copy {
  font-size: 13px;
}
footer #footer-sosmed {
  text-align: right;
}
footer #footer-sosmed ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer #footer-sosmed ul li {
  display: inline-block;
}
footer #footer-sosmed ul li a {
  color: #fff;
  font-size: 18px;
  margin: 0 5px;
  transition: all ease 0.5s;
}
footer #footer-sosmed ul li a:hover {
  color: #EAC267;
  text-decoration: none;
}

#video-block {
  margin-top: 50px;
  border-radius: 15px;
  overflow: hidden;
}

.mfp-bg {
  z-index: 999999;
}

.mfp-wrap {
  z-index: 999999;
}

.mfp-bottom-bar {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0px 15px;
  min-height: 60px;
  margin-top: -47px;
}
.mfp-bottom-bar .mfp-counter {
  position: static;
  top: 0;
  right: 0;
  color: #fff;
  margin: 0 15px;
}
.mfp-bottom-bar #btn-download-photo {
  background: #fff;
  color: #000;
}

#audio-post .thumbnail {
  border-radius: 10px;
}

.block-footer {
  padding: 150px 0;
  font-size: 24px;
  text-align: center;
}

.sosmed-line {
  font-size: 16px;
}
.sosmed-line a {
  color: #000;
}

.page-item.active .page-link {
  z-index: 3;
  color: #000;
  background-color: transparent;
  border-color: transparent;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 7px;
  margin-left: -1px;
  line-height: 1.25;
  color: #000;
  background-color: transparent;
  border: none;
  font-weight: 600;
  font-size: 15px;
}
.page-link.side-link {
  padding: 0.5rem 20px;
}
.page-link a {
  color: #000;
  text-decoration: underline;
}
.page-link a:hover {
  opacity: 0.8;
}

.page-link:hover {
  z-index: 2;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}

.box-no-result {
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 100px 15px;
  text-align: center;
  font-weight: 600;
}

#modal-download .modal-body {
  text-align: center;
}
#modal-download #image-medium {
  max-height: 500px;
  border-radius: 10px;
}

.video-background-controls {
  display: none !important;
}

.home-tab-slide .slick-list {
  padding: 0 20% 0 0 !important;
}

.audioplayer {
  height: 2.5em;
  /* 40 */
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  border: 1px solid #222;
  position: relative;
  z-index: 1;
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#222));
  background: -webkit-linear-gradient(top, #444, #222);
  background: -moz-linear-gradient(top, #444, #222);
  background: -ms-radial-gradient(top, #444, #222);
  background: -o-linear-gradient(top, #444, #222);
  background: linear-gradient(top, #444, #222);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 1.25em rgba(0, 0, 0, 0.5);
  /* 20 */
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 1.25em rgba(0, 0, 0, 0.5);
  /* 20 */
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 1.25em rgba(0, 0, 0, 0.5);
  /* 20 */
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.audioplayer-mini {
  width: 2.5em;
  /* 40 */
  margin: 0 auto;
}

.audioplayer > div {
  position: absolute;
}

.audioplayer-playpause {
  width: 2.5em;
  /* 40 */
  height: 100%;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  left: 0;
}

.audioplayer:not(.audioplayer-mini) .audioplayer-playpause {
  border-right: 1px solid #555;
  border-right-color: rgba(255, 255, 255, 0.1);
}

.audioplayer-mini .audioplayer-playpause {
  width: 100%;
}

.audioplayer-playpause:hover,
.audioplayer-playpause:focus {
  background-color: #222;
}

.audioplayer-playpause a {
  display: block;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  /* 8 */
  border-right: none;
  border-left-color: #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.25em;
  /* 8 4 */
}

.audioplayer-playing .audioplayer-playpause a {
  width: 0.75em;
  /* 12 */
  height: 0.75em;
  /* 12 */
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.375em 0 0 -0.375em;
  /* 6 */
}

.audioplayer-playing .audioplayer-playpause a:before,
.audioplayer-playing .audioplayer-playpause a:after {
  width: 40%;
  height: 100%;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0;
}

.audioplayer-playing .audioplayer-playpause a:before {
  left: 0;
}

.audioplayer-playing .audioplayer-playpause a:after {
  right: 0;
}

.audioplayer-time {
  width: 4.375em;
  /* 70 */
  height: 100%;
  line-height: 2.375em;
  /* 38 */
  text-align: center;
  z-index: 2;
  top: 0;
}

.audioplayer-time-current {
  border-left: 1px solid #111;
  border-left-color: rgba(0, 0, 0, 0.25);
  left: 2.5em;
  /* 40 */
}

.audioplayer-time-duration {
  border-right: 1px solid #555;
  border-right-color: rgba(255, 255, 255, 0.1);
  right: 2.5em;
  /* 40 */
}

.audioplayer-novolume .audioplayer-time-duration {
  border-right: 0;
  right: 0;
}

.audioplayer-bar {
  height: 0.875em;
  /* 14 */
  background-color: #222;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  right: 6.875em;
  /* 110 */
  left: 6.875em;
  /* 110 */
  margin-top: -0.438em;
  /* 7 */
}

.audioplayer-novolume .audioplayer-bar {
  right: 4.375em;
  /* 70 */
}

.audioplayer-bar div {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.audioplayer-bar-loaded {
  background-color: #333;
  z-index: 1;
}

.audioplayer-bar-played {
  background: #007fd1;
  background: -webkit-gradient(linear, left top, right top, from(#007fd1), to(#c600ff));
  background: -webkit-linear-gradient(left, #007fd1, #c600ff);
  background: -moz-linear-gradient(left, #007fd1, #c600ff);
  background: -ms-radial-gradient(left, #007fd1, #c600ff);
  background: -o-linear-gradient(left, #007fd1, #c600ff);
  background: linear-gradient(left, #007fd1, #c600ff);
  z-index: 2;
}

.audioplayer-volume {
  width: 2.5em;
  /* 40 */
  height: 100%;
  border-left: 1px solid #111;
  border-left-color: rgba(0, 0, 0, 0.25);
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  right: 0;
}

.audioplayer-volume:hover,
.audioplayer-volume:focus {
  background-color: #222;
}

.audioplayer-volume-button {
  width: 100%;
  height: 100%;
}

.audioplayer-volume-button a {
  width: 0.313em;
  /* 5 */
  height: 0.375em;
  /* 6 */
  background-color: #fff;
  display: block;
  position: relative;
  z-index: 1;
  top: 40%;
  left: 35%;
}

.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after {
  content: "";
  position: absolute;
}

.audioplayer-volume-button a:before {
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  /* 8 */
  border-left: none;
  border-right-color: #fff;
  z-index: 2;
  top: 50%;
  right: -0.25em;
  margin-top: -0.5em;
  /* 8 */
}

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  /* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
  width: 0.313em;
  /* 5 */
  height: 0.313em;
  /* 5 */
  border: 0.25em double #fff;
  /* 4 */
  border-width: 0.25em 0.25em 0 0;
  /* 4 */
  left: 0.563em;
  /* 9 */
  top: -0.063em;
  /* 1 */
  -webkit-border-radius: 0 0.938em 0 0;
  /* 15 */
  -moz-border-radius: 0 0.938em 0 0;
  /* 15 */
  border-radius: 0 0.938em 0 0;
  /* 15 */
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.audioplayer-volume-adjust {
  height: 6.25em;
  /* 100 */
  cursor: default;
  position: absolute;
  left: 0;
  right: -1px;
  top: -9999px;
  background: #222;
  background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#222));
  background: -webkit-linear-gradient(top, #444, #222);
  background: -moz-linear-gradient(top, #444, #222);
  background: -ms-radial-gradient(top, #444, #222);
  background: -o-linear-gradient(top, #444, #222);
  background: linear-gradient(top, #444, #222);
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
  opacity: 0;
}

.audioplayer-volume:hover .audioplayer-volume-adjust {
  top: auto;
  bottom: 100%;
}

.audioplayer-volume-adjust > div {
  width: 40%;
  height: 80%;
  background-color: #222;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 30% auto 0;
}

.audioplayer-volume-adjust div div {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #007fd1;
  background: -webkit-gradient(linear, left bottom, left top, from(#007fd1), to(#c600ff));
  background: -webkit-linear-gradient(bottom, #007fd1, #c600ff);
  background: -moz-linear-gradient(bottom, #007fd1, #c600ff);
  background: -ms-radial-gradient(bottom, #007fd1, #c600ff);
  background: -o-linear-gradient(bottom, #007fd1, #c600ff);
  background: linear-gradient(bottom, #007fd1, #c600ff);
}

.audioplayer-novolume .audioplayer-volume {
  display: none;
}

.audioplayer-play,
.audioplayer-pause,
.audioplayer-volume a {
  -webkit-filter: drop-shadow(1px 1px 0 #000);
  -moz-filter: drop-shadow(1px 1px 0 #000);
  -ms-filter: drop-shadow(1px 1px 0 #000);
  -o-filter: drop-shadow(1px 1px 0 #000);
  filter: drop-shadow(1px 1px 0 #000);
}

.audioplayer-bar,
.audioplayer-bar div,
.audioplayer-volume-adjust div {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.audioplayer-bar,
.audioplayer-volume-adjust > div {
  -webkit-box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(255, 255, 255, 0.1);
}

.audioplayer-volume-adjust div div,
.audioplayer-bar-played {
  -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5);
}

.audioplayer-volume-adjust {
  -webkit-box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.15), 2px -2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.15), 2px -2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.15), 2px -2px 2px rgba(0, 0, 0, 0.15);
}

.audioplayer *,
.audioplayer *:before,
.audioplayer *:after {
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, opacity 0.5s ease;
  -moz-transition: color 0.25s ease, background-color 0.25s ease, opacity 0.5s ease;
  -ms-transition: color 0.25s ease, background-color 0.25s ease, opacity 0.5s ease;
  -o-transition: color 0.25s ease, background-color 0.25s ease, opacity 0.5s ease;
  transition: color 0.25s ease, background-color 0.25s ease, opacity 0.5s ease;
}

@media screen and (max-width: 600px) {
  body {
    font-size: 14px;
    padding-top: 0;
  }

  #video-bg {
    height: calc(100vh - 80px);
    box-sizing: border-box;
  }

  #home-slider .item .content .play {
    display: none;
  }

  #home-slider .item .content .play-inner {
    display: inline-block;
  }

  #tool-box {
    margin-top: -15px;
  }

  #home-slider .slick-dots li {
    margin: 0;
  }

  #home-slider .slick-arrow {
    display: none !important;
  }

  #home-slider .item .content .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #home-slider .slick-dots {
    bottom: 20px;
  }

  #home-slider .slick-arrow {
    width: 50px;
    height: 50px;
  }

  #filter-box .select, #tool-box #filter-box .dropdown .btn, #tool-box #filter-box button.btn.btn-outline-dark.active {
    width: 100%;
  }

  .home-tab-slide .slick-next.slick-arrow {
    right: 20px;
    top: 120px;
    z-index: 9;
  }
  .home-tab-slide .slick-prev.slick-arrow {
    left: 20px;
    z-index: 9;
    top: 120px;
  }

  #tool-box #filter-box {
    display: block;
  }
  #tool-box #filter-box .dropdown {
    margin: 0 !important;
  }
  #tool-box #filter-box button.btn.btn-outline-dark.active {
    margin-top: 5px;
  }

  #home-slider h1 {
    font-size: 18px;
  }

  #home-slider .slick-dots li button:before {
    font-size: 12px;
  }

  #home-tags {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #home-tags .col-lg-10 {
    overflow: scroll;
  }

  #home-tags .list-inline {
    height: auto;
    margin-top: 15px;
    display: flex;
    flex-wrap: nowrap;
    overflow: unset;
  }
  #home-tags .list-inline li {
    white-space: nowrap;
  }

  #home-slider .item, #home-slider {
    min-height: 300px;
  }

  .category-title {
    font-size: 17px;
  }

  .thumbnail-audio .card-title, .thumbnail-video .card-title, .thumbnail-video .card-title, .thumbnail-photo .card-img-overlay .card-title {
    font-size: 13px;
  }

  .article-title h1 {
    font-size: 18px;
  }

  .article-title img {
    margin-top: 0px;
  }

  .navbar {
    padding: 15px;
    position: relative;
  }

  .navbar .navbar-nav .nav-link {
    padding-left: 0px;
  }

  #main-image, .main-banner {
    margin-bottom: 40px;
    height: 250px;
  }

  .category-header {
    font-size: 16px;
    margin-top: 40px;
  }

  .navbar-toggler {
    padding: 3px 6px;
    font-size: 15px;
  }

  .article-title {
    margin-top: 20px;
    font-size: 20px;
  }

  #video-block, #audio-post, #search-page {
    margin-top: 30px;
  }

  .block-footer {
    padding: 50px 15px;
    font-size: 15px;
  }

  footer #copy {
    text-align: center;
    margin-bottom: 10px;
  }

  footer #footer-sosmed {
    text-align: center;
  }

  #photo-cover .inner .container h1 {
    font-weight: bold;
    font-size: 18px;
  }

  #photo-cover .bcnav {
    position: absolute;
    bottom: -60px;
    left: 15px;
    transform: translate(0, 0);
  }

  #photo-cover {
    min-height: 200px;
    border-radius: 0;
  }

  .page-banner h1 {
    font-size: 20px;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 0;
  }

  .page-banner .container {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
}

/*# sourceMappingURL=style.css.map */
