#container {
  padding: 0;
  margin: 0;
  min-height: 0;
}

@media (min-width: 999px) {
  header {
    border-bottom: 1px solid #c7ceda;
  }
}

.content_schedule {
  padding: 44px 0px 0px;
  background: #eeeeee;
}
@media (max-width: 999px) {
  .content_schedule {
    padding: 30px 0px 0px;
  }
}
.content_schedule > .title {
  text-align: center;
}
.content_schedule > .title h2.main_title {
  font-family: Montserrat-Light;
  font-size: 33px;
  color: #0260a8;
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 10px;
}
@media (max-width: 999px) {
  .content_schedule > .title h2.main_title {
    font-size: 25px;
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .content_schedule > .title h2.main_title {
    font-size: 20px;
  }
}
.content_schedule > .title h2.main_title span {
  font-family: Montserrat-Medium;
}
.content_schedule > .title h3.small_tile {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #323232;
  font-weight: normal;
  padding-bottom: 52px;
}
@media (max-width: 999px) {
  .content_schedule > .title h3.small_tile {
    padding-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .content_schedule > .title h3.small_tile {
    font-size: 13px;
  }
}
.content_schedule .big_content #tabs .list_title .owl-item:last-child h2.title_tab {
  border-right: none;
}
.content_schedule .big_content #tabs .list_title h2.title_tab {
  font-family: Montserrat-Medium;
  font-size: 15px;
  color: #232323;
  text-transform: uppercase;
  min-height: 59px;
  border-right: 2px solid #dbdbdb;
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#cecece));
  background: -o-linear-gradient(#fefefe, #cecece);
  background: linear-gradient(#fefefe, #cecece);
  text-align: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: normal;
  padding: 0 5px;
}
@media (max-width: 999px) {
  .content_schedule .big_content #tabs .list_title h2.title_tab {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .content_schedule .big_content #tabs .list_title h2.title_tab {
    font-size: 12px;
  }
}
.content_schedule .big_content #tabs .list_title h2.title_tab:hover, .content_schedule .big_content #tabs .list_title h2.title_tab.active {
  font-weight: normal;
  background: #0260a8;
  color: #FFF;
}
.content_schedule .big_content #tabs .list_content {
  position: relative;
  padding-top: 35px;
  padding-bottom: 65px;
}
@media (max-width: 999px) {
  .content_schedule .big_content #tabs .list_content {
    padding-bottom: 30px;
  }
}
.content_schedule .big_content #tabs .list_content:before {
  content: "";
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #0260a8;
  z-index: 0;
}
.content_schedule .big_content #tabs .list_content .list_content_border {
  height: 688px;
  overflow: auto;
  position: relative;
  padding-right: 20px;
}
@media (max-width: 999px) {
  .content_schedule .big_content #tabs .list_content .list_content_border {
    padding-right: 0px;
  }
}
.content_schedule .big_content #tabs .list_content .content .item {
  background: #FFF;
  margin-bottom: 23px;
  padding: 11px 17px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 999px) {
  .content_schedule .big_content #tabs .list_content .content .item {
    margin-bottom: 10px;
  }
}
@media (max-width: 770px) {
  .content_schedule .big_content #tabs .list_content .content .item {
    padding: 10px;
  }
}
.content_schedule .big_content #tabs .list_content .content .item:last-child {
  margin-bottom: 0px;
}
.content_schedule .big_content #tabs .list_content .content .item .level {
  width: 20%;
  padding-right: 5px;
}
@media (max-width: 675px) {
  .content_schedule .big_content #tabs .list_content .content .item .level {
    width: 100%;
    padding-bottom: 5px;
  }
}
.content_schedule .big_content #tabs .list_content .content .item .level span {
  background: #f17a0d;
  color: #FFF;
  font-family: Montserrat-SemiBold;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 30px;
}
@media (max-width: 770px) {
  .content_schedule .big_content #tabs .list_content .content .item .level span {
    font-size: 13px;
    padding: 5px 15px;
  }
}
.content_schedule .big_content #tabs .list_content .content .item .title {
  width: 32%;
  font-family: Montserrat-SemiBold;
  font-size: 14px;
  color: #353535;
  text-transform: uppercase;
  padding-right: 5px;
}
.content_schedule .big_content #tabs .list_content .content .item .title a:hover {
  color: #f17a0d;
}
@media (max-width: 770px) {
  .content_schedule .big_content #tabs .list_content .content .item .title {
    font-size: 13px;
  }
}
@media (max-width: 675px) {
  .content_schedule .big_content #tabs .list_content .content .item .title {
    width: 100%;
    padding-bottom: 5px;
    padding-right: 0px;
  }
}
.content_schedule .big_content #tabs .list_content .content .item .short {
  width: 32%;
  padding-right: 5px;
}
@media (max-width: 675px) {
  .content_schedule .big_content #tabs .list_content .content .item .short {
    width: 100%;
    padding-bottom: 5px;
    padding-right: 0px;
  }
}
.content_schedule .big_content #tabs .list_content .content .item .short p {
  font-family: Montserrat-Medium;
  font-size: 14px;
  color: #0260a8;
  padding: 0px;
}
@media (max-width: 770px) {
  .content_schedule .big_content #tabs .list_content .content .item .short p {
    font-size: 13px;
  }
}
.content_schedule .big_content #tabs .list_content .content .item .time {
  width: 16%;
  font-family: Montserrat-SemiBold;
  font-size: 14px;
  color: #424242;
}
@media (max-width: 770px) {
  .content_schedule .big_content #tabs .list_content .content .item .time {
    font-size: 13px;
  }
}
@media (max-width: 675px) {
  .content_schedule .big_content #tabs .list_content .content .item .time {
    width: 100%;
  }
}

