.entry-content iframe {
	width: 100%;
	aspect-ratio: 1227/690;
	height: auto;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0;
}

/**/
.cert_wrap::before{
    top: -15%;
    left: -20%;
}
.cert_wrap {
    background-color: #FFDFDF;
    border-radius: 40px;
}
.cert-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.tab-btn {
    padding: 7px 35px;
    border-radius: 30px;
    border: 1px solid #d60000;
    background: #fff;
    font-size: 20px;
    color: #d60000;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.10);
}

.tab-btn.active {
    background: #d60000;
    color: #fff;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/**/
.origin-box1 {
    background-size: cover;
  position: relative;
  padding: 85px 0;
}

.origin-box1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(214, 0, 0, 0.85);
}
.origin-box1::before {
  content: "";
  background: linear-gradient(0deg, rgba(207, 9, 0, 0.76) 0%, rgba(207, 9, 0, 0.76) 100%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.origin-box1 .container {
  z-index: 2;
}

/* LEFT */
.origin-content .title {
  font-size: 32px;
  font-weight: 700;
  color: #FFF;
  font-family: "Segoe UI";
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.origin-content .sub {
    color: #FFF;
    font-family: "Segoe UI";
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    line-height: 26px;
}

.origin-item {
    background: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    color: #d60000;
    box-shadow: 0 1px 8px 0 rgba(255, 255, 255, 0.35);
}

.origin-item .icon {
  width: 40px;
  margin-right: 10px;
}

.origin-item .text {
    font-weight: 600;
}
.origin-item img {
  width: 100%;
}

/* RIGHT */
.origin-images {
  gap: 20px;
}

.cert-item {
    border-radius: 10px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.16);
    overflow: hidden;
}

.cert-item img {
    max-width: 257px;
    display: block;
    object-fit: cover;
}
.cert-item img, .item-chungnhan img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 426/600;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.16);
    border-radius: 10px;
}
/**/

.origin-box2-item {
  border-radius: 30px;
  border: 2px solid #FF0C00;
  background: linear-gradient(180deg, #FFFDF5 0%, #FFF7DF 100%);
  padding: 87px 50px;
}
.origin-box2-item .desc {
}
.origin-box2-item .desc li {
    margin-bottom: 15px;
    list-style: none;
    position: relative;
}
.origin-box2-item .desc li::before {
    content: "\f058";
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #019444;
    position: absolute;
    left: -22px;
    top: 0;
}
.origin-box2-item .banner img {
  border-radius: 20px;
  aspect-ratio: 507/346;
  object-fit: cover;
  width: 100%;
  display: block;
}
/**/
@media only screen and (min-width: 991px) {
    .origin_box2_num .origin-box2-item:nth-child(2n) .row{
        flex-direction: row-reverse;
    }
}
@media only screen and (max-width: 991px) {
    .tab-btn {
        font-size: 14px;
        padding: 5px 15px;
    }
    /**/
    .origin-box1 {
        padding: 45px 0;
    }
    .origin-content .title {
        font-size: 22px;
    }
    .origin-content .sub {
        font-size: 16px;
        line-height: 20px;
    }
    .origin-item {
        padding: 10px 10px;
    }
    .origin-item img {
        min-width: 35px;
    }
    .origin-box2-item {
        border-radius: 20px;
        padding: 20px;
    }
}
@media only screen and (max-width: 640px) {
    .cert-tabs {
        display: block;
    }
    .cert-tabs.text-center .tab-btn {
        margin: 5px;
    }
}



