/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

 .owl-stage-outer, .owl-stage, .owl-item, .main_slider_item {
   height: 100%;
 }

 .owl-dots {
   margin: 30px 0;
   text-align: center;
 }
 .owl-dot {
   display: inline-block;
   width: 12px;
   height: 12px;
   background: #999;
   margin-right: 5px;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   border-radius: 100%;
 }
.owl-dot.active {
  background: #337ab7;
}

.main_slider_item {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.main_slider_item_desc h2 {
  margin: 0 0 20px;
  font-size: 30px;
  text-transform: uppercase;
}
.main_slider_item_desc {
  padding-top: 70px;
}


@media (min-width: 768px) {
  #main-slider .owl-dots, #main-slider-vn .owl-dots {
    margin-left: -360px;
    left: 50%;
  }
}
@media (min-width: 992px) {
  #main-slider .owl-dots, #main-slider-vn .owl-dots {
    margin-left: -470px;
  }
}

@media (min-width: 1200px) {
  #main-slider .owl-dots, #main-slider-vn .owl-dots {
    margin-left: -570px;
  }
}

.slider-block-news .owl-dots {
  padding: 20px 15px;
  left: auto;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.slider-block-news .owl-dot {
  background: #d3d3d3;
  width: 6px;
  height: 6px;
}
.slider-block-news .owl-dot.active {
  background: #515c6a;
}

#part-slider .owl-nav > div {
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px #cccccc solid;
  text-align: center;
  color: #CCC;
  top: 50%;
  margin: -10px 0 0;
}
#part-slider .owl-nav > div i {
  line-height: 18px;
}
#part-slider .owl-nav > div:hover {
  background: #CCC;
  color: #333;
}
#part-slider .owl-nav .owl-prev {
  left: -35px;
}
#part-slider .owl-nav .owl-next {
  right: -35px;
}

@media (max-width: 1199px)  {
  #part-slider .owl-nav > div {
    display: none;
  }
}