#detail_page {
  background: #f8f8fb;
}

#detail_page .competition_detail {
  padding: 48px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

#detail_page .competition_detail .menu-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 144px;
}

#detail_page .competition_detail .detail_left {
  width: 23%;
}

#detail_page .competition_detail .detail_left .item_left {
  border-bottom: solid 1px #e0e2eb;
  margin-bottom: 20px;
}

#detail_page .competition_detail .detail_left .item_left img {
  border-radius: 8px;
}

#detail_page .competition_detail .detail_left .item_left .title {
  padding: 20px 0;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #4b5082;
  text-transform: uppercase;
}

#detail_page .competition_detail .detail_left .item_left .time {
  padding: 0 0 20px;
  margin: 0;
  font-size: 14px;
  color: #828282;
  text-transform: uppercase;
}

#detail_page .competition_detail .detail_left .item_left .title_2 {
  font-size: 14px;
  font-weight: 600;
  color: #5c5c5c;
  text-transform: uppercase;
  margin-bottom: 12px;
}

#detail_page .competition_detail .detail_left .item_left .sub {
  margin-bottom: 12px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 16px auto;
      grid-template-columns: 16px auto;
  gap: 10px;
}

#detail_page .competition_detail .detail_left .item_left .sub p {
  margin-bottom: 0;
}

#detail_page .competition_detail .detail_left .item_left:last-child {
  border-bottom: none;
}

#detail_page .competition_detail .detail_left .item_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}

#detail_page .competition_detail .detail_left .item_share .title_2 {
  margin-bottom: 0;
}

#detail_page .competition_detail .detail_left .item_share .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

#detail_page .competition_detail .detail_right {
  width: calc(77% - 40px);
}

#detail_page .competition_detail .detail_right .content_ {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #e0e2eb;
}

#detail_page .competition_detail .detail_right .content_ .image-competition img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

#detail_page .competition_detail .detail_right .content_ h1 {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #3f3f3f;
  text-transform: uppercase;
  margin: 24px 0;
}

#detail_page .competition_detail .detail_right .content_ .event {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

#detail_page .competition_detail .detail_right .content_ .event .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 24px auto;
      grid-template-columns: 24px auto;
  gap: 12px;
}

#detail_page .competition_detail .detail_right .content_ .event .item .text .title {
  color: #5c5c5c;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 4px 0;
}

#detail_page .competition_detail .detail_right .content_ p,
#detail_page .competition_detail .detail_right .content_ span {
  font-size: 16px;
  color: #3f3f3f;
  margin-bottom: 40px;
}

#detail_page .competition_detail .detail_right .content_ p img,
#detail_page .competition_detail .detail_right .content_ span img {
  width: 100% !important;
  height: auto !important;
  border-radius: 8px;
}

#detail_page .competition_detail .detail_right .content_ p:last-child,
#detail_page .competition_detail .detail_right .content_ span:last-child {
  margin-bottom: 0;
}

#detail_page .competition_detail .detail_right .content_ .summary {
  font-size: 16px;
  color: #3f3f3f;
  font-style: italic;
  margin-bottom: 40px;
}

#detail_page .competition_detail .detail_right .content_ .title_content {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

#detail_page .competition_detail .detail_right .content_ .description h3,
#detail_page .competition_detail .detail_right .content_ .content2 h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-size: #5c5c5c;
  margin-bottom: 16px;
  font-weight: 700;
}

#detail_page .competition_detail .detail_right .content_ .description ul,
#detail_page .competition_detail .detail_right .content_ .content2 ul {
  padding-left: 16px;
  margin-left: 10px;
}

#detail_page .competition_detail .detail_right .content_ .description ul li,
#detail_page .competition_detail .detail_right .content_ .content2 ul li {
  font-size: 16px;
  color: #5c5c5c;
}

#detail_page .competition_detail .detail_right .content_ .description p,
#detail_page .competition_detail .detail_right .content_ .content2 p {
  margin-bottom: 16px;
}

#detail_page .competition_detail .detail_right .content_ .list_judges .item {
  padding: 12px 12px 24px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

#detail_page .competition_detail .detail_right .content_ .list_judges .item .image {
  position: relative;
}

#detail_page .competition_detail .detail_right .content_ .list_judges .item .image img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

#detail_page .competition_detail .detail_right .content_ .list_judges .item .image::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 48px solid transparent;
  border-bottom: 48px solid #f8f8fb;
  position: absolute;
  bottom: 0;
  left: 0;
}

#detail_page .competition_detail .detail_right .content_ .list_judges .item .content {
  margin-top: 24px;
  text-align: center;
}

#detail_page .competition_detail .detail_right .content_ .list_judges .item .content .name {
  font-size: 17px;
  font-weight: 600;
  color: #3f3f3f;
  text-transform: uppercase;
  margin-bottom: 12px;
}

