/* tiêu chí */

.wrap-criteria {
    position: relative;
    background: url(../images/bgr_criteria.jpg) no-repeat;
    background-size: 100% 100%;
}

.wrap-criteria .wrap-content {
    display: flex;
}

.title-criteria {
    background: #00a04f;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    writing-mode: vertical-rl;
    padding: 0 36px 0 30px;
}

.box-criteria {
    width: 60%;
    border-right: 1px solid white;
    padding: 50px 50px 50px 0px;
}

.title-criteria p {
    font-size: 30px;
    color: #fff;
    line-height: normal;
    margin: 0;
    font-family: "font2";
}

.title-criteria span {
    font-size: 50px;
    color: #fff;
    font-family: "font2";
}

.slick_criteria .slick-slide {
    margin: 10px 0px;
}

.criteria-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.criteria-img {
    background: url(../images/icon-criteria.png) no-repeat;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.criteria-info {
    width: calc(100% - 10px - 100px);
}

.criteria-name {
    color: white;
    font-size: 16px;
    font-family: "font1";
}

.criteria-desc {
    color: white;
    font-size: 15px;
    font-family: "font4";
}

/* giới thiệu */

.wrap-gioithieu {}

.box-main-gioithieu {
    display: flex;
    align-items: center;
    gap: 50px;
    overflow: hidden;
}

.gioithieu-info {
    width: 50%;
}

.gioithieu-info .wellcome {
    font-size: 22px;
    font-family: "font2";
    color: #000;
}

.gioithieu-info .name-gioithieu {
    font-size: 50px;
    font-family: "font2";
    color: #00a04f;
    text-transform: uppercase;
}

.group-title-gioithieu {
    border-left: 3px solid #f6811b;
    padding-left: 20px;
}

.gioithieu-info .desc-gioithieu {
    color: #084d86;
    font-family: "font3";
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 30px;
}

.slide-intro {
    position: relative;
}

.slide-intro img {
    background: #fff;
    animation: slide-up-intro 5s ease 0s infinite normal forwards;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
    animation-iteration-count: infinite;
    position: relative;
    z-index: 2;
}

.slide-intro::after {
    position: absolute;
    content: "";
    background: #00a04f;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.gioithieu-img {
    width: 50%;
    display: flex;
    gap: 20px;
}

.btn-intro {
    display: block;
    width: 160px;
    position: relative;
    overflow: hidden;
    background: #00a04f;
}

.btn-intro:before {
    position: absolute;
    content: "";
    top: -10%;
    left: -10%;
    bottom: -10%;
    transform: skew(-30deg);
    background-color: #ff8801;
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    width: 0;
}

.btn-intro p {
    position: relative;
    padding: 10.5px 0;
}

.btn-intro p:before {
    position: absolute;
    content: "";
    background: #ff8801;
    width: 14px;
    height: 14px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    top: 2px;
    left: 2px;
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

.btn-intro span {
    position: relative;
    z-index: 2;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    font-size: 16px;
    color: #fff;
    font-family: ;
    text-transform: uppercase;
}

.btn-intro p:after {
    position: absolute;
    content: "";
    background: #ff8801;
    width: 14px;
    height: 14px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    bottom: 2px;
    right: 2px;
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

.btn-intro i {
    display: block;
    font-size: 18px;
    color: #fff;
    margin-left: 10px;
    z-index: 1;
    position: relative;
}

.btn-intro:hover::before {
    width: 130%;
}

.btn-intro:hover p:before,
.btn-intro:hover p:after {
    background: #00a04f;
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

@keyframes slide-up-intro {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(50%);
    }
}

/* dịch vụ */

.box-main-dichvu {
    position: relative;
}

.dichvu-item {
    position: relative;
}

.dichvu-info {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 20px;
}

.dichvu-info span {
    color: white;
    font-size: 16px;
    text-transform: capitalize;
    font-family: "font4";
}

.dichvu-info .dichvu-name {
    color: white;
    font-size: 22px;
    font-family: "font2";
    line-height: 24px;
}

.control-dichvu.control-owl button.owl-prev {
    left: -50px;
    background: white;
}

.control-dichvu.control-owl button.owl-next {
    right: -50px;
    background: white;
}

/* sản phẩm */

.grid-product {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.product-img {
    padding: 5px;
    background: white;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.product-info {
    padding: 10px 5px;
    text-align: center;
}

.product-name {
    font-size: 16px;
    color: black;
    font-family: "font4";
    text-transform: uppercase;
}

/* đăng ký */

.box-newsletter {
    width: 40%;
    padding: 50px 0px 0px 70px;
}

.box-newsletter .title-main p:last-child {
    color: white;
}

.group-newsletter {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.input-group1,
.input-group2,
.input-group3 {
    position: relative;
}

.input-group1 input,
.input-group2 input,
.input-group3 input {
    width: 100%;
    height: 40px;
    padding: 10px 30px 10px 10px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid white;
    color: white;
}

.input-group1::before {
    position: absolute;
    content: "";
    overflow: hidden;
    background: url(../images/user.png) no-repeat;
    width: 18px;
    height: 20px;
    top: calc(50% - 20px / 2);
    right: 10px;
}

.input-group2::before {
    position: absolute;
    content: "";
    overflow: hidden;
    background: url(../images/phone.png) no-repeat;
    width: 24px;
    height: 24px;
    top: calc(50% - 24px / 2);
    right: 10px;
}

.input-group3::before {
    position: absolute;
    content: "";
    overflow: hidden;
    background: url(../images/mail.png) no-repeat;
    width: 30px;
    height: 30px;
    top: calc(50% - 30px / 2);
    right: 10px;
}

.input-group input[type="submit"] {
    border: 0px;
    background-color: #f6811b;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    width: 140px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    border-radius: 0;
    padding: 0;
    margin: auto;
}

.input-group input[type="submit"]:hover {
    background: #00a04f;
}

/* group-register-video */

.wrap-group-register-video {
    background: url(../images/bgr_register_video.png) no-repeat center;
    background-size: 100% 100%;
}

.wrap-register {
    background: url(../images/bgr_register.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 25px 70px;
}

.left-register {
    width: 40%;
}

.right-register {
    width: 60%;
}

.right-register .title-register {
    color: white;
    font-size: 22px;
    font-family: "font2";
}

.right-register .name-register {
    color: white;
    font-family: "font1";
    font-size: 30px;
}

.right-register .desc-register {
    font-size: 20px;
    font-family: "font1";
    color: #084d86;
    background: white;
    width: fit-content;
    padding: 10px 50px;
    position: relative;
    margin: 20px 0px;
}

.right-register .desc-register::after {
    position: absolute;
    content: "";
    background: url(../images/chat.png) no-repeat;
    background-size: 100% 100%;
    width: 28px;
    height: 20px;
    top: -20px;
    right: 20%;
}

.right-register .content-register {
    color: white;
    font-family: "font3";
}

.nows-register {
    border: 1px solid white;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: fit-content;
    color: white;
    gap: 5px;
    cursor: pointer;
}

.news-register :hover p {
    color: #b51e23;
}

.nows-register p {
    font-family: "font1";
    margin: 0px;
}

.nows-register i {
    height: fit-content;
}

/* tin tức */

.box-main-tintuc {
    display: flex;
    gap: 20px;
}

.tintuc-item {
    position: relative;
}

.tintuc-name {
    font-size: 15px;
    font-family: "font2";
    margin: 8px 0px;
    color: black;
    line-height: 24px;
}

.tintuc-desc {
    margin: 0px;
    color: #555;
    font-family: "font4";
    font-size: 15px;
}

.right-tintuc .tintuc-info .tintuc-name {
    font-size: 14px;
}

/* đăng ký */

/* ẩn gg dịch */

iframe.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}

body>.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

.feedback-item {
    background: #00a04f2b;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.feedback-img {
    width: fit-content;
    margin: auto;
}

.feedback-img .scale-img {
    border-radius: 50%;
    border: 2px solid #f6811b;
}

.feedback-info {
    margin-top: 10px;
}

.feedback-name {
    font-size: 18px;
    font-family: "font1";
}

.feedback-desc {
    font-family: "font3";
    font-size: 15px;
    margin: 0px;
}