.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
  display: flex;
  justify-content: center;
}
.content-fixed {
  top: 52px;
  position: relative;
}
.inner {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.block-subtitle {
  text-align: center;
  position: relative;
}
.block-subtitle h3::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #d1d1d1;
  height: 1px;
  width: 180px;
  bottom: 2px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.block-subtitle h3::after {
  content: "";
  position: absolute;
  background: #d90000;
  height: 5px;
  width: 5px;
  bottom: 0;
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.subtitle-title {
  font-size: 27px;
}
.subtitle-sub {
  font-size: 16px;
}
.bg-main {
  background-color: #ffffff !important;
}
.bg-grey {
  background-color: #555555 !important;
}
.bg-black {
  background-color: #000000 !important;
}
.navbar-main {
  /* position: fixed; */
  z-index: 100;
  width: 100%;
}

/* .mobile-menu {
    margin-left: 0px;
} */
/* .call-enter-list {
    margin-left: 20%;
    width: 28%;
} */
.text-telp {
  font-size: 1rem;
  bottom: 0px;
}
.call-center-text {
  font-size: 11px;
}
.navbar-main .navbar-nav .active > .nav-link,
.navbar-main .navbar-nav .nav-link.active,
.navbar-main .navbar-nav .nav-link.show,
.navbar-main .navbar-nav .show > .nav-link {
  color: #000000;
}
.navbar-main li a {
  color: #000000;
}
.scroll_to_top {
  display: block;
  position: fixed;
  background: url(../images/global/scroll_up.png) no-repeat;
  width: 57px;
  height: 57px;
  right: 5%;
  bottom: 55px;
  z-index: 501;
  cursor: pointer;
  opacity: 0.5;
}
.fixed-menu {
  position: fixed;
  z-index: 101;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  display: none;
}
.fixed-menu__item {
  margin-bottom: 2px;
  overflow: hidden;
  border: 1px solid #b1d2e8;
}
.fixed-menu__link {
  display: flex;
  align-items: center;
  /* background-color: #0c76bc; */
  height: 45px;
  text-decoration: none;
  position: relative;
  margin-right: -250px;
  width: 295px;
  transition: 0.3s;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none !important;
}
.fixed-menu__link:not(.nav-fixed-menu):hover {
  margin-right: 0;
}
.fixed-menu__link:hover .fixed-menu__link-text {
  text-decoration: none;
  font-weight: 400;
}
.fixed-menu__link-icon {
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
}
.fixed-menu__link {
  font-size: 14px;
  line-height: 17px;
}
.fixed-menu__link-text {
  text-transform: uppercase;
  padding-right: 15px;
  color: #fff;
}
input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #e5e5e5 !important;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #909 !important;
  opacity: 1 !important;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #909 !important;
  opacity: 1 !important;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #909 !important;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #909 !important;
}

::placeholder {
  /* Most modern browsers support this now. */
  color: #909 !important;
}
.video-background {
  height: 720px;
}
.overlay {
  transition: 0.5s;
  z-index: 16;
  margin-top: 46px;
  top: 0px;
  left: 0px;
}
.bg-main button:focus {
  outline: 0;
}
.nav-menu-fix {
  right: 0px;
  top: 25.5%;
  z-index: 1;
  border: 1px solid #b1d2e8;
}
/* .line-header {
    border-bottom: 2px solid #000000;
    padding: 5px 10px;
} */

/* Resolve issue in old template */
.dfsk-title-detail {
  margin-top: 0px;
}
.news-section-wrapper {
  padding-top: 0px;
}
/* End */

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .overlay {
    margin-top: 46px;
  }
  .fixed-menu {
    display: none;
  }
  .dfsk-title-detail {
    margin-top: 0px;
  }
  .news-section-wrapper {
    padding-top: 0px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .overlay {
    margin-top: 0px;
    position: relative !important;
  }
  .fixed-menu {
    display: flex;
  }
  /* .mobile-menu {
        margin-left: 180px;
    } */
  .dfsk-title-detail {
    margin-top: 40px;
  }
  .news-section-wrapper {
    padding-top: 40px;
  }
  .text-telp {
    font-size: 0.9rem;
    bottom: 1px;
  }
  .call-center-text {
    font-size: 10px;
  }
  /* .call-enter-list {
        left: 0px;
    } */
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .overlay {
    margin-top: 0px;
  }
  .dfsk-title-detail {
    margin-top: 0px;
  }
  .news-section-wrapper {
    padding-top: 0px;
  }
  .text-telp {
    font-size: 1rem;
  }
  /* .call-enter-list {
        text-align: left;
    } */
}