#detail_page .competition_detail .detail_right .content_ .list_judges .item .content .sub {
  font-size: 15px;
  color: #828282;
  margin-bottom: 8px;
}

#detail_page .competition_detail .detail_right .content_ .list_judges .item .content .sub:last-child {
  margin-bottom: 0;
}

#detail_page .competition_detail .detail_right .content_ .list_judges .owl-nav {
  display: block;
}

#detail_page .competition_detail .detail_right .content_ .list_judges .owl-nav .owl-prev {
  background: url(../../../../templates/default/images/prev.svg) center center no-repeat;
  width: 56px;
  height: 56px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -28px;
  position: absolute;
  border: none;
}

#detail_page .competition_detail .detail_right .content_ .list_judges .owl-nav .owl-prev span {
  display: none;
}

#detail_page .competition_detail .detail_right .content_ .list_judges .owl-nav .owl-prev:hover {
  background: url(../../../../templates/default/images/prev_hover.svg) center center no-repeat;
}

#detail_page .competition_detail .detail_right .content_ .list_judges .owl-nav .owl-prev:focus {
  outline: none;
  border: none;
}

#detail_page .competition_detail .detail_right .content_ .list_judges .owl-nav .owl-next {
  background: url(../../../../templates/default/images/next.svg) center center no-repeat;
  width: 56px;
  height: 56px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -28px;
  position: absolute;
  border: none;
}

#detail_page .competition_detail .detail_right .content_ .list_judges .owl-nav .owl-next span {
  display: none;
}

#detail_page .competition_detail .detail_right .content_ .list_judges .owl-nav .owl-next:hover {
  background: url(../../../../templates/default/images/next_hover.svg) center center no-repeat;
}

#detail_page .competition_detail .detail_right .content_ .list_judges .owl-nav .owl-next:focus {
  outline: none;
  border: none;
}

#detail_page .competition_detail .detail_right .content_ form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 20px;
}

#detail_page .competition_detail .detail_right .content_ form .box50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

#detail_page .competition_detail .detail_right .content_ form .box50 .register {
  width: calc((100% - 48px) / 3);
}

#detail_page .competition_detail .detail_right .content_ form .box50 .register a {
  display: block;
  background: #4b5082;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 12px;
  text-align: center;
  border-radius: 4px;
}

#detail_page .competition_detail .detail_right .content_ form .input-box {
  position: relative;
  width: 100%;
}

#detail_page .competition_detail .detail_right .content_ form .input-box svg {
  position: absolute;
  top: 14px;
  left: 20px;
}

#detail_page .competition_detail .detail_right .content_ form .input-box input {
  padding: 5px 20px 5px 20px;
  height: 48px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #dddddd;
  font-size: 14px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#detail_page .competition_detail .detail_right .content_ form .input-box input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #0066aa;
}

#detail_page .competition_detail .detail_right .content_ form .input-box input::-webkit-input-placeholder {
  color: #a9a9a9;
}

#detail_page .competition_detail .detail_right .content_ form .input-box input:-ms-input-placeholder {
  color: #a9a9a9;
}

#detail_page .competition_detail .detail_right .content_ form .input-box input::-ms-input-placeholder {
  color: #a9a9a9;
}

#detail_page .competition_detail .detail_right .content_ form .input-box input::placeholder {
  color: #a9a9a9;
}

#detail_page .competition_detail .detail_right .content_ form .label_error {
  margin-top: 20px;
}

.news_related {
  padding: 48px 0;
}

.news_related .list_news h3 {
  color: #3f3f3f;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.news_related .list_news .slide-related .item {
  display: block;
  padding: 16px;
  border: solid 1px #edeef3;
  border-radius: 4px;
  position: relative;
  height: 265px;
}

.news_related .list_news .slide-related .item .image img {
  width: 100%;
  height: 153px;
  border-radius: 4px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
}

.news_related .list_news .slide-related .item .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 64px auto;
      grid-template-columns: 64px auto;
  gap: 16px;
  margin-top: 16px;
}

.news_related .list_news .slide-related .item .content .left {
  border-radius: 4px;
  text-align: center;
}

.news_related .list_news .slide-related .item .content .left .month {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: #4b5082;
  border-radius: 4px 4px 0 0;
}

.news_related .list_news .slide-related .item .content .left .date {
  margin: 0;
  background: #f3f3fb;
  font-size: 32px;
  font-weight: 700;
  border-radius: 0 0 4px 4px;
  color: #4b5082;
}

.news_related .list_news .slide-related .item .content .right .name {
  line-height: normal;
  font-size: 16px;
  font-weight: 700;
  color: #3f3f3f;
  margin-bottom: 0px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.news_related .list_news .slide-related .item .content .right .hours {
  font-size: 14px;
  color: #828282;
  margin-bottom: 0;
}

.news_related .list_news .slide-related .item .content .right .bottom {
  overflow: hidden;
  height: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.news_related .list_news .slide-related .item .content .right .bottom .summary {
  color: #5c5c5c;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 60px;
}

.news_related .list_news .slide-related .item:hover {
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
}

.news_related .list_news .slide-related .item:hover .image img {
  height: 89px;
}

.news_related .list_news .slide-related .item:hover .content .left .month {
  color: #fff;
  background: #f5821e;
}

.news_related .list_news .slide-related .item:hover .content .left .date {
  background: #fff;
  color: #f5821e;
  border: solid 1.5px #f5821e;
}

.news_related .list_news .slide-related .item:hover .content .bottom {
  height: 80px;
}

.news_related .list_news .slide-related .owl-nav {
  display: block;
}

.news_related .list_news .slide-related .owl-nav .owl-prev {
  background: url(../../../../templates/default/images/prev.svg) center center no-repeat;
  width: 56px;
  height: 56px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -28px;
  position: absolute;
  border: none;
}

.news_related .list_news .slide-related .owl-nav .owl-prev span {
  display: none;
}

.news_related .list_news .slide-related .owl-nav .owl-prev:hover {
  background: url(../../../../templates/default/images/prev_hover.svg) center center no-repeat;
}

.news_related .list_news .slide-related .owl-nav .owl-prev:focus {
  outline: none;
  border: none;
}

.news_related .list_news .slide-related .owl-nav .owl-next {
  background: url(../../../../templates/default/images/next.svg) center center no-repeat;
  width: 56px;
  height: 56px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -28px;
  position: absolute;
  border: none;
}

.news_related .list_news .slide-related .owl-nav .owl-next span {
  display: none;
}

.news_related .list_news .slide-related .owl-nav .owl-next:hover {
  background: url(../../../../templates/default/images/next_hover.svg) center center no-repeat;
}

.news_related .list_news .slide-related .owl-nav .owl-next:focus {
  outline: none;
  border: none;
}

@media (max-width: 768px) {
  #detail_page .competition_detail {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    gap: 20px;
  }
  #detail_page .competition_detail .detail_left .menu-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px !important;
  }
  #detail_page .competition_detail .detail_right .content_ {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  #detail_page .competition_detail .detail_right .content_ h1 {
    font-size: 26px;
  }
  #detail_page .competition_detail .detail_right .content_ .title_content {
    font-size: 22px;
  }
  #detail_page .competition_detail .detail_right .content_ .list_judges .owl-nav .owl-prev {
    left: -10px;
  }
  .news_related .list_news {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .news_related .list_news .slide-related .owl-nav .owl-prev {
    left: 0;
  }
  .news_related .list_news .slide-related .owl-nav .owl-next {
    right: 0;
  }
}

@media (max-width: 500px) {
  #detail_page .competition_detail {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  #detail_page .competition_detail .detail_left {
    width: 100%;
  }
  #detail_page .competition_detail .detail_left .menu-sticky .item_left {
    margin-bottom: 15px;
  }
  #detail_page .competition_detail .detail_left .menu-sticky .item_left .title {
    text-align: center;
    font-size: 18px;
  }
  #detail_page .competition_detail .detail_left .menu-sticky .item_share {
    padding-bottom: 15px;
  }
  #detail_page .competition_detail .detail_left .menu-sticky .item_share .sub {
    margin: auto;
  }
  #detail_page .competition_detail .detail_left .menu-sticky .banner {
    display: none;
  }
  #detail_page .competition_detail .detail_right {
    width: 100%;
  }
  #detail_page .competition_detail .detail_right .content_ {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #detail_page .competition_detail .detail_right .content_ h1 {
    font-size: 20px;
  }
  #detail_page .competition_detail .detail_right .content_ .event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  #detail_page .competition_detail .detail_right .content_ .event .item {
    -ms-grid-columns: 20px auto;
        grid-template-columns: 20px auto;
    gap: 10px;
  }
  #detail_page .competition_detail .detail_right .content_ .event .item .text .title,
  #detail_page .competition_detail .detail_right .content_ .event .item .text p {
    font-size: 15px;
  }
  #detail_page .competition_detail .detail_right .content_ .title_content {
    font-size: 20px;
  }
  #detail_page .competition_detail .detail_right .content_ .form_fablab_register {
    gap: 10px;
  }
  #detail_page .competition_detail .detail_right .content_ .form_fablab_register .box50 {
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #detail_page .competition_detail .detail_right .content_ .form_fablab_register .box50 .register a {
    font-size: 14px;
  }
  .news_related .list_news h3 {
    font-size: 20px;
  }
}
/*# sourceMappingURL=competition_detail.css.map */