div[data-animation-enable="1"] {
  opacity: 0;
}

div[data-animation-enable="1"].animated {
  opacity: 1;
}


.star-rating {
  box-sizing: border-box;
}

.star-rating::after {
  clear: both;
  content: "";
  display: table;
}

.star-rating .txt {
  display: inline-block;
  float: left;
}
.icon{
    width:100%;
    float:left;
    margin-bottom:10px;
}
.tu_van_dau_tu{
    width:50%;
    float:left;
}
.tu_van_dau_tu1{
    width:50%;
    float:left;

}
.tu_van_phap_luat{
    width:50%;
    float:left;
}
.tu_van_phap_luat1{
    width:50%;
    float:left;
}
.copyright{
    display:none!important;
}
#noi-bat .vc_custom_1506656499804 {
    background-color: rgba(16,18,66,0.95) !important;}

.star-rating .ratings-stars {
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 14px;
  text-align: center;
  width: 14px;
}

.star-rating .ratings-stars:before {
  content: "\f3ae";
  font-family: Ionicons;
  font-size: 14px;
}

.star-rating .ratings-over:before {
  content: "\f2fc";
}

.star-rating .ratings-over.txt:before {
  content: none;
}

.star-rating .total-votes {
  display: none;
  background: none repeat scroll 0 0 #dddddd;
  border-radius: 4px;
  cursor: pointer;
  float: left;
  font-size: 14px;
  height: 30px;
  line-height: 29px;
  margin-left: 15px;
  padding: 0 5px;
  text-align: center;
  vertical-align: middle;
  width: 30px;
}

/* vmz_carousel */
.vmz_carousel .vmz_carousel_item {
  position: relative;
  color: #fff;
}

.vmz_carousel .slide-info {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  text-align: center;
  width: 60%;
  top: 50%;
}

.vmz_carousel .title {
  font-size: 36px;
  margin-bottom: 10px;
}

.vmz_carousel .subtitle {
  font-size: 14px;
  margin-bottom: 25px;
  display: none;
}

@media screen and (min-width: 992px) {
  .vmz_carousel .subtitle {
    display: block;
  }
}

/* vmz_feature */
.vmz_feature.style-1 {
  padding: 30px 0px;
  font-size: 18px;
  text-align: center;
}


.vmz_feature.style-1 .title {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 0;
}

.vmz_feature.style-1 .up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.vmz_feature.style-1 .up img {
  margin-right: 10px;
}

.vmz_feature.style-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  margin-top: 25px;
}

.vmz_feature.style-2 .left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 35px;
}

.vmz_feature.style-2 .title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  margin-bottom: 0;
}

.vmz_feature.style-3 {
  text-align: center;
}

.vmz_feature.style-3 .image-wrap {
  margin-bottom: 40px;
  height: 80px;
  position: relative;
}

.vmz_feature.style-3 .image-wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.vmz_feature.style-3 .title {
  font-size: 30px;
  margin-bottom: 0;
}

.vmz_feature.style-3 .desc {
  font-size: 18px;
}

/* vmz_heading */
.vmz_heading .style-1 {
  color: #308bd1;
  border-bottom: 1px solid #308bd1;
}

.vmz_heading .style-2 {
  color: #000000;
}

/* vmz_carousel_testimonial */
.vmz_carousel_testimonial .insider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vmz_carousel_testimonial .testimonial-info {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.vmz_carousel_testimonial .testimonial-info .testimonial {
  position: relative;
  padding-left: 40px;
  padding-top: 20px;
}

.vmz_carousel_testimonial .testimonial-info .testimonial:before {
  content: "\f347";
  font-family: Ionicons;
  position: absolute;
  top: 0;
  left: 0;
  color: #ccc;
  font-size: 30px;
}

.vmz_carousel_testimonial .testimonial-user {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.vmz_carousel_testimonial .testimonial-user .image {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 auto;
}

.vmz_carousel_testimonial .testimonial-user .image img {
  width: 100px;
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.vmz_carousel_testimonial .testimonial-user .name {
  text-align: center;
  padding: 10px 0 0;
  font-style: italic;
}

@media screen and (min-width: 600px) {
  .vmz_carousel_testimonial .insider {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .vmz_carousel_testimonial .testimonial-user {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 60px;
    position: relative;
  }
  .vmz_carousel_testimonial .testimonial-user .image {
    padding-top: 121%;
    width: 264px;
    height: auto;
    border-radius: 0;
  }
  .vmz_carousel_testimonial .testimonial-user .image img {
    width: 100%;
  }
  .vmz_carousel_testimonial .testimonial-user .name {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: rgba(48, 139, 209, 0.95);
    text-transform: uppercase;
    font-weight: bold;
    font-style: normal;
    color: #fff;
    padding: 10px 0;
  }
}

@media screen and (min-width: 768px) {
  .vmz_carousel_testimonial .testimonial-user .image {
    width: 200px;
  }
}

@media screen and (min-width: 992px) {
  .vmz_carousel_testimonial .testimonial-user .image {
    width: 264px;
  }
}

/* vmz_post_carousel */
.vmz_post_carousel .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.vmz_post_carousel .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}

.vmz_post_carousel .insider {
  background: #fff;
  padding: 15px;
}

.vmz_post_carousel .post-thumbnail {
  margin: -15px -15px 20px -15px;
}

.vmz_post_carousel .vietmoz-title {
  font-size: 18px;
}

.vmz_post_carousel .post-excerpt {
  font-size: 14px;
  margin-bottom: 15px;
}
