/**css tuy chinh rieng cho tung trang**/
.navbar.nav-style-02 {
  position:relative !important;
}
.navbar-area.nav-style-02 .utility-nav .navbar-collapse .navbar-nav li a {
  color:var(--main-color-one);
}
.navbar-area.nav-style-02 .utility-nav .navbar-collapse .navbar-nav li.menu-item-has-children:before {
  color:var(--main-color-one);
}
/*tiêu đề*/
.get-title .section-title h1.title {
  color: var(--main-color-one);
    text-align: center;
    font-weight: 600;
    font-size: 32px;
  margin-bottom:16px;
}
/*dưới*/
.header-bottom-area > div > div > div:first-of-type {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
}
.header-bottom-area > div > div > div {
  flex: 0 0 50%;
  max-width: 50%;
  -ms-flex: 0 0 50%;
  padding: 50px 15px;
  border-top: 1px solid #eaedee;
}
.header-bottom-area > div > div > div:first-of-type .work-single-item {
  margin: 0 auto;
  width: 50%;
}
.header-bottom-area .work-single-item .content {
  display: flex;
  align-items: flex-start;
}
.header-bottom-area .work-single-item .content img {
  width: 200px;
  height: 200px;
  margin-right: 20px;
  border-radius:10px;
}
.header-bottom-area .work-single-item .content h3.title {
  font-size: 23px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0;
}
.header-bottom-area .work-single-item .content .utility-para {
  font-size:16px;
  text-align:justify;
}
/*media*/
@media only screen and (max-width: 991px) {
  .header-bottom-area > div > div > div {
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
  }
  .header-bottom-area > div > div > div:first-of-type .work-single-item {
    width:100%;
  }
}

@media only screen and (max-width: 767px) {
  .call-to-action-area .offer-item-wrap > div:last-of-type {
    display:none;
  }
  .offer-item-wrap.learning-app {
    padding:0 15px;
  }
}

@media only screen and (max-width:430px) {
  .header-bottom-area .work-single-item .content img {
    width: 100px;
    height: 100px;
  }
  .header-bottom-area .work-single-item .content h3.title {
    font-size:20px;
  }
}