@keyframes stuckMoveDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes stuckMoveUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
html {
  overflow-x: hidden;
}

a {
  color: #444;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
a:hover {
  color: #ff9900;
  text-decoration: none;
}

.lazyload {
  opacity: 0;
}

.lazyloading {
  opacity: 1;
  transition: opacity 300ms;
  background: url("../frontend/loading.gif") no-repeat center !important;
  background-size: 50px;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

body {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Segoe UI", Arial, sans-serif;
  width: 100%;
  overflow-x: hidden;
}
@media (max-width: 991.98px) {
  body {
    padding-top: 45px;
  }
}
body.mm-wrapper_opened {
  padding-top: 0;
}

@media (max-width: 991.98px) {
  .container {
    max-width: 750px;
  }
}

.top-mobile {
  background: #00bfcb;
  position: fixed;
  width: 100%;
  height: 45px;
  top: 0;
  z-index: 999;
}
.top-mobile .open-mobile-menu {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 45px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 45px;
}
.top-mobile .open-mobile-menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.top-mobile .open-mobile-menu a {
  padding-left: 10px;
  font-size: 20px;
  color: #fff;
}
.top-mobile .m-logo img {
  height: 40px;
  padding-right: 10px;
}
.top-mobile .search-button {
  color: #fff;
}

.search-box-mobile {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  background: transparent\9 ;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
  z-index: 9999;
  top: 0;
  left: 0;
}
.search-box-mobile .search {
  margin: 0 auto;
  position: fixed;
  background: transparent;
  border: 0;
  width: 100%;
  border-radius: 5px;
  max-width: 555px;
  height: 100%;
}
.search-box-mobile .search .close-search-box-mobile {
  position: absolute;
  right: 0;
  font-size: 25px;
  color: #fff;
}
.search-box-mobile .search form {
  width: 90%;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.search-box-mobile .search form input {
  background: transparent;
  display: block;
  height: 40px;
  border-radius: 0;
  width: calc(100% - 60px);
  text-indent: 10px;
  outline: none;
  float: left;
  border: 1px solid #fff;
  border-right: 0;
  color: #000;
  background: #fff;
}
.search-box-mobile .search form input::-webkit-input-placeholder {
  color: #666;
}
.search-box-mobile .search form input::-moz-placeholder {
  color: #666;
}
.search-box-mobile .search form input:-ms-input-placeholder {
  color: #666;
}
.search-box-mobile .search form input:-moz-placeholder {
  color: #666;
}
.search-box-mobile .search form button {
  display: block;
  float: left;
  border-radius: 0;
  outline: none;
  background: #da2724;
  color: #fff;
  height: 40px;
  width: 60px;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
}

.top-box {
  background: #f1f1f1;
  height: 40px;
  line-height: 40px;
}
.top-box form {
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border: 1px solid silver;
}
@media (min-width: 1200px) {
  .top-box form {
    width: 300px;
  }
}
.top-box form .form-control, .top-box form .btn {
  background: none;
  padding: 0 0.75rem;
  border: 0;
  height: 25px;
  line-height: 25px;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  font-size: 13px;
}
.top-box form .form-control.btn-default, .top-box form .btn.btn-default {
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
}
.top-box form .form-control:focus, .top-box form .btn:focus {
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.rotate {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

header .logo-box {
  background: #00bfcb;
  color: #fff;
  position: relative;
  z-index: 999;
}
header .logo-box .logo-group {
  width: 180px;
  z-index: 9999;
}
@media (min-width: 1200px) {
  header .logo-box .logo-group {
    width: 200px;
  }
}
header .logo-box .logo-group a img {
  max-height: 90px;
  max-width: 100%;
}
header .logo-box .logo-address .item i {
  font-size: 22px;
  line-height: 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  text-align: center;
  background: #fff;
  margin-right: 5px;
  color: #ff9900;
  -webkit-box-shadow: 0 2px 3px #7d7d7d;
  -moz-box-shadow: 0 2px 3px #7d7d7d;
  box-shadow: 0 2px 3px #7d7d7d;
}
header .logo-box .logo-address .item .name {
  font-size: 13px;
  color: #fff;
}
@media (min-width: 1200px) {
  header .logo-box .logo-address .item .name {
    font-weight: 700;
  }
}
header .logo-box .logo-address .item.address {
  min-width: 280px;
}
@media (min-width: 1200px) {
  header .logo-box .logo-address .item.address {
    min-width: 300px;
  }
}
header .logo-box .logo-address .item.hotline * {
  color: #ff9900;
}
header .logo-box .logo-address .item.hotline i {
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
}
header .menu {
  position: relative;
  z-index: 999;
}
header .menu .navbar {
  padding: 0;
  z-index: 999;
}
header .menu .navbar .navbar-collapse ul li {
  position: relative;
}
header .menu .navbar .navbar-collapse ul li.nav-item .nav-link {
  padding: 0 10px;
  margin: 0 20px 0 0;
  font-size: 14px;
  line-height: 50px;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
}
@media (min-width: 1200px) {
  header .menu .navbar .navbar-collapse ul li.nav-item .nav-link {
    font-size: 15px;
    margin: 0 40px 0 0;
    line-height: 60px;
  }
}
header .menu .navbar .navbar-collapse ul li.nav-item:hover .nav-link {
  background: #fff;
  color: #00bfcb;
  text-shadow: none;
}
header .menu .navbar .navbar-collapse ul li.nav-item:hover .nav-link:after {
  content: "";
  display: inline-block;
  width: 100%;
  border-bottom: 3px solid #00bfcb;
  position: absolute;
  left: 0;
  bottom: 0;
}
header .menu .navbar .navbar-collapse ul li.nav-item:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
}
header .menu .navbar .navbar-collapse ul li.nav-item:hover > ul:before {
  filter: alpha(opacity=100);
  opacity: 1;
}
header .menu .navbar .navbar-collapse ul li.nav-item:first-child .nav-link:after {
  height: 0;
}
header .menu .navbar .navbar-collapse ul li.nav-item ul {
  position: absolute;
  min-width: 220px;
  z-index: 99;
  background: #fff;
  -webkit-box-shadow: 2px 1px 5px #787878;
  -moz-box-shadow: 2px 1px 5px #787878;
  box-shadow: 2px 1px 5px #787878;
  text-align: left;
  visibility: hidden;
  list-style: none;
  padding: 0;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}
header .menu .navbar .navbar-collapse ul li.nav-item ul li {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
header .menu .navbar .navbar-collapse ul li.nav-item ul li a {
  padding: 0 15px;
  display: block;
  white-space: nowrap;
  font-size: 14px;
  min-width: 150px;
  line-height: 45px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
header .menu .navbar .navbar-collapse ul li.nav-item ul li ul {
  min-width: 200px;
  z-index: 99;
  background: #ddd;
  border-left: 0.5px solid #ddd;
  border-top: 0;
  top: 0;
  text-align: left;
  left: 100%;
  padding: 0;
  list-style: none;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
}
header .menu .navbar .navbar-collapse ul li.nav-item ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
}
header .menu .navbar .navbar-collapse ul li.nav-item ul li:hover > ul:before {
  filter: alpha(opacity=100);
  opacity: 1;
}
header .menu .navbar .navbar-collapse ul li.nav-item ul li:hover > a {
  background: #ddd;
  color: #000;
  text-decoration: none;
  padding-left: 20px;
}
header .menu .navbar .navbar-collapse ul li.nav-item > ul {
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
}
header.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  animation: stuckMoveDown 0.6s;
}
header.fixed .logo-box {
  display: none !important;
}

.slide .owl-nav {
  margin: 0;
  position: static;
}
.slide .owl-nav [class*=owl-] {
  background: transparent;
  color: #00bfcb !important;
  position: absolute;
  margin: 0;
  padding: 15px 10px !important;
  top: 50%;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 70 ")";
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  font-size: 30px !important;
}
.slide .owl-nav [class*=owl-].owl-next {
  right: 0;
}
.slide .owl-nav [class*=owl-].owl-prev {
  left: 0;
}
.slide .owl-nav [class*=owl-]:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  background: transparent;
  color: #00bfcb;
}
.slide .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border: 3px solid #6b3212;
  background: #6b3212;
  opacity: 0.6;
  margin: 5px;
}
.slide .owl-dots .owl-dot span.active {
  opacity: 1;
  background: #6b3212;
}
.slide .owl-dots .owl-dot:hover span, .slide .owl-dots .owl-dot.active span {
  opacity: 1;
  background: #ff9900;
  border-color: #ff9900;
}

.about-us .block {
  background: #f6f6f6;
}
.about-us .block .info .title {
  color: #00bfcb;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}
@media (max-width: 767.98px) {
  .about-us .block .info .title {
    text-align: center;
  }
}
.about-us .block .info .about-link a {
  display: inline-block;
  background: #00bfcb;
  color: #fff;
  line-height: 30px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  font-weight: 600;
}
.about-us .block .info .about-link a:nth-child(odd) {
  background: #ff9900;
}
.about-us .block .info .about-link a:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.about-us .block .image img {
  width: 100%;
}

.box-title {
  font-size: 16px;
  font-weight: 700;
}
.box-title.blue {
  color: #00bfcb;
}
.box-title.white {
  color: #fff;
}
@media (min-width: 992px) {
  .box-title {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 1200px) {
  .box-title {
    font-size: 23px;
    line-height: 30px;
  }
}

.brand .owl-nav {
  margin: 0;
  position: static;
}
.brand .owl-nav [class*=owl-] {
  background: transparent;
  color: #797979 !important;
  position: absolute;
  margin: 0;
  padding: 15px 10px !important;
  top: 50%;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 70 ")";
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  font-size: 20px !important;
}
.brand .owl-nav [class*=owl-].owl-next {
  right: -10px;
}
.brand .owl-nav [class*=owl-].owl-prev {
  left: -10px;
}
.brand .owl-nav [class*=owl-]:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  background: transparent;
  color: #797979;
}
@media (min-width: 992px) {
  .brand .owl-nav {
    margin: 0;
    position: static;
  }
  .brand .owl-nav [class*=owl-] {
    background: transparent;
    color: #797979 !important;
    position: absolute;
    margin: 0;
    padding: 15px 10px !important;
    top: 50%;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 70 ")";
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    font-size: 20px !important;
  }
  .brand .owl-nav [class*=owl-].owl-next {
    right: -25px;
  }
  .brand .owl-nav [class*=owl-].owl-prev {
    left: -25px;
  }
  .brand .owl-nav [class*=owl-]:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    background: transparent;
    color: #797979;
  }
}
.brand .item a {
  padding: 0 10px;
  display: block;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.brand .item a img {
  height: 50px !important;
  max-width: 95%;
  width: auto !important;
  margin: 0 auto;
}

.procedure {
  background: #00bfcb;
}
.procedure .item {
  background: #fff;
  position: relative;
  height: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.procedure .item .title {
  font-weight: 700;
  line-height: 22px;
  color: #00bfcb;
  height: 22px;
  position: relative;
  padding-left: 25px;
  overflow: hidden;
}
.procedure .item .title:hover {
  color: #ff9900;
}
.procedure .item .title img {
  height: 17px;
  position: absolute;
  left: 0;
  top: 2px;
}
@media (min-width: 992px) {
  .procedure .item .title {
    height: 44px;
  }
}
.procedure .item .brief {
  position: relative;
  z-index: 5;
}
.procedure .item .more {
  color: #ff9900;
}
.procedure .item .pos {
  color: #f1eeee;
  font-size: 75px;
  line-height: 75px;
  position: absolute;
  right: 15px;
  bottom: 0;
  z-index: 1;
  font-weight: 800;
  transition: all 1.4s ease-out;
  -webkit-transition: all 1.4s ease-out;
  -moz-transition: all 1.4s ease-out;
  -ms-transition: all 1.4s ease-out;
  -o-transition: all 1.4s ease-out;
}
@media (min-width: 992px) {
  .procedure .container > .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .procedure .container > .row > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  .procedure .item:hover {
    margin-top: -10px;
    margin-bottom: 10px;
  }
  .procedure .item:hover .pos {
    color: #ff9900;
  }
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.policy {
  background: #f6f6f6;
}
.policy .item {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  border-bottom: 1px solid #e2e2e2;
}
@media (min-width: 768px) {
  .policy .item:nth-child(odd) {
    border-right: 1px solid #e2e2e2;
  }
}
@media (min-width: 992px) {
  .policy .item {
    border-right: 1px solid #e2e2e2;
    border-bottom: 0;
  }
  .policy .item:last-child {
    border-right: 0;
  }
}
.policy .item .img-box {
  position: relative;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.policy .item .img-box img {
  height: 40px;
  max-width: 100%;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.policy .item .img-box img.hover {
  display: none;
}
.policy .item .img-box:after {
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  content: "";
  position: absolute;
  border: 2px dashed #000;
  top: -5px;
  left: -5px;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.policy .item a {
  line-height: 20px;
  font-weight: bold;
  font-size: 15px;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: inherit;
  color: #00bfcb;
}
@media (min-width: 992px) {
  .policy .item a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .policy .item a {
    font-size: 15px;
  }
}
.policy .item .content {
  font-style: italic;
  font-size: 14px;
}
.policy .item:hover {
  background: #fff;
  -webkit-box-shadow: 5px 0 5px #848484;
  -moz-box-shadow: 5px 0 5px #848484;
  box-shadow: 5px 0 5px #848484;
}
.policy .item:hover .img-box img {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
}
.policy .item:hover .img-box:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  opacity: 1;
  visibility: visible;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 10s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 10s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.home-product .owl-nav {
  margin: 0;
  position: static;
}
.home-product .owl-nav [class*=owl-] {
  background: transparent;
  color: #00bfcb !important;
  position: absolute;
  margin: 0;
  padding: 15px 10px !important;
  top: 50%;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 70 ")";
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  font-size: 30px !important;
}
.home-product .owl-nav [class*=owl-].owl-next {
  right: 0;
}
.home-product .owl-nav [class*=owl-].owl-prev {
  left: 0;
}
.home-product .owl-nav [class*=owl-]:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  background: transparent;
  color: #00bfcb;
}
.home-product .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border: 3px solid #6b3212;
  background: #6b3212;
  opacity: 0.6;
  margin: 5px;
}
.home-product .owl-dots .owl-dot span.active {
  opacity: 1;
  background: #6b3212;
}
.home-product .owl-dots .owl-dot:hover span, .home-product .owl-dots .owl-dot.active span {
  opacity: 1;
  background: #ff9900;
  border-color: #ff9900;
}
@media (min-width: 992px) {
  .home-product .owl-nav {
    margin: 0;
    position: static;
  }
  .home-product .owl-nav [class*=owl-] {
    background: transparent;
    color: #e6e6e6 !important;
    position: absolute;
    margin: 0;
    padding: 15px 10px !important;
    top: 50%;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 70 ")";
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    font-size: 30px !important;
  }
  .home-product .owl-nav [class*=owl-].owl-next {
    right: -40px;
  }
  .home-product .owl-nav [class*=owl-].owl-prev {
    left: -40px;
  }
  .home-product .owl-nav [class*=owl-]:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    background: transparent;
    color: #e6e6e6;
  }
}
.home-product .list-products .product-box .img-box-wrap .img-box {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.list-products .item {
  height: 100%;
}
.list-products .product-box {
  height: 100%;
  position: relative;
  background: #fff;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.list-products .product-box .img-box-wrap {
  position: relative;
}
.list-products .product-box .img-box-wrap .img-box {
  height: 210px;
  overflow: hidden;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  border: 1px solid #e8e8e8;
}
.list-products .product-box .img-box-wrap .img-box img {
  max-height: 85%;
  max-width: 85%;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  width: auto;
}
@media screen and (max-width: 450px) {
  .list-products .product-box .img-box-wrap .img-box {
    height: 160px;
  }
}
@media screen and (max-width: 350px) {
  .list-products .product-box .img-box-wrap .img-box {
    height: 140px;
  }
}
@media (min-width: 1200px) {
  .list-products .product-box .img-box-wrap .img-box {
    height: 240px;
  }
}
.list-products .product-box .info-box {
  position: relative;
  z-index: 6;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.list-products .product-box .info-box .product-name {
  line-height: 1;
  position: relative;
}
.list-products .product-box .info-box .product-name a {
  font-size: 14px;
  line-height: 23px;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: inherit;
}
.list-products .product-box:hover .img-box-wrap .img-box img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.list-products .product-box:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.why-choose-us {
  background-color: #f6f6f6;
}
.why-choose-us .item {
  border-bottom: 1px solid #e2e2e2;
}
.why-choose-us .item:last-child {
  border: 0;
}
@media (min-width: 768px) {
  .why-choose-us .item {
    border-bottom: 0;
  }
  .why-choose-us .item:nth-child(odd) {
    border-right: 1px solid #e2e2e2;
  }
}
@media (min-width: 992px) {
  .why-choose-us .item {
    border-right: 1px solid #e2e2e2;
  }
  .why-choose-us .item:last-child {
    border-right: 0;
  }
}
.why-choose-us .item h3 {
  line-height: 20px;
}
.why-choose-us .item .name {
  color: #00bfcb;
  line-height: 14px;
  font-size: 14px;
  font-weight: 700;
}
.why-choose-us .item .name:hover {
  color: #ff9900;
}

.promotion img {
  width: 100%;
}

.faq-register .faq .seemore {
  font-style: italic;
  color: #00bfcb;
}
.faq-register .faq .faq-box {
  border: 1px solid #e2e2e2;
}
.faq-register .faq .faq-box .item {
  border-bottom: 1px solid #e2e2e2;
}
.faq-register .faq .faq-box .item:last-child {
  border: 0;
}
.faq-register .faq .faq-box .item .title {
  font-weight: 600;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: inherit;
}
.faq-register .faq .faq-box .item .content {
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: inherit;
  position: relative;
}
.faq-register .faq .faq-box .item .content i {
  color: #00bfcb;
}
.faq-register .register {
  background: #00bfcb;
  color: #fff;
}
.faq-register .register form .title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .faq-register .register form .title {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .faq-register .register form .title {
    font-size: 18px;
    line-height: 25px;
  }
}
.faq-register .register form .form-control {
  line-height: 30px;
  border: 0;
  padding: 0.375rem 15px;
}
.faq-register .register form .form-control:focus {
  border: 1px solid #fff;
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.faq-register .register form input.form-control {
  height: 30px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background: none;
  color: #fff;
  border: 1px solid #fff;
}
.faq-register .register form input.form-control::-webkit-input-placeholder {
  color: #ebebeb;
}
.faq-register .register form input.form-control::-moz-placeholder {
  color: #ebebeb;
}
.faq-register .register form input.form-control:-ms-input-placeholder {
  color: #ebebeb;
}
.faq-register .register form input.form-control:-moz-placeholder {
  color: #ebebeb;
}
.faq-register .register form textarea.form-control {
  height: 95px;
  color: #fff;
  background: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid #fff;
}
.faq-register .register form textarea.form-control::-webkit-input-placeholder {
  color: #ebebeb;
}
.faq-register .register form textarea.form-control::-moz-placeholder {
  color: #ebebeb;
}
.faq-register .register form textarea.form-control:-ms-input-placeholder {
  color: #ebebeb;
}
.faq-register .register form textarea.form-control:-moz-placeholder {
  color: #ebebeb;
}
.faq-register .register form button.btn {
  background: #fff;
  color: #ff9900;
  line-height: 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  height: 30px;
  font-weight: 600;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 0 30px;
}
.faq-register .register form button.btn:hover {
  background: #ff9900;
  color: #fff;
}

.feedback {
  background: #f6f6f6;
}
.feedback .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  border: 3px solid #000;
  background: #000;
  opacity: 0.6;
  margin: 5px;
}
.feedback .owl-dots .owl-dot span.active {
  opacity: 1;
  background: #000;
}
.feedback .owl-dots .owl-dot:hover span, .feedback .owl-dots .owl-dot.active span {
  opacity: 1;
  background: #00bfcb;
  border-color: #00bfcb;
}
.feedback .owl-nav {
  margin: 0;
  position: static;
}
.feedback .owl-nav [class*=owl-] {
  background: transparent;
  color: #ccc !important;
  position: absolute;
  margin: 0;
  padding: 15px 10px !important;
  top: 50%;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 70 ")";
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  font-size: 30px !important;
}
.feedback .owl-nav [class*=owl-].owl-next {
  right: -25px;
}
.feedback .owl-nav [class*=owl-].owl-prev {
  left: -25px;
}
.feedback .owl-nav [class*=owl-]:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  background: transparent;
  color: #ccc;
}
.feedback .item {
  position: relative;
  padding: 0 5px 10px 5px;
}
.feedback .item .bg_white {
  background: #fff;
  border: 1px solid #e2e2e2;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.feedback .item .bg_white .name {
  font-weight: 700;
  color: #00bfcb;
}
.feedback .item .bg_white .job {
  font-style: italic;
  color: #00bfcb;
}
.feedback .item .bg_white .star {
  color: #ff9900;
}
.feedback .item .bg_white .feed_title {
  font-weight: 600;
}
.feedback .item .bg_white:hover {
  background: #00bfcb;
}
.feedback .item .bg_white:hover * {
  color: #fff !important;
}
.feedback .item .img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}

footer {
  border-top: 5px solid #ff9900;
}
footer .logo-footer-wrap {
  border-color: #e2e2e2 !important;
}
footer .logo-footer-wrap .logo-footer img {
  height: 80px;
}
footer .logo-footer-wrap .company-info .name {
  font-weight: 700;
  font-size: 18px;
  color: #00bfcb;
}
footer .logo-footer-wrap .company-info .fa-phone {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
footer .logo-footer-wrap .company-info i {
  color: #ff9900;
}
footer .logo-footer-wrap .company-info div {
  font-weight: 600;
}
footer .logo-footer-wrap .company-info div * {
  font-weight: 600;
}
footer .logo-footer-wrap .network_social {
  min-width: 120px;
}
footer .logo-footer-wrap .network_social a {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: transparent;
  border: 1px solid #fff;
  font-size: 13px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
footer .logo-footer-wrap .network_social a:hover {
  color: #000;
  background: #fff;
}
@media (min-width: 992px) {
  footer .face {
    width: 250px;
  }
}
@media (min-width: 1200px) {
  footer .face {
    width: 290px;
  }
}
footer .face iframe {
  width: 100% !important;
  height: 190px !important;
}
footer .title {
  font-size: 18px;
  position: relative;
  font-weight: 700;
  color: #00bfcb;
}
footer ul {
  list-style: none;
}
@media (min-width: 992px) {
  footer .map {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  footer .map {
    width: 370px;
  }
}
footer .map iframe {
  width: 100% !important;
  height: 170px;
}
footer .copyright {
  background: #00bfcb;
  color: #fff;
  line-height: 25px;
}
footer .copyright #gototop {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 25px;
  color: #000;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  cursor: pointer;
}
footer .copyright #gototop:hover {
  background: #ea0000;
  background: #fff;
}

.site-index {
  background: #f6f6f6;
}
@media (min-width: 992px) {
  .site-index .slidebar {
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    max-width: 320px;
  }
  .site-index .main {
    -ms-flex: 0 0 calc(100% - 320px);
    flex: 0 0 calc(100% - 320px);
    max-width: calc(100% - 320px);
  }
  .site-index.site-full {
    min-height: 700px;
  }
  .site-index.site-full .main {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.site-index .navbar-banner {
  border-bottom: 1px solid #e5e6e9;
}
.site-index .navbar-banner .breadcrumbs-box .breadcrumb {
  position: relative;
  margin: 0;
  border: 0;
  background-color: transparent;
  padding: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.site-index .navbar-banner .breadcrumbs-box .breadcrumb > li::after {
  content: ">";
  padding: 0 10px;
}
.site-index .navbar-banner .breadcrumbs-box .breadcrumb > li:last-child::after {
  content: "";
  display: none;
}
.site-index .title-site {
  font-weight: 700;
  font-size: 20px;
}
.site-index .list-news .item {
  border: 1px solid #e5e6e9;
  background: #fff;
  height: 100%;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.site-index .list-news .item .img-box {
  height: 200px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .site-index .list-news .item .img-box {
    height: 180px;
  }
}
@media (min-width: 992px) {
  .site-index .list-news .item .img-box {
    height: 170px;
  }
}
@media (min-width: 1200px) {
  .site-index .list-news .item .img-box {
    height: 190px;
  }
}
.site-index .list-news .item .img-box a {
  width: 100%;
  height: 100%;
}
.site-index .list-news .item .img-box a img {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-index .list-news .item .info .name {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: inherit;
}
@media (min-width: 768px) {
  .site-index .list-news .item .info .name {
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: inherit;
  }
}
@media (max-width: 767.98px) {
  .site-index .list-news .item .info .name i {
    display: none;
  }
}
.site-index .list-news .item .info .brief {
  font-size: 14px;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: inherit;
}
@media (min-width: 768px) {
  .site-index .list-news .item .info .brief {
    min-height: 41px;
  }
}
.site-index .list-news .item .date {
  border-top: 1px solid #e5e6e9;
}
.site-index .list-news .item:hover {
  -webkit-box-shadow: 0 3px 15px #b0b0b0;
  -moz-box-shadow: 0 3px 15px #b0b0b0;
  box-shadow: 0 3px 15px #b0b0b0;
}
@media (min-width: 768px) {
  .site-index .list-news > .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .site-index .list-news > .row .col-md-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.site-index .news .tag {
  background: #2196f3;
  border-radius: 3px 0 0 3px;
  color: #fff;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}
.site-index .news .tag:before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: "";
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 13px;
}
.site-index .news .tag:after {
  background: #fff;
  border-bottom: 16px solid transparent;
  border-left: 15px solid #2196f3;
  border-top: 16px solid transparent;
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
}
.site-index .news .tag:hover {
  background-color: crimson;
  color: white;
}
.site-index .news .tag:hover:after {
  border-left-color: crimson;
}
.site-index .slidebar .box .title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 1px solid #e2e2e2;
}
.site-index .slidebar .box.sl-news .list-news-latest {
  counter-reset: popular-counter;
}
.site-index .slidebar .box.sl-news .list-news-latest .col-12 {
  border-bottom: 1px #e1e1e1 dotted;
}
.site-index .slidebar .box.sl-news .list-news-latest .col-12:last-child {
  border-bottom: 0;
}
.site-index .slidebar .box.sl-news .list-news-latest .item-article {
  border-bottom: 1px #d3d3d3 dotted;
  padding: 15px 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.site-index .slidebar .box.sl-news .list-news-latest .item-article:last-child {
  border-bottom: 0;
}
.site-index .slidebar .box.sl-news .list-news-latest .item-article:before {
  display: table;
  content: " ";
}
.site-index .slidebar .box.sl-news .list-news-latest .item-article .post-image {
  -ms-flex: 0 1 60px;
  flex: 0 1 60px;
  max-width: 60px;
  position: relative;
}
.site-index .slidebar .box.sl-news .list-news-latest .item-article .post-image a {
  display: block;
  height: 50px;
  overflow: hidden;
}
.site-index .slidebar .box.sl-news .list-news-latest .item-article .post-image a img {
  min-width: 100%;
  height: 50px;
}
.site-index .slidebar .box.sl-news .list-news-latest .item-article .post-image a.d-flex img.m-auto {
  max-width: 90%;
  max-height: 90%;
  height: auto;
  min-width: 0;
}
.site-index .slidebar .box.sl-news .list-news-latest .item-article .post-content {
  padding-left: 15px;
  overflow: hidden;
  -ms-flex: 1 1;
  flex: 1 1;
}
.site-index .slidebar .box.sl-news .list-news-latest .item-article .post-content .title {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  max-height: 44px;
}
.site-index .slidebar .sl-qc img {
  width: 100%;
}
.site-index .slidebar .sl-cat .sl-cat-link {
  border-bottom: 1px solid #e2e2e2;
}
.site-index .slidebar .sl-cat .sl-cat-link:last-child {
  border-bottom: 0;
}
.site-index .wrap {
  background: #fff;
  border: 1px solid #e5e6e9;
}
@media (min-width: 992px) {
  .site-index .wrap {
    border: 1px solid #e5e6e9;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  .site-index .wrap .title {
    padding: 6px 12px !important;
    font-size: 20px;
    font-weight: 600 !important;
  }
}
.site-index .map-contact iframe {
  width: 100% !important;
  height: 300px !important;
}
@media (min-width: 992px) {
  .site-index .map-contact iframe {
    height: 400px !important;
  }
}
@media (min-width: 1200px) {
  .site-index .map-contact iframe {
    height: 450px !important;
  }
}
@media (min-width: 992px) {
  .site-index .list-products .product-box .img-box-wrap .img-box {
    height: 180px;
  }
}
@media (min-width: 1200px) {
  .site-index .list-products .product-box .img-box-wrap .img-box {
    height: 200px;
  }
}
.site-index .list-products .product-box .info-box {
  position: relative;
  z-index: 6;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.site-index .list-products .product-box .info-box .product-name {
  line-height: 1;
  position: relative;
}
.site-index .list-products .product-box .info-box .product-name a {
  font-size: 14px;
  line-height: 23px;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: inherit;
}
.site-index .list-products .product-box:hover .img-box-wrap .img-box img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.site-index .list-products .product-box:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.site-index .product .product-top-box .img a {
  border: 1px solid #e6e6e6;
  width: 100%;
  height: 300px;
}
.site-index .product .product-top-box .img a img {
  max-width: 80%;
  max-height: 80%;
}
@media (min-width: 992px) {
  .site-index .product .product-top-box .img a {
    height: 350px;
  }
}
.site-index .faq .faq_wrap .faq_name {
  padding: 10px;
  font-size: 15px;
  margin: 0;
  border-top: 1px solid #f2f2f2;
  position: relative;
}
.site-index .faq .faq_wrap .faq_name span {
  position: absolute;
  right: 5px;
  color: #2f2f2f;
  top: 50%;
  transform: translateY(-50%);
}
.site-index .faq .faq_wrap .faq_name span .fa-minus {
  display: none;
}
.site-index .faq .faq_wrap .faq_content {
  background: #eefbfe;
  padding: 10px;
  font-size: 15px;
  line-height: 1.5em;
  display: none;
}
.site-index .faq .faq_wrap.active .faq_name {
  background: #00bfcb;
  color: #fff;
}
.site-index .faq .faq_wrap.active .faq_name span {
  color: #fff;
}
.site-index .faq .faq_wrap.active .faq_name .fa-minus {
  display: inline;
}
.site-index .faq .faq_wrap.active .faq_name .fa-plus {
  display: none;
}
@media (min-width: 992px) {
  .site-index .hot-stories .list-hot .item {
    position: relative;
  }
  .site-index .hot-stories .list-hot .item .info {
    position: absolute;
    width: 100%;
    background: black;
    background: transparent\9 ;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
    bottom: 0;
    text-align: center;
    height: 50px;
  }
  .site-index .hot-stories .list-hot .item .info .name {
    color: #fff;
    padding: 5px 10px;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: inherit;
    height: 28px;
  }
  .site-index .hot-stories .list-hot .item .info .chap {
    color: #ccc;
    font-size: 12px;
  }
  .site-index .hot-stories .list-hot .item .view {
    position: absolute;
    background: black;
    background: transparent\9 ;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
    top: 0;
    right: 0;
    color: #fff;
    padding: 2px 10px;
    font-size: 13px;
  }
  .site-index .full-stories .list-hot .item .info-stories .name {
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: inherit;
    min-height: 40px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .site-index .full-stories .list-hot .item img {
    height: 183px;
    width: 145px;
  }
}

.pagination {
  margin: 1rem 0 1rem 0;
}
.pagination > li {
  color: #000;
  border: 1px solid #dee2e6;
  text-align: center;
  font-size: 1rem;
  background-color: #fff;
  margin-left: -1px;
}
.pagination > li a,
.pagination > li span {
  padding: 0 0.75rem;
  height: 40px;
  line-height: 38px;
  font-weight: 600;
  display: block;
  color: #000;
  text-decoration: none;
}
.pagination > li.active {
  background-color: #bbbfc2 !important;
  border-color: #bbbfc2 !important;
  cursor: pointer;
  text-decoration: none;
}
.pagination > li.active * {
  color: #fff;
}
.pagination > li:hover {
  background-color: #dee2e6;
  cursor: pointer;
  text-decoration: none;
}

.content-style a {
  color: #00aab5;
}
.content-style a:hover {
  color: #ff9900;
}
.content-style p {
  margin: 0 0 15px 0;
}
.content-style img {
  height: auto !important;
}
.content-style img.with-100 {
  width: 100%;
}
.content-style iframe, .content-style img {
  max-width: 100% !important;
}
.content-style table td {
  padding: 10px;
  border: 1px solid #ddd;
}
.content-style table td p {
  margin: 0;
}
.content-style h1 {
  font-size: 1.8rem;
  line-height: 1.5;
}
.content-style h1.title {
  font-size: 1.8rem;
  line-height: 1.5;
}
.content-style h2 {
  font-size: 130%;
  line-height: 180%;
}
.content-style h3 {
  font-size: 120%;
  line-height: 170%;
}
.content-style h4 {
  font-size: 100%;
  line-height: 160%;
}
.content-style h5 {
  font-size: 100%;
  line-height: 150%;
}
.content-style .goback {
  font-weight: bold;
}
.content-style blockquote {
  background: #f8f4e8;
  padding: 5px 20px;
  border: 1px dashed #C90002;
}
.content-style blockquote > * {
  margin: 15px 0;
}
.content-style ul {
  padding-left: 20px;
}

.list-video .item iframe, .list-video .item img {
  width: 100% !important;
}
.list-video .item .img-box a {
  display: block;
  position: relative;
}
.list-video .item .img-box a::after {
  content: "";
  background: url("../images/play-icon.png") no-repeat;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-size: 100%;
  width: 50px;
  height: 50px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  opacity: 0.9;
}
.list-video .item .name {
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
}

.help-block {
  color: #ea0000;
}

.custom-table table {
  border-collapse: collapse;
  width: 100%;
}
.custom-table tr:nth-of-type(odd) {
  background: #f9f9f9;
}
.custom-table th {
  background: #eaeaea;
  color: #000;
  font-weight: 600;
  text-align: center;
}
.custom-table td, .custom-table th {
  padding: 12px;
}
.custom-table h4 {
  line-height: 25px;
  font-size: 15px;
}
@media (max-width: 767.98px) {
  .custom-table {
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .custom-table table {
    border: 0;
  }
  .custom-table td, .custom-table tr {
    display: block;
    text-align: left !important;
  }
  .custom-table tr:first-child, .custom-table th {
    display: none;
  }
  .custom-table .hidden {
    display: none;
  }
  .custom-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .custom-table tr {
    border: 1px solid #ccc;
  }
  .custom-table tr + tr {
    margin-top: 1.5em;
  }
  .custom-table td {
    /* make like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 30%;
    background-color: #f5f5f5;
    text-align: left;
  }
  .custom-table td:before {
    content: attr(data-label);
    display: inline-block;
    line-height: 1.5;
    margin-left: -40%;
    width: 30%;
    float: left;
  }
}

.title .mota {
  color: orange;
  font-size: 13px;
  margin-left: 10px;
  font-style: italic;
}
.title .mota a {
  color: green;
}
@media (min-width: 992px) {
  .title .mota {
    font-size: 17px;
    text-transform: none;
  }
}
@media (min-width: 1200px) {
  .title .mota {
    font-size: 19px;
  }
}

.modal-dialog.modal-xl {
  max-width: 85% !important;
}

.fix_hotline {
  position: fixed;
  bottom: 5px;
  left: 5px;
  background: #ea0006;
  color: #fff;
  display: inline-block;
  line-height: 35px;
  padding: 0 10px;
  font-weight: 600;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.fix_hotline:hover {
  background: #c00005;
  color: #fff;
}
@media (min-width: 992px) {
  .fix_hotline {
    font-size: 18px;
    line-height: 42px;
    padding: 0 15px;
  }
}

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