.how_to_works {
  background: #ff8b1f;
  padding: 39px 0px 70px;
}
@media (max-width: 884px) {
  .how_to_works {
    padding: 30px 0px;
  }
}
@media (max-width: 600px) {
  .how_to_works {
    padding-bottom: 10px;
  }
}
.how_to_works .wrap {
  max-width: 884px;
  margin: auto;
}
@media (max-width: 884px) {
  .how_to_works .wrap {
    margin: 0 10px;
  }
}
.how_to_works .wrap .title_section {
  font-family: Montserrat-Bold;
  font-size: 35px;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 75px;
}
@media (max-width: 884px) {
  .how_to_works .wrap .title_section {
    font-size: 20px;
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .how_to_works .wrap .clear {
    height: 0px;
  }
}
.how_to_works .wrap .banner_item .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.how_to_works .wrap .banner_item .list:first-child {
  padding-bottom: 7px;
  position: relative;
}
@media (max-width: 600px) {
  .how_to_works .wrap .banner_item .list:first-child {
    padding-bottom: 0px;
  }
}
.how_to_works .wrap .banner_item .list:first-child .item:first-child:before {
  content: "";
  display: block;
  width: 26%;
  height: 99%;
  position: absolute;
  left: 13px;
  top: 50%;
  border-left: 2px dotted #FFF;
  border-bottom: 2px dotted #FFF;
}
@media (max-width: 700px) {
  .how_to_works .wrap .banner_item .list:first-child .item:first-child:before {
    display: none;
  }
}
.how_to_works .wrap .banner_item .list:first-child .item:first-child:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 8px;
  top: 40%;
  background: #FFF;
  border-radius: 50%;
}
@media (max-width: 700px) {
  .how_to_works .wrap .banner_item .list:first-child .item:first-child:after {
    display: none;
  }
}
.how_to_works .wrap .banner_item .list:first-child .item:last-child:before {
  content: "";
  display: block;
  width: 26%;
  height: 99%;
  position: absolute;
  right: 13px;
  top: 50%;
  border-right: 2px dotted #FFF;
  border-bottom: 2px dotted #FFF;
}
@media (max-width: 700px) {
  .how_to_works .wrap .banner_item .list:first-child .item:last-child:before {
    display: none;
  }
}
.how_to_works .wrap .banner_item .list:first-child .item:last-child:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 8px;
  top: 40%;
  background: #FFF;
  border-radius: 50%;
}
@media (max-width: 700px) {
  .how_to_works .wrap .banner_item .list:first-child .item:last-child:after {
    display: none;
  }
}
.how_to_works .wrap .banner_item .list:last-child {
  padding-top: 20px;
  position: relative;
}
@media (max-width: 600px) {
  .how_to_works .wrap .banner_item .list:last-child {
    padding-top: 0px;
  }
}
.how_to_works .wrap .banner_item .list:last-child .item:first-child:before {
  content: "";
  display: block;
  width: 26%;
  height: 99%;
  position: absolute;
  left: 13px;
  bottom: 50%;
  border-left: 2px dotted #FFF;
  border-top: 2px dotted #FFF;
}
@media (max-width: 700px) {
  .how_to_works .wrap .banner_item .list:last-child .item:first-child:before {
    display: none;
  }
}
.how_to_works .wrap .banner_item .list:last-child .item:first-child:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 8px;
  bottom: 40%;
  background: #FFF;
  border-radius: 50%;
}
@media (max-width: 700px) {
  .how_to_works .wrap .banner_item .list:last-child .item:first-child:after {
    display: none;
  }
}
.how_to_works .wrap .banner_item .list:last-child .item:last-child:before {
  content: "";
  display: block;
  width: 26%;
  height: 99%;
  position: absolute;
  right: 13px;
  bottom: 50%;
  border-right: 2px dotted #FFF;
  border-top: 2px dotted #FFF;
}
@media (max-width: 700px) {
  .how_to_works .wrap .banner_item .list:last-child .item:last-child:before {
    display: none;
  }
}
.how_to_works .wrap .banner_item .list:last-child .item:last-child:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 8px;
  bottom: 40%;
  background: #FFF;
  border-radius: 50%;
}
@media (max-width: 700px) {
  .how_to_works .wrap .banner_item .list:last-child .item:last-child:after {
    display: none;
  }
}
.how_to_works .wrap .banner_item .list .item {
  width: 50%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 600px) {
  .how_to_works .wrap .banner_item .list .item {
    width: 100%;
  }
}
.how_to_works .wrap .banner_item .list .item:last-child {
  text-align: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media (max-width: 600px) {
  .how_to_works .wrap .banner_item .list .item:last-child {
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: unset;
            flex-flow: unset;
  }
}
.how_to_works .wrap .banner_item .list .item:last-child .img {
  padding-right: 0px;
  padding-left: 4.5%;
}
@media (max-width: 600px) {
  .how_to_works .wrap .banner_item .list .item:last-child .img {
    padding-left: 0px;
    padding-right: 4.5%;
  }
}
.how_to_works .wrap .banner_item .list .item:last-child .content {
  text-align: -webkit-right;
}
@media (max-width: 600px) {
  .how_to_works .wrap .banner_item .list .item:last-child .content {
    text-align: left;
  }
}
.how_to_works .wrap .banner_item .list .item .img {
  width: 27%;
  float: left;
  padding-right: 4.5%;
}
.how_to_works .wrap .banner_item .list .item .img img {
  max-width: 100%;
  height: auto;
}
.how_to_works .wrap .banner_item .list .item .info {
  width: 63%;
  float: left;
}
.how_to_works .wrap .banner_item > .item {
  width: 32%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 700px) {
  .how_to_works .wrap .banner_item > .item {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 600px) {
  .how_to_works .wrap .banner_item > .item {
    width: 100%;
  }
}
.how_to_works .wrap .banner_item > .item .img {
  width: 43.75%;
  float: left;
  padding-right: 6.9%;
}
@media (max-width: 600px) {
  .how_to_works .wrap .banner_item > .item .img {
    width: 27%;
    padding-right: 4.5%;
  }
}
.how_to_works .wrap .banner_item > .item .img img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 700px) {
  .how_to_works .wrap .banner_item > .item .img img {
    max-width: 100px;
  }
}
@media (max-width: 600px) {
  .how_to_works .wrap .banner_item > .item .img img {
    max-width: 100%;
    height: auto;
  }
}
.how_to_works .wrap .banner_item > .item .info {
  width: 56.25%;
  float: left;
}
@media (max-width: 600px) {
  .how_to_works .wrap .banner_item > .item .info {
    width: 63%;
  }
}
@media (max-width: 600px) {
  .how_to_works .wrap .banner_item .item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .how_to_works .wrap .banner_item .item .img {
    text-align: center;
  }
}
.how_to_works .wrap .banner_item .item .info {
  color: #FFF;
}
.how_to_works .wrap .banner_item .item .info .title {
  font-family: Montserrat-Bold;
  font-size: 16px;
}
.how_to_works .wrap .banner_item .item .info .content p {
  font-family: Montserrat-Regular;
  font-size: 14px;
  padding: 0px;
  padding-left: 8px;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.how_to_works .wrap .banner_item .item .info .content p:before {
  content: "";
  display: block;
  width: 3px;
  height: 2px;
  background: #FFF;
  position: absolute;
  left: 0px;
  top: 10px;
}

.list_specialized_news {
  background: #0260a8;
}
.list_specialized_news .list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
}
@media (max-width: 375px) {
  .list_specialized_news .list_item {
    margin-right: 0px;
  }
}
.list_specialized_news .list_item .item {
  width: 20%;
  float: left;
  padding-right: 10px;
}
@media (max-width: 900px) {
  .list_specialized_news .list_item .item {
    width: 33.3%;
  }
}
@media (max-width: 500px) {
  .list_specialized_news .list_item .item {
    width: 50%;
  }
}
@media (max-width: 375px) {
  .list_specialized_news .list_item .item {
    padding-right: 0px;
  }
}
@media (max-width: 320px) {
  .list_specialized_news .list_item .item {
    width: 100%;
  }
}
.list_specialized_news .list_item .item:hover .border {
  background: #f17a0d;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.list_specialized_news .list_item .item:hover .border .watch_more {
  color: #f17a0d !important;
}
.list_specialized_news .list_item .item:hover .border .watch_more:after {
  -webkit-filter: invert(58%) sepia(40%) saturate(3926%) hue-rotate(355deg) brightness(96%) contrast(97%);
          filter: invert(58%) sepia(40%) saturate(3926%) hue-rotate(355deg) brightness(96%) contrast(97%);
}
.list_specialized_news .list_item .item .border {
  padding: 38px 30px;
  height: 100%;
}
@media (max-width: 1210px) {
  .list_specialized_news .list_item .item .border {
    padding: 38px 10px;
  }
}
@media (max-width: 999px) {
  .list_specialized_news .list_item .item .border {
    padding: 20px 10px;
  }
}
.list_specialized_news .list_item .item .border .img a {
  height: 0px;
  display: block;
  position: relative;
  padding-top: 22%;
}
.list_specialized_news .list_item .item .border .img a img {
  position: absolute;
  left: 0px;
  bottom: 0px;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.list_specialized_news .list_item .item .border .info {
  padding-top: 20px;
}
.list_specialized_news .list_item .item .border .info .title {
  font-family: LinhAvantGardeDemiBold;
  font-size: 19px;
  color: #FFF;
  display: inline-block;
}
@media (max-width: 1010px) {
  .list_specialized_news .list_item .item .border .info .title {
    font-size: 17px;
  }
}
.list_specialized_news .list_item .item .border .info .short {
  font-family: Montserrat-Light;
  font-size: 14px;
  color: #FFF;
  text-align: justify;
  padding-top: 13px;
  padding-bottom: 32px;
}
@media (max-width: 1010px) {
  .list_specialized_news .list_item .item .border .info .short {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 15px;
  }
}
.list_specialized_news .list_item .item .border .info .watch_more {
  font-family: Montserrat-Regular;
  font-size: 13.61px;
  color: #0260a8;
  font-style: italic;
  display: inline-block;
  background: #FFF;
  height: 30px;
  line-height: 30px;
  padding: 0px 13px 0px 18px;
}
@media (max-width: 999px) {
  .list_specialized_news .list_item .item .border .info .watch_more {
    font-size: 13px;
    padding: 0 10px;
  }
}
.list_specialized_news .list_item .item .border .info .watch_more:after {
  content: url("../images/icon_right_watch_more.png");
  padding-left: 10px;
}

.list_news {
  background: url("../images/bg_news.png") no-repeat center;
  padding: 76px 0 85px;
}
@media (max-width: 1000px) {
  .list_news {
    padding: 30px 0;
  }
}
.list_news .wrapper {
  max-width: 1008px;
}
.list_news .wrapper .title_section {
  padding-bottom: 75px;
}
@media (max-width: 980px) {
  .list_news .wrapper .title_section {
    padding-bottom: 30px;
  }
}
.list_news .wrapper .list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list_news .wrapper .list_item .item .img a {
  padding-top: 92.5%;
  border-radius: 30px;
}
.list_news .wrapper .list_item .item .img a img {
  width: 100%;
}
.list_news .wrapper .list_item .item .info {
  padding-top: 28px;
}
@media (max-width: 1000px) {
  .list_news .wrapper .list_item .item .info {
    padding-top: 15px;
  }
}
.list_news .wrapper .list_item .item .info .title {
  font-family: SFUEurostileDemi;
  font-size: 14.23px;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .list_news .wrapper .list_item .item .info .title {
    font-size: 14px;
  }
}
.list_news .wrapper .list_item .item .info .title a {
  color: #3ca3da;
}
.list_news .wrapper .list_item .item .info .date_create {
  font-family: OpenSans-Regular;
  font-size: 14.23px;
  color: #212121;
}
@media (max-width: 1000px) {
  .list_news .wrapper .list_item .item .info .date_create {
    font-size: 14px;
  }
}
.list_news .owl-controls .owl-nav .owl-prev {
  width: 34px;
  height: 55px;
  background: url("../images/nav_lefts.png") no-repeat;
  position: absolute;
  right: calc(100% + 16px);
  top: 27%;
}
.list_news .owl-controls .owl-nav .owl-next {
  width: 34px;
  height: 55px;
  background: url("../images/nav_rights.png") no-repeat;
  position: absolute;
  left: calc(100% + 16px);
  top: 27%;
}

.data_company {
  background: #dffafc;
  padding: 30px 0 0;
}
.data_company .wrapper {
  max-width: 1050px;
}
.data_company .list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.data_company .list_item .item {
  width: 25%;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .data_company .list_item .item {
    width: 50%;
  }
}
.data_company .list_item .item .title {
  font-family: SFUEurostileDemi;
  font-size: 40.38px;
  color: #33b1e2;
  padding-bottom: 9px;
}
@media (max-width: 1000px) {
  .data_company .list_item .item .title {
    font-size: 30px;
  }
}
.data_company .list_item .item .content p {
  padding: 0;
  font-family: OpenSans-Semibold;
  font-size: 17.07px;
  color: #212121;
  text-transform: uppercase;
  padding-top: 3px;
}
@media (max-width: 1000px) {
  .data_company .list_item .item .content p {
    font-size: 14px;
  }
}
.data_company .list_item .item .content img {
  max-height: 41px;
}

.knowledge {
  padding: 35px 0 190px;
  background: url("../images/bg_knownledge.png") no-repeat top;
  background-size: 100% auto;
}
@media (max-width: 1000px) {
  .knowledge {
    padding: 30px 0;
  }
}
.knowledge .title_section {
  padding-bottom: 117px;
}
@media (max-width: 1000px) {
  .knowledge .title_section {
    padding-bottom: 25px;
  }
}
.knowledge .list_item .owl-item {
  position: relative;
}
.knowledge .list_item .owl-item:after {
  content: "";
  width: 2px;
  height: 196px;
  background: #61bdc0;
  position: absolute;
  right: -76px;
  top: 12px;
}
@media (max-width: 992px) {
  .knowledge .list_item .owl-item:after {
    display: none;
  }
}
.knowledge .list_item .owl-item:last-child:after {
  display: none;
}
.knowledge .list_item .item .img {
  width: 68px;
  margin: auto;
}
.knowledge .list_item .item .img a {
  padding-top: 87%;
}
.knowledge .list_item .item .img a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.knowledge .list_item .item .info {
  padding-top: 30px;
}
@media (max-width: 1000px) {
  .knowledge .list_item .item .info {
    padding-top: 15px;
  }
}
.knowledge .list_item .item .info .title {
  text-align: center;
}
.knowledge .list_item .item .info .title a {
  font-family: OpenSans-Semibold;
  font-size: 15.65px;
  text-transform: uppercase;
  color: #212121;
}
@media (max-width: 1000px) {
  .knowledge .list_item .item .info .title a {
    font-size: 15px;
  }
}
.knowledge .list_item .item .info .short {
  font-family: OpenSans-Regular;
  font-size: 14.94px;
  text-align: center;
  color: #212121;
  padding-top: 10px;
}
@media (max-width: 1000px) {
  .knowledge .list_item .item .info .short {
    font-size: 14px;
    padding-top: 5px;
  }
}

.tab_settest {
  background: url("../images/bg_settest.png") no-repeat bottom right;
  margin-top: -46px;
  padding-bottom: 130px;
}
@media (max-width: 1000px) {
  .tab_settest {
    margin-top: 0;
    padding-bottom: 30px;
  }
}
.tab_settest .title_section {
  padding-bottom: 62px;
}
@media (max-width: 1000px) {
  .tab_settest .title_section {
    padding-bottom: 25px;
  }
}
.tab_settest .tab_group > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 41px;
}
@media (max-width: 1000px) {
  .tab_settest .tab_group > ul {
    margin-bottom: 25px;
  }
}
@media (max-width: 600px) {
  .tab_settest .tab_group > ul {
    display: none;
  }
}
.tab_settest .tab_group > ul li {
  font-family: SFUEurostileBold;
  font-size: 16.36px;
  color: #505050;
  text-transform: uppercase;
  border-bottom: 4px solid #FFF;
  cursor: pointer;
  margin: 0 18px;
  padding-bottom: 20px;
}
@media (max-width: 1000px) {
  .tab_settest .tab_group > ul li {
    font-size: 15px;
    margin: 0 8px;
    border-bottom-width: 2px;
    padding-bottom: 5px;
  }
}
.tab_settest .tab_group > ul li:hover, .tab_settest .tab_group > ul li.active {
  border-bottom-color: #33b1e2;
  color: #33b1e2;
}
.tab_settest .tab_group > .select {
  margin-bottom: 20px;
  text-align: center;
  padding: 3px 10px;
}
@media (min-width: 600px) {
  .tab_settest .tab_group > .select {
    display: none;
  }
}
.tab_settest .tab_group > .select select {
  font-family: SFUEurostileBold;
  font-size: 16px;
  color: #505050;
  text-transform: uppercase;
  padding: 3px 10px;
}
.tab_settest .tab_group .content_group .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #5cc1e8;
  margin-bottom: 45px;
}
@media (max-width: 1000px) {
  .tab_settest .tab_group .content_group .content ul {
    margin-bottom: 25px;
  }
}
.tab_settest .tab_group .content_group .content ul li {
  font-family: OpenSans-Semibold;
  font-size: 15.65px;
  color: #212121;
  text-transform: uppercase;
  margin-right: 19px;
  min-width: 180px;
  text-align: center;
  border: 1px solid #a2a2a2;
  border-bottom: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 7px 5px 6px;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .tab_settest .tab_group .content_group .content ul li {
    font-size: 14px;
    min-width: 140px;
    margin-right: 10px;
    padding: 4px 5px 3px;
  }
}
@media (max-width: 470px) {
  .tab_settest .tab_group .content_group .content ul li {
    padding: 0 0 3px;
    min-width: unset;
    border: none;
    margin-right: 15px;
  }
}
.tab_settest .tab_group .content_group .content ul li:hover, .tab_settest .tab_group .content_group .content ul li.active {
  color: #FFF;
  background: #5cc1e8;
  border-color: #5cc1e8;
}
@media (max-width: 470px) {
  .tab_settest .tab_group .content_group .content ul li:hover, .tab_settest .tab_group .content_group .content ul li.active {
    background: none;
    color: #5cc1e8;
  }
}
.tab_settest .tab_group .content_group .content .list_settest .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab_settest .tab_group .content_group .content .list_settest .owl-stage .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tab_settest .tab_group .content_group .content .list_settest .item {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  border: 1px solid #d9c190;
}
.tab_settest .tab_group .content_group .content .list_settest .item .img {
  margin: -1px;
}
.tab_settest .tab_group .content_group .content .list_settest .item .img a {
  padding-top: 84.85%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.tab_settest .tab_group .content_group .content .list_settest .item .img a img {
  width: 100%;
}
.tab_settest .tab_group .content_group .content .list_settest .item .info {
  text-align: center;
  background: #FFF;
}
.tab_settest .tab_group .content_group .content .list_settest .item .info .title a {
  font-family: OpenSans-Bold0;
  font-size: 19.92px;
  color: #2e2e2e;
}
.tab_settest .tab_group .content_group .content .list_settest .item .info .short {
  font-family: OpenSans-Regular;
  font-size: 17.79px;
  color: #212121;
}
.tab_settest .tab_group .content_group .content .list_settest .owl-controls {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
.tab_settest .tab_group .content_group .content .list_settest .owl-controls .owl-nav .owl-prev {
  width: 31px;
  height: 30px;
  background: url("../images/nav_left.png") no-repeat;
  border-radius: 50%;
  background-size: contain;
  position: absolute;
  right: calc(100% + 4px);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1000px) {
  .tab_settest .tab_group .content_group .content .list_settest .owl-controls .owl-nav .owl-prev {
    width: 25px;
    height: 24px;
  }
}
.tab_settest .tab_group .content_group .content .list_settest .owl-controls .owl-nav .owl-next {
  width: 31px;
  height: 30px;
  background: url("../images/nav_right.png") no-repeat;
  border-radius: 50%;
  background-size: contain;
  position: absolute;
  left: calc(100% + 4px);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1000px) {
  .tab_settest .tab_group .content_group .content .list_settest .owl-controls .owl-nav .owl-next {
    width: 25px;
    height: 24px;
  }
}
.tab_settest .tab_group .content_group .content .list_settest .owl-controls .owl-dots {
  margin-top: 45px;
}
@media (max-width: 1000px) {
  .tab_settest .tab_group .content_group .content .list_settest .owl-controls .owl-dots {
    margin-top: 25px;
  }
}
.tab_settest .tab_group .content_group .content .list_settest .owl-controls .owl-dots .owl-dot:hover span, .tab_settest .tab_group .content_group .content .list_settest .owl-controls .owl-dots .owl-dot.active span {
  background: #b6892d;
}
.tab_settest .tab_group .content_group .content .list_settest .owl-controls .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  border: 1px solid #747474;
  margin: 0 4px;
  background: #FFF;
}

.title_section {
  font-family: SFUEurostileDemi;
  font-size: 46.24px;
  color: #b6892d;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1000px) {
  .title_section {
    font-size: 35px;
  }
}
@media (max-width: 425px) {
  .title_section {
    font-size: 27px;
  }
}
/*# sourceMappingURL=home.css.map */