.f1 {
  font-family: "Noto Sans", sans-serif;
}

.f2 {
  font-family: "Montserrat", sans-serif;
}

.mt0 {
  margin-top: 0;
}

@font-face {
  font-family: "fas";
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
    url("../fonts/fa-solid-900.woff2") format("woff2"),
    url("../fonts/fa-solid-900.woff") format("woff"),
    url("../fonts/fa-solid-900.ttf") format("truetype"),
    url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
  font-display: swap;
}

.fa,
.fas {
  font-family: "fas";
  font-weight: 900;
}

* {
  font-family: "Noto Sans", sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
}

html,
body {
  width: 100%;
  height: 100%;
  position: relative;
  background: #f4f4f4;
}

body.ramadan {
  background: url(../images/bg_ramadan.jpg) no-repeat bottom fixed;
  background-size: cover;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

a {
  color: #111;
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.w100fl {
  width: 100%;
  float: left;
}

.master_wrapper {
  z-index: 1;
  width: 100%;
  min-height: 100%;
  float: left;
  position: relative;
}

.wrap {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}

.white {
  background: #fff;
}

.fl {
  float: left !important;
}

.pr {
  position: relative;
}

.bb-ccc {
  border-bottom: 1px solid #ccc;
}

.mt40 {
  margin-top: 40px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.pr_20 {
  padding-right: 20px;
}

.fs16 {
  font-size: 16px !important;
}

.h150 {
  height: 150px !important;
}

.h130 {
  height: 130px !important;
}

.h290 {
  height: 290px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl20 {
  padding-left: 20px !important;
}

.p_020 {
  padding: 0 20px !important;
}

.perthree {
  width: calc((100% - 40px) / 3) !important;
  margin-right: 20px;
}

.perthree:nth-child(3) {
  margin-right: 0;
}

.pertwo {
  width: calc((100% - 20px) / 2) !important;
  margin-right: 20px;
}

.pertwo:nth-child(even) {
  margin-right: 0;
}

.subtitle {
  width: 100%;
  float: left;
  color: #555;
  font-size: 16px;
  margin: 0 0 5px 0;
}

.pic {
  position: relative;
}

.pic button {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 30px;
  height: 30px;
  color: #111;
  font-size: 14px;
  border: none;
  background: #fff;
}

.pic button.toggle {
  opacity: 0;
}

.pic button:hover {
  color: #fff;
  background: #072967;
  border: 1px solid #fff;
  cursor: pointer;
}

.box_1 li:hover button.toggle,
.box_2 li:hover button.toggle,
.box_3 li:hover button.toggle,
.box_4 li:hover button.toggle,
.box_5 li:hover button.toggle,
.box_6 li:hover button.toggle,
.box_7 li:hover button.toggle,
.box_8 li:hover button.toggle,
.box_9 li:hover button.toggle,
.box_10 li:hover button.toggle,
.box_11 li:hover button.toggle,
.box_12 li:hover button.toggle,
.box_13 li:hover button.toggle,
.box_14 li:hover button.toggle,
.box_15 li:hover button.toggle,
.box_16 li:hover button.toggle,
.box_17 li:hover button.toggle,
.box_18 li:hover button.toggle,
.box_19 li:hover button.toggle,
.box_20 li:hover button.toggle,
.box_21 li:hover button.toggle,
.box_22 li:hover button.toggle {
  opacity: 1;
}

.nav {
  width: 100%;
  float: left;
  background: #fff;
  position: relative;
  position: fixed;
  top: 0;
  z-index: 10;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.nav .nav_row {
  width: 100%;
  float: left;
  position: relative;
}

.nav .logo {
  width: 172px;
  height: 32px;
  margin: 10px 0;
  float: left;
  background: url(../images/main/logo.png) no-repeat center;
  background-size: contain;
}

.nav .second_logo {
  width: 100px;
  height: 32px;
  border-left: 1px solid #dedede;
  padding: 0;
  margin: 10px 20px;
  float: left;
  background: url(../images/main/logo_xinwen.png) no-repeat center;
  background-size: contain;
}

.nav .top_right_nav {
  float: right;
}

.nav .top_right_nav ul {
  margin-top: 10px;
}

.nav .top_right_nav ul li {
  float: right;
  font-size: 14px;
  margin-left: 10px;
  position: relative;
}

.nav .top_right_nav ul li .drop_ct {
  border-top: 2px solid #25A8E0;
  opacity: 0;
  z-index: 2;
  position: absolute;
  width: 120px;
  padding: 10px 0;
  left: 50%;
  top: -200px;
  background: #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  transition: opacity ease-out 0.3s;
  -moz-transition: opacity ease-out 0.3s;
  -webkit-transition: opacity ease-out 0.3s;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.nav .top_right_nav ul li .drop_ct li {
  width: 100%;
  float: left;
  margin-left: 0;
  font-size: 13px;
}

.nav .top_right_nav ul li .drop_ct li a {
  padding: 10px 20px;
  display: block;
  background: #fff;
}

.nav .top_right_nav ul li .drop_ct li a:hover {
  background: #f4f4f4;
}

.nav .top_right_nav ul li .drop_ct:before {
  content: "";
  width: 0;
  position: absolute;
  top: -8px;
  left: calc(50% - 5px);
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #25A8E0 transparent;
}

.nav .top_right_nav ul li .drop_ct.w160 {
  width: 160px;
}

.nav .top_right_nav ul li .bt {
  width: 32px;
  height: 32px;
  position: relative;
  text-align: center;
  color: #333;
  overflow: hidden;
  background: #efefef;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.nav .top_right_nav ul li .bt i {
  padding-top: 8px;
  position: relative;
  z-index: 2;
}

.nav .top_right_nav ul li .bt:before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 37px;
  background: #072967;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
}

.nav .top_right_nav ul li .bt:hover {
  cursor: pointer;
}

.nav .top_right_nav ul li .bt:hover i {
  color: #fff;
}

.nav .top_right_nav ul li .bt:hover:before {
  bottom: -5px;
}

.nav .top_right_nav ul li .bt_drop {
  padding: 10px;
  font-size: 12px;
  color: #5c5b5a;
  position: relative;
}

.nav .top_right_nav ul li .bt_drop:hover {
  cursor: pointer;
}

.nav .top_right_nav ul li:hover .drop_ct {
  top: 24px;
  opacity: 1;
}

.nav .src {
  position: absolute;
  top: -50px;
  right: 42px;
  padding: 10px 0;
  width: 300px;
  height: 52px;
  background: rgba(255, 255, 255, 0);
  z-index: 3;
  transition: right ease-out 0.3s, background ease-out 0.3s;
  -moz-transition: right ease-out 0.3s, background ease-out 0.3s;
  -webkit-transition: right ease-out 0.3s, background ease-out 0.3s;
}

.nav .src button {
  float: right;
  width: 32px;
  height: 32px;
  margin-left: 10px;
  font-size: 14px;
  background: #072967;
  color: #fff;
  border: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.nav .src button:hover {
  cursor: pointer;
}

.nav .src input {
  height: 32px;
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 10px 20px;
  float: right;
  width: 0;
  background: #fff;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

.nav .src.show {
  right: 0;
  top: 0;
  background: #fff;
}

.nav .src.show input {
  width: calc(100% - 42px);
}

.nav .current {
  float: left;
  padding: 14px;
  font-weight: 700;
  font-size: 14px;
  background: #072967;
  color: #fff;
}

.nav .main_menu {
  font-size: 14px;
}

.nav .main_menu li {
  float: left;
}

.nav .main_menu li a,
.nav .main_menu li h2 {
  padding: 14px;
  font-size: 14px;
  display: block;
  font-weight: 700;
  position: relative;
}

.nav .main_menu li a.home,
.nav .main_menu li h2.home {
  background: #001d52;
  color: #a1d3f9;
}

.nav .main_menu li a.highlight,
.nav .main_menu li h2.highlight {
  color: #25A8E0;
}

.nav .main_menu li a.highlight_blue,
.nav .main_menu li h2.highlight_blue {
  color: #072967;
}

.nav .main_menu li a:before,
.nav .main_menu li h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: #072967;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
}

.nav .main_menu li a.act:before,
.nav .main_menu li h2.act:before {
  height: 3px;
}

.nav .main_menu li a span,
.nav .main_menu li h2 span {
  position: relative;
  z-index: 1;
}

.nav .main_menu li h2 {
  padding: 0;
  margin: 0;
}

.nav .main_menu li:hover a {
  color: #fff;
}

.nav .main_menu li:hover a:before {
  height: 100%;
}

.nav .main_menu li:hover .drops li a {
  color: #111;
}

.nav .main_menu li.dropdown {
  position: relative;
}

.nav .main_menu li.dropdown .drops {
  opacity: 0;
  z-index: 2;
  position: absolute;
  width: 300px;
  height: 0;
  background: #fff;
  border-top: 3px solid #072967;
  top: -500px;
  overflow: hidden;
  left: 0;
  transition: opacity ease-out 0.3s;
  -moz-transition: opacity ease-out 0.3s;
  -webkit-transition: opacity ease-out 0.3s;
}

.nav .main_menu li.dropdown .drops li {
  width: 50%;
  float: left;
  opacity: 0;
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}

.nav .main_menu li.dropdown .drops li a:before {
  display: none;
}

.nav .main_menu li.dropdown .drops li a:hover {
  color: #25A8E0;
}

.nav .main_menu li.dropdown .drops li.active a {
  background: #072967;
  color: #fff;
}

.nav .main_menu li.dropdown:hover .drops {
  height: auto;
  top: 100%;
  opacity: 1;
}

.nav .main_menu li.dropdown:hover .drops li {
  opacity: 1;
}

.nav .bc {
  display: none;
  float: right;
  width: 116px;
  height: 44px;
  background: url(../images/main/bc_logo.png) no-repeat center;
  background-size: contain;
}

.nav .submenu {
  width: 100%;
  float: left;
  text-align: center;
  background: #fff;
  background: -moz-linear-gradient(left, #fff 0, #ddd 50%, #fff 100%);
  background: -webkit-gradient(left top,
      right top,
      color-stop(0, #fff),
      color-stop(50%, #ddd),
      color-stop(100%, #fff));
  background: -webkit-linear-gradient(left, #fff 0, #ddd 50%, #fff 100%);
  background: -o-linear-gradient(left, #fff 0, #ddd 50%, #fff 100%);
  background: -ms-linear-gradient(left, #fff 0, #ddd 50%, #fff 100%);
  background: linear-gradient(to right, #fff 0, #ddd 50%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

.nav .submenu li {
  display: inline-block;
}

.nav .submenu li a {
  padding: 10px 5px;
  display: block;
  font-size: 14px;
  color: #333;
}

.nav .submenu li a:hover,
.nav .submenu li a.active {
  color: #072967;
  font-weight: 700;
}

.mega_menu {
  background: rgba(7, 41, 103, 0.7);
  opacity: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: fixed;
  top: -200%;
  left: 0;
  transition: opacity ease-out 0.3s;
  -moz-transition: opacity ease-out 0.3s;
  -webkit-transition: opacity ease-out 0.3s;
}

.mega_menu .mega_ct {
  width: 100%;
  max-width: 1280px;
  height: 700px;
  background: #fff;
  opacity: 0;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}

.mega_menu .mega_ct .mega_left {
  width: 324px;
  height: 100%;
  float: left;
  background: #efefef;
}

.mega_menu .mega_ct .mega_left .user_section {
  width: 100%;
  float: left;
  height: 482px;
  position: relative;
  background: #25A8E0;
}

.mega_menu .mega_ct .mega_left .user_section:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  background: url(../images/dummy_1.jpg) no-repeat center;
  background-size: cover;
}

.mega_menu .mega_ct .mega_left .user_section .user_ct {
  position: absolute;
  padding: 20px;
  bottom: 0;
  left: 0;
}

.mega_menu .mega_ct .mega_left .user_section .user_ct h5,
.mega_menu .mega_ct .mega_left .user_section .user_ct div:nth-child(1) {
  margin-bottom: 0;
  width: 100%;
  float: left;
  color: #fff;
}

.mega_menu .mega_ct .mega_left .user_section .user_ct h3,
.mega_menu .mega_ct .mega_left .user_section .user_ct div:nth-child(2) {
  font-size: 36px;
  margin: 0 0 10px 0;
  color: #fff;
  width: 100%;
  float: left;
  line-height: 100%;
}

.mega_menu .mega_ct .mega_left .user_section .user_ct form {
  width: 100%;
  float: left;
}

.mega_menu .mega_ct .mega_left .user_section .user_ct form input {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  border: none;
  font-size: 14px;
  padding: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.mega_menu .mega_ct .mega_left .user_section .user_ct form button {
  width: 100%;
  float: left;
  max-width: 160px;
  border: none;
  background: #072967;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 10px;
}

.mega_menu .mega_ct .mega_left .user_section .user_ct p {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}

.mega_menu .mega_ct .mega_left .user_section .user_ct p a {
  color: #072967;
  font-weight: 700;
  position: relative;
}

.mega_menu .mega_ct .mega_left .user_section .user_ct p a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #072967;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.mega_menu .mega_ct .mega_left .user_section .user_ct p a:hover:before {
  width: 100%;
}

.mega_menu .mega_ct .mega_left .user_section .user_login {
  width: 100%;
  float: left;
  padding: 72px 20px;
  position: relative;
  z-index: 2;
}

.mega_menu .mega_ct .mega_left .user_section .user_login .pic {
  width: 160px;
  height: 160px;
  margin: auto;
  overflow: hidden;
}

.mega_menu .mega_ct .mega_left .user_section .user_login .pic img {
  border: 3px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.mega_menu .mega_ct .mega_left .user_section .user_login .pic .user_setting {
  opacity: 0.5;
  width: 36px;
  height: 36px;
  padding-top: 10px;
  color: #555;
  background: #fff;
  text-align: center;
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.mega_menu .mega_ct .mega_left .user_section .user_login .pic .user_setting:hover {
  color: #fff;
  background: #072967;
}

.mega_menu .mega_ct .mega_left .user_section .user_login .pic:hover .user_setting {
  opacity: 1;
}

.mega_menu .mega_ct .mega_left .user_section .user_login .text {
  width: 100%;
  float: left;
  text-align: center;
}

.mega_menu .mega_ct .mega_left .user_section .user_login .text h4,
.mega_menu .mega_ct .mega_left .user_section .user_login .text div {
  font-size: 18px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}

.mega_menu .mega_ct .mega_left .user_section .user_login .text h4 a,
.mega_menu .mega_ct .mega_left .user_section .user_login .text div a {
  color: #fff;
}

.mega_menu .mega_ct .mega_left .user_section .user_login .text a.log_bt {
  padding: 10px 40px;
  background: #fff;
  color: #777;
  font-weight: 700;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.mega_menu .mega_ct .mega_left .user_section .user_login .tool_link {
  width: 100%;
  float: left;
  margin-bottom: 60px;
}

.mega_menu .mega_ct .mega_left .user_section .user_login .tool_link li {
  display: inline-block;
  font-size: 14px;
  margin: 0 5px;
}

.mega_menu .mega_ct .mega_left .user_section .user_login .tool_link li a {
  display: block;
  color: #fff;
  padding: 10px;
  background: #072967;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.mega_menu .mega_ct .mega_left .apps_section {
  text-align: center;
}

.mega_menu .mega_ct .mega_left .apps_section .w100fl div {
  padding: 20px 0 10px;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-weight: 700;
}

.mega_menu .mega_ct .mega_left .apps_section ul {
  text-align: center;
}

.mega_menu .mega_ct .mega_left .apps_section ul li {
  display: inline-block;
  margin: 0 5px;
}

.mega_menu .mega_ct .mega_left .apps_section ul li a {
  padding: 8px;
  width: 36px;
  height: 36px;
  background: #fff;
  display: block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.mega_menu .mega_ct .mega_right {
  width: calc(100% - 324px);
  height: 100%;
  float: left;
  position: relative;
}

.mega_menu .mega_ct .mega_right .mega_top {
  padding: 22px 20px;
  width: 100%;
  float: left;
}

.mega_menu .mega_ct .mega_right .mega_top ul {
  float: left;
}

.mega_menu .mega_ct .mega_right .mega_top ul li {
  float: left;
}

.mega_menu .mega_ct .mega_right .mega_top ul li a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  padding: 0 20px;
}

.mega_menu .mega_ct .mega_right .mega_top ul li a i {
  margin-right: 10px;
}

.mega_menu .mega_ct .mega_right .mega_top ul li:first-child a {
  padding-left: 0;
}

.mega_menu .mega_ct .mega_right .mega_top .mega_close {
  width: 58px;
  height: 58px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  padding: 19px 0;
}

.mega_menu .mega_ct .mega_right .mega_top .mega_close span {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.mega_menu .mega_ct .mega_right .mega_top .mega_close span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #111;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.mega_menu .mega_ct .mega_right .mega_top .mega_close span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 20px;
  background: #111;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.mega_menu .mega_ct .mega_right .mega_top .mega_close:hover {
  cursor: pointer;
}

.mega_menu .mega_ct .mega_right .mega_top .mega_close:hover span {
  border: 1px solid #111;
  width: 36px;
  height: 36px;
  transform: translate(-50%, -50%) rotate(225deg);
  -moz-transform: translate(-50%, -50%) rotate(225deg);
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
}

.mega_menu .mega_ct .mega_right .mega_top .night_bt,
.mega_menu .mega_ct .mega_right .mega_top .day_bt {
  width: 58px;
  height: 58px;
  position: absolute;
  top: 0;
  right: 58px;
  background: #ccc;
  padding: 15px;
  border: none;
  background: none;
}

.mega_menu .mega_ct .mega_right .mega_top .night_bt span,
.mega_menu .mega_ct .mega_right .mega_top .day_bt span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.mega_menu .mega_ct .mega_right .mega_top .night_bt span {
  background: #111 url(../images/main/moon.png) no-repeat center;
  background-size: 18px 18px;
}

.mega_menu .mega_ct .mega_right .mega_top .day_bt span {
  background: #25A8E0 url(../images/main/sun.png) no-repeat center;
  background-size: 18px 18px;
}

.mega_menu .mega_ct .mega_right .mega_top .night_bt:hover,
.mega_menu .mega_ct .mega_right .mega_top .day_bt:hover {
  cursor: pointer;
}

.mega_menu .mega_ct .mega_right .mega_mid {
  width: 100%;
  float: left;
  position: relative;
  padding: 20px;
}

.mega_menu .mega_ct .mega_right .mega_mid:before {
  content: "";
  width: calc(66.66% - -15px);
  height: 420px;
  background: url(../images/dummy_2.jpg) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}

.mega_menu .mega_ct .mega_right .mega_mid .onethird {
  width: 33.33%;
  float: left;
  padding-right: 20px;
  min-height: 400px;
  position: relative;
}

.mega_menu .mega_ct .mega_right .mega_mid .mega_foot {
  width: 100%;
  float: left;
}

.mega_menu .mega_ct .mega_right .mega_mid .mega_foot ul {
  float: right;
}

.mega_menu .mega_ct .mega_right .mega_mid .mega_foot ul li {
  float: left;
}

.mega_menu .mega_ct .mega_right .mega_mid .mega_foot ul li a {
  display: block;
  padding: 40px 10px;
  font-size: 14px;
}

.mega_menu .mega_ct .mega_right .mega_mid .mega_list {
  padding: 10px 0;
  width: 100%;
  float: left;
}

.mega_menu .mega_ct .mega_right .mega_mid .mega_list.col2 {
  column-count: 2;
}

.mega_menu .mega_ct .mega_right .mega_mid .mega_list li {
  padding: 10px 0;
}

.mega_menu .mega_ct .mega_right .mega_mid .mega_list li a {
  font-size: 14px;
}

.mega_menu .mega_ct .mega_right .the_group {
  width: 100%;
  float: left;
  background: #072967;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px;
}

.mega_menu .mega_ct .mega_right .the_group h5,
.mega_menu .mega_ct .mega_right .the_group div {
  margin: 0 0 30px 0;
  color: #fff;
}

.mega_menu .mega_ct .mega_right .the_group ul {
  width: 100%;
  float: left;
}

.mega_menu .mega_ct .mega_right .the_group ul li {
  float: left;
  margin-right: 40px;
}

.mega_menu .mega_ct .mega_right .the_group ul li a img {
  height: auto;
  object-fit: contain;
}

.mega_menu.show {
  top: 0;
  opacity: 1;
}

.mega_menu.show .mega_ct {
  top: 50%;
  opacity: 1;
}

.ti_1 {
  width: 100%;
  float: left;
  position: relative;
  z-index: 0;
}

.ti_1 span,
.ti_1 h3,
.ti_1 h4 {
  color: #fff;
  position: relative;
  float: left;
  padding: 16px 20px 16px 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.ti_1 span:before,
.ti_1 h3:before,
.ti_1 h4:before {
  z-index: -1;
  content: "";
  width: calc(100% - -20px);
  min-width: 130px;
  height: 220px;
  position: absolute;
  top: 0;
  left: 0;
  background: #072967;
  border-left: 1px solid #f4f4f4;
}

.ti_1 span:after,
.ti_1 h3:after,
.ti_1 h4:after {
  content: "";
  width: 30px;
  height: 30px;
  z-index: -1;
  background: #25A8E0;
  position: absolute;
  top: 10px;
  left: 20px;
}

.ti_1 h3,
.ti_1 h2,
.ti_1 h4 {
  margin: 0;
  float: left;
  font-size: 18px;
}

.ti_1 a {
  float: right;
  padding: 17px 20px;
  color: #072967;
  font-size: 14px;
  font-weight: 700;
}

.ti_1 a:hover,
.ti_1 a.active {
  color: #25A8E0;
}

.ti_1.white:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 180px;
  background: #fff;
  z-index: -1;
}

.ti_2 {
  width: 100%;
  float: left;
  font-family: "Montserrat", sans-serif;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  padding: 7px 10px;
}

.ti_2 span h3 {
  position: relative;
  margin: 0;
  float: left;
}

.ti_2 span {
  position: relative;
  z-index: 3;
}

.ti_2:before {
  content: "";
  width: 30px;
  height: 30px;
  background: #25A8E0;
  position: absolute;
  left: 0;
  top: 0;
}

.ti_2 a {
  float: right;
  padding: 16px 20px;
  color: #072967;
  font-size: 14px;
  font-weight: 700;
}

.skinny {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 97px;
  left: 0;
  z-index: 0;
  background-size: cover;
}

.skinny img,
.skinny video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.skinny .skin_bt {
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 200px;
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.skinny.gateway_off .skin_bt {
  display: none;
}

.skinny.ramadan_2020 {
  background: url(../images/ramadan/bg_ramadan.jpg) no-repeat center bottom;
  background-size: cover;
}

.footer {
  width: 100%;
  float: left;
  position: absolute;
  background: #072967;
  bottom: 0;
  z-index: 4;
}

.footer .foot_logo {
  z-index: 2;
  width: 282px;
  height: 84px;
  padding: 20px;
  position: absolute;
  top: -30px;
  background: #fff;
}

.footer .foot_logo:before {
  z-index: -2;
  width: 80px;
  height: 80px;
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  background: #25A8E0;
}

.footer .foot_logo:after {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.footer .foot_logo img {
  object-fit: contain;
}

.footer .foot_nav {
  float: right;
  width: calc(100% - 302px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .foot_nav ul {
  float: right;
}

.footer .foot_nav ul li {
  float: left;
}

.footer .foot_nav ul li a {
  color: rgba(255, 255, 255, 0.5);
  padding: 19px 15px 18px;
  font-size: 14px;
  display: block;
}

.footer .foot_nav ul li a:hover {
  color: #25A8E0;
}

.footer .foot_nav ul li:last-child a {
  padding-right: 0;
}

.footer .foot_group {
  display: flex;
  margin-top: 48px;
  justify-content: center;
}

.footer .foot_group a {
  margin-right: 56px;
}

.footer .foot_group a:last-child {
  margin-right: 0;
}

.footer .foot_group a img {
  width: 130px;
  height: auto;
}

.footer .copyright {
  padding: 20px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  float: left;
}

.footer .foot_social {
  float: right;
}

.footer .foot_social li {
  float: left;
}

.footer .foot_social li a {
  color: #fff;
  padding: 18px 8px;
  display: block;
}

.footer .foot_social li:last-child a {
  padding-right: 0;
}

.widget {
  width: 390px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 5;
}

.widget:hover .widget_imsakiyah {
  height: 110px;
}

.widget .dropup_ct {
  padding: 0;
  position: absolute;
  width: 160px;
  height: 0;
  overflow: hidden;
  background: #efefef;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
}

.widget .dropup_ct ul {
  height: 140px;
  overflow-y: scroll;
}

.widget .dropup_ct ul li a {
  padding: 5px 10px;
  display: block;
  font-size: 14px;
  color: #333;
}

.widget .dropup_ct ul li a:hover {
  font-weight: 700;
  color: #182c6e;
}

.widget .dropup_ct .dropup_head {
  padding: 7px 10px 10px;
  height: 40px;
  position: relative;
  font-weight: 700;
  margin-bottom: 10px;
  overflow: hidden;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.widget .dropup_ct .dropup_close {
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 19px;
  background: #fff;
  color: #6929a4;
  position: absolute;
  right: 0;
  top: 7px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
}

.widget .dropup_ct .dropup_close:hover {
  cursor: pointer;
  background: #6929a4;
  color: #fff;
}

.widget .dropup_ct.show {
  padding: 10px;
  height: 200px;
}

.widget_imsakiyah {
  width: 390px;
  height: 58px;
  color: #fb0;
  line-height: 100%;
  background: #182c6e url(../images/ramadan/bg_imsakiyah.jpg) no-repeat left top;
  background-size: cover;
  box-shadow: 0 3px 5px #6d87db;
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
}

.widget_imsakiyah div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.widget_imsakiyah .top_ct {
  width: 100%;
  float: left;
}

.widget_imsakiyah .top_left {
  padding: 10px;
  font-size: 36px;
  width: 50%;
  float: left;
}

.widget_imsakiyah .top_left span {
  font-weight: 700;
  font-size: 10px;
  display: block;
  line-height: 100%;
  margin-bottom: 8px;
}

.widget_imsakiyah .top_right {
  width: 50%;
  float: left;
  padding: 10px 10px 0 10px;
  text-align: right;
}

.widget_imsakiyah .top_right .dropup {
  color: #fff;
  font-size: 10px;
}

.widget_imsakiyah .top_right .dropup:hover {
  color: #fb0;
  cursor: pointer;
}

.widget_imsakiyah .top_right p {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 10px;
}

.widget_imsakiyah .bottom_ct {
  width: 100%;
  float: left;
  background: rgba(0, 0, 0, 0.3);
}

.widget_imsakiyah .bottom_ct ul {
  width: 100%;
  float: left;
  text-align: center;
  padding: 10px 0;
}

.widget_imsakiyah .bottom_ct ul li {
  width: 70px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
}

.widget_imsakiyah .bottom_ct ul li span {
  display: block;
  font-weight: 700;
  font-size: 10px;
}

.content {
  position: relative;
  padding-top: 117px;
  z-index: 3;
}

.leaderboard {
  margin: 0 0 20px;
  width: 100%;
  float: left;
  text-align: center;
}

.leaderboard div {
  display: inline-block;
}

@keyframes sticker {
  0% {
    text-indent: 0;
  }

  30% {
    text-indent: 0;
  }

  100% {
    text-indent: -400px;
  }
}

.newsticker {
  width: 100%;
  float: left;
  margin: 0 0 1px;
  border: 1px solid #072967;
  background: #fff;
  height: 41px;
}

.newsticker .newsticker_title {
  width: 170px;
  float: left;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 10px 20px;
  position: relative;
  overflow: hidden;
}

.newsticker .newsticker_title:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #25A8E0;
  top: 0;
  right: 7px;
  border-right: 10px solid #ffa500;
  transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
}

.newsticker .newsticker_title span {
  position: relative;
  font-weight: 700;
}

.newsticker .roll {
  width: calc(100% - 250px);
  float: left;
}

.newsticker .roll p {
  margin: 0;
  margin-left: 60px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}

.newsticker .roll p:before {
  content: "";
  width: 2px;
  height: 24px;
  background: #072967;
  position: absolute;
  left: -10px;
  top: 7px;
  transform: skew(20deg);
  -moz-transform: skew(20deg);
  -webkit-transform: skew(20deg);
}

.newsticker .roll p a,
.newsticker .roll p span {
  padding: 11px 0;
  display: block;
  font-size: 14px;
  animation: sticker linear 7s infinite;
  -moz-animation: sticker linear 7s infinite;
  -webkit-animation: sticker linear 7s infinite;
  animation-delay: 2s;
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
}

.newsticker .roll .owl-buttons {
  width: 68px;
  position: absolute;
  right: -68px;
  top: 8px;
}

.newsticker .roll .owl-buttons .owl-prev,
.newsticker .roll .owl-buttons .owl-next {
  position: relative;
  display: inline-block;
  float: left;
  width: 24px;
  height: 24px;
  background: #25A8E0;
  text-indent: -200px;
  overflow: hidden;
  margin-left: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.newsticker .roll .owl-buttons .owl-prev:hover,
.newsticker .roll .owl-buttons .owl-next:hover {
  background: #072967;
}

.newsticker .roll .owl-buttons .owl-prev:before {
  position: absolute;
  top: 6px;
  left: 6px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 8px 6px 0;
  border-color: transparent #fff transparent transparent;
}

.newsticker .roll .owl-buttons .owl-next:before {
  position: absolute;
  top: 6px;
  left: 9px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
}

.r_col {
  width: 410px;
  float: left;
}

.l_col {
  width: 282px;
  float: left;
}

.c_col {
  width: calc(100% - 692px);
  float: left;
}

.lc_col {
  width: calc(100% - 410px);
  float: left;
}

.tag_lc .lc_col {
  width: 100%;
}

.cr_col {
  width: calc(100% - 302px);
  float: right;
}

.cr_col_2 {
  width: calc(100% - 282px);
  float: right;
}

.title {
  font-size: 16px;
  color: #fff;
  padding: 20px 20px 20px 10px;
  position: relative;
}

.title span h3 {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0;
}

.title:before {
  content: "";
  background: #25A8E0;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 14px;
}

.tag {
  padding: 10px 20px;
  margin-right: 10px;
  display: inline-block;
  float: left;
  color: #fff;
  font-size: 12px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}

.tag a {
  color: #fff;
}

.tag.transparent {
  background: #1047a9;
}

.tag.orange {
  background: #25A8E0;
}

.tag.orange i {
  color: #072967;
  margin-right: 10px;
}

.foot_article {
  width: 100%;
  float: left;
  font-size: 14px;
  padding-top: 10px;
}

.foot_article a {
  color: #072967;
  font-weight: 700;
  display: inline-block;
  margin-right: 20px;
}

.foot_article a.topic {
  font-weight: normal;
  color: #777;
  text-transform: capitalize;
}

.foot_article a.topic i {
  color: #072967;
}

.foot_article a:hover {
  color: #25A8E0;
}

.foot_article .bt_topic {
  display: inline-block;
  position: relative;
}

.foot_article .bt_topic:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: -7px;
  left: -10px;
  z-index: -1;
  width: calc(100% - -27px);
  height: 30px;
  background: #fff;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.foot_article .bt_topic .bt_follow {
  display: none;
  border: none;
  padding: 4px;
  position: absolute;
  top: 8px;
  right: -14px;
  width: 24px;
  height: 24px;
  font-size: 14px;
  color: #fff;
  background: #25A8E0;
  text-align: center;
  padding-top: 4px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.foot_article .bt_topic .bt_follow:hover {
  cursor: pointer;
  transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
}

.foot_article .bt_topic:hover {
  z-index: 3;
}

.foot_article .bt_topic:hover:before {
  opacity: 1;
}

.foot_article .bt_topic:hover .bt_follow {
  display: block;
}

.foot_article .bt_topic.follow_disabled:hover .bt_follow {
  display: none;
}

.foot_article .bt_topic.follow_disabled:hover:before {
  opacity: 0;
}

.top_content {
  width: 100%;
  float: left;
  background: #072967;
}

.top_content .left_head {
  float: left;
}

.top_content .left_head .headline {
  position: relative;
  width: 100%;
  float: left;
}

.top_content .left_head .headline .headline_box {
  height: 590px;
  width: 100%;
  float: left;
  position: relative;
}

.top_content .left_head .headline .headline_box .pic {
  width: 100%;
  float: left;
  height: 100%;
  background: #072967;
}

.top_content .left_head .headline .headline_box .pic img {
  opacity: 0.8 !important;
}

.top_content .left_head .headline .headline_box .head_text {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 80px 20px 20px 40px;
  background: url(../images/main/headline_gradient.png) repeat-x top;
}

.top_content .left_head .headline .headline_box .head_text h1,
.top_content .left_head .headline .headline_box .head_text h2,
.top_content .left_head .headline .headline_box .head_text h3 {
  position: relative;
  z-index: 2;
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.top_content .left_head .headline .headline_box .head_text h1 a,
.top_content .left_head .headline .headline_box .head_text h2 a,
.top_content .left_head .headline .headline_box .head_text h3 a {
  color: #fff;
  line-height: 100%;
}

.top_content .left_head .headline .headline_box .head_text h1.news:before,
.top_content .left_head .headline .headline_box .head_text h2.news:before,
.top_content .left_head .headline .headline_box .head_text h3.news:before {
  content: "\f303";
}

.top_content .left_head .headline .headline_box .head_text h1.video:before,
.top_content .left_head .headline .headline_box .head_text h2.video:before,
.top_content .left_head .headline .headline_box .head_text h3.video:before {
  content: "\f04b";
}

.top_content .left_head .headline .headline_box .head_text h1.photo:before,
.top_content .left_head .headline .headline_box .head_text h2.photo:before,
.top_content .left_head .headline .headline_box .head_text h3.photo:before {
  content: "\f030";
}

.top_content .left_head .headline .headline_box .head_text h1.news:before,
.top_content .left_head .headline .headline_box .head_text h2.news:before,
.top_content .left_head .headline .headline_box .head_text h3.news:before,
.top_content .left_head .headline .headline_box .head_text h1.video:before,
.top_content .left_head .headline .headline_box .head_text h2.video:before,
.top_content .left_head .headline .headline_box .head_text h3.video:before,
.top_content .left_head .headline .headline_box .head_text h1.photo:before,
.top_content .left_head .headline .headline_box .head_text h2.photo:before,
.top_content .left_head .headline .headline_box .head_text h3.photo:before {
  opacity: 0.7;
  z-index: -1;
  font-family: "fas";
  font-weight: 900;
  font-size: 72px;
  color: #25A8E0;
  position: absolute;
  left: -20px;
  top: 0;
}

.top_content .left_head .headline .headline_box .head_text h4,
.top_content .left_head .headline .headline_box .head_text .subtitle {
  position: relative;
  z-index: 2;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.top_content .left_head .headline .headline_box .head_text h4 a,
.top_content .left_head .headline .headline_box .head_text .subtitle a {
  color: #fff;
  line-height: 100%;
}

.top_content .left_head .headline .headline_box .head_text h4.news:before,
.top_content .left_head .headline .headline_box .head_text .subtitle.news:before {
  content: "\f303";
}

.top_content .left_head .headline .headline_box .head_text h4.video:before,
.top_content .left_head .headline .headline_box .head_text .subtitle.video:before {
  content: "\f04b";
}

.top_content .left_head .headline .headline_box .head_text h4.photo:before,
.top_content .left_head .headline .headline_box .head_text .subtitle.photo:before {
  content: "\f030";
}

.top_content .left_head .headline .headline_box .head_text h4.news:before,
.top_content .left_head .headline .headline_box .head_text .subtitle.news:before,
.top_content .left_head .headline .headline_box .head_text h4.video:before,
.top_content .left_head .headline .headline_box .head_text .subtitle.video:before,
.top_content .left_head .headline .headline_box .head_text h4.photo:before,
.top_content .left_head .headline .headline_box .head_text .subtitle.photo:before {
  opacity: 0.7;
  z-index: -1;
  font-family: "fas";
  font-weight: 900;
  font-size: 72px;
  color: #25A8E0;
  position: absolute;
  left: -20px;
  top: 0;
}

.top_content .left_head .headline .headline_box .head_text .subtitle {
  font-size: 16px;
  margin: 0;
  margin-bottom: 10px;
  color: #fff;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.top_content .left_head .headline .headline_box .head_text p {
  margin: 0 0 36px 0;
  line-height: 150%;
  padding-right: calc(100% - 460px);
  width: 100%;
  float: left;
  color: #fff;
  font-size: 13px;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.top_content .left_head .headline .owl-controls {
  position: absolute;
  bottom: 34px;
  width: 100%;
  height: 12px;
}

.top_content .left_head .headline .owl-controls .owl-pagination {
  position: absolute;
  right: 40px;
  width: 100%;
  height: 100%;
  text-align: right;
}

.top_content .left_head .headline .owl-controls .owl-pagination .owl-page {
  margin-bottom: 2px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid rgba(255, 255, 255, 0);
  margin-left: 8px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.top_content .left_head .headline .owl-controls .owl-pagination .owl-page.active {
  margin-bottom: 0;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
}

.top_content .left_head .headline .tag {
  margin-bottom: 5px;
}

.top_content .left_head .headline .topic_list {
  float: left;
  width: 440px;
  height: 39px;
  overflow-y: hidden;
}

.top_content .left_head .top_2 {
  padding: 20px;
  background: #072967;
}

.top_content .left_head .top_2 .title {
  border-top: 1px solid #567bbf;
  padding: 30px 20px 30px 10px;
}

.top_content .left_head .top_2 .title:before {
  top: 24px;
}

.top_content .left_head .top_2 .box_1 {
  width: 100%;
  float: left;
}

.top_content .left_head .top_2 .box_1 li {
  height: 174px;
  width: calc((100% - 40px) / 3);
  float: left;
  position: relative;
  margin-right: 20px;
}

.top_content .left_head .top_2 .box_1 li:last-child {
  margin-right: 0;
}

.top_content .left_head .top_2 .box_1 li .pic {
  width: 100%;
  float: left;
  position: relative;
  height: 100%;
}

.top_content .left_head .top_2 .box_1 li .pic img {
  opacity: 0.7;
}

.top_content .left_head .top_2 .box_1 li .text {
  width: 100%;
  float: left;
  position: absolute;
  padding: 16px 10px 10px 10px;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
}

.top_content .left_head .top_2 .box_1 li .text h3,
.top_content .left_head .top_2 .box_1 li .text h4 {
  margin: 0;
}

.top_content .left_head .top_2 .box_1 li .text h3 a,
.top_content .left_head .top_2 .box_1 li .text h4 a {
  color: #fff;
  font-size: 14px;
}

.top_content .left_head .top_2 .box_1 li .text a.topic {
  position: absolute;
  left: 0;
  top: -14px;
  padding: 5px 10px;
  background: #25A8E0;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
}

.top_content .left_head .top_2 .box_1 li:hover .pic img {
  opacity: 1;
}

.top_content .right_head {
  width: 410px;
  float: left;
  border-left: 1px solid #fff;
  background: #fff;
}

.top_content .right_head .box_2 {
  height: 220px;
  width: 100%;
  float: left;
  background-size: cover !important;
}

.top_content .right_head .box_2 .pic {
  width: 170px;
  height: 100%;
  float: left;
}

.top_content .right_head .box_2 .text {
  width: calc(100% - 170px);
  height: 100%;
  float: left;
  padding: 10px;
  position: relative;
  background: rgba(255, 108, 0, 0.8);
}

.top_content .right_head .box_2 .text .brand {
  width: 38px;
  height: 38px;
  background: #fff;
  display: block;
  overflow: hidden;
  float: left;
  position: relative;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.top_content .right_head .box_2 .text .brand img {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.top_content .right_head .box_2 .text .bc_logo {
  width: 116px;
  height: 38px;
  display: block;
  float: right;
  background: url(../images/main/bc_white.png) no-repeat center;
  background-size: contain;
}

.top_content .right_head .box_2 .text h3,
.top_content .right_head .box_2 .text h4 {
  margin: 20px 0;
  width: 100%;
  float: left;
}

.top_content .right_head .box_2 .text h3 a,
.top_content .right_head .box_2 .text h4 a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.top_content .right_head .box_2 .text span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

.top_content .right_head .box_3 {
  width: 100%;
  float: left;
  position: relative;
  padding: 20px;
}

.top_content .right_head .box_3 .ti_3 {
  position: absolute;
  left: 190px;
  top: 20px;
  font-size: 16px;
  color: #072967;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.top_content .right_head .box_3 .ti_3 h3 {
  margin: 0;
}

.top_content .right_head .box_3 ul {
  width: 100%;
  float: left;
}

.top_content .right_head .box_3 ul li {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.top_content .right_head .box_3 ul li .pic {
  width: 80px;
  height: 80px;
  float: left;
}

.top_content .right_head .box_3 ul li .text {
  width: calc(100% - 80px);
  float: left;
  padding-left: 20px;
}

.top_content .right_head .box_3 ul li .text h3,
.top_content .right_head .box_3 ul li .text h4 {
  margin: 0;
  font-size: 14px;
}

.top_content .right_head .box_3 ul li .text h3 a:hover,
.top_content .right_head .box_3 ul li .text h4 a:hover {
  color: #25A8E0;
}

.top_content .right_head .box_3 ul li .text p {
  font-size: 12px;
  width: 100%;
  float: left;
  margin-top: 10px;
}

.top_content .right_head .box_3 ul li:last-child {
  margin-bottom: 0;
}

.top_content .right_head .box_3 ul li:first-child .pic {
  width: 150px;
  height: 150px;
}

.top_content .right_head .box_3 ul li:first-child .text {
  width: calc(100% - 150px);
  padding-top: 30px;
}

.top_content .right_head .box_3 ul li:first-child .text h3 {
  font-size: 18px;
}

.top_content .right_head .box_3 ul li:first-child .text .foot_article a {
  padding-bottom: 10px;
}

.top_content .right_head .box_4 {
  width: 100%;
  float: left;
  position: relative;
  background: #072967;
}

.top_content .right_head .box_4 .right_bottom {
  width: calc(100% - 40px);
  position: relative;
}

.top_content .right_head .box_4 .right_bottom .pic {
  background: #072967;
  height: 274px;
  width: 100%;
}

.top_content .right_head .box_4 .right_bottom .pic img {
  opacity: 0.5;
}

.top_content .right_head .box_4 .right_bottom .text {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px;
}

.top_content .right_head .box_4 .right_bottom .text a {
  color: #fff;
}

.top_content .right_head .box_4 .right_bottom .text h3,
.top_content .right_head .box_4 .right_bottom .text h4 {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 10px;
  margin-top: 0;
}

.top_content .right_head .box_4 .right_bottom .text .foot_article a {
  font-size: 12px;
}

.top_content .right_head .box_4 .right_bottom .text .foot_article a i {
  color: #fff;
}

.top_content .right_head .box_4 .right_bottom .text .foot_article a.topic {
  text-transform: capitalize;
}

.top_content .right_head .box_4 .ti_2 a {
  color: #fff;
  padding: 4px 0 4px 20px;
  margin-right: 60px;
}

.top_content .right_head .box_4 .owl-buttons {
  position: absolute;
  width: 40px;
  height: 80px;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.top_content .right_head .box_4 .owl-buttons .owl-prev,
.top_content .right_head .box_4 .owl-buttons .owl-next {
  width: 40px;
  height: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  overflow: hidden;
  text-indent: -200px;
}

.top_content .right_head .box_4 .owl-buttons .owl-prev:before,
.top_content .right_head .box_4 .owl-buttons .owl-next:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
}

.top_content .right_head .box_4 .owl-buttons .owl-prev:hover::before,
.top_content .right_head .box_4 .owl-buttons .owl-next:hover::before {
  width: 12px;
  height: 12px;
  opacity: 1;
}

.top_content .right_head .box_4 .owl-buttons .owl-prev {
  bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.top_content .right_head .box_4 .owl-buttons .owl-prev:before {
  transform: translate(-25%, -50%) rotate(-135deg);
}

.top_content .right_head .box_4 .owl-buttons .owl-next {
  top: 0;
}

.top_content .right_head .box_4 .owl-buttons .owl-next:before {
  transform: translate(-75%, -50%) rotate(45deg);
}

.top_content .right_head .ti_2 {
  position: absolute;
  top: 6px;
  left: 10px;
  z-index: 2;
}

.top_content .right_head .ti_2 span {
  color: #fff;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  padding-top: 3px;
  display: inline-block;
}

.top_content .right_head .ti_2:before {
  top: 4px;
}

.bt_more {
  width: 100%;
  float: left;
  padding: 20px 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  position: relative;
  font-weight: 700;
}

.bt_more span {
  width: 100%;
  max-width: 160px;
  margin: auto;
  display: block;
  padding: 10px 0;
}

.bt_more.orange span {
  background: #25A8E0;
}

.bt_more.orange:hover span {
  background: #072967;
}

.bt_more.blue span {
  background: #072967;
}

.bt_more.blue:hover span {
  background: #25A8E0;
}

.bt_more_2 {
  width: 50%;
  height: 160px;
  position: relative;
  display: block;
  float: left;
}

.bt_more_2 span {
  padding: 26px 0;
  font-size: 14px;
  font-weight: 700;
  color: #25A8E0;
  text-align: center;
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 50%;
  float: left;
  border: 8px solid #25A8E0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.bt_more_2:hover span {
  color: #fff;
  background: #25A8E0;
}

.wide_bar {
  width: 100%;
  float: left;
  background: #fff;
  margin-top: 1px;
  border: 1px solid #072967;
  height: 90px;
}

.wide_bar .ti_4 {
  width: 210px;
  height: 100%;
  float: left;
  font-size: 32px;
  color: #25A8E0;
  padding: 25px 20px 10px 20px;
  position: relative;
  overflow: hidden;
}

.wide_bar .ti_4 span {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  display: block;
  position: relative;
}

.wide_bar .ti_4 span::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: -5px;
}

.wide_bar .ti_4:before {
  content: "";
  width: 200px;
  height: 50px;
  position: absolute;
  left: -20px;
  top: -5px;
  background: #25A8E0;
  border-right: 10px solid #fab07a;
  transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
}

.wide_bar .wide_bar_ct {
  width: calc(100% - 250px);
  float: left;
}

.wide_bar .box_5 {
  position: relative;
  float: left;
  padding: 14px 0;
}

.wide_bar .box_5 .pic {
  position: relative;
  width: 60px;
  height: 60px;
  background: #072967;
  border: 1px solid #072967;
  float: left;
  overflow: hidden;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.wide_bar .box_5 .pic:before {
  z-index: 3;
  content: "";
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0 solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: all ease-out 0.1s;
  -moz-transition: all ease-out 0.1s;
  -webkit-transition: all ease-out 0.1s;
}

.wide_bar .box_5 .pic img {
  opacity: 0.8;
}

.wide_bar .box_5 .text {
  float: left;
  padding-left: 20px;
}

.wide_bar .box_5 .text h4 {
  margin: 5px 0;
  font-size: 14px;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wide_bar .box_5 .text a.follow {
  font-size: 12px;
  padding: 6px 16px;
  margin-top: 5px;
  line-height: 0;
  color: #fff;
  float: left;
  background: #25A8E0;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

.wide_bar .box_5 .text a.follow.followed {
  background: #072967;
}

.wide_bar .box_5 .text button.bt_follow {
  top: auto;
  bottom: 18px;
  right: auto;
  left: 80px;
  width: 100px;
  padding: 5px 10px;
}

.wide_bar .box_5 .text button.bt_follow i {
  margin-right: 5px;
}

.wide_bar .box_5:hover .pic img {
  opacity: 1;
}

.wide_bar .box_5:hover .pic:before {
  border: 3px solid #fff;
}

.wide_bar .owl-buttons {
  width: 40px;
  height: 100%;
  background: #25A8E0;
  position: absolute;
  right: -41px;
  top: 0;
}

.wide_bar .owl-buttons .owl-prev,
.wide_bar .owl-buttons .owl-next {
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  overflow: hidden;
  text-indent: -200px;
}

.wide_bar .owl-buttons .owl-prev:before,
.wide_bar .owl-buttons .owl-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  opacity: 0.5;
}

.wide_bar .owl-buttons .owl-prev {
  bottom: 0;
}

.wide_bar .owl-buttons .owl-prev:before {
  transform: translate(-25%, -50%) rotate(-135deg);
}

.wide_bar .owl-buttons .owl-next {
  top: 0;
}

.wide_bar .owl-buttons .owl-next:before {
  transform: translate(-75%, -50%) rotate(45deg);
}

.mid_content {
  margin-top: 1px;
  width: 100%;
  float: left;
  background: #f4f4f4;
}

.box_6 {
  width: 100%;
  float: left;
  position: relative;
  background: #072967;
  margin-bottom: 40px;
  min-height: 594px;
}

.box_6 .pic {
  width: 100%;
  height: 350px;
  position: absolute;
  top: 0;
  left: 0;
}

.box_6 .pic img {
  opacity: 0.7;
}

.box_6 .pic:before {
  content: "";
  z-index: 2;
  width: 100%;
  height: 85%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/main/headline_gradient.png) repeat-x top;
}

.box_6 .name {
  position: relative;
  z-index: 2;
  width: 100%;
  float: left;
  padding: 126px 20px 10px 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.box_6 .name:before {
  content: "";
  width: 40px;
  height: 2px;
  background: #25A8E0;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
}

.box_6 .name:hover::before {
  width: 80px;
}

.box_6 .ti_2 {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
}

.box_6 .ti_2 span {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.box_6 ul {
  position: relative;
  z-index: 2;
  width: 100%;
  float: left;
  padding: 0 20px;
}

.box_6 ul li a {
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 150%;
  padding: 20px 0;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.box_6 ul li:first-child a {
  font-size: 16px;
  font-weight: 700;
}

.box_6 .bt_more {
  position: relative;
  z-index: 2;
}

.box_7 {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin-bottom: 20px;
}

.box_7 .box_7_ct {
  width: 100%;
  float: left;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(7, 41, 103, 0.2);
  position: relative;
}

.box_7 .box_7_ct .pic {
  width: 160px;
  height: 100px;
  float: left;
  position: relative;
}

.box_7 .box_7_ct .text {
  width: calc(100% - 160px);
  float: left;
  padding-left: 20px;
}

.box_7 .box_7_ct .text .subtitle {
  font-size: 14px;
}

.box_7 .box_7_ct .text h3,
.box_7 .box_7_ct .text h4 {
  font-size: 18px;
  line-height: 150%;
  margin: 0;
}

.box_7 .box_7_ct .text h3:hover a,
.box_7 .box_7_ct .text h4:hover a {
  color: #25A8E0;
}

.box_7 .box_7_ct .text .time {
  float: left;
  overflow: hidden;
  margin-top: 14px;
  font-size: 14px;
  color: #7c7c7c;
}

.box_7 .box_7_ct:nth-child(4) {
  margin-bottom: 480px;
}

.lc_col .box_7 {
  padding-right: 0;
}

.lc_col .box_7 .box_7_ct .pic {
  width: 210px;
  height: 150px;
}

.lc_col .box_7 .box_7_ct .text {
  width: calc(100% - 210px);
}

.lc_col .box_7 .box_7_ct .text h3 {
  font-size: 20px;
}

.parallax_ads {
  width: 848px;
  float: left;
  background: #f4f4f4;
  margin-bottom: 40px;
  position: relative;
  z-index: 3;
}

.parallax_ads .bt_expose {
  display: none;
  position: absolute;
  padding: 5px 20px;
  background: #072967;
  font-size: 12px;
  color: #fff;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.parallax_ads .bt_expose:hover {
  cursor: pointer;
  background: #25A8E0;
}

.parallax_wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
  max-height: 400px;
}

.parallax_clip {
  overflow: hidden;
  width: 100%;
  height: 400px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(auto auto auto auto);
  z-index: 0;
}

.parallax_fixed {
  width: 848px;
  height: 100%;
  position: fixed;
  bottom: 0;
  margin: 0 auto;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.parallax_content {
  width: 100%;
  top: 55%;
  left: 50%;
  position: absolute;
  border: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.parallax_content a {
  width: 100%;
}

.parallax_content div {
  width: 100%;
}

.banner {
  width: 100%;
  float: left;
  margin-bottom: 40px;
  padding: 40px 0;
  background: #fff;
  text-align: center;
}

.banner div {
  display: inline-block;
}

.banner.skycrapper a {
  width: 160px;
  height: 600px;
  display: inline-block;
}

.banner.showcase a {
  width: 300px;
  height: 250px;
  display: inline-block;
}

.banner.widebanner a {
  width: 728px;
  height: 90px;
  display: inline-block;
}

.list_2 {
  margin-bottom: 40px;
}

.l_col .list_2 .box_8 {
  padding: 0;
  margin-bottom: 10px;
}

.l_col .list_2 .box_8 li .pic {
  width: 72px;
}

.l_col .list_2 .box_8 li .text {
  width: calc(100% - 72px);
}

.l_col .list_2 .box_8 li:first-child .pic {
  width: 100%;
  height: 250px;
}

.l_col .list_2 .box_8 li:first-child .text {
  padding: 16px 20px;
}

.l_col .list_2 .box_8.all_wide .pic {
  width: 100%;
}

.l_col .list_2 .box_8.all_wide .text {
  width: 100%;
}

.l_col .ti_1 span:before {
  border-left: none;
}

.box_8 {
  position: relative;
  width: 100%;
  float: left;
  z-index: 2;
  padding: 0 0 0 20px;
}

.box_8 li,
.box_8 .box_8_ct {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 1px;
}

.box_8 li .pic,
.box_8 .box_8_ct .pic {
  width: 100px;
  height: 100px;
  float: left;
  background: #25A8E0;
}

.box_8 li .pic img,
.box_8 .box_8_ct .pic img {
  opacity: 0.8;
}

.box_8 li .pic .sub_pic_3,
.box_8 .box_8_ct .pic .sub_pic_3,
.box_8 li .pic .sub_pic_2,
.box_8 .box_8_ct .pic .sub_pic_2 {
  float: left;
  margin-right: 1px;
  height: 100%;
}

.box_8 li .pic .sub_pic_3 img,
.box_8 .box_8_ct .pic .sub_pic_3 img,
.box_8 li .pic .sub_pic_2 img,
.box_8 .box_8_ct .pic .sub_pic_2 img {
  opacity: 1;
}

.box_8 li .pic .sub_pic_3,
.box_8 .box_8_ct .pic .sub_pic_3 {
  width: calc((100% - 2px) / 3);
}

.box_8 li .pic .sub_pic_3:nth-child(3n),
.box_8 .box_8_ct .pic .sub_pic_3:nth-child(3n) {
  margin-right: 0;
}

.box_8 li .pic .sub_pic_2,
.box_8 .box_8_ct .pic .sub_pic_2 {
  width: calc((100% - 1px) / 2);
}

.box_8 li .pic .sub_pic_2:nth-child(2n),
.box_8 .box_8_ct .pic .sub_pic_2:nth-child(2n) {
  margin-right: 0;
}

.box_8 li .text,
.box_8 .box_8_ct .text {
  float: left;
  width: calc(100% - 100px);
  min-height: 100px;
  padding: 21px;
  background: #f4f4f4;
}

.box_8 li .text h3,
.box_8 .box_8_ct .text h3,
.box_8 li .text h4,
.box_8 .box_8_ct .text h4,
.box_8 li .text h5,
.box_8 .box_8_ct .text h5 {
  margin: 0;
  font-size: 14px;
}

.box_8 li .text h3 a:hover,
.box_8 .box_8_ct .text h3 a:hover,
.box_8 li .text h4 a:hover,
.box_8 .box_8_ct .text h4 a:hover,
.box_8 li .text h5 a:hover,
.box_8 .box_8_ct .text h5 a:hover {
  color: #25A8E0;
}

.box_8 li .text .foot_article a,
.box_8 .box_8_ct .text .foot_article a {
  font-size: 12px;
}

.box_8 li .text .info,
.box_8 .box_8_ct .text .info {
  font-size: 12px;
  color: #777;
  margin-top: 10px;
}

.box_8 li .text .tag2,
.box_8 .box_8_ct .text .tag2 {
  padding: 10px 20px 8px;
  background: #25A8E0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -36px;
}

.box_8 li .text span,
.box_8 .box_8_ct .text span {
  color: #777;
  font-size: 12px;
}

.box_8 li .text2,
.box_8 .box_8_ct .text2 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.box_8 li .text2 h3,
.box_8 .box_8_ct .text2 h3 {
  width: 100%;
  float: left;
  position: relative;
  padding: 10px 20px 10px 130px;
  margin: 0;
  background: #25A8E0;
}

.box_8 li .text2 h3 a,
.box_8 .box_8_ct .text2 h3 a {
  color: #fff;
  font-size: 24px;
}

.box_8 li .text2 .info,
.box_8 .box_8_ct .text2 .info {
  width: 100%;
  float: left;
  padding: 10px 20px 10px 130px;
  background: #fff;
  color: #111;
  font-size: 14px;
}

.box_8 li:nth-child(odd) .text,
.box_8 .box_8_ct:nth-child(odd) .text {
  background: #fff;
}

.box_8 li:nth-child(odd) .pic,
.box_8 .box_8_ct:nth-child(odd) .pic {
  background: #072967;
}

.box_8 li:first-child .text,
.box_8 .box_8_ct:first-child .text {
  right: 0;
  bottom: 0;
  min-height: 0;
}

.box_8 li:hover .pic img,
.box_8 .box_8_ct:hover .pic img {
  opacity: 1;
}

.box_8.newsmaker li:first-child .pic {
  height: 300px;
}

.box_8.newsmaker li:first-child:before {
  content: "";
  width: 120px;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: url(../images/main/abdul_kohar.png) no-repeat left bottom;
  background-size: contain;
}

.box_8.numbered li:nth-child(1)::before {
  content: "1";
}

.box_8.numbered li:nth-child(2)::before {
  content: "2";
}

.box_8.numbered li:nth-child(3)::before {
  content: "3";
}

.box_8.numbered li:nth-child(4)::before {
  content: "4";
}

.box_8.numbered li:nth-child(5)::before {
  content: "5";
}

.box_8.numbered li:nth-child(6)::before {
  content: "6";
}

.box_8.numbered li:nth-child(7)::before {
  content: "7";
}

.box_8.numbered li:nth-child(8)::before {
  content: "8";
}

.box_8.numbered li:nth-child(9)::before {
  content: "9";
}

.box_8.numbered li::before {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 60px;
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: -10px;
  opacity: 0.1;
  transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
}

.box_8.all_wide li {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.box_8.all_wide li .pic {
  width: 100%;
  background: #fff !important;
}

.box_8.all_wide li .text {
  width: 100%;
  position: relative;
  background: #fff !important;
  min-height: 0;
}

.box_8 .bt_follow {
  padding: 5px 7px;
  background: #fff;
  font-weight: 700;
  color: #072967;
  font-size: 14px;
  display: block;
  border: 1px solid #072967;
  position: absolute;
  right: 20px;
  top: 50%;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.box_8 .bt_follow:hover,
.box_8 .bt_follow.active {
  color: #fff;
  background: #25A8E0;
  border: 1px solid #25A8E0;
}

.box_8 .owl-buttons {
  width: 70px;
  height: 30px;
  position: absolute;
  top: -42px;
  right: 15px;
}

.box_8 .owl-buttons .owl-prev,
.box_8 .owl-buttons .owl-next {
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
  text-indent: -200px;
}

.box_8 .owl-buttons .owl-prev:before,
.box_8 .owl-buttons .owl-next:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
  border-top: 2px solid #072967;
  border-right: 2px solid #072967;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
}

.box_8 .owl-buttons .owl-prev:hover::before,
.box_8 .owl-buttons .owl-next:hover::before {
  border-color: #25A8E0;
}

.box_8 .owl-buttons .owl-prev {
  float: left;
}

.box_8 .owl-buttons .owl-prev:before {
  left: 10px;
  transform: rotate(-135deg);
}

.box_8 .owl-buttons .owl-next {
  float: right;
}

.box_8 .owl-buttons .owl-next:before {
  right: 10px;
  transform: rotate(45deg);
}

.box_9 {
  width: 100%;
  float: left;
  background: url(../images/social.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: 40px;
}

.box_9 .text {
  width: 185px;
  float: right;
  padding: 20px 10px 10px 10px;
  background: rgba(7, 41, 103, 0.7);
}

.box_9 .ti_2 span {
  color: #fff;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

.box_9 p {
  font-size: 12px;
  color: #fff;
  margin: 20px 0;
  width: 100%;
  float: left;
}

.box_9 ul {
  width: 100%;
  float: left;
}

.box_9 ul li {
  float: left;
  margin-right: 1px;
}

.box_9 ul li a {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  font-size: 14px;
  background: #fff;
  color: #072967;
  display: block;
  text-align: center;
}

.box_10 {
  width: 100%;
  float: left;
  margin-bottom: 40px;
  position: relative;
  background: #072967;
  padding: 20px 20px 10px 20px;
}

.box_10 .ti_2 {
  padding-right: 0;
}

.box_10 .ti_2 span {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.box_10 .ti_2 a {
  color: #fff;
  padding: 0 0 0 20px;
}

.box_10 .tab_bt {
  float: right;
}

.box_10 .tab_bt li {
  float: left;
}

.box_10 .tab_bt li a {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 16px;
  display: block;
  padding: 0 16px;
}

.box_10 .tab_bt li a:hover,
.box_10 .tab_bt li a.active {
  color: #25A8E0;
}

.box_10 .tab_ct {
  width: 100%;
  float: left;
}

.box_10 .tab_ct .text {
  width: 280px;
  float: left;
}

.box_10 .tab_ct .text h3,
.box_10 .tab_ct .text h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  margin: 40px 0 0;
}

.box_10 .tab_ct .text p {
  font-size: 12px;
  color: #fff;
  margin-bottom: 20px;
  padding-right: 20px;
  line-height: 150%;
}

.box_10 .tab_ct .text .foot_article {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.box_10 .tab_ct .text .foot_article span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.box_10 .tab_ct .text .section_nav {
  width: 100%;
  float: left;
}

.box_10 .tab_ct .text .section_nav a {
  padding: 5px 10px;
  background: #25A8E0;
  color: #fff;
  font-size: 14px;
  display: block;
  float: left;
  margin-right: 10px;
}

.box_10 .tab_ct .wide_slide {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.box_10 .tab_ct .wide_slide .item {
  padding-right: 20px;
}

.box_10 .tab_ct .wide_slide .item .pic {
  height: 160px;
}

.box_10 .tab_ct .wide_slide .item h3,
.box_10 .tab_ct .wide_slide .item h5 {
  font-size: 14px;
  line-height: 150%;
}

.box_10 .tab_ct .wide_slide .item h3 a,
.box_10 .tab_ct .wide_slide .item h5 a {
  color: #fff;
}

.box_10 .tab_ct .wide_slide .owl-prev,
.box_10 .tab_ct .wide_slide .owl-next {
  overflow: hidden;
  text-indent: -200px;
  position: absolute;
  top: 60px;
  width: 20px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
}

.box_10 .tab_ct .wide_slide .owl-prev:before,
.box_10 .tab_ct .wide_slide .owl-next:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  border-right: 2px solid rgba(255, 255, 255, 0.5);
}

.box_10 .tab_ct .wide_slide .owl-prev:hover,
.box_10 .tab_ct .wide_slide .owl-next:hover {
  width: 40px;
  background: #fff;
}

.box_10 .tab_ct .wide_slide .owl-prev:hover:before,
.box_10 .tab_ct .wide_slide .owl-next:hover:before {
  border-top: 2px solid #072967;
  border-right: 2px solid #072967;
}

.box_10 .tab_ct .wide_slide .owl-prev {
  left: 0;
  border-left: none;
}

.box_10 .tab_ct .wide_slide .owl-prev:before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.box_10 .tab_ct .wide_slide .owl-next {
  right: 0;
  border-right: none;
}

.box_10 .tab_ct .wide_slide .owl-next:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.box_10 .tab_ct .tab {
  display: none;
}

.box_10 .tab_ct .tab.show {
  display: block;
}

.box_11 {
  width: 100%;
  float: left;
}

.box_11 .ti_1 span:before {
  border-left: none;
}

.box_11 .box_11_ct {
  width: 100%;
  float: left;
  margin-bottom: 40px;
  padding-left: 20px;
}

.box_11 .box_11_ct li {
  float: left;
  margin: 0 20px 20px 0;
  position: relative;
  background: #fff;
}

.box_11 .box_11_ct li .pic {
  width: 100%;
  float: left;
  height: 191px;
  position: relative;
  background: #fff;
}

.box_11 .box_11_ct li .pic .sub_pic {
  position: absolute;
  overflow: hidden;
}

.box_11 .box_11_ct li .pic .sub_pic:nth-child(1) {
  width: calc(70% - 1px);
  height: 100%;
  top: 0;
  left: 0;
}

.box_11 .box_11_ct li .pic .sub_pic:nth-child(2) {
  width: 30%;
  height: calc(60% - 1px);
  top: 0;
  right: 0;
}

.box_11 .box_11_ct li .pic .sub_pic:nth-child(3) {
  width: 30%;
  height: 40%;
  bottom: 0;
  right: 0;
}

.box_11 .box_11_ct li .pic .topics {
  padding: 8px 20px;
  position: absolute;
  background: #25A8E0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 14px;
}

.box_11 .box_11_ct li .text {
  width: 100%;
  float: left;
  padding: 16px 20px;
  background: #fff;
  margin-bottom: 1px;
  position: relative;
}

.box_11 .box_11_ct li .text h4,
.box_11 .box_11_ct li .text h2 {
  margin: 0;
  line-height: 150%;
  font-size: 14px;
}

.box_11 .box_11_ct li .text h4:hover a,
.box_11 .box_11_ct li .text h2:hover a {
  color: #25A8E0;
}

.box_11 .box_11_ct li .text .subtitle {
  margin: 0 0 10px 0;
  font-size: 14px;
}

.box_11 .box_11_ct li .text .subtitle a {
  color: #072967;
}

.box_11 .box_11_ct li .text span {
  font-size: 12px;
  float: left;
  margin-top: 10px;
  display: block;
  color: #777;
}

.box_11 .box_11_ct li .text p {
  font-size: 14px;
  color: #777;
  line-height: 150%;
  margin-bottom: 0;
}

.box_11 .box_11_ct li .text .sub_article {
  width: 100%;
  float: left;
  border-top: 1px solid #efefef;
  margin-top: 20px;
}

.box_11 .box_11_ct li .text .sub_article li {
  width: 100%;
  margin: 0 20px 0 0;
  border-bottom: 1px solid #efefef;
  padding-bottom: 0;
}

.box_11 .box_11_ct li .text .sub_article li h2,
.box_11 .box_11_ct li .text .sub_article li h3,
.box_11 .box_11_ct li .text .sub_article li h5 {
  font-size: 16px;
  line-height: 150%;
}

.box_11 .box_11_ct li .text .sub_article li h2 {
  margin: 10px 0;
}

.box_11 .box_11_ct li .text .sub_article li:last-child {
  margin-right: 0;
  border-bottom: none;
}

.box_11 .box_11_ct li .text button span {
  margin-top: 0;
  margin-left: 10px;
}

.box_11 .box_11_ct .bt_follow i {
  float: left;
}

.box_11 .box_11_ct.one li {
  width: 100%;
  margin-right: 0;
}

.box_11 .box_11_ct.two li {
  width: calc((100% - 20px) / 2);
}

.box_11 .box_11_ct.two li:nth-child(even) {
  margin-right: 0;
}

.box_11 .box_11_ct.three li {
  width: calc((100% - 40px) / 3);
}

.box_11 .box_11_ct.three li:nth-child(3n) {
  margin-right: 0;
}

.box_11 .box_11_ct.four li {
  width: calc((100% - 60px) / 4);
}

.box_11 .box_11_ct.four li:nth-child(4n) {
  margin-right: 0;
}

.box_11 .box_11_ct.set_height li {
  padding-bottom: 130px;
}

.box_11 .box_11_ct.set_height li .text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.box_12 {
  width: 100%;
  float: left;
  margin-bottom: 100px;
}

.box_12 .box_12_ct {
  width: calc((100% - 40px) / 3);
  float: left;
  margin-right: 20px;
}

.box_12 .box_12_ct:nth-child(3n) {
  margin-right: 0;
}

.box_12 .box_12_ct .ti_1 span:before {
  border-left: none;
}

.box_12 .box_12_ct .box_8 li .text h3 a {
  font-size: 14px;
  height: 2.9rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  position: relative;
  -webkit-box-orient: vertical;
  line-height: 21px;
  width: 90%;
}

.box_15 {
  width: 100%;
  float: left;
  width: 168px;
}

.box_15 p {
  font-size: 15px !important;
  margin: 0 0 40px 0;
  padding-bottom: 20px;
  line-height: 150%;
  border-bottom: 3px solid #072967;
}

.box_15 .feedback li {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.box_15 .feedback li a,
.box_15 .feedback li button {
  width: 100%;
  float: left;
  position: relative;
  line-height: 120%;
  height: 40px;
  text-align: left;
  border: none;
  background: none;
  padding-left: 60px;
  font-weight: 700;
  font-size: 14px;
}

.box_15 .feedback li a span,
.box_15 .feedback li button span {
  width: 100%;
  float: left;
  color: #777;
  font-weight: normal;
  font-size: 12px;
}

.box_15 .feedback li a:before,
.box_15 .feedback li button:before {
  width: 40px;
  height: 40px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #072967;
  background-repeat: no-repeat;
  background-position: center;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
}

.box_15 .feedback li a.happy:before,
.box_15 .feedback li button.happy:before {
  background-image: url(../images/main/emot_happy.png);
}

.box_15 .feedback li a.inspire:before,
.box_15 .feedback li button.inspire:before {
  background-image: url(../images/main/emot_inspire.png);
}

.box_15 .feedback li a.confuse:before,
.box_15 .feedback li button.confuse:before {
  background-image: url(../images/main/emot_confuse.png);
}

.box_15 .feedback li a.sad:before,
.box_15 .feedback li button.sad:before {
  background-image: url(../images/main/emot_sad.png);
}

.box_15 .feedback li a.angry:before,
.box_15 .feedback li button.angry:before {
  background-image: url(../images/main/emot_angry.png);
}

.box_15 .feedback li a:hover,
.box_15 .feedback li button:hover {
  cursor: pointer;
}

.box_15 .feedback li a:hover::before,
.box_15 .feedback li button:hover::before {
  background-color: #25A8E0;
}

.article {
  width: 100%;
  float: left;
  margin-bottom: 40px;
  position: relative;
}

.article .share {
  width: 40px;
  position: absolute;
  left: -41px;
  top: 0;
  z-index: 99;
}

.article .share.sticky {
  position: fixed;
  top: 305px;
  left: calc(((100% - 1280px) / 2) - 41px);
}

.article .share ul {
  width: 100%;
  float: left;
}

.article .share ul li {
  width: 100%;
  float: left;
  margin-bottom: 1px;
}

.article .share ul li a.ico {
  width: 40px;
  height: 40px;
  display: block;
}

.article .share ul li a.ico.ico_facebook {
  background: url(../images/main/ico_facebook.jpg) no-repeat center;
}

.article .share ul li a.ico.ico_googleplus {
  background: url(../images/main/ico_googleplus.jpg) no-repeat center;
}

.article .share ul li a.ico.ico_line {
  background: url(../images/main/ico_line.jpg) no-repeat center;
}

.article .share ul li a.ico.ico_twitter {
  background: url(../images/main/ico_twitter.jpg) no-repeat center;
}

.article .share ul li a.ico.ico_whatsapp {
  background: url(../images/main/ico_whatsapp.jpg) no-repeat center;
}

.article .share ul li a.ico.ico_embed {
  background: url(../images/main/ico_embed.jpg) no-repeat center;
}

.article .share ul li.embed_wrap {
  position: relative;
}

.article .share ul li.embed_wrap .embed_pop {
  z-index: 2;
  width: 0;
  overflow: hidden;
  text-align: center;
  position: absolute;
  top: 0;
  left: 100%;
  padding: 20px 0;
  background: #1b2a57;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.article .share ul li.embed_wrap .embed_pop p {
  margin: 0 0 20px;
  font-size: 14px;
  color: #fff;
}

.article .share ul li.embed_wrap .embed_pop input {
  text-align: center;
  width: 100%;
  float: left;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  border: none;
  background: rgba(255, 255, 255, 0.2);
}

.article .share ul li.embed_wrap .embed_pop button {
  padding: 10px 30px;
  font-size: 14px;
  color: #fff;
  border: none;
  background: #25A8E0;
  margin: 0 5px;
}

.article .share ul li.embed_wrap .embed_pop button:hover {
  cursor: pointer;
  padding: 10px 40px;
}

.article .share ul li.embed_wrap .embed_pop .embed_pop_ct {
  width: 360px;
  height: 131px;
}

.article .share ul li.embed_wrap .embed_pop.show {
  width: 400px;
  padding: 20px;
}

.article .share.stick {
  position: fixed;
  top: 132px;
  left: 0;
}

.article .breadcrumb {
  background: #fff;
  padding: 20px;
  width: 100%;
  float: left;
  border: 1px solid #f4f4f4;
}

.article .breadcrumb ul {
  float: left;
}

.article .breadcrumb ul li {
  float: left;
  padding-right: 30px;
  position: relative;
  margin-right: 10px;
}

.article .breadcrumb ul li a {
  color: #111;
  font-size: 14px;
  display: block;
}

.article .breadcrumb ul li a:hover {
  color: #25A8E0;
}

.article .breadcrumb ul li:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #111;
  position: absolute;
  right: 0;
  top: 8px;
}

.article .breadcrumb ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.article .breadcrumb ul li:last-child:before {
  display: none;
}

.article .pic {
  width: 100%;
  float: left;
}

.article .pic .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 20px 10px 40px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
}

.article .video_wrap {
  width: 100%;
  float: left;
  padding: 0;
  background: #072967;
  height: auto;
}

.article .video_wrap .vid_ct {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

.article .video_wrap .vid_ct iframe,
.article .video_wrap .vid_ct video,
.article .video_wrap .vid_ct .jwplayer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.article .article_ct {
  width: calc(100% - 190px);
  float: left;
  margin-bottom: 30px;
  padding: 40px 40px 0 40px;
  background: #fff;
  position: relative;
}

.article .article_ct h1,
.article .article_ct h2 {
  margin: 0 0 10px 0;
}

.article .article_ct .info {
  margin: 40px 0;
  width: 100%;
  float: left;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.article .article_ct .info .info_ct {
  float: left;
  padding: 10px 0;
  color: #777;
  font-size: 14px;
}

.article .article_ct .info .tool_bt {
  float: right;
  padding-top: 3px;
}

.article .article_ct .info .tool_bt li {
  float: left;
  margin-left: 10px;
}

.article .article_ct .info .tool_bt li button {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.article .article_ct .info .tool_bt li button.font_plus {
  background: #efefef url(../images/main/font-plus.png) no-repeat center;
  background-size: 16px 16px;
}

.article .article_ct .info .tool_bt li button.font_min {
  background: #efefef url(../images/main/font-min.png) no-repeat center;
  background-size: 16px 16px;
}

.article .article_ct .info .tool_bt li button.night_bt {
  background: #111 url(../images/main/moon.png) no-repeat center;
  background-size: 16px 16px;
}

.article .article_ct .info .tool_bt li button.day_bt {
  background: #25A8E0 url(../images/main/sun.png) no-repeat center;
  background-size: 16px 16px;
}

.article .article_ct .info .tool_bt li button:hover {
  cursor: pointer;
  background-size: 20px 20px;
}

.article .article_ct .text {
  color: #111;
  font-size: 15px;
  line-height: 200%;
}

.article .article_ct .text a {
  color: #0090ff;
}

.article .article_ct .text h2 {
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  line-height: 160%;
  margin: 10px 0;
}

.article .article_ct .parallax_ads {
  margin: 40px 0;
  margin-left: -40px;
}

.article .article_ct .parallax_ads .box_15 {
  position: absolute;
  top: calc(100% - -40px);
  right: 0;
  width: 168px;
}

.article .article_ct blockquote {
  width: 100%;
  float: left;
  background: #e6e9f0;
  color: #072967;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  padding: 40px;
  margin: 40px 0;
  line-height: 150%;
}

.article .article_ct iframe,
.article .article_ct video {
  width: 100%;
  float: left;
  max-width: none !important;
}

.article .article_ct table {
  width: 100%;
  float: left;
  border-collapse: collapse;
  margin: 20px 0;
}

.article .article_ct table th,
.article .article_ct table td {
  border: 1px solid #ddd;
  padding: 10px;
}

.article .page_number {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  float: left;
  border: 1px solid #25A8E0;
  border-radius: 50px;
  padding: 5px 5px;
}

.article .page_number ul {
  float: left;
}

.article .page_number ul li {
  margin-left: 10px;
  display: block;
  padding: 8px 5px;
  float: left;
  color: #25A8E0;
  font-weight: 700;
}

.article .page_number ul li a {
  display: block;
  padding: 1px 10px 1px;
  color: #25A8E0 !important;
  font-size: 14px;
  font-weight: 700;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.article .page_number ul li a:hover {
  background: #25A8E0;
  color: #fff !important;
}

.article .page_number .read {
  float: right;
  color: #fff !important;
  font-size: 14px;
  background: #25A8E0;
  padding: 8px 20px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}

.article .page_number .read:hover {
  background: #072967;
}

.article .page_number a.active {
  display: block;
  background: #25A8E0;
  color: #fff !important;
  font-weight: 700;
}

.article .bottom_article {
  width: 100%;
  float: left;
  background: #fff;
  margin-top: 1px;
  padding: 20px 0;
  border-top: 1px solid #f4f4f4;
}

.article .bottom_article ul {
  float: left;
}

.article .bottom_article ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.article .bottom_article ul li a {
  display: block;
  padding: 8px 20px;
  border: 1px solid #072967;
  background: #fff;
  color: #072967;
  font-size: 14px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}

.article .bottom_article ul li a:hover {
  background: #072967;
  color: #fff;
}

.article .bottom_article .subs {
  float: right;
  color: #fff;
  font-size: 14px;
  background: #25A8E0;
  padding: 8px 20px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}

.article .bottom_article .subs:hover {
  background: #072967;
}

.article .bottom_article .subs i {
  margin-right: 10px;
}

.article .bottom_article button {
  border: none;
}

.article .bottom_article button:hover {
  cursor: pointer;
}

.article .text_side {
  float: left;
  width: 190px;
  padding: 40px 0 0 20px;
}

.article .text_side .ti_1 span:before {
  border-left: none;
}

.article .text_side .box_13 {
  width: 100%;
  float: left;
  margin: 0 0 40px 0;
}

.article .text_side .box_13 span {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 14px;
  color: #777;
  padding: 10px 0;
}

.article .text_side .box_13 .pic {
  height: 168px;
  background: #fff;
}

.article .text_side .box_13 ul {
  width: 100%;
  float: left;
}

.article .text_side .box_13 ul li {
  border-bottom: 1px solid #c5cbd8;
}

.article .text_side .box_13 ul li a {
  padding: 20px 0;
  font-size: 14px;
  color: #072967;
  font-weight: 700;
  display: block;
}

.article .text_side .box_13 ul li:last-child {
  border-bottom: none;
}

.article .text_side .box_14 {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.article .text_side .box_14 ul {
  width: 100%;
  float: left;
  position: relative;
  background: #f4f4f4;
  padding-bottom: 40px;
}

.article .text_side .box_14 ul li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #c5cbd8;
}

.article .text_side .box_14 ul li .text {
  width: 100%;
  float: left;
}

.article .text_side .box_14 ul li .text h3,
.article .text_side .box_14 ul li .text h2 {
  width: 100%;
  float: left;
  margin: 10px 0;
}

.article .text_side .box_14 ul li .text h3 a,
.article .text_side .box_14 ul li .text h2 a {
  font-size: 14px;
}

.article .text_side .box_14 ul li .text h3 a:hover,
.article .text_side .box_14 ul li .text h2 a:hover {
  color: #25A8E0;
}

.article .text_side .box_14 ul li:last-child {
  border-bottom: none;
}

.article .text_side .box_14 .pic {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 75%;
  height: 0;
}

.article .text_side .box_14 .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.article .big_center.fluid:hover {
  cursor: zoom-in;
}

.fluid_container {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  opacity: 0;
  background: rgba(7, 41, 103, 0.7);
  transition: opacity ease-in-out 0.3s;
  -moz-transition: opacity ease-in-out 0.3s;
  -webkit-transition: opacity ease-in-out 0.3s;
}

.fluid_container .fluid_ct {
  width: 100%;
  height: 90%;
  opacity: 0;
  max-width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all ease-out 0.6s;
}

.fluid_container .fluid_ct img {
  object-fit: contain;
  z-index: 2;
}

.fluid_container.show {
  top: 0;
  opacity: 1;
}

.fluid_container.show .fluid_ct {
  top: 50%;
  opacity: 1;
}

.fluid_container .fluid_close {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.box_8.pertwo {
  margin-bottom: 20px;
}

.box_8.pertwo .box_8_ct .pic {
  height: 260px;
}

.box_8.pertwo .box_8_ct .text h3 {
  font-size: 18px;
  line-height: 150%;
}

.box_8.pertwo:nth-child(3n - 1) .pic {
  background: #072967;
}

.list_3 .ti_1 span::before {
  border-left: none;
}

.box_16 {
  width: 100%;
  float: left;
  padding-left: 20px;
}

.box_16 li {
  width: calc(100% / 3);
  float: left;
  position: relative;
  padding-bottom: 56px;
  border: 1px solid #efefef;
}

.box_16 li:nth-child(3n) {
  margin-right: 0;
}

.box_16 li .pic {
  height: 160px;
  background: #fff;
  padding: 20px;
}

.box_16 li .pic img {
  object-fit: contain;
}

.box_16 li .pic button {
  padding: 0;
}

.box_16 li .text {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.box_16 li .text h3 {
  font-size: 14px;
  margin: 0;
}

.box_16 li .text h3 a {
  display: block;
  padding: 20px 10px;
  text-align: center;
}

.box_16.four li {
  width: calc((100% - 3px) / 4);
  margin-bottom: 20px;
}

.box_16.four li:nth-child(4n) {
  margin-right: 0;
}

.box_16.five li {
  width: calc((100% - 4px) / 5);
  margin-bottom: 20px;
}

.box_16.five li:nth-child(5n) {
  margin-right: 0;
}

.slide_article {
  width: 100%;
  float: left;
  position: relative;
  background: #02163a;
}

.slide_article .slide_article_ct {
  width: calc(100% - 120px);
  float: left;
  position: relative;
}

.slide_article .slide_article_ct .caption {
  padding: 10px 20px 10px 40px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.slide_article .thumb {
  overflow-y: scroll;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  width: 120px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.slide_article .thumb .owl-item {
  width: 100% !important;
  padding: 5px 10px;
}

.slide_article .thumb .owl-item .item {
  width: 80px;
  height: 80px;
  margin-right: 0 !important;
}

.slide_article .thumb .owl-item .item img {
  opacity: 0.7;
}

.slide_article .thumb .owl-item .item:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 35px;
  opacity: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
}

.slide_article .thumb .owl-item .item:hover img {
  border: 2px solid #fff;
  cursor: pointer;
}

.slide_article .thumb .owl-item.synced .item img {
  opacity: 1;
  border: 2px solid #fff;
}

.slide_article .thumb .owl-item.synced .item:before {
  left: 0;
  opacity: 1;
}

#big_pic {
  height: 571px;
}

.box_17 {
  width: 100%;
  float: left;
  position: relative;
}

.box_17 .pic {
  height: 250px;
  width: 100%;
  float: left;
}

.box_17 .pic img {
  opacity: 0.8;
}

.box_17 .text {
  background: #fff;
  width: 100%;
  float: left;
}

.box_17 .text h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  line-height: 150%;
}

.box_17 .text h3 a {
  padding: 20px;
  display: block;
}

.box_17 li:nth-child(odd) .pic {
  background: #072967;
}

.box_17 li:nth-child(even) .pic {
  background: #25A8E0;
}

.box_17 li:hover .pic img {
  opacity: 1;
}

.msg {
  margin: 10px 0;
  padding: 10px;
  width: 400px;
  background-color: #efefef;
}

#username,
#text {
  margin: 5px 0;
}

.post {
  padding: 0.5em 1em;
  background-color: #50b1ff;
  border: none;
  color: #fff;
}

.divScrollable {
  position: absolute;
  width: 100%;
  height: calc(100% - 60px);
  overflow-y: auto;
  overflow-x: hidden;
}

.divScrollable .card {
  border: none;
}

.divScrollable .card-body {
  width: calc(100% - 20px);
  float: left;
  padding: 10px;
  margin: 0 10px 10px 10px;
  background: #fafafa;
  font-size: 14px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.divScrollable .card-body h5 {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  width: 100%;
  float: left;
}

.divScrollable .card-body small {
  font-size: 10px;
  width: 100%;
  float: left;
}

.divScrollable .card-body img {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.divScrollable .card-body p {
  width: 100%;
  float: left;
  padding-left: 50px;
  font-size: 13px;
  margin: -24px 0 0 0;
}

.box_18 {
  width: 100%;
  float: left;
  background: #072967;
  margin-bottom: 40px;
  position: relative;
}

.box_18 .vid_wrap {
  width: 850px;
  float: left;
  padding: 0;
  position: relative;
  z-index: 2;
}

.box_18 .vid_wrap .vid_ct {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

.box_18 .vid_wrap .vid_ct iframe,
.box_18 .vid_wrap .vid_ct video,
.box_18 .vid_wrap .vid_ct .jwplayer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.box_18 .vid_wrap.center {
  float: none;
  margin: auto;
}

.box_18 .vid_wrap.lg {
  padding: 100px 40px;
}

.box_18 .vid_comment {
  width: calc(100% - 850px);
  height: 478px;
  float: left;
  position: relative;
  background: #fff;
  border: 1px solid #eaeaea;
}

.box_18 .vid_comment .input-group {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
}

.box_18 .vid_comment .input-group input {
  border-radius: 0;
  height: 50px;
  border: none;
  border-top: 1px solid #dedede;
  padding: 14px 20px;
  font-size: 14px;
}

.box_18 .vid_comment .pl-3.pb-2 {
  display: none;
}

.box_18 .ptb80 {
  padding: 80px 0;
}

.box_18 .event_skin {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
}

.box_18 .event_skin.pialapresiden {
  background: url(../images/bg_streaming/bg-live-stream_2.jpg) no-repeat;
}

.box_18 .event_skin.podme {
  background: url(../images/bg_streaming/template-streaming-desktop.jpg) no-repeat;
}

.box_18 .event_skin div {
  display: none;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.box_18 .event_skin div iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
}

.box_18 .row {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}

.box_18 .vid_info {
  padding: 40px 20px 40px 0;
  float: left;
  width: 430px;
  color: #fff;
}

.box_18 .vid_info span {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  font-size: 14px;
}

.box_18 .vid_info .block {
  width: 100%;
  float: left;
}

.box_18 .vid_info .block .block_ct {
  position: relative;
  background: #fff;
  margin-left: 20px;
  width: 120px;
  height: 120px;
  border: 1px solid #fff;
  float: left;
}

.box_18 .vid_info .block .block_ct:first-child {
  margin-left: 0;
}

.box_18 .vid_info .block .block_ct .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.box_18 .vid_info .block .block_ct .sub_pic {
  width: calc((100% - 1px) / 2);
  float: left;
  height: calc((100% - 1px) / 2);
  margin: 0 1px 1px 0;
}

.box_18 .vid_info .block .block_ct .sub_pic img {
  opacity: 1;
}

.box_18 .vid_info .block .block_ct .sub_pic:nth-child(even) {
  margin-right: 0;
}

.box_18 .vid_info .block .block_ct .bt_more {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  width: 100%;
  height: 100%;
  background: rgba(7, 41, 103, 0.5);
}

.box_18 .vid_info .block .block_ct .bt_more i {
  font-size: 36px;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.box_18 .vid_info .block .block_ct .bt_more:hover {
  background: rgba(7, 41, 103, 0.7);
}

.box_18 .vid_info .block .block_ct h3 {
  margin: 0;
  font-size: 14px;
  text-align: center;
}

.box_18 .vid_info .block .block_ct h3 a {
  padding: 10px;
  color: #fff;
  display: block;
}

.box_18 .vid_info .block .text {
  width: calc(100% - 140px);
  float: left;
  margin-left: 20px;
}

.box_18 .vid_info .block h2 {
  width: 100%;
  margin: 0 0 16px 0;
  float: left;
  font-weight: normal;
  font-size: 24px;
  position: relative;
}

.box_18 .vid_info .block h2 a {
  color: #fff;
}

.box_18 .vid_info .block h2:before {
  content: "";
  width: 100px;
  height: 1px;
  background: #25A8E0;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.box_18 .vid_info .block .info {
  width: 100%;
  float: left;
  font-size: 14px;
}

.box_18 .vid_info .sponsored {
  width: 100%;
  float: left;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.box_18 .vid_info .sponsored ul {
  width: 100%;
  float: left;
}

.box_18 .vid_info .sponsored ul li {
  float: left;
  margin-right: 10px;
}

.box_18 .vid_info .sponsored ul li a {
  width: 120px;
  display: block;
  margin-right: 20px;
}

.box_18 .vid_info .sponsored ul li a img {
  object-fit: contain;
}

.box_19 {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}

.box_19 .box_19_ct {
  width: 100%;
  float: left;
  position: relative;
  height: 650px;
}

.box_19 .box_19_ct .pic {
  background: #072967;
  height: 100%;
}

.box_19 .box_19_ct .pic img {
  opacity: 0.8;
}

.box_19 .box_19_ct .text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 120px 20px 20px 20px;
  width: 100%;
  background: url(../images/main/gradient_2.png) repeat-x center top;
}

.box_19 .box_19_ct .text h1,
.box_19 .box_19_ct .text h2 {
  margin: 0 0 20px 0;
  max-width: 700px;
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 700;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.box_19 .box_19_ct .text h1 a,
.box_19 .box_19_ct .text h2 a {
  color: #fff;
}

.box_19 .box_19_ct .text p {
  margin: 0 0 40px 0;
  max-width: 420px;
  font-size: 12px;
  color: #fff;
}

.box_19 .owl-controls {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 34px;
  height: 12px;
}

.box_19 .owl-controls .owl-pagination {
  position: absolute;
  right: 20px;
  width: 100%;
  height: 100%;
  text-align: right;
}

.box_19 .owl-controls .owl-pagination .owl-page {
  margin-bottom: 2px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid rgba(255, 255, 255, 0);
  margin-left: 8px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.box_19 .owl-controls .owl-pagination .owl-page.active {
  margin-bottom: 0;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
}

.box_19 .owl-controls .owl-buttons {
  width: 100%;
  position: absolute;
  transform: translateY(-700%);
  padding: 0 20px;
}

.box_19 .owl-controls .owl-buttons div {
  display: inline-block;
  color: #fff;
}

.box_19 .owl-controls .owl-buttons div.owl-next {
  position: absolute;
  right: 20px;
}

.bt_follow {
  z-index: 2;
  font-weight: 700;
  width: auto;
  height: auto;
  padding: 5px 20px;
  background: #fff;
  color: #072967;
  border: 1px solid #072967;
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 15px;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
}

.bt_follow:hover {
  background: #25A8E0;
  border: 1px solid #25A8E0;
  color: #fff;
  cursor: pointer;
}

.box_20 {
  width: 100%;
  float: left;
  padding: 20px 0 20px 20px;
  background: #fff;
}

.box_20 ul {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.box_20 ul li {
  margin-bottom: 1px;
  width: 100%;
  float: left;
}

.box_20 ul li .pic {
  width: 60px;
  height: 60px;
  float: left;
  background: #efefef;
}

.box_20 ul li .pic img {
  opacity: 0.8;
}

.box_20 ul li .text {
  width: calc(100% - 60px);
  float: left;
  position: relative;
}

.box_20 ul li .text a {
  z-index: 2;
  width: calc(100% - 20px);
  float: left;
  height: 60px;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #efefef;
  padding: 20px;
  position: relative;
}

.box_20 ul li .text a:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #072967;
  z-index: -1;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
}

.box_20 ul li .text a:hover,
.box_20 ul li .text a.active {
  color: #fff;
}

.box_20 ul li .text a:hover:before,
.box_20 ul li .text a.active:before {
  width: calc(100% - -20px);
}

.box_20 ul li:hover .pic img {
  opacity: 1;
}

.box_20 ul li:nth-child(even) .pic {
  background: #f4f4f4;
}

.cr_col_2.fl.pr_20 .box_21 {
  padding-left: 0;
}

.box_21 {
  padding-left: 20px;
  width: 100%;
  float: left;
}

.box_21.pl0 {
  padding-left: 0;
}

.box_21 .box_21_header {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.box_21 .box_21_header .left_box {
  width: 50%;
  float: left;
  color: #072967;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.box_21 .box_21_header .left_box span {
  font-size: 18px;
  width: 100%;
  float: left;
  font-family: "Noto Sans", sans-serif;
}

.box_21 .box_21_header .left_box span h1 {
  font-size: 48px;
  font-weight: normal;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

.box_21 .box_21_header .right_box {
  width: 50%;
  float: left;
}

.box_21 .box_21_header .datepick {
  float: right;
  position: relative;
  width: calc(100% - 155px);
  max-width: 260px;
  background: #fff;
}

.box_21 .box_21_header .datepick fieldset {
  border: none;
  padding: 0 0 0 36px;
  position: relative;
}

.box_21 .box_21_header .datepick fieldset i.fa-calendar {
  position: absolute;
  top: 16px;
  color: #072967;
  left: 20px;
}

.box_21 .box_21_header .datepick fieldset button {
  width: 50px;
  height: 50px;
  background: #fff;
  font-size: 14px;
  color: #072967;
  text-align: center;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
}

.box_21 .box_21_header .datepick fieldset button:hover {
  background: #072967;
  color: #fff;
  cursor: pointer;
}

.box_21 .box_21_header .datepick input {
  width: 100%;
  padding: 14px;
  height: 50px;
  font-size: 14px;
  border: none;
  background: #fff;
}

.box_21 .box_21_header .datepick .picker--opened .picker__holder {
  border: none;
}

.box_21 .box_21_header .viewpicker {
  float: right;
  margin-left: 5px;
  background: #fff;
}

.box_21 .box_21_header .viewpicker li {
  float: left;
}

.box_21 .box_21_header .viewpicker li button {
  width: 50px;
  height: 50px;
  background: #fff;
  border: none;
}

.box_21 .box_21_header .viewpicker li button:hover,
.box_21 .box_21_header .viewpicker li button.active {
  background: #072967;
  cursor: pointer;
  color: #fff;
}

.box_21 .box_21_header .viewpicker li.active button {
  background: #072967;
  color: #fff;
}

.box_21 .box_21_ct {
  width: 100%;
  float: left;
}

.box_21 .box_21_ct li {
  background: #fff;
  margin-bottom: 20px;
  float: left;
  position: relative;
  height: 360px;
}

.box_21 .box_21_ct li .pic {
  float: left;
  width: 100%;
  background: #072967;
}

.box_21 .box_21_ct li .pic img {
  opacity: 0.8;
}

.box_21 .box_21_ct li .text {
  float: left;
  padding: 20px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
}

.box_21 .box_21_ct li .text h1,
.box_21 .box_21_ct li .text h2 {
  font-size: 22px;
  margin: 0;
  line-height: 150%;
  font-weight: 700;
}

.box_21 .box_21_ct li .text h1 a:hover,
.box_21 .box_21_ct li .text h2 a:hover {
  color: #25A8E0;
}

.box_21 .box_21_ct li .text .foot_article span {
  color: #777;
  padding-left: 10px;
}

.box_21 .box_21_ct li .text h4 {
  color: #777;
  margin: 0 0 10px 0;
}

.box_21 .box_21_ct li:nth-child(even) .pic {
  background: #25A8E0;
}

.box_21 .box_21_ct li:hover .pic img {
  opacity: 1;
}

.box_21 .box_21_ct.wide li {
  width: 100%;
  height: auto;
}

.box_21 .box_21_ct.wide li .pic {
  width: 100%;
  height: 300px;
}

.box_21 .box_21_ct.wide li .text {
  width: 100%;
  position: relative;
}

.box_21 .box_21_ct.one li {
  width: 100%;
  height: auto;
}

.box_21 .box_21_ct.one li .pic {
  width: 320px;
  height: 200px;
}

.box_21 .box_21_ct.one li .text {
  width: calc(100% - 320px);
  position: relative;
}

.box_21 .box_21_ct.one_small li {
  width: 100%;
  height: auto;
}

.box_21 .box_21_ct.one_small li .pic {
  width: 160px;
  height: 160px;
}

.box_21 .box_21_ct.one_small li .text {
  width: calc(100% - 160px);
  position: relative;
}

.box_21 .box_21_ct.one_small li .text h2 {
  font-size: 18px;
}

.box_21 .box_21_ct.two li {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
}

.box_21 .box_21_ct.two li:nth-child(even) {
  margin-right: 0;
}

.box_21 .box_21_ct.two li .pic {
  height: 240px;
}

.box_21 .box_21_ct.two li .text h2 {
  font-size: 18px;
}

.box_21 .box_21_ct.two li .text .foot_article {
  padding-top: 20px;
}

.box_21 .box_21_ct.three li {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  height: 300px;
}

.box_21 .box_21_ct.three li:nth-child(3n) {
  margin-right: 0;
}

.box_21 .box_21_ct.three li .pic {
  height: 200px;
}

.box_21 .box_21_ct.three li .text h2 {
  font-size: 16px;
  margin-bottom: 10px;
}

.box_21 .box_21_ct.three li .text .foot_article a {
  width: 100%;
  float: left;
}

.box_21 .box_21_ct.four li {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  height: 300px;
}

.box_21 .box_21_ct.four li:nth-child(4n) {
  margin-right: 0;
}

.box_21 .box_21_ct.four li .pic {
  height: 200px;
}

.box_21 .box_21_ct.four li .text h2 {
  font-size: 16px;
  margin-bottom: 10px;
}

.box_21 .box_21_ct.four li .text .foot_article a {
  width: 100%;
  float: left;
}

.pagination {
  width: 100%;
  float: left;
  background: #fff;
  margin-bottom: 70px;
  position: relative;
}

.pagination li {
  width: 120px;
  float: left;
  font-size: 14px;
  font-weight: 700;
}

.pagination li a,
.pagination li span {
  width: 100%;
  float: left;
  text-align: center;
  padding: 20px;
}

.pagination li a i,
.pagination li span i {
  padding: 0 10px;
}

.pagination li:nth-child(3) {
  width: calc(100% - 480px);
}

.pagination li:nth-child(4),
.pagination li:nth-child(5) {
  float: right;
}

.pagination li.off a {
  color: #999;
}

.pagination li:hover a {
  color: #25A8E0;
}

.foot_banner {
  z-index: 3;
  width: 100%;
  float: left;
  height: 130px;
  position: fixed;
  bottom: 0;
  left: 0;
}

.foot_banner .foot_banner_ct {
  width: 100%;
  max-width: 1280px;
  background: #fff url(../images/main/diagonal_pattern.png);
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.foot_banner .foot_banner_ct .leaderboard {
  display: inline-block;
  width: 970px;
  height: 90px;
  margin-bottom: 60px;
  float: none;
}

.ellipsis {
  position: absolute;
  right: 0;
  top: 0;
}

.ellipsis .bt {
  font-size: 14px;
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 2px 0;
  color: #999;
}

.ellipsis .bt:hover {
  color: #111;
  cursor: pointer;
}

.box_22 {
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
  padding: 0 10px;
}

.box_22 .bgblue {
  content: "";
  z-index: -1;
  height: 100%;
  background: #072967;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.box_22 .box_22_ct {
  padding: 20px 10px;
  z-index: 2;
}

.box_22 .box_22_ct .pic {
  height: 234px;
  margin-bottom: 20px;
}

.box_22 .box_22_ct .text h1,
.box_22 .box_22_ct .text h2 {
  font-size: 20px;
  margin: 0;
}

.box_22 .box_22_ct .text h1 a,
.box_22 .box_22_ct .text h2 a {
  color: #fff;
}

.box_22 .box_22_ct .text .channel {
  padding-left: 10px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.box_22 .box_22_ct .text .channel:before {
  z-index: -1;
  content: "\f04b";
  font-family: "fas";
  font-size: 36px;
  color: #25A8E0;
  position: absolute;
  left: 0;
  top: -13px;
}

.box_22 .owl-buttons {
  width: 100%;
  position: absolute;
  top: 120px;
  left: 0;
}

.box_22 .owl-buttons .owl-prev,
.box_22 .owl-buttons .owl-next {
  position: absolute;
  width: 30px;
  height: 40px;
  overflow: hidden;
  text-indent: -200px;
  background: #072967;
}

.box_22 .owl-buttons .owl-prev:before,
.box_22 .owl-buttons .owl-next:before {
  width: 10px;
  height: 10px;
  color: #fff;
  font-family: "fas";
  font-size: 14px;
  position: absolute;
  top: 14px;
  border-top: 2px solid #25A8E0;
  border-right: 2px solid #25A8E0;
}

.box_22 .owl-buttons .owl-prev:hover,
.box_22 .owl-buttons .owl-next:hover {
  width: 40px;
}

.box_22 .owl-buttons .owl-prev {
  left: 0;
  border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  -webkit-border-radius: 0 50px 50px 0;
}

.box_22 .owl-buttons .owl-prev:before {
  content: "\f104";
  font-family: "fas";
  font-size: 14px;
  position: absolute;
  transform: rotate(-135deg);
  right: 10px;
}

.box_22 .owl-buttons .owl-next {
  right: 0;
  border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  -webkit-border-radius: 50px 0 0 50px;
}

.box_22 .owl-buttons .owl-next:before {
  content: "\f104";
  font-family: "fas";
  font-size: 14px;
  position: absolute;
  transform: rotate(45deg);
  left: 10px;
}

.ct_info {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 5px 5px 24px;
  background: #25A8E0;
  color: #fff;
  font-size: 12px;
  z-index: 2;
}

.ct_info:before {
  font-family: "fas";
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 5px;
  top: 3px;
}

.ct_info.video:before {
  content: "\f04b";
}

.ct_info.photo:before {
  content: "\f030";
}

.box_7 .box_7_ct:nth-child(5n) .ct_info {
  left: 360px;
}

.lc_col .box_7 .box_7_ct:nth-child(5n) .pic {
  width: 100%;
  height: 300px;
  margin-bottom: 40px;
}

.box_23 {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}

.box_23 .pic {
  width: 100%;
  float: left;
  height: 262px;
}

.box_23 .text {
  width: 100%;
  float: left;
  padding: 20px;
  background: #072967;
}

.box_23 .text h4 {
  width: 100%;
  float: left;
  margin: 5px 0 0 0;
  color: #fff;
  font-size: 14px;
}

.box_23 .text span {
  color: #fff;
  width: 100%;
  float: left;
  font-size: 12px;
}

.box_23 .profile_option {
  width: 100%;
  float: left;
  margin-top: 1px;
  padding: 20px;
  background: #072967;
}

.box_23 .profile_option li {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.box_23 .profile_option li a {
  color: #fff;
  font-size: 14px;
  position: relative;
}

.box_23 .profile_option li a i {
  margin-right: 20px;
}

.box_23 .profile_option li a:before {
  z-index: -1;
  content: "";
  width: 0;
  height: 30px;
  background: #25A8E0;
  position: absolute;
  left: -20px;
  top: -5px;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
}

.box_23 .profile_option li a:hover:before {
  width: 45px;
}

.box_23 .profile_option li.active a:before {
  width: 45px;
}

.box_23 .profile_option li:last-child {
  margin-bottom: 0;
}

.box_24 {
  width: 100%;
  float: left;
  padding-left: 20px;
  margin-bottom: 40px;
}

.box_24 .box_24_header {
  width: 100%;
  float: left;
}

.box_24 .box_24_header h4 {
  width: 100%;
  float: left;
  text-align: center;
  line-height: 200%;
  font-size: 28px;
  color: #25A8E0;
}

.box_24 .box_24_header h4 span {
  font-size: 16px;
  width: 100%;
  float: left;
}

.box_24 .box_24_ct {
  width: 100%;
  float: left;
}

.box_24 .box_24_ct li {
  width: 100%;
  float: left;
  margin: 0 10px 10px 0;
  padding: 5px;
  background: #fff;
  position: relative;
}

.box_24 .box_24_ct li:nth-child(even) {
  margin-right: 0;
}

.box_24 .box_24_ct li .pic {
  width: 50px;
  height: 38px;
  float: left;
}

.box_24 .box_24_ct li .text {
  width: calc(100% - 50px);
  padding-left: 20px;
  float: left;
}

.box_24 .box_24_ct li .text h3 {
  margin: 9px 0 5px 0;
  font-size: 16px;
  width: 100%;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box_24 .box_24_ct li .text .bt_follow {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  top: 10px;
  right: 10px;
}

.box_24 .bt_submit {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 40px;
}

.box_24 .bt_submit button {
  display: inline-block;
  border: none;
  background: #072967;
  color: #fff;
  font-size: 14px;
  padding: 10px 40px;
  font-weight: 700;
}

.box_24 .bt_submit button:hover {
  cursor: pointer;
  background: #25A8E0;
}

.box_24 .bt_submit button[disabled="disabled"] {
  background: #ccc;
  color: #777;
}

.big_src {
  text-align: center;
}

.big_src form {
  width: 100%;
  max-width: 800px;
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
}

.big_src form input[type="text"] {
  width: 100%;
  float: left;
  font-size: 36px;
  padding: 60px 20px 20px;
  border: none;
  background: none;
  border-bottom: 2px solid #ccc;
}

.big_src form button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  color: #111;
  background: none;
  border: none;
  font-size: 28px;
  opacity: 0.5;
}

.big_src form button:hover {
  opacity: 1;
  cursor: pointer;
}

.box_25 {
  width: 100%;
  float: left;
}

.box_25 .box_25_header {
  width: 100%;
  float: left;
  height: 800px;
  position: relative;
  background: url(../images/main/hero_background.png) no-repeat center top;
  background-size: contain;
}

.box_25 .box_25_header p {
  font-size: 14px;
  color: #fff;
  padding-top: 40px;
  line-height: 200%;
}

.box_25 .box_25_header .top {
  width: 430px;
  position: absolute;
  top: 40px;
  right: 80px;
}

.box_25 .box_25_header .top p {
  padding-top: 10px;
}

.box_25 .box_25_header .bottom {
  width: 430px;
  position: absolute;
  bottom: 30px;
  right: 80px;
}

.box_25 .box_25_header .bottom h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.box_25 .box_25_header .bottom h4 p {
  margin: 0;
}

.box_25 .box_25_header .bottom p {
  color: #111;
  padding-top: 0;
  margin: 0;
}

.box_25 .box_25_ct {
  width: 100%;
  float: left;
  margin-top: 40px;
}

.box_25 .box_25_ct li {
  width: calc((100% - 80px) / 5);
  height: 340px;
  float: left;
  margin: 0 20px 20px 0;
  background: #fff;
  position: relative;
}

.box_25 .box_25_ct li:nth-child(5n) {
  margin-right: 0;
}

.box_25 .box_25_ct li .pic {
  width: 100%;
  float: left;
  height: 240px;
  padding: 40px;
  position: relative;
}

.box_25 .box_25_ct li .pic img {
  object-fit: contain;
}

.box_25 .box_25_ct li .text {
  width: 100%;
  float: left;
  text-align: center;
  padding-bottom: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.box_25 .box_25_ct li .text h3 {
  font-size: 18px;
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
}

.box_25 .box_25_ct li .text span {
  font-size: 14px;
  color: #777;
  width: 100%;
  float: left;
}

.box_25 .box_25_ct li:hover {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}

.box_25 .box_25_ct li:hover h3 {
  color: #25A8E0;
}

.box_25 .box_25_ct li .single_link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.box_26 {
  width: 100%;
  float: left;
  height: 300px;
  position: relative;
  margin-bottom: 20px;
}

.box_26 .pic {
  width: 100%;
  height: 100%;
}

.box_26 .brand_logo {
  width: 150px;
  height: 150px;
  padding: 20px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 70px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.mb_40 {
  margin-bottom: 40px;
}

.box_27 {
  width: 100%;
  float: left;
}

.box_27.blue {
  background: #072967;
}

.box_27 .box_27_top {
  width: 100%;
  float: left;
  background: #fff;
  margin-bottom: 20px;
}

.box_27 .box_27_top .ti {
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  background: #072967;
  text-align: center;
  padding: 12px 0;
  width: 160px;
  float: left;
}

.box_27 .box_27_top ul {
  padding-left: 10px;
  list-style: none;
  width: calc(100% - 160px);
  float: left;
  text-align: center;
}

.box_27 .box_27_top ul li {
  display: inline-block;
  width: calc(100% / 26);
  float: left;
  text-align: center;
}

.box_27 .box_27_top ul li a {
  display: block;
  padding: 10px 0;
  width: 100%;
  float: left;
  border-bottom: 2px solid #fff;
}

.box_27 .box_27_top ul li a:hover {
  border-bottom: 2px solid #072967;
}

.box_27 .box_27_top ul li.active a {
  border-bottom: 2px solid #072967;
}

.box_27 .box_27_left {
  width: 280px;
  position: relative;
  float: left;
  background: #072967;
}

.box_27 .box_27_left .pic {
  width: 100%;
  height: 280px;
  float: left;
}

.box_27 .box_27_left .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box_27 .box_27_left .text {
  padding: 20px;
  color: #fff;
  width: 100%;
  float: left;
}

.box_27 .box_27_right {
  width: calc(100% - 280px);
  float: left;
  padding: 20px;
  background: #fff;
}

.box_27 .box_27_right p {
  color: #111;
  font-size: 14px;
  line-height: 200%;
}

.box_27 .box_27_right h1,
.box_27 .box_27_right h2 {
  width: 100%;
  float: left;
  position: relative;
  margin: 20px 0;
  padding-bottom: 0;
}

.box_27 .box_27_right h1:before,
.box_27 .box_27_right h2:before {
  content: "";
  width: 100px;
  height: 3px;
  background: #072967;
  position: absolute;
  bottom: -12px;
  left: 0;
}

.box_27 .box_27_right h1 span,
.box_27 .box_27_right h2 span {
  display: block;
  width: 100%;
  float: left;
  font-size: 16px;
  padding: 10px 0 0 120px;
  font-weight: normal;
}

.box_27 .social {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 40px;
}

.box_27 .social li {
  display: inline-block;
  padding: 5px;
}

.box_27 .social li a {
  width: 40px;
  height: 40px;
  display: block;
  font-size: 14px;
  padding-top: 11px;
  background: #567bbf;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.modal_wrap {
  z-index: 20;
  position: fixed;
  top: -200%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: opacity ease-out 0.3s;
  -moz-transition: opacity ease-out 0.3s;
  -webkit-transition: background ease-out 0.3s;
}

.modal_wrap .modal {
  opacity: 0;
  width: 480px;
  height: auto;
  padding: 20px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.modal_wrap .modal .modal_head {
  width: 100%;
  float: left;
  padding: 20px;
}

.modal_wrap .modal .modal_head h3,
.modal_wrap .modal .modal_head div {
  width: 100%;
  float: left;
  margin: 0;
  color: #25A8E0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.modal_wrap .modal .modal_ct {
  width: 100%;
  float: left;
  padding: 20px;
  text-align: center;
}

.modal_wrap .modal .modal_ct p {
  margin: 0;
  color: #555;
}

.modal_wrap .modal .modal_foot {
  text-align: center;
  width: 100%;
  float: left;
  padding: 20px;
}

.modal_wrap .modal .modal_foot button {
  border: none;
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  background: #072967;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.modal_wrap .modal .modal_foot button:hover {
  background: #25A8E0;
  cursor: pointer;
}

.modal_wrap.show {
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}

.modal_wrap.show .modal {
  top: 50%;
  opacity: 1;
}

.notif_1 {
  display: none;
  width: 500px;
  overflow: hidden;
  padding: 40px 20px;
  position: fixed;
  top: 117px;
  z-index: 9;
  left: 20px;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.notif_1 .text {
  width: 260px;
  float: left;
}

.notif_1 .text p {
  font-weight: 700;
  font-size: 14px;
  margin: 0;
  line-height: 150%;
}

.notif_1 .text p span {
  color: #555;
  font-weight: 300;
  width: 100%;
  float: left;
  padding: 20px 0 40px;
}

.notif_1 .text button {
  width: 120px;
  height: 40px;
  border: none;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  float: left;
  padding: 10px 0;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
}

.notif_1 .text button.ok {
  background: #25A8E0;
  margin-right: 20px;
}

.notif_1 .text button.no {
  background: #ccc;
}

.notif_1 .text button:hover {
  background: #072967;
  cursor: pointer;
}

.notif_1 .pic {
  width: calc(100% - 280px);
  height: calc(100% - -40px);
  position: absolute;
  right: 0;
  bottom: -20px;
  padding-top: 40px;
}

.notif_1 .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.notif_1.show {
  display: block;
}

@keyframes shake {

  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

.notif_2 {
  display: none;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 120px;
  z-index: 9;
}

.notif_2 button {
  animation: shake 1s linear infinite;
  -moz-animation: shake 1s linear infinite;
  -webkit-animation: shake 1s linear infinite;
  color: #fff;
  font-size: 24px;
  width: 60px;
  height: 60px;
  border: none;
  background: #25A8E0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.notif_2 button:hover {
  cursor: pointer;
}

.notif_2 .pops {
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.notif_2 .pops.show {
  width: 600px;
  height: 400px;
  padding: 20px;
}

.notif_2 .pops p {
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  float: left;
  margin: 0 0 20px;
}

.notif_2 .pops p span {
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: 300;
  color: #555;
  padding-top: 14px;
}

.notif_2 .pops .pic {
  width: 100%;
  height: 490px;
}

.notif_2 .pops .close_bt {
  width: 40px;
  height: 40px;
  border: 2px solid #111;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.notif_2 .pops .close_bt:hover {
  cursor: pointer;
}

.notif_2 .pops .close_bt:before,
.notif_2 .pops .close_bt:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #111;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.notif_2 .pops .close_bt:before {
  width: 16px;
  height: 2px;
  transform: translate(-50%, -50%) rotate(45deg);
}

.notif_2 .pops .close_bt:after {
  width: 2px;
  height: 16px;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.notif_2.show {
  display: block;
}

#m_files .owl-controls {
  display: none;
}

.sai {
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
  padding-left: 20px;
}

.sai video {
  width: 100%;
  float: left;
}

.embedv_wrapper {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  margin: 20px 0;
}

.embedv_wrapper iframe {
  position: absolute;
  top: 0;
  border: none;
  width: 100% !important;
  height: 101% !important;
}

.box_28 {
  width: 100%;
  float: left;
}

.box_28 .tab_bt {
  width: 100%;
  float: left;
  background: #ddd;
}

.box_28 .tab_bt li {
  float: left;
}

.box_28 .tab_bt li .bt {
  float: left;
  padding: 20px 25px;
  border: 1px solid #ddd;
  border-top: none;
}

.box_28 .tab_bt li .bt.active {
  background: #fff;
  border-color: #fff;
}

.box_28 .tab_bt li .bt:hover {
  background: #fff;
  cursor: pointer;
}

.box_28 .tab_bt li .bt .pic {
  width: 30px;
  height: 30px;
  float: left;
  overflow: hidden;
}

.box_28 .tab_bt li .bt .text {
  float: left;
  padding-top: 6px;
  margin-left: 20px;
  color: #333;
  font-size: 14px;
}

.box_28 .box_28_top {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  position: relative;
}

.box_28 .box_28_top .ti {
  width: 90px;
  float: left;
  font-size: 14px;
  font-weight: 700;
  padding: 35px 0;
}

.box_28 .box_28_top ul {
  float: left;
  width: calc(100% - 120px);
  padding-left: 20px;
}

.box_28 .box_28_top ul li {
  float: left;
  padding: 20px 40px 20px 0;
  width: 25%;
}

.box_28 .box_28_top ul li .circle {
  width: 50px;
  height: 50px;
  background: #072967;
  padding: 8px 0;
  text-align: center;
  font-size: 18px;
  float: left;
  color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.box_28 .box_28_top ul li .circle span {
  font-size: 8px;
  width: 100%;
  float: left;
}

.box_28 .box_28_top ul li .player {
  width: calc(100% - 50px);
  float: left;
  padding: 5px 0 0 20px;
  font-size: 14px;
  font-weight: 700;
}

.box_28 .box_28_top ul li .player span {
  font-size: 12px;
  font-weight: 300;
  width: 100%;
  float: left;
  padding-top: 3px;
  color: #555;
}

.box_28 .box_28_top .owl-buttons {
  position: absolute;
  right: 0;
  top: 12px;
}

.box_28 .box_28_top .owl-buttons .owl-prev,
.box_28 .box_28_top .owl-buttons .owl-next {
  position: relative;
  text-indent: -200px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background: #ccc;
  margin: 1px;
}

.box_28 .box_28_top .owl-buttons .owl-prev:before,
.box_28 .box_28_top .owl-buttons .owl-next:before {
  content: "";
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.box_28 .box_28_top .owl-buttons .owl-prev:before {
  transform: translate(-70%, -50%) rotate(45deg);
}

.box_28 .box_28_top .owl-buttons .owl-next:before {
  transform: translate(-30%, -50%) rotate(-135deg);
}

.box_28 .tab_ct {
  width: 100%;
  float: left;
  background: #fff;
  padding: 20px;
  display: none;
}

.box_28 .tab_ct.show {
  display: block;
}

.box_28 .box_28_ct .table {
  font-size: 14px;
  color: #333;
  width: 100%;
  float: left;
  margin-bottom: 40px;
}

.box_28 .box_28_ct .table ul {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ccc;
}

.box_28 .box_28_ct .table ul.heading {
  color: #111;
  border-bottom: 3px solid #ccc;
  font-weight: 700;
  border-top: 1px solid #ccc;
}

.box_28 .box_28_ct .table ul li {
  padding: 22px 0 16px;
  float: left;
  width: 6%;
  text-align: center;
}

.box_28 .box_28_ct .table ul li:nth-child(2) {
  width: 58%;
  text-align: left;
  padding-left: 20px;
}

.box_28 .box_28_ct .table ul li .pic {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 20px;
  margin-top: -5px;
  float: left;
}

.box_28 .box_28_ct .table ul:nth-child(even) {
  background: #fafafa;
}

.box_28 .box_28_ct .table ul.ul_2 li {
  padding-top: 20px;
  padding-bottom: 20px;
}

.box_28 .box_28_ct .table ul.ul_2 li:first-child {
  width: 10%;
}

.box_28 .box_28_ct .table ul.ul_2 li:nth-child(2),
.box_28 .box_28_ct .table ul.ul_2 li:nth-child(4) {
  width: 40%;
}

.box_28 .box_28_ct .table ul.ul_2 li:nth-child(2) {
  text-align: right;
}

.box_28 .box_28_ct .table ul.ul_2 li:nth-child(2) .pic {
  display: inline-block;
  float: none;
}

.box_28 .box_28_ct .table ul.ul_2 li:nth-child(4) {
  text-align: left;
}

.box_28 .box_28_ct .table ul.ul_2 li:nth-child(4) .pic {
  float: none;
  display: inline-block;
  margin-right: 0;
  margin-left: 20px;
}

.box_28 .box_28_ct .table ul.ul_2 li:nth-child(3) {
  width: 10%;
  text-align: center;
}

.box_28 .box_28_ct .table ul.ul_2 li .pic {
  margin-bottom: -11px;
}

.box_28 .box_28_ct .table ul.ul_2.heading li {
  width: 100%;
  text-align: left;
}

.box_28 .box_28_ct .table.sport ul li {
  width: 4%;
}

.box_28 .box_28_ct .table.sport ul li:nth-child(2) {
  width: 12%;
}

.box_28 .box_28_ct .table_2 {
  width: 100%;
  float: left;
  margin-bottom: 40px;
  color: #333;
  font-size: 14px;
  border-top: 1px solid #efefef;
}

.box_28 .box_28_ct .table_2 .date {
  width: 200px;
  float: left;
  background: #efefef;
  font-weight: 700;
  padding: 16px 20px;
}

.box_28 .box_28_ct .table_2 ul {
  float: right;
  width: calc(100% - 200px);
  border: 1px solid #efefef;
}

.box_28 .box_28_ct .table_2 ul li {
  width: 120px;
  float: left;
  padding: 22px 20px 16px;
}

.box_28 .box_28_ct .table_2 ul li .pic {
  width: 30px;
  height: 30px;
  margin: -5px 20px 0;
  float: left;
}

.box_28 .box_28_ct .table_2 ul li .pic img {
  object-fit: contain;
}

.box_28 .box_28_ct .table_2 ul li:nth-child(3) {
  text-align: right;
}

.box_28 .box_28_ct .table_2 ul li:nth-child(3) .pic {
  float: right;
}

.box_28 .box_28_ct .table_2 ul li:nth-child(3),
.box_28 .box_28_ct .table_2 ul li:nth-child(5) {
  width: calc((100% - 360px) / 2);
}

.box_28 .box_28_ct .table_2 ul li:nth-child(4) {
  text-align: center;
}

.r_col .box_28 {
  width: calc(100% - 40px);
  margin-left: 20px;
  position: relative;
  background: #fff;
}

.r_col .box_28 .tab_bt li .bt {
  padding: 20px;
}

.r_col .box_28 .table ul {
  background: #fff;
}

.r_col .box_28 .table ul li {
  width: 10%;
}

.r_col .box_28 .table ul li:nth-child(2) {
  width: 50%;
}

.r_col .box_28 .table ul:last-child,
.r_col .box_28 .table ul:nth-last-child(2),
.r_col .box_28 .table ul:nth-last-child(3) {
  background: #fff;
}

.r_col .box_28 .table ul:nth-last-child(4) {
  border-bottom: 1px solid #ccc;
}

.logo_program {
  width: 200px;
  float: left;
  margin-bottom: 40px;
}

.box_30 {
  padding: 40px;
  background: 100%;
  width: 100%;
  float: left;
  background: #fff;
  margin-top: 20px;
}

.box_30 .inline {
  width: 100%;
  float: left;
}

.box_30 .inline .inline-item {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.box_30 .inline .inline-item a {
  color: #555;
  padding: 20px;
  text-align: center;
  background: #fafafa;
  display: block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.box_30 .inline .inline-item a:hover {
  color: #111;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.box_30 .inline .inline-item.highlight a {
  color: #25A8E0;
  font-weight: 700;
}

.box_30 .inline.five {
  column-count: 5;
  -moz-column-count: 5;
  -webkit-column-count: 5;
}

.box_30 .inline.five .inline-item {
  width: 100%;
}

.box_30 .inline.five .inline-item:nth-child(5n) {
  margin-right: 0;
}

.box_31 {
  width: 100%;
  float: left;
  padding: 40px 20px;
  margin-top: 20px;
  background: url(../images/main/bg_about1.png) repeat-y left,
    url(../images/main/bg_about2.png) repeat-y right, #fff;
}

.box_31.bg_city {
  padding-bottom: 160px;
  background: url(../images/main/bg_about1.png) repeat-y left,
    url(../images/main/bg_about2.png) repeat-y right,
    url(../images/main/city.png) no-repeat left bottom, #fff;
}

.box_31 .ti {
  text-align: center;
  width: 100%;
  float: left;
  padding: 100px 0;
}

.box_31 .ti span {
  background: #fff;
  z-index: 2;
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  padding: 0 20px;
  position: relative;
}

.box_31 .ti span:before {
  content: "";
  width: 300px;
  height: 122px;
  background: url(../images/main/static_ti.png) no-repeat center;
  background-size: contain;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.box_31 .box_31_ct {
  width: 800px;
  margin: auto;
  color: #333;
}

.box_31 .box_31_ct p,
.box_31 .box_31_ct li {
  width: 100%;
  float: left;
  line-height: 200%;
  font-size: 14px;
}

.box_31 .box_31_ct .team {
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0;
  margin-bottom: 60px;
}

.box_31 .box_31_ct .team:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #efefef;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
}

.box_31 .box_31_ct .team li {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 30px;
}

.box_31 .box_31_ct .team li .team_ct {
  width: 50%;
  border-top: 1px solid #efefef;
  padding-top: 30px;
}

.box_31 .box_31_ct .team li .team_ct h4 {
  margin-top: 0;
}

.box_31 .box_31_ct .team li .team_ct p {
  margin: 0;
}

.box_31 .box_31_ct .team li .team_ct:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: -7px;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.box_31 .box_31_ct .team li:nth-child(odd) .team_ct {
  float: left;
  text-align: right;
  padding-right: 60px;
}

.box_31 .box_31_ct .team li:nth-child(odd) .team_ct:before {
  left: -10px;
}

.box_31 .box_31_ct .team li:nth-child(even) .team_ct {
  float: right;
  padding-left: 60px;
}

.box_31 .box_31_ct .team li:nth-child(even) .team_ct:before {
  right: -10px;
}

.box_31 .box_31_ct ol {
  margin-bottom: 30px;
  width: 100%;
  float: left;
  list-style: lower-alpha;
}

.box_31 .box_31_ct ol ol {
  margin-bottom: 0;
  list-style: number;
}

.box_31 .box_31_ct h4 {
  width: 100%;
  float: left;
}

.box_31 .box_31_ct .centered {
  text-align: center;
}

.columnist {
  position: absolute;
  top: 20px;
  left: 20px;
}

.columnist figure {
  width: 48px;
  height: 48px;
  float: left;
  overflow: hidden;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0 10px 0 0;
}

.columnist .text {
  float: left;
}

.columnist .text h4 {
  display: block;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin: 5px 0 5px 0;
}

.columnist .text p {
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  color: #fff;
  float: left;
  margin: 0;
}

#slider_5 .owl-controls {
  display: none !important;
}

.ott {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 100%;
  z-index: 999;
  transition: top ease-in 0.7s;
  -moz-transition: top ease-in 0.7s;
  -webkit-transition: top ease-in 0.7s;
}

.ott.active {
  top: 0;
}

.ott.active .ott_wrap {
  box-shadow: 0 0 9999px 9999px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0 0 9999px 9999px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 9999px 9999px rgba(255, 255, 255, 0.8);
}

.ott .ott_wrap {
  background: #fff;
  width: 800px;
  height: 600px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: box-shadow ease-out 1s;
  -moz-transition: box-shadow ease-out 1s;
  -webkit-transition: box-shadow ease-out 1s;
}

.ott .ott_wrap .ott_content {
  width: 100%;
  height: 100%;
  position: relative;
}

.ott .ott_wrap .ott_content .ott_close {
  border: 2px solid rgba(255, 0, 0, 0);
  width: 36px;
  height: 36px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff url(../images/main/cancel.png) no-repeat center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
}

.ott .ott_wrap .ott_content .ott_close:hover {
  border: 18px solid rgba(255, 0, 0, 0.5);
  cursor: pointer;
}

.ott .ott_wrap .ott_content .ott_loader {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #333;
}

.ott .ott_wrap .ott_content .ott_loader span {
  position: absolute;
  bottom: 1px;
  left: 1px;
  width: 0;
  height: 3px;
  background: #f60;
}

.ott .ott_wrap.jokowi {
  width: 1060px;
}

.nightmode {
  background: #011e34;
}

.nightmode a,
.nightmode p,
.nightmode h1,
.nightmode .article .article_ct .text,
.nightmode .article .breadcrumb ul li a,
.nightmode .article .article_ct blockquote,
.nightmode .nav .submenu li a {
  color: #aaa;
}

.nightmode .nav .logo {
  background: url(../images/main/logo_white.png) no-repeat center;
  background-size: contain;
}

.nightmode .default_skin {
  display: none;
}

.nightmode .night_skin {
  display: block;
}

.nightmode .ti_1 span::before {
  border-left: 1px solid #222;
}

.nightmode .article .breadcrumb,
.nightmode .article .article_ct,
.nightmode .article .bottom_article,
.nightmode .nav,
.nightmode .ti_1.white::before,
.nightmode .box_8 li:nth-child(odd) .text,
.nightmode .box_8 .box_8_ct:nth-child(odd) .text,
.nightmode .nav .main_menu li.dropdown .drops,
.nightmode .banner,
.nightmode .box_16 li .text,
.nightmode .box_16 li .pic,
.nightmode .box_11 .box_11_ct li .text,
.nightmode .newsticker,
.nightmode .box_17 .text,
.nightmode .box_11 .box_11_ct li .text,
.nightmode .box_11 .box_11_ct li,
.nightmode .nav .src.show,
.nightmode .top_content .right_head .box_3,
.nightmode .wide_bar,
.nightmode .box_7 .box_7_ct:nth-child(5n) .text,
.nightmode .mega_menu .mega_ct .mega_right,
.nightmode .ti_1 span::before,
.nightmode .box_22 .bgblue,
.nightmode .box_10,
.nightmode .top_content .left_head .top_2,
.nightmode .top_content .right_head .box_4,
.nightmode .box_22 .owl-buttons .owl-prev,
.nightmode .box_22 .owl-buttons .owl-next,
.nightmode .footer,
.nightmode .box_6,
.nightmode .box_21 .box_21_ct li,
.nightmode .box_21 .box_21_ct li .text,
.nightmode .pagination,
.nightmode .box_28 .tab_ct,
.nightmode .box_28 .tab_bt li .bt:hover,
.nightmode .box_28 .tab_bt li .bt.active,
.nightmode .box_30,
.nightmode .box_27 .box_27_top,
.nightmode .box_27 .box_27_right,
.nightmode .box_23 .text,
.nightmode .box_23 .profile_option,
.nightmode .white,
.nightmode .box_8.all_wide li .text,
.nightmode .box_24 .box_24_ct li,
.nightmode .box_20,
.nightmode .box_18,
.nightmode .top_content,
.nightmode .box_25 .box_25_ct li,
.nightmode .box_26 .brand_logo {
  background: #011320 !important;
}

.nightmode .tag.orange,
.nightmode .box_30 .inline .inline-item a,
.nightmode .mid_content,
.nightmode .nav .top_right_nav ul li .bt,
.nightmode .article .text_side .box_14 ul,
.nightmode .article .breadcrumb ul li::before,
.nightmode .article .article_ct blockquote,
.nightmode .article .bottom_article ul li a,
.nightmode .box_8 li .text,
.nightmode .box_8 .box_8_ct .text,
.nightmode .bt_follow,
.nightmode .parallax_ads,
.nightmode .foot_banner .foot_banner_ct,
.nightmode .mega_menu .mega_ct .mega_left,
.nightmode .box_28 .box_28_ct .table ul:nth-child(2n) {
  background: #011e34;
}

.nightmode .top_content .right_head {
  border-left: 1px solid #666;
}

.nightmode .nav .submenu,
.nightmode .nav .top_right_nav ul li .drop_ct,
.nightmode .nav .top_right_nav ul li .drop_ct li a,
.nightmode .box_21 .box_21_header .viewpicker li button,
.nightmode .box_27 .box_27_left,
.nightmode .box_27.blue,
.nightmode .box_8 .bt_follow,
.nightmode .box_21 .box_21_header .datepick,
.nightmode .box_21 .box_21_header .datepick input,
.nightmode .box_21 .box_21_header .datepick fieldset button,
.nightmode .box_31 .box_31_ct .team::before,
.nightmode .box_31 .box_31_ct .team li .team_ct::before,
.nightmode .box_28 .tab_bt,
.nightmode .box_28 .box_28_ct .table_2 .date {
  background: #022b49;
}

.nightmode .nav .main_menu li a::before,
.nightmode .nav .top_right_nav ul li .bt::before,
.nightmode .article .bottom_article ul li a:hover,
.nightmode .nav .main_menu li a.home,
.nightmode .bt_more.blue span,
.nightmode .nav .src button,
.nightmode .box_21 .box_21_header .viewpicker li button.active,
.nightmode .box_27 .box_27_right h1::before,
.nightmode .box_27 .social li a,
.nightmode .box_28 .box_28_top ul li .circle {
  background: #25A8E0;
}

.nightmode .breadcrumb,
.nightmode .article .bottom_article ul li a {
  border: 1px solid #011320;
}

.nightmode .article .bottom_article,
.nightmode .article .article_ct .info {
  border-top: 1px solid #011e34;
}

.nightmode .bb-ccc,
.nightmode .article .article_ct .info {
  border-bottom: 1px solid #011e34;
}

.nightmode .article .article_ct .text a,
.nightmode .box_28 .box_28_ct .table ul.heading {
  color: #25A8E0;
}

.nightmode .article .text_side .box_14 ul li {
  border-bottom: 1px solid #011320;
}

.nightmode .ti_1 span {
  padding: 16px 20px 16px 30px;
}

.nightmode .nav .top_right_nav ul li .bt,
.nightmode .article .bottom_article ul li a,
.nightmode .box_15 .feedback li button,
.nightmode .nav .main_menu li.dropdown .drops li a,
.nightmode .box_31 .box_31_ct,
.nightmode .box_31 .ti span,
.nightmode .big_src form input[type="text"],
.nightmode .big_src form button,
.nightmode .box_21 .box_21_header .left_box,
.nightmode .pagination li a,
.nightmode .pagination li span,
.nightmode .box_28 .box_28_ct .table,
.nightmode .box_28 .tab_bt li .bt .text,
.nightmode .box_30 .inline .inline-item a,
.nightmode .box_27 .box_27_right p,
.nightmode .box_8 .bt_follow,
.nightmode .box_21 .box_21_header .datepick input,
.nightmode .box_21 .box_21_header .datepick fieldset button,
.nightmode .bt_follow,
.nightmode .box_28 .box_28_top ul li .player,
.nightmode .box_28 .box_28_top ul li .player span,
.nightmode .box_28 .box_28_top .ti,
.nightmode .box_28 .box_28_ct .table_2 .date,
.nightmode .box_28 .box_28_ct .table_2,
.nightmode .box_25 .box_25_header .bottom,
.nightmode .box_25 .box_25_header .bottom p,
.nightmode .box_25 .box_25_ct li .text {
  color: #aaa;
}

.nightmode .box_15 .feedback li button::before {
  border: 1px solid #888;
}

.nightmode .footer .foot_nav {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.nightmode .foot_article a.topic i,
.nightmode a:hover,
.nightmode .box_11 .box_11_ct li .text h4 a,
.nightmode .tag.orange i,
.nightmode .box_21 .box_21_header .datepick fieldset i.fa-calendar {
  color: #25A8E0;
}

.nightmode .article .bottom_article ul li a:hover,
.nightmode .nav .main_menu li a.home,
.nightmode .bt_more.blue span,
.nightmode .ti_2,
.nightmode .mega_menu .mega_ct .mega_left .apps_section h5,
.nightmode .bt_more.orange,
.nightmode .box_21 .box_21_header .viewpicker li button,
.nightmode .box_24 .box_24_ct li .text h3 a,
.nightmode .box_24 .box_24_ct li .text h3 {
  color: #fff;
}

.nightmode .nav .main_menu li.dropdown .drops li a:hover,
.nightmode .top_content .right_head .box_3 .ti_3,
.nightmode .box_30 .inline .inline-item.highlight a {
  color: #25A8E0;
}

.nightmode .nav .main_menu li.dropdown .drops {
  border-top: 3px solid #25A8E0;
}

.nightmode .box_15 p {
  border-bottom: 3px solid #25A8E0;
}

.nightmode .bc {
  background: url(../images/main/bc_white.png) no-repeat center;
  background-size: contain;
}

.nightmode .mega_menu .mega_ct .mega_right .mega_mid::before {
  opacity: 0.1;
}

.nightmode .mega_menu .mega_ct .mega_right .mega_top .mega_close span::before,
.nightmode .mega_menu .mega_ct .mega_right .mega_top .mega_close span::after {
  background: #fff;
}

.nightmode .mega_menu .mega_ct .mega_left .apps_section ul li a {
  background: rgba(255, 255, 255, 0.1);
}

.nightmode .mega_menu {
  background: rgba(0, 0, 0, 0.7);
}

.nightmode .newsticker .roll p::before,
.nightmode .box_27 .box_27_top .ti {
  background: #25A8E0;
}

.nightmode .top_content .left_head .headline .headline_box .head_text,
.nightmode .box_19 .box_19_ct .text,
.nightmode .box_6 .pic::before {
  background: url(../images/main/headline_gradient_dark.png) repeat-x top;
}

.nightmode .box_31 {
  background: url(../images/main/bg_about1.png) repeat-y left,
    url(../images/main/bg_about2.png) repeat-y right, #111;
}

.nightmode .box_31 .ti span {
  background: none;
}

.nightmode .box_27 .box_27_top ul li a,
.nightmode .newsticker,
.nightmode .wide_bar,
.nightmode .box_28 .tab_bt li .bt {
  border-color: #011320;
}

.nightmode .box_27 .box_27_top ul li.active a,
.nightmode .box_8 .bt_follow,
.nightmode .bt_follow {
  border-color: #25A8E0;
}

.nightmode .box_20 ul li .text a,
.nightmode .box_11 .box_11_ct li .text .sub_article li,
.nightmode .box_11 .box_11_ct li .text .sub_article,
.nightmode .box_28 .box_28_ct .table_2 .date,
.nightmode .box_28 .box_28_ct .table_2,
.nightmode .box_28 .box_28_ct .table_2 ul,
.nightmode .top_content .left_head .top_2 .title,
.nightmode .box_31 .box_31_ct .team li:nth-child(2n + 1) .team_ct,
.nightmode .box_31 .box_31_ct .team li .team_ct,
.nightmode .box_31 .box_31_ct .team li .team_ct::before,
.nightmode .big_src form input[type="text"],
.nightmode .box_28 .box_28_ct .table ul {
  border-color: #022b49;
}

.nightmode .skinny {
  background: url(../images/main/bg_hitam.jpg) no-repeat center bottom;
}

.white_overlay {
  z-index: 99;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
}

.guide {
  width: 800px;
  height: 480px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.guide .cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.guide .cover ul {
  position: absolute;
  top: 300px;
  left: 40px;
}

.guide .cover ul li {
  float: left;
  margin-right: 10px;
}

.guide .cover ul li button {
  font-size: 12px;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
  padding: 8px 30px;
  background: #072967;
  color: #fff;
  border: none;
  border-radius: 50px;
}

.guide .cover ul li button.grey {
  background: #ccc;
}

.guide .cover ul li button:hover {
  background: #25A8E0;
  cursor: pointer;
}

.guide .bt_close {
  background: none;
  border: none;
  position: absolute;
  top: -25px;
  right: 0;
  font-size: 12px;
  color: #333;
}

.guide .bt_close i {
  font-size: 14px;
}

.guide .bt_close:hover {
  cursor: pointer;
  color: #25A8E0;
}

.guide .end_bt {
  font-size: 12px;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
  padding: 8px 30px;
  background: #072967;
  color: #fff;
  border: none;
  border-radius: 50px;
  position: absolute;
  top: 280px;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.guide .end_bt:hover {
  background: #25A8E0;
  cursor: pointer;
}

.guide .owl-controls {
  bottom: 0;
  width: 100%;
  position: absolute;
  left: 0;
}

.guide .owl-pagination {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.guide .owl-pagination .owl-page {
  float: left;
  margin: 0 5px;
}

.guide .owl-pagination .owl-page span {
  width: 8px;
  height: 8px;
  background: #ccc;
  display: block;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

.guide .owl-pagination .owl-page span:hover {
  background: #25A8E0;
}

.guide .owl-pagination .owl-page.active span {
  background: #072967;
  width: 36px;
}

.box_29 {
  padding: 10px 20px 10px 10px;
  background: #fff;
  margin-top: 20px;
  width: 100%;
  float: left;
}

.box_29.mt0 {
  margin-top: 0;
}

.box_29 table {
  color: #333;
  float: left;
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  border-collapse: collapse;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.box_29 table tr {
  font-size: 10px;
  vertical-align: top;
}

.box_29 table tr td,
.box_29 table tr th {
  text-align: left;
}

.box_29 table tr td:nth-child(2) {
  width: 25%;
  text-align: center;
}

.box_29 table tr:nth-child(1),
.box_29 table tr:nth-child(2) {
  font-size: 14px;
}

.box_29 table tr:nth-child(2) td {
  padding-bottom: 10px;
}

.box_29 table:last-child {
  margin-right: 0;
  border-right: none;
}

.box_29 .slider {
  width: calc(100% - 290px);
  float: left;
}

.box_29 .ti {
  background: #072967;
  width: 200px;
  height: 70px;
  font-size: 12px;
  margin-right: 40px;
  padding: 19px 0 15px 15px;
  color: #fff;
  float: left;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.box_29 .ti span {
  width: 100%;
  float: left;
  font-size: 18px;
}

.box_29 .ti:before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35.5px 0 35.5px 20px;
  border-color: transparent transparent transparent #072967;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
}

.box_29 .ti a {
  color: #fff;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 28px 0;
  background: #072967;
}

.box_29 .owl-buttons {
  width: 30px;
  position: absolute;
  top: 6px;
  right: -50px;
}

.box_29 .owl-buttons .owl-prev,
.box_29 .owl-buttons .owl-next {
  width: 30px;
  height: 30px;
  opacity: 0.7;
  border: 1px solid #fff;
  position: relative;
  float: left;
  background: #072967;
  overflow: hidden;
  text-indent: -200px;
}

.box_29 .owl-buttons .owl-prev:before,
.box_29 .owl-buttons .owl-next:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  left: 50%;
}

.box_29 .owl-buttons .owl-prev:hover,
.box_29 .owl-buttons .owl-next:hover {
  opacity: 1;
}

.box_29 .owl-buttons .owl-prev:before {
  transform: translate(-70%, -50%) rotate(45deg);
}

.box_29 .owl-buttons .owl-next:before {
  transform: translate(-30%, -50%) rotate(-135deg);
}

.box_29:hover .ti {
  background: #25A8E0;
}

.box_29:hover .ti a {
  background: #25A8E0;
  opacity: 1;
}

.box_29:hover .ti:before {
  border-color: transparent transparent transparent #25A8E0;
}

@keyframes mywave {
  0% {
    background-position-x: 0;
  }

  50% {
    background-position-x: -632px;
  }

  100% {
    background-position-x: 0;
  }
}

@keyframes lightline_1 {
  0% {
    left: 0;
    width: 0;
  }

  50% {
    left: 0;
    width: 100%;
  }

  100% {
    left: 100%;
    width: 0;
  }
}

@keyframes lightline_2 {
  0% {
    right: 0;
    width: 0;
  }

  50% {
    right: 0;
    width: 100%;
  }

  100% {
    right: 100%;
    width: 0;
  }
}

.scoring div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.scoring {
  overflow: hidden;
  font-family: "Noto Sans", sans-serif;
  width: 100%;
  float: left;
  position: relative;
  margin: 20px 0;
  background: #efefef;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.scoring .s_head {
  width: 100%;
  float: left;
  padding: 20px 20px 0 20px;
  position: relative;
}

.scoring .s_head .score {
  z-index: 2;
  border: 5px solid #fff;
  width: 110px;
  height: 110px;
  position: relative;
  padding: 6px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #06e2f8;
  background: -moz-linear-gradient(top, #06e2f8 0, #6849ef 100%);
  background: -webkit-linear-gradient(top, #06e2f8 0, #6849ef 100%);
  background: linear-gradient(to bottom, #06e2f8 0, #6849ef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#06e2f8', endColorstr='#6849ef', GradientType=0);
}

.scoring .s_head .score .inner_score {
  background: #0d0d0d;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #06e2f8;
  background: -moz-linear-gradient(top, #06e2f8 0, #6849ef 100%);
  background: -webkit-linear-gradient(top, #06e2f8 0, #6849ef 100%);
  background: linear-gradient(to bottom, #06e2f8 0, #6849ef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#06e2f8', endColorstr='#6849ef', GradientType=0);
}

.scoring .s_head .score .score_val {
  border: 3px solid #0d0d0d;
  text-align: center;
  padding: 28px 0;
  color: #fff;
  font-size: 36px;
  text-shadow: 0 0 5px #4c74f2;
  width: 88px;
  height: 88px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-image: url(../images/main/wave.png);
  background-repeat: no-repeat;
  background-position-x: 0;
  animation-name: mywave;
  animation-duration: 30s;
  animation-iteration-count: infinite;
}

.scoring .s_head .device_name {
  position: absolute;
  top: 53px;
  left: 110px;
  font-size: 24px;
  color: #fff;
  background: #487bf2;
  padding: 10px 26px 12px 36px;
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
}

.scoring .s_content {
  padding: 20px 20px 0 0;
  width: 100%;
  float: left;
}

.scoring .s_content .s_half {
  width: 50%;
  float: left;
  padding-left: 30px;
}

.scoring .s_content .score_sub {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 20px;
  font-weight: 700;
  color: #000;
}

.scoring .s_content .score_sub:before {
  z-index: 0;
  content: " ";
  height: 3px;
  width: 100%;
  position: absolute;
  top: 11px;
  right: 0;
  background: #ccc;
}

.scoring .s_content .score_sub span {
  padding-right: 10px;
  background: #efefef;
  z-index: 2;
  position: relative;
}

.scoring .s_content .score_txt li {
  margin-bottom: 10px;
}

.scoring .s_content .s_wide {
  width: 100%;
  float: left;
}

.scoring .s_content .s_foot {
  text-align: center;
  border-top: 2px solid #ececec;
  padding: 10px 0;
  margin-top: 20px;
}

.scoring .s_content .s_foot button.s_pops {
  position: relative;
  color: #487bf2;
  padding: 6px 14px;
  border: none;
  background: rgba(255, 255, 255, 0);
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
}

.scoring .s_content .s_foot button.s_pops:before,
.scoring .s_content .s_foot button.s_pops:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 1px;
  background: #487bf2;
}

.scoring .s_content .s_foot button.s_pops:before {
  top: 0;
  left: 0;
}

.scoring .s_content .s_foot button.s_pops:after {
  bottom: 0;
  right: 0;
}

.scoring .s_content .s_foot button.s_pops:hover {
  color: #c448f2;
  cursor: pointer;
}

.scoring .s_content .s_foot button.s_pops:hover::before {
  animation: lightline_1 0.7s linear;
  -webkit-animation: lightline_1 0.7s linear;
  -moz-animation: lightline_1 0.7s linear;
}

.scoring .s_content .s_foot button.s_pops:hover::after {
  animation: lightline_2 0.7s linear;
  -webkit-animation: lightline_2 0.7s linear;
  -moz-animation: lightline_2 0.7s linear;
}

.s_modal>div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.s_modal {
  opacity: 0;
  box-shadow: 0 0 0 #000;
  -moz-box-shadow: 0 0 0 #000;
  -webkit-box-shadow: 0 0 0 #000;
  font-family: "Noto Sans", sans-serif;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 99999;
  transition: all ease-out 0.7s;
  -moz-transition: all ease-out 0.7s;
  -webkit-transition: all ease-out 0.7s;
}

.s_modal .s_modal_ct {
  position: relative;
  width: 96%;
  max-width: 800px;
  margin: auto;
  height: 480px;
  margin-top: 10%;
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.s_modal .s_modal_ct .s_modal_cover {
  background: url(../images/main/bg_modal.jpeg) no-repeat center;
  background-size: cover;
  max-width: 200px;
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.s_modal .s_modal_ct .s_modal_txt {
  width: 100%;
  float: left;
  padding: 40px 40px 40px 26%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.s_modal .s_modal_ct .s_modal_txt h3 {
  font-size: 28px;
  width: 100%;
  float: left;
  margin-bottom: 40px;
  position: relative;
}

.s_modal .s_modal_ct .s_modal_txt h3 span {
  font-weight: 700;
  font-size: 32px;
  display: block;
}

.s_modal .s_modal_ct .s_modal_txt h3:before {
  content: " ";
  position: absolute;
  width: 48px;
  height: 4px;
  background: #487bf2;
  left: 0;
  bottom: -10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.s_modal .s_modal_ct .s_modal_txt .s_article {
  width: 100%;
  height: 290px;
  overflow-y: scroll;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.s_modal .s_modal_ct .s_modal_txt .s_article h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 16px 0 10px 0;
  color: #487bf2;
}

.s_modal .s_modal_ct .s_modal_txt .s_article ul {
  padding-left: 20px;
  list-style: circle;
}

.s_modal .s_modal_ct .s_modal_txt .s_article ul li {
  font-size: 14px;
  color: #333;
  line-height: 200%;
}

.s_modal .s_modal_close {
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  width: 36px;
  height: 36px;
  position: absolute;
  top: 40px;
  right: 40px;
  background: url(../images/main/cancel.png) no-repeat center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: all ease-out 0.3s;
}

.s_modal .s_modal_close:hover {
  border: 1px solid rgba(0, 0, 0, 0.7);
}

.s_modal.reveal {
  top: 0;
  opacity: 1;
}

.s_modal.reveal .s_modal_ct {
  box-shadow: 0 0 200px #999;
  -moz-box-shadow: 0 0 200px #999;
  -webkit-box-shadow: 0 0 200px #999;
}

.box_26 .brand_logo img,
.article .text_side .box_13 .pic img {
  object-fit: contain;
}

.box_33 {
  margin-bottom: 40px;
  width: 100%;
  float: left;
  padding-left: 20px;
}

.box_33 .inp_comment {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}

.box_33 .inp_comment .pic {
  width: 140px;
  height: 140px;
  float: left;
  margin-right: 20px;
}

.box_33 .inp_comment form {
  width: calc(100% - 180px);
  float: left;
  position: relative;
}

.box_33 .inp_comment form textarea {
  width: 100%;
  height: 140px;
  border: 1px solid #cdd4e1;
  border-radius: none;
  -moz-border-radius: none;
  -webkit-border-radius: none;
  padding: 20px;
  font-size: 14px;
  color: #333;
}

.box_33 .inp_comment form button {
  position: absolute;
  bottom: 100%;
  right: 0;
  background: none;
  border: none;
  color: #072967;
  font-size: 14px;
  padding: 15px 0;
  font-weight: bold;
}

.box_33 .inp_comment form button:hover {
  cursor: pointer;
  color: #25A8E0;
}

.box_33 .inp_comment form button i {
  margin-left: 10px;
}

.box_33 ul.comment {
  width: 100%;
  float: left;
}

.box_33 ul.comment li {
  width: 100%;
  float: left;
  padding: 0;
  margin-bottom: 20px;
}

.box_33 ul.comment li .comment_ct {
  width: 100%;
  float: left;
  background: #fff;
  padding: 20px;
  border-bottom: 1px solid #efefef;
  position: relative;
}

.box_33 ul.comment li .comment_ct.sub {
  margin-left: 100px;
  padding-top: 20px;
  width: calc(100% - 100px);
}

.box_33 ul.comment li .pic {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 20px;
}

.box_33 ul.comment li .text {
  width: calc(100% - 160px);
  float: left;
}

.box_33 ul.comment li .text h4 {
  margin: 0 0 10px 0;
  color: #072967;
  font-size: 14px;
  width: 100%;
  float: left;
}

.box_33 ul.comment li .text p {
  width: 100%;
  float: left;
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 150%;
}

.box_33 ul.comment li .comment_bt {
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #efefef;
}

.box_33 ul.comment li .comment_bt button {
  font-size: 14px;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
}

.box_33 ul.comment li .comment_bt button:hover {
  cursor: pointer;
  background: #efefef;
}

.box_33 ul.comment li .comment_bt button .fa-heart {
  color: #d34545;
}

.box_33 ul.comment li .comment_bt button .fa-comment {
  color: #111;
}

.box_33 ul.comment li .comment_bt button .fa-exclamation-circle {
  color: #d80000;
}

.box_33 ul.comment li .reply_ct {
  width: calc(100% - 100px);
  height: 0;
  overflow: hidden;
  margin-left: 100px;
  float: right;
  background: #fff;
}

.box_33 ul.comment li .reply_ct .pic {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 20px;
}

.box_33 ul.comment li .reply_ct textarea {
  width: calc(100% - 110px);
  height: 50px;
  float: left;
  border: none;
  font-size: 14px;
  padding: 16px 20px 10px 0;
}

.box_33 ul.comment li .reply_ct button {
  font-size: 14px;
  color: #072967;
  width: 40px;
  height: 50px;
  float: left;
  background: none;
  border: none;
}

.box_33 ul.comment li .reply_ct button:hover {
  color: #25A8E0;
  cursor: pointer;
}

.box_33 ul.comment li .reply_ct.show {
  height: 50px;
}

.push_video {
  position: fixed;
  left: -520px;
  bottom: 130px;
  width: 520px;
  z-index: 9;
  background: #fff;
  box-shadow: 0 0 100px #fff;
  -moz-box-shadow: 0 0 100px #fff;
  -webkit-box-shadow: 0 0 100px #fff;
}

.push_video .text {
  width: 50%;
  float: left;
  padding: 20px;
}

.push_video .text span {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #072967;
  letter-spacing: 2px;
  margin-bottom: 10px;
  width: 100%;
  float: left;
  font-weight: 600;
}

.push_video .text h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #333;
  margin: 0;
  line-height: 130%;
}

.push_video .vid_wrap {
  width: 50%;
  float: left;
}

.push_video .vid_wrap .vid_ct {
  width: 100%;
  height: 0;
  float: left;
  position: relative;
  padding-top: 56.25%;
}

.push_video .vid_wrap .vid_ct iframe,
.push_video .vid_wrap .vid_ct video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.push_video a.cover_link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.push_video .btclose {
  width: 30px;
  height: 30px;
  background: #333;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  padding: 6px;
  z-index: 3;
  text-align: center;
}

.push_video .btclose:hover {
  background: #c60000;
  cursor: pointer;
}

.push_video.show {
  left: 0;
  box-shadow: 0 0 100px rgba(255, 255, 255, 0);
  -moz-box-shadow: 0 0 100px rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0 0 100px rgba(255, 255, 255, 0);
}

.article .article_ct {
  margin-bottom: 30px;
}

.box_14.comment_section {
  width: calc(100% - 190px);
  float: left;
}

@keyframes ticks {
  from {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
}

.ticker_viewport {
  width: calc(100% - 170px);
  float: left;
  overflow: hidden;
  height: 40px;
  position: relative;
  padding-top: 5px;
}

.ticker_viewport ul {
  white-space: nowrap;
  overflow: hidden;
  left: 0;
  position: absolute;
  animation: ticks 60s infinite linear;
  -moz-animation: ticks 60s infinite linear;
  -webkit-animation: ticks 60s infinite linear;
  animation-delay: 3s;
  -moz-animation-delay: 3s;
  -webkit-animation-delay: 3s;
}

.ticker_viewport ul li {
  display: inline-block;
  padding: 9px 0;
  font-size: 12px;
  padding-right: 60px;
  position: relative;
  padding-left: 24px;
}

.ticker_viewport ul li a {
  display: block;
  color: #333;
}

.ticker_viewport ul li a:hover {
  color: #072967;
}

.ticker_viewport ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #072967;
  position: absolute;
  top: 11px;
  left: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.ticker_viewport ul:hover {
  animation-play-state: paused;
  -moz-animation-play-state: paused;
  -webkit-animation-play-state: paused;
}

.responsive_on .box_22 .bgblue {
  width: 100% !important;
}

.sticky_left {
  margin-left: 5%;
  top: 100px;
  position: fixed;
  width: 160 px;
  height: 600 px;
  background: transparent;
  text-align: center;
  z-index: 9999;
  left: 0;
  display: block;
}

.sticky_left_inside {
  top: 58px;
  background: none;
  width: 160px;
  height: 600px;
  z-index: 9999;
  display: block;
  position: relative;
}

.sticky_right {
  margin-right: 5%;
  top: 100px;
  position: fixed;
  width: 160 px;
  height: 600 px;
  background: transparent;
  text-align: center;
  z-index: 9999;
  right: 0;
  display: block;
}

.sticky_right_inside {
  top: 58px;
  background: none;
  width: 160px;
  height: 600px;
  z-index: 9999;
  display: block;
  position: relative;
}

@media only screen and (max-width: 1366px) {
  .mega_menu .mega_ct {
    transform: translate(-50%, -50%) scale(0.9);
  }

  #big_pic {
    height: 443px;
  }

  .wrap {
    max-width: 1024px;
  }

  .l_col {
    width: 220px;
  }

  .r_col {
    width: 300px;
  }

  .c_col {
    width: calc(100% - 520px);
  }

  .lc_col {
    width: calc(100% - 300px);
  }

  .cr_col {
    width: calc(100% - 240px);
  }

  .cr_col_2 {
    width: calc(100% - 220px);
  }

  .parallax_ads {
    width: 704px;
  }

  .parallax_ads iframe {
    transform: scale(0.8) translate(-90px);
    -moz-transform: scale(0.8) translate(-90px);
    -webkit-transform: scale(0.8) translate(-90px);
  }

  .top_content .left_head .headline .headline_box .head_text h1,
  .top_content .left_head .headline .headline_box .head_text h2 {
    max-width: 640px;
    font-size: 36px;
  }

  .top_content .right_head {
    width: 300px;
  }

  .top_content .right_head .box_2 {
    height: 289px;
    position: relative;
  }

  .top_content .right_head .box_2 .pic {
    width: 100%;
  }

  .top_content .right_head .box_2 .text {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
  }

  .top_content .right_head .box_2 .text p {
    margin: 10px 0;
  }

  .top_content .right_head .box_3 .ti_3 {
    left: 120px;
    font-size: 16px;
  }

  .top_content .right_head .box_3 ul li .pic {
    display: none;
  }

  .top_content .right_head .box_3 ul li .text {
    padding-left: 0;
    width: 100%;
  }

  .top_content .right_head .box_3 ul li:first-child .pic {
    display: block;
    width: 80px;
    height: 80px;
  }

  .top_content .right_head .box_3 ul li:first-child .text {
    padding-left: 20px;
    width: calc(100% - 80px);
  }

  .top_content .right_head .box_3 ul li:first-child .text h3 {
    font-size: 14px;
  }

  .box_7 .box_7_ct .pic {
    width: 131px;
    height: 120px;
  }

  .box_7 .box_7_ct .text {
    width: calc(100% - 131px);
  }

  .box_7 .box_7_ct .text h3 {
    font-size: 16px;
  }

  .box_8 li .pic,
  .box_8 .box_8_ct .pic {
    width: 80px;
    height: 110px;
  }

  .box_8 li .text,
  .box_8 .box_8_ct .text {
    width: calc(100% - 80px);
    padding: 16px;
  }

  .l_col .list_2 .box_8 {
    border-bottom: 2px solid #fff;
  }

  .l_col .list_2 .box_8 li .text {
    width: 100%;
    padding: 16px;
  }

  .l_col .list_2 .box_8 li .pic {
    display: none;
  }

  .l_col .list_2 .box_8 li:first-child .pic {
    display: block;
  }

  .l_col .list_2 .box_8 li:first-child .text {
    padding: 16px;
  }

  .box_18 .vid_info .block .block_ct {
    width: 80px;
    height: 80px;
  }

  .box_18 .vid_wrap {
    width: calc(100% - 320px);
  }

  .box_18 .vid_info {
    width: 320px;
  }

  .box_18 .vid_wrap.lg {
    padding: 78px 40px;
  }

  .article .article_ct {
    width: 100%;
  }

  .article .article_ct .parallax_ads {
    display: table;
    background: #fff;
    border-bottom: 1px solid #efefef;
  }

  .article .article_ct .parallax_ads .box_15 {
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #efefef;
    position: unset;
  }

  .article .article_ct .parallax_ads .box_15 p {
    width: 195px;
    margin-bottom: 0;
    float: left;
    border-bottom: none;
    border-right: 3px solid #072967;
    padding-right: 15px;
  }

  .article .article_ct .parallax_ads .box_15 ul {
    width: calc(100% - 195px);
    float: left;
    padding-left: 10px;
  }

  .article .article_ct .parallax_ads .box_15 ul li {
    width: auto;
  }

  .article .text_side {
    width: 100%;
    background: #fff;
    margin-top: 1px;
    padding: 20px;
  }

  .article .text_side .box_14 ul {
    background: #fff;
  }

  .article .text_side .box_15 {
    width: 100%;
  }

  .article .text_side .box_15 p {
    width: 200px;
    margin-bottom: 0;
    float: left;
    border-bottom: none;
    border-right: 3px solid #072967;
    padding-right: 20px;
  }

  .article .text_side .box_15 ul {
    width: calc(100% - 200px);
    float: left;
    padding-left: 20px;
  }

  .article .text_side .box_15 ul li {
    width: auto;
  }

  .box_16 li .pic {
    height: 120px;
  }

  .foot_banner_ct {
    max-width: 1024px;
  }

  .ti_1 span {
    max-width: 50%;
  }

  .nightmode .article .article_ct {
    width: 100%;
  }

  .nightmode .article .article_ct .parallax_ads {
    background: #111;
    border-bottom: 1px solid #111;
  }

  .nightmode .article .article_ct .parallax_ads .box_15 {
    border-bottom: 1px solid #222;
  }

  .nightmode .text_side {
    background: #111;
  }

  .nightmode .text_side .box_14 ul {
    background: #111 !important;
  }

  .box_18 .vid_comment {
    width: calc(100% - 704px);
    height: 396px;
  }

  .skinny div {
    position: absolute;
    top: 41%;
    left: 40.6%;
    transform: scale(0.845) translate(-50%, -50%);
    -moz-transform: scale(0.845) translate(-50%, -50%);
    -webkit-transform: scale(0.845) translate(-50%, -50%);
  }

  .nav .main_menu li a {
    padding: 14px 8px;
  }

  .box_19 .box_19_ct {
    height: 520px;
  }

  .box_14.comment_section {
    width: 100%;
  }

  .article .text_side {
    margin-bottom: 30px;
  }

  .article .article_ct {
    margin-bottom: 30px;
  }

  .footer .foot_nav ul li a {
    padding: 19px 12px 18px;
  }

  .footer_sticky {
    margin-left: auto;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: transparent;
    text-align: center;
    height: auto;
    z-index: 9999;
    left: 0;
    display: block;
  }

  .sticky_left {
    margin-left: 0;
    top: 100px;
    position: fixed;
    width: 160 px;
    height: 600 px;
    background: transparent;
    z-index: 9999;
    left: 0;
    display: block;
  }

  .sticky_left_inside {
    top: 58px;
    background: none;
    width: 160px;
    height: 600px;
    z-index: 9999;
    display: block;
    position: relative;
  }

  .sticky_right {
    margin-right: 0;
    top: 100px;
    position: fixed;
    width: 160 px;
    height: 600 px;
    background: transparent;
    z-index: 9999;
    right: 0;
    display: block;
  }

  .sticky_right_inside {
    top: 58px;
    background: none;
    width: 160px;
    height: 600px;
    z-index: 9999;
    display: block;
    position: relative;
  }
}

@media only screen and (max-width: 1024px) {
  .top_content .left_head .top_2 .box_1 {
    white-space: nowrap;
    overflow-x: scroll;
  }

  .top_content .left_head .top_2 .box_1 li {
    width: 300px;
    float: none;
    display: inline-block;
  }

  .top_content .left_head .top_2 .box_1 li .text {
    white-space: normal;
  }

  .top_content .right_head {
    width: 240px;
  }

  .lc_col {
    width: calc(100%);
    padding-left: 20px;
  }

  .left_head.lc_col {
    width: calc(100% - 240px);
    padding-left: 0;
  }

  .top_content .right_head .box_3 ul li:first-child .pic {
    display: none;
  }

  .top_content .right_head .box_3 ul li:first-child .text {
    padding-left: 0;
    width: 100%;
  }

  .top_content .right_head .box_3 .ti_3 {
    left: 20px;
  }

  .top_content .right_head .box_4 .right_bottom {
    width: 100%;
  }

  .top_content .right_head .box_4 .ti_2 a {
    margin-right: 20px;
  }

  .nav .nav_row {
    padding: 0 20px;
  }

  .l_col {
    width: 240px;
  }

  .c_col {
    width: calc(100% - 240px);
  }

  .r_col {
    width: 100%;
    padding: 0 20px;
  }

  .r_col .box_8 {
    padding-left: 50%;
    min-height: 240px;
  }

  .r_col .box_8 li {
    position: relative;
    width: 100%;
    float: left;
  }

  .r_col .box_8 li .pic {
    height: 100px;
  }

  .r_col .box_8 li:nth-child(1) {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .r_col .box_8 li:nth-child(1) .pic {
    height: 100%;
  }

  .cr_col {
    width: 100%;
    float: left;
  }

  .cr_col_2 {
    padding-right: 20px;
  }

  .box_12 {
    padding: 0 20px;
  }

  .box_12 .box_12_ct {
    width: calc((100% - 20px) / 2);
  }

  .box_12 .box_12_ct:nth-child(3n) {
    margin-right: 20px;
  }

  .box_12 .box_12_ct:nth-child(2n) {
    margin-right: 0;
  }

  .box_8.newsmaker {
    padding-left: 0;
  }

  .box_8.newsmaker li:first-child {
    position: relative;
  }

  .box_8.newsmaker li .text2 {
    left: 100%;
  }

  .box_8.newsmaker li:first-child::before {
    left: 100%;
  }

  .box_8.newsmaker li:first-child .pic {
    height: 240px;
  }

  .box_8.newsmaker li .text2 h3 {
    padding-top: 122px;
  }

  .box_9 {
    margin-left: 20px;
    width: calc(100% - 20px);
  }

  .box_9 .text {
    width: 100%;
  }

  .l_col .list_2 {
    padding-left: 20px;
  }

  .nav .main_menu {
    display: none;
  }

  .master_wrapper {
    overflow-x: hidden;
  }

  .article .article_ct {
    width: calc(100% - 190px);
  }

  .article .text_side {
    width: 190px;
    background: none;
  }

  .article .article_ct .parallax_ads .box_15 {
    width: 150px !important;
    position: absolute;
    padding: 0;
  }

  .article .article_ct .parallax_ads .box_15 p {
    border-right: none;
    border-bottom: 3px solid #072967;
    width: 100%;
    margin-bottom: 20px;
  }

  .article .text_side .box_14 ul {
    background: #f4f4f4;
  }

  .parallax_ads {
    width: 768px;
  }

  .parallax_ads iframe {
    transform: scale(0.8) translateX(-6%);
    -moz-transform: scale(0.8) translateX(-6%);
    -webkit-transform: scale(0.8) translateX(-6%);
  }

  .viewpicker {
    display: none;
  }

  .box_21 .box_21_ct {
    padding-right: 20px;
  }

  .box_21 .box_21_ct.one li .pic {
    width: 200px;
    height: 140px;
  }

  .box_21 .box_21_ct.one li .text {
    width: calc(100% - 200px);
  }

  .c_col .box_21 .box_21_ct {
    padding-right: 0;
  }

  .box_11 .box_11_ct.three {
    padding-right: 20px;
  }

  .box_11 .box_11_ct.three li {
    width: calc((100% - 20px) / 2);
  }

  .box_11 .box_11_ct.three li:nth-child(3n) {
    margin-right: 20px;
  }

  .box_11 .box_11_ct.three li:nth-child(even) {
    margin-right: 0;
  }

  .skinny {
    top: 50px;
  }

  .box_8.all_wide {
    white-space: nowrap;
    overflow-y: scroll;
    padding-left: 0;
  }

  .box_8.all_wide li {
    display: inline-block;
    float: none;
    width: 30%;
  }

  .box_8.all_wide li:first-child {
    width: 30%;
    position: relative;
  }

  .cr_col_2 {
    width: 100%;
  }

  .box_20 {
    display: none;
  }

  .cr_col_2.fl.pr_20 {
    padding-left: 20px;
    padding-top: 20px;
  }

  .footer .foot_logo {
    width: 200px;
    height: 60px;
    padding: 10px 20px;
  }

  .footer .foot_logo::before {
    display: none;
  }

  .footer .foot_nav {
    width: calc(100% - 220px);
  }

  .footer .foot_nav ul li a {
    padding: 19px 12px 18px;
  }

  .footer .foot_nav ul li:last-child a {
    padding-right: 12px;
  }

  .footer .w100fl {
    padding: 0 20px;
  }

  .box_11 .box_11_ct.four {
    padding-right: 20px;
  }

  .box_11 .box_11_ct.four li {
    width: calc((100% - 40px) / 3);
  }

  .box_11 .box_11_ct.four li:nth-child(4n) {
    margin-right: 20px;
  }

  .box_11 .box_11_ct.four li:nth-child(3n) {
    margin-right: 0;
  }

  .box_23 {
    padding-left: 20px;
  }

  .l_col .box_8.all_wide {
    white-space: normal;
    overflow-y: visible;
  }

  .l_col .box_8.all_wide li {
    display: block;
    width: 100%;
    float: left;
  }

  .mega_menu .mega_ct .mega_right .mega_mid .onethird {
    width: 100%;
    min-height: 0;
    margin-bottom: 15px;
  }

  .mega_menu .mega_ct .mega_right .mega_mid .mega_list.col2,
  .mega_menu .mega_ct .mega_right .mega_mid .mega_list {
    column-count: 4;
    -moz-column-count: 4;
    -webkit-column-count: 4;
  }

  .mega_menu .mega_ct .mega_right .mega_mid .mega_list li {
    display: inline-block;
    width: 100%;
  }

  .mega_menu .mega_ct .mega_left {
    width: 240px;
  }

  .mega_menu .mega_ct .mega_right {
    width: calc(100% - 240px);
  }

  .mega_menu .mega_ct .mega_left .user_section .user_login .tool_link li {
    margin-bottom: 10px;
  }

  .mega_menu .mega_ct .mega_left .user_section .user_login .tool_link {
    margin-bottom: 20px;
  }

  .mega_menu .mega_ct .mega_right .mega_mid .mega_foot ul li a {
    padding: 10px;
  }

  .mega_menu .mega_ct .mega_right .the_group ul li:last-child {
    margin-right: 0;
  }

  .mega_menu .mega_ct .mega_right .the_group {
    width: calc(100% - -240px);
    left: -240px;
    bottom: -118px;
  }

  .mega_menu.show .mega_ct {
    top: 45%;
  }

  .article .share {
    left: -20px;
  }

  .box_25 .box_25_ct {
    padding-left: 20px;
  }

  .box_25 .box_25_ct li {
    width: calc((100% - 60px) / 3);
  }

  .box_25 .box_25_ct li:nth-child(5n) {
    margin-right: 20px;
  }

  .box_25 .box_25_ct li:nth-child(3n) {
    margin-right: 0;
  }

  .box_7 .box_7_ct .pic {
    height: 101px;
  }

  .box_30 .inline.five {
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
  }

  .l_col.kolom_grafis {
    width: 100%;
    padding-right: 20px;
  }

  .box_17 li {
    width: calc((100% - 40px) / 3);
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .box_17 li:nth-child(3n) {
    margin-right: 0;
  }
}

.whalf {
  width: calc((100% - 20px) / 2);
  float: left;
  margin-right: 20px;
}

.whalf:nth-child(even) {
  margin-right: 0;
}

.w60 {
  width: calc(60% - 20px);
  margin-right: 20px;
  float: left;
}

.w40 {
  width: 40%;
  float: left;
  margin-right: 0;
}

.box_35 {
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}

.box_35 .left_side {
  width: 100%;
  float: left;
}

.box_35 .left_side .pic {
  width: 45%;
  float: left;
}

.box_35 .left_side .vframe {
  width: 100%;
  float: left;
  height: 0;
  position: relative;
  padding-top: 56.25%;
}

.box_35 .left_side .vframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.box_35 .left_side .text {
  width: 55%;
  float: left;
  background: #fff;
  padding: 30px;
}

.box_35 .left_side .text h5 {
  width: 100%;
  float: left;
  margin: 0;
  color: #25A8E0;
}

.box_35 .left_side .text h2 {
  width: 100%;
  float: left;
  margin: 10px 0;
  font-size: 32px;
}

.box_35 .left_side .text h2 a {
  font-family: "Montserrat", sans-serif;
}

.box_35 .left_side .text p {
  font-size: 14px;
  line-height: 150%;
  width: 100%;
  float: left;
  margin: 0;
}

.box_35 .left_side .text a.btn {
  float: left;
  padding: 10px 30px;
  background: #072967;
  margin: 9px 0 10px;
  color: #fff;
  font-size: 14px;
}

.box_35 .break_list {
  width: calc(100% - -60px);
  float: left;
  margin-top: 16px;
  margin-bottom: -30px;
  margin-left: -30px;
}

.box_35 .break_list li {
  width: calc((100% - 3px) / 3);
  float: left;
  margin-left: 1px;
  display: inline-block;
  position: relative;
}

.box_35 .break_list li .pic {
  height: 150px;
  width: 100%;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}

.box_35 .break_list li .text {
  width: 100%;
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.box_35 .break_list li .text h3 {
  margin: 0;
  font-size: 16px;
}

.box_35 .break_list li .text h3 a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.box_35:before {
  display: none;
  content: "";
  width: calc(100% - -800px);
  height: 100%;
  background: #fff;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.nightmode .box_35 .left_side .text {
  background: #011320 !important;
}

.nightmode .box_35 .break_list li .text {
  background: rgba(0, 0, 0, 0.7) !important;
}

.box_37 {
  width: 100%;
  float: left;
  position: relative;
  height: 360px;
  margin: 20px 0;
}

.box_37.breaking_news {
  background: url(../images/main/bg_breaking_news.jpg) no-repeat center;
  background-size: cover;
}

.box_37.medcom_update {
  background: url(../images/bg_streaming/medcom-update-bg-2020.jpg) no-repeat center;
  background-size: cover;
}

.box_37.podme {
  background: url(../images/bg_streaming/template-streaming-desktop-2.jpg) no-repeat center;
  background-size: cover;
}

.box_37.tpjazz {
  background: url(../images/bg_streaming/bg-livestreaming_tpjazz.jpg) no-repeat center;
  background-size: cover;
}

.box_37.unipin {
  background: url(../images/bg_streaming/bg-streaming-unipin.jpg) no-repeat center;
  background-size: cover;
}

.box_37.hutmedcom {
  background: url(../images/bg_streaming/bg_hutmedcom_update.jpg) no-repeat center;
  background-size: cover;
}

.box_37.siam {
  background: url(../images/bg_streaming/bg-streaming-siam.jpg) no-repeat center;
  background-size: cover;
}

.box_37 .video_wrapper {
  width: 576px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.box_37 .video_wrapper .vct {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

.box_37 .video_wrapper .vct iframe,
.box_37 .video_wrapper .vct video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cekfakta_sum {
  width: 100%;
  float: left;
  padding: 0 20px;
}

.cekfakta_sum figure {
  margin: 0;
}

.cekfakta_sum p {
  font-size: 14px;
  line-height: 200%;
  padding: 20px;
  background: #fff;
  margin: 0;
}

.head_title {
  clip: rect(0 0 0 0) !important;
  position: absolute !important;
  margin: 0 !important;
  width: 1px !important;
  height: 1px !important;
}

@media only screen and (max-width: 1366px) {
  .box_37 {
    height: 290px;
  }

  .box_37 .video_wrapper {
    width: 480px;
  }
}

@media only screen and (max-width: 1024px) {
  .box_37 {
    height: 220px;
  }

  .box_37 .video_wrapper {
    width: 360px;
  }
}

@media only screen and (max-width: 1366px) {
  .box_35 .left_side .text h2 {
    font-size: 24px;
  }

  .box_35 .left_side .pic {
    width: 50%;
  }

  .box_35 .left_side .text {
    width: 50%;
  }

  .box_35 .break_list li .pic {
    height: 125px;
  }

  .box_35 .break_list li .text h3 {
    font-size: 12px;
  }

  .box_35 .left_side .text a.btn {
    font-size: 12px;
  }
}

.box_36 {
  width: 100%;
  float: left;
}

.box_36 .item {
  padding: 20px;
  position: relative;
}

.box_36 .pic {
  width: 100%;
  height: 0;
  float: left;
  position: relative;
  padding-top: 100%;
}

.box_36 .pic img {
  position: absolute;
  top: 0;
  left: 0;
}

.box_36 .text {
  width: calc(100% - 80px);
  position: absolute;
  left: 40px;
  bottom: 38px;
  background: #fff;
  padding: 20px;
  text-align: center;
}

.box_36 .text h3 {
  margin: 0;
  font-size: 18px;
  color: #333;
}

.box_36 .owl-prev,
.box_36 .owl-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  text-indent: -200px;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
}

.box_36 .owl-prev:before,
.box_36 .owl-next:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #072967;
  border-left: 2px solid #072967;
  position: absolute;
  top: 50%;
  left: 50%;
}

.box_36 .owl-prev:hover,
.box_36 .owl-next:hover {
  background: #fff;
}

.box_36 .owl-prev {
  left: 20px;
}

.box_36 .owl-prev:before {
  transform: translate(-27%, -50%) rotate(-45deg);
  -moz-transform: translate(-27%, -50%) rotate(-45deg);
  -webkit-transform: translate(-27%, -50%) rotate(-45deg);
}

.box_36 .owl-next {
  right: 20px;
}

.box_36 .owl-next:before {
  transform: translate(-77%, -50%) rotate(135deg);
  -moz-transform: translate(-77%, -50%) rotate(135deg);
  -webkit-transform: translate(-77%, -50%) rotate(135deg);
}

.timeline_haji {
  width: calc(100% - 20px);
  height: 500px;
  overflow-y: scroll;
  padding: 10px 20px 10px;
  margin-left: 20px;
  margin-bottom: 40px;
  float: left;
  background: #fff;
  position: relative;
}

.timeline_haji li {
  width: 100%;
  float: left;
  padding: 10px 20px;
  border-left: 1px dashed #ccc;
  position: relative;
}

.timeline_haji li:last-child {
  border-bottom: none;
}

.timeline_haji li:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #072967;
  position: absolute;
  top: 13px;
  left: -4px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.timeline_haji li.present:before {
  background: #25A8E0;
  width: 11px;
  height: 11px;
  left: -6px;
  top: 11px;
}

.timeline_haji li .hdate {
  width: 100%;
  float: left;
  font-size: 12px;
  margin-bottom: 10px;
  color: #666;
}

.timeline_haji li h4 {
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
}

.box_10.haji {
  margin-bottom: 1px;
}

.box_10.haji .tab_bt li a {
  font-size: 12px;
}

.box_10.haji h5 {
  margin: 10px 0 0;
  color: #25A8E0;
  font-size: 14px;
}

.box_10.haji h5 a {
  color: #25A8E0;
}

.img_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.img_overlay figure {
  width: 100%;
  max-width: 1200px;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.img_overlay figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.img_overlay .fluid_close {
  width: 40px;
  height: 40px;
  background: #f00;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding-top: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.img_overlay .fluid_close:hover {
  cursor: pointer;
  background: #900;
}

.embedp {
  width: 100%;
  float: left;
  height: 800px;
  position: relative;
}

.embedp iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.embedp.desktop {
  height: 380px;
}

.theme_2019 .nav .logo {
  background: url(../images/theme_2019/logo.png) no-repeat center;
  background-size: contain;
  height: 50px;
  width: 285px;
  margin: 5px 0;
}

.theme_2019 .top_content .left_head .top_2 {
  position: relative;
  z-index: 2;
  background: none;
}

.theme_2019 .top_content .left_head {
  position: relative;
}

.theme_2019 .top_content .left_head::before {
  content: "";
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/theme_2019/gradient_2019.png) no-repeat center;
  background-size: cover;
}

.theme_2019 .top_content .left_head .headline {
  z-index: 1;
}

.theme_2019 .top_content .left_head .headline .owl-controls .owl-buttons {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-800%);
  padding: 0 40px;
}

.theme_2019 .top_content .left_head .headline .owl-controls .owl-buttons div {
  display: inline-block;
  color: #25A8E0;
}

.theme_2019 .top_content .left_head .headline .owl-controls .owl-buttons .owl-next {
  position: absolute;
  right: 40px;
}

.theme_2019 .top_content .left_head .headline .headline_box .head_text {
  z-index: 10;
  position: absolute;
  background: none;
}

.theme_2019 .top_content .left_head .headline .headline_box .pic::before {
  content: "";
  z-index: 2;
  height: 610px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/theme_2019/headline_bg.png) no-repeat center bottom;
  background-size: contain;
}

.theme_2019 .top_content .right_head .box_4 {
  background: #0566a8;
}

.theme_2019 .ti_1 span::before,
.theme_2019 .ti_1 h3::before,
.theme_2019 .ti_1 h4::before {
  background: #B8346D;
  background-size: cover;
  height: 100px;
}

.theme_2019 .box_10 {
  background: url(../images/theme_2019/bg_2019.jpg) no-repeat center;
  background-size: cover;
}

.theme_2019 .top_content .left_head .top_2 .title {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.theme_2019 .top_content .left_head .headline .headline_box {
  height: 652px;
}

.theme_2019 .top_content .left_head .top_2 {
  padding-top: 0;
}

.theme_2019 .top_content .right_head .box_2 .text {
  background: url(../images/theme_2019/bc_2019.jpg) no-repeat center;
  background-size: cover;
}

.theme_2019 .box_19 .box_19_ct .text {
  background: linear-gradient(5deg,
      rgba(189, 27, 134, 1)0%,
      rgba(192, 53, 109, 0.6)50%,
      rgba(189, 27, 134, -0.9)82%);
  background-size: cover;
}

.theme_2019 .wide_bar .ti_4::before {
  background: #783c96;
  border-right: 10px solid #c48ce0;
}

.theme_2019 .wide_bar .ti_4 {
  color: #783c96;
}

.theme_2019 .box_6 {
  background: #3483c5;
}

.theme_2019 .box_6 .pic::before {
  background: url(../images/theme_2019/gradient_box_6.png) no-repeat center bottom;
}

.theme_2019 .box_8 li .text .tag2,
.theme_2019 .box_8 .box_8_ct .text .tag2 {
  background: #3483c5;
}

.theme_2019 .tag.transparent,
.theme_2019 .mega_menu .mega_ct .mega_right .the_group,
.theme_2019 .mega_menu .mega_ct .mega_left .user_section .user_login .tool_link li a,
.theme_2019 .bt_more.blue span,
.theme_2019 .box_22 .owl-buttons .owl-prev,
.theme_2019 .box_22 .owl-buttons .owl-next,
.theme_2019 .nav .src button,
.theme_2019 .box_23 .profile_option,
.theme_2019 .box_23 .text,
.theme_2019 .box_21 .box_21_header .viewpicker li button:hover,
.theme_2019 .box_21 .box_21_header .viewpicker li button.active,
.theme_2019 .slide_article,
.theme_2019 .parallax_ads .bt_expose,
.theme_2019 .top_content,
.theme_2019 .box_29 .ti,
.theme_2019 .box_34 li .pod_play,
.theme_2019 .box_24 .bt_submit button,
.theme_2019 .box_27 .box_27_left .text,
.theme_2019 .box_27.blue {
  background: #830C77;
}

.theme_2019 .topic_list .tag.orange {
  background: #fff;
}

.theme_2019 .topic_list .tag.orange a,
.theme_2019 .foot_article a,
.theme_2019 .ti_1 a,
.theme_2019 .box_11 .box_11_ct li .text h4 a,
.theme_2019 .box_21 .box_21_header .left_box,
.theme_2019 .bt_follow {
  color: #B51987;
}

.theme_2019 .bt_follow,
.theme_2019 .newsticker {
  border-color: #004d8d;
}

.theme_2019 .top_content .left_head .headline .owl-controls .owl-pagination .owl-page.active {
  border: none;
  background: #25A8E0;
  width: 50px;
  height: 8px;
  margin-bottom: 2px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.theme_2019 .box_22 .bgblue,
.theme_2019 .footer,
.theme_2019 .nav .main_menu li a::before,
.theme_2019 .box_20 ul li .text a::before,
.theme_2019 .parallax_ads,
.theme_2019 .box_10,
.theme_2019 .nav .current,
.theme_2019 .box_34 li:first-child::before,
.theme_2019 .box_28 .box_28_top ul li .circle,
.theme_2019 .box_18,
.theme_2019 .box_27 .box_27_top .ti,
.theme_2019 .midgard .left_side {
  background: linear-gradient(320deg,
      rgba(189, 27, 134, 1)0%,
      rgba(192, 53, 109, 1)35%,
      rgba(189, 27, 134, 1)100%) no-repeat center bottom;
  background-size: cover;
}

.theme_2019 .nav .main_menu li a::before {
  z-index: -1;
}

.theme_2019 .box_29 .ti:before {
  border-color: transparent transparent transparent #004d8d;
}

.theme_2019 .box_34 li:first-child::before {
  opacity: 0.7;
}

.wide_bar.corona {
  border: 1px solid #ff8933;
  height: 101px;
}

.wide_bar.corona .cor_title {
  width: 228px;
  float: left;
}

.wide_bar.corona .mid_ct {
  float: left;
  width: calc(100% - 492px);
  padding: 10px;
}

.wide_bar.corona .mid_ct .case {
  width: calc((100% - 10px) / 2);
  margin-bottom: 10px;
  float: left;
  padding: 5px;
  border: 1px solid #dcdcdc;
  margin-right: 10px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.wide_bar.corona .mid_ct .case:nth-child(2) {
  margin-right: 0;
}

.wide_bar.corona .mid_ct .cor_title_2 {
  width: 280px;
  margin-right: 5px;
  font-weight: 700;
  float: left;
  background: #ff8933;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.wide_bar.corona .mid_ct ul {
  width: calc(100% - 285px);
  float: left;
}

.wide_bar.corona .mid_ct ul li {
  width: calc((100% - 15px) / 4);
  float: left;
  padding: 5px;
  font-size: 14px;
  text-align: center;
  margin-right: 5px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.wide_bar.corona .mid_ct ul li:nth-child(4) {
  margin-right: 0;
}

.wide_bar.corona .cor_gateway {
  width: 264px;
  float: left;
  height: 101px;
  padding: 10px;
}

.wide_bar.corona .cor_gateway img {
  object-fit: contain;
}

@media only screen and (max-width: 1366px) {
  .wide_bar.corona {
    height: 71px;
  }

  .wide_bar.corona .cor_title {
    width: 160px;
    height: 71px;
  }

  .wide_bar.corona .cor_gateway {
    width: 200px;
    height: 71px;
  }

  .wide_bar.corona .mid_ct {
    width: calc(100% - 360px);
    padding: 5px;
  }

  .wide_bar.corona .mid_ct .case {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .wide_bar.corona .mid_ct .cor_title_2 {
    width: 210px;
    font-size: 11px;
  }

  .wide_bar.corona .mid_ct ul {
    width: calc(100% - 215px);
  }

  .wide_bar.corona .mid_ct ul li {
    font-size: 11px;
  }
}

.banner_content {
  width: 300px;
  height: 250px;
  margin-left: 25%;
}

.footer_sticky {
  margin-left: 0 auto;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: transparent;
  text-align: center;
  height: auto;
  z-index: 9999;
  left: 0;
  display: block;
}

.footer_sticky img {
  margin-left: auto;
}

.footer_sticky_inside {
  margin: 0 auto;
  background: none;
  width: 970px;
  z-index: 9999;
  display: block;
  position: relative;
}

.close_button {
  display: inline-block;
  color: #fff !important;
  cursor: pointer;
  position: absolute;
  background: #2e64fe;
  font-size: 8pt;
  padding: 3px 6px 3px 6px;
  height: 15px;
  right: 0;
  z-index: 9999;
  top: -20px;
}

.next_page {
  float: right;
  position: relative;
  text-align: right;
  line-height: 30px;
}

.next_page span {
  font-weight: 700;
}

.next_page a {
  font-size: 14pt;
  font-style: italic;
  font-weight: 700;
  color: #2e64fe;
  background: #fff;
}

.next_page a:hover {
  color: #f90;
  background: #fff;
}

.abc-news .ti_1 span svg {
  color: #000;
}

.abc-news .ti_1 span::after {
  background: transparent;
}

.abc-news .ti_1 span::before {
  background: transparent;
}

.abc-news .ti_1 a {
  padding: 30px 20px;
}

.already-submit,
.wrapper-tebak-skor {
  display: none;
}

.box_24 .box_24_ct li .info {
  float: left;
  width: 100%;
  font-size: 14px;
  text-align: center;
}

.box_24 .box_24_ct li .info p {
  margin: 0;
}

.box_24 .box_24_ct li .info p:nth-child(2) {
  color: #777;
  margin-top: 5px;
}

.box_24 .box_24_ct li .info p:last-child {
  color: #777;
  margin-top: 5px;
}

.box_24 .box_24_ct li .info .stage {
  font-weight: bold;
}

.box_24 .box_24_ct li .match {
  float: left;
  width: 100%;
  margin: 20px 0;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  background-color: #f2f2f2;
  border-radius: 5px;
}

.box_24 .box_24_ct li .match p {
  margin: 0;
  text-align: right;
  font-weight: bold;
  width: calc(20px);
}

.box_24 .box_24_ct li .match .home {
  float: left;
  display: flex;
  align-items: center;
  width: 50%;
  margin-right: 20px;
  position: relative;
}

.box_24 .box_24_ct li .match .home::after {
  content: "";
  position: absolute;
  right: -16%;
  display: block;
  width: 15px;
  height: 5px;
  background: #25A8E0;
}

.box_24 .box_24_ct li .match .home a {
  text-align: right;
}

.box_24 .box_24_ct li .match .home .image {
  margin-left: 10px;
}

.box_24 .box_24_ct li .match .home p {
  padding-left: 5px;
}

.box_24 .box_24_ct li .match .away {
  float: left;
  display: flex;
  align-items: center;
  width: 50%;
  margin-left: 20px;
}

.box_24 .box_24_ct li .match .away p {
  text-align: left;
  padding-right: 5px;
}

.box_24 .box_24_ct li .match .away .image {
  margin-right: 10px;
}

.box_24 .box_24_ct li .match .image {
  width: 50px;
  height: auto;
}

.box_24 .box_24_ct li .match .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.box_24 .box_24_ct li .match a {
  width: calc(80%);
  font-weight: bold;
  font-size: 14px;
  word-break: break-word;
}

.box_24 .box_24_ct li .point {
  float: left;
  width: 100%;
  font-size: 14px;
  text-align: center;
}

.box_24 .box_24_ct li .point p {
  margin: 0;
}

.box_24 .box_24_ct li .point span {
  font-weight: bold;
}

.box_24 .box_24_ct li .point span .score {
  color: #2a9d8f;
}

.box_24 .box_24_ct li .point span.false {
  color: #f00;
}

.box_24 .box_24_ct li .point span.correct {
  color: #2a9d8f;
}

@media (min-width: 1400px) and (max-width: 1920px) {
  .box_24 .box_24_ct li .match .home::after {
    right: -12.5%;
  }
}