.comma {
  display: inline-block;
  font-size: 1.1rem;
}

.colored_bold {
  font-size: 1.1rem;
}

.list_ul {
  margin: 20px 0 0;
}
.list_ul li {
  font-size: 17px;
  position: relative;
  padding-left: 20px;
}
.list_ul li::before {
  position: absolute;
  content: "-";
  left: 0;
  top: 0;
}

.item-main {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.item-main .bg-img {
  position: relative;
  z-index: 1;
}
.item-main .infor {
  margin-top: -30px;
  width: 80%;
  z-index: 2;
  position: relative;
  box-shadow: 0px 5px 25px rgba(58, 64, 67, 0.1);
}

.tab_btns_list {
  display: flex;
  gap: 10px;
  margin: 1rem 0 0;
}
.tab_btns_list .tab_btns_single {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9019607843);
  border: none;
  padding: 4px 20px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1490196078);
}

.video-block.style-four .video {
  margin-bottom: 0;
}

.tags_list {
  margin: 1rem 0 0;
  display: flex;
  gap: 10px;
}
.tags_list .tag_single {
  font-size: 11px;
  text-transform: uppercase;
  background: rgba(100, 102, 108, 0.1098039216);
  padding: 9px 15px;
  border-radius: 5px;
  line-height: 10px;
  color: 1px solid var(--secondary);
}

.video-block {
  background: url(../images/video_bg.jpg) center center no-repeat;
  background-size: cover;
}

.video_bg {
  width: 640px;
  height: 370px;
  background: #fff;
  padding: 3px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.video_bg iframe {
  width: 100%;
  height: 100%;
  box-shadow: 0px 10px 10px #ddd;
}

.slider-block .prev-arrow, .slider-block .next-arrow,
.slider-block .slider-main .slick-dots {
  display: none !important;
}

.form-contact.style-two .map-block iframe {
  width: 100%;
  height: 350px;
}

.benefit-block.style-one .list-benefit .row > div .benefit-item .text .heading5 {
  line-height: 26px;
}

/*# sourceMappingURL=ann-latest.css.map */
