@import "../base.css";

video {
  width: 100%;
}

.anket-homepage .panel .panel-title {
  font-family: Roboto-Bold;
}

.banner .widget_media_image img {
  width: 100%;
  height: 100%;
}

.anket-homepage .banner-description {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}

.anket-homepage .banner-description .widgettitle {
  font-size: 2.3rem;
  font-weight: normal;
  color: #fff;
}

.anket-homepage .banner-description .textwidget p {
  font-size: 5.6rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}

.anket-homepage .banner {
  position: relative;
}

.anket-homepage .maketing-research .widget_media_image {
  float: left;
  width: 55%;
  margin-right: 70px;
}

.anket-homepage .maketing-research .title {
  font-size: 3rem;
  font-weight: bold;
}

.anket-homepage .maketing-research-desc {
  width: 40%;
}


.anket-homepage .maketing-research .widget_media_image img {
  height: 480px !important;
  width: 580px;
  object-fit: cover;
}

.anket-homepage .maketing-research .widget_text {
  margin-bottom: 20px;
}

.anket-homepage .maketing-research .widget_text p {
  font-size: 1.6rem;
  margin-bottom: 0;
  line-height: 30px;
}

.anket-homepage .maketing-research .widget_text .widgettitle {
  display: inline-block;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.anket-homepage .maketing-research .link-btn a {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: var(--color-primary);
  font-size: 1.6rem;
  font-weight: bold;
}

.anket-homepage .maketing-research .link-btn img {
  margin-left: 15px;
}

/* section-strength */

.section-strength {
  background-color: var(--bg-primary);
}

.strength-list {
  margin-bottom: 100px;
}

.strength-list .strength-item_index .number {
  font-size: 12.5rem;
  color: #d5d5d5;
  font-weight: bold;
  font-family: Roboto-Bold;
  line-height: 100%;
  display: block;
}
.strength-list .strength-item_index .text {
  font-size: 2rem;
  color: var(--color-primary);
  font-weight: bold;
  font-family: Roboto-Bold;
  position: absolute;
  z-index: 1;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.strength-list .strength-item {
  background: #fff;
  padding: 10px 25px 25px 25px;
}

.strength-item_index {
  position: relative;
  text-align: center;
  margin-bottom: 35px;
}

.strength-list .strength-item_content .textwidget {
  margin-bottom: 35px;
}

.strength-list .strength-item_content .widgettitle {
  color: var(--color-primary);
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.strength-list .strength-item_content .textwidget p {
  margin-bottom: 0;
  font-size: 1.6rem;
}

.strength-list .button-link {
  width: 75%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: var(--btn-primary);
  border-radius: 96px;
  color: #fff;
}

.strength-thumnail_item {
  background: #fff;
  border: 8px solid #6fa6d8;
}



.strength-thumnail_item img {
  width: 100%;
  height: 100%;
  padding: 40px;
  object-fit: contain;
}

.strength-thumnail .col-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.strength-thumnail .strength-thumnail_circle {
  border-radius: 50%;
}


.wp-video .mejs-container .mejs-controls {
  visibility: hidden;
  display: none;
}

/* infomation */

.section-infomation .widgettitle {
  display: none;
}

.section-infomation ul {
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.section-infomation ul li {
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 20px;
  padding-right: 20px;
}



.section-infomation ul li:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #707070;
}

.section-infomation .post-cate {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0;
}

.section-infomation .post-cate.cate-news {
  background-color: #6fa6d8;
}

.section-infomation .post-cate.cate-others {
  background-color: var(--btn-primary);
}

.section-infomation ul li a {
  color: #6fa6d8;
  font-size: 1.8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.section-infomation .panel {
  display: flex;
  align-items: center;
}

.section-infomation .panel .panel-heading {
  flex: 1;
}

.section-infomation .panel .panel-body {
  flex: 2;
}

.section-infomation ul li .info-post {
  width: calc(100% - 50px);
  padding-left: 20px;
}


@media (min-width: 1200px) {
  .strength-item_small {
    height: 250px;
    width: 250px;
  }

  .strength-item_top .strength-thumnail_item {
    height: 250px;
  }

  .strength-thumnail .col-left .strength-thumnail_item {
    height: 520px;
  }

  .anket-homepage .maketing-research .link-btn {
    margin-top: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .anket-homepage .maketing-research .link-btn{
    margin-top: 50px;
  }

  .section-infomation .panel .panel-title {
    margin-bottom: 0;
  }

  .strength-item_small {
    height: 230px;
    width: 230px;
  }

  .strength-item_top .strength-thumnail_item {
    height: 230px;
  }

  .strength-thumnail .col-left .strength-thumnail_item {
    height: 480px;
  }
  
}

@media (min-width: 768px) and (max-width: 991px) {
  .strength-item_small {
    height: 160px;
    width: 160px;
  }

  .strength-item_top .strength-thumnail_item {
    height: 160px;
  }

  .strength-thumnail .col-left .strength-thumnail_item {
    height: 340px;
  }

  .strength-thumnail_item {
    border-width: 4px;
  }

  .strength-thumnail_item img {
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .anket-homepage .big-banner-mobile {
    display: none;
  }
}

@media (max-width: 991px){
  .anket-homepage .maketing-research .widget_media_image{
    float: unset;
    width: 100%;
  }

  .anket-homepage .maketing-research .widget_media_image img {
    width: 100%;
  }

  .anket-homepage .maketing-research {
    display: flex;
    flex-direction: column-reverse;
  }

  .anket-homepage .maketing-research .widget_media_image {
    order: 1;
  }

  .anket-homepage .maketing-research .widget_text {
    order: 3;
  }

  .anket-homepage .maketing-research .link-btn {
    order: 2;
    margin-bottom: 45px;
  }

  .strength-list .strength-item {
    margin-bottom: 25px;
  }

  .section-infomation .panel {
    display: block;
  }
}

@media (max-width: 767px) {

  .banner .widget_media_image img {
    height: 600px;
    object-fit: cover;
  }

  .anket-homepage .banner-description .widgettitle {
    font-size: 1.5rem;
  }

  .anket-homepage .banner-description .textwidget p {
    font-size: 3.8rem;
  }

  .anket-homepage .banner-description .widget_text {
    text-align: center;
  }

  .anket-homepage .maketing-research .widgettitle {
    /* margin: 20px 0; */
  }

  .anket-homepage .maketing-research .widget_text {
    /* margin-bottom: 20px; */
  }

  

  .anket-homepage .maketing-research .widget_text .widgettitle {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .anket-homepage .maketing-research .widget_text p {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 1.5px;
  }

  .anket-homepage .maketing-research .link-btn a {
    font-size: 1.5rem;
    font-weight: normal;
  }

  .strength-list {
    margin-bottom: 50px;
  }

  .strength-list .strength-item_index .number {
    font-size: 12rem;
  }

  .strength-list .strength-item_index .text {
    font-size: 2rem;
  }

  .strength-list .strength-item_content .widgettitle {
    font-size: 2rem;
  }

  .strength-list .strength-item_content .textwidget p {
    font-size: 1.5rem;
    line-height: 2;
  }

  .strength-list .button-link {
    height: 40px;
    font-size: 1.5rem;
  }

  .strength-thumnail_item {
    margin-bottom: 25px;
    border-width: 5px;
  }

  .section-infomation ul li a {
    font-size: 1.4rem;
  }

  .section-infomation .post-cate {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }

  .strength-item_index {
    margin-bottom: 17px;
  }

  .anket-homepage .maketing-research .link-btn img {
    width: 15px;
    height: 15px;
    margin-left: 8px;
  }

  .anket-homepage .maketing-research .widget_media_image img {
    height: 250px !important;
  }

  .section-infomation ul li span {
    display: block;
  }

  .strength-thumnail .strength-thumnail_circle img {
    padding: 70px;
  }

  .strength-thumnail_item img {
    padding: 50px;
  }
}


@media (max-width: 767px) {
  .video-banner {
    display: none;
  }
}

@media (min-width:992px) {
  .button-header-link-mobile {
    display: none !important;
  }
}
