
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&display=swap');

.logo-headers img {
    /* height: 85px; */
}

section.banner .ctnr {
    display: flex;
    align-items: center;
}

section.banner .ctnr .text-logos h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 31px;
    font-weight: 900;
}
.banner_top {
	padding: 10px 0 0 0;
}
.text-logos {
    margin-left: 0px;
    flex: 1;
}
.text-logos h2 {
    text-transform: uppercase;
    font-size: 18px;
    color: #106df9;
    margin-bottom: 0px;
    margin-top: 5px;
}
.text-logosa {
	display: none
}

.text-logos p {
    color: #333;
    font-size: 14px;
    padding-bottom: revert-layer;
    line-height: 1.3;
}
.pt {
    padding-top: 70px;
}

.pb {
    padding-bottom: 70px;
}

.desc p {
    font-size: 18px;
    color: #1b2534;
}
.swal2-container {
    z-index: 9999999999999999 !important;
}
.btn-primary {
    background: #fefaf1;
    font: 18px/1 var(--zf-secondary-medium);
    border-radius: 30px;
    padding: 8px 40px;
    margin-top: 15px;
    border: 1px solid #00ade7;
    color: #00ade7;
    min-width: 198px;
    box-sizing: border-box;
    transition: all ease .35s;
}

.btn-second {
    background: #fefaf1;
    font: 18px/1 var(--zf-secondary-medium);
    border-radius: 30px;
    padding: 8px 40px;
    margin-top: 15px;
    border: 1px solid #000;
    margin-left: 20px;
    color: #000;
    display: inline-block;
    text-transform: uppercase;
    min-width: 198px;
    box-sizing: border-box;
    transition: all ease .35s;
}

.title-section {
    font-size: 45px;
}

.title-section span {
    color: #00ade7;
}

.title-small {
    color: #06aee6;
    font-weight: 800;
    margin-bottom: 0px;
    font-size: 20px;
}

.pds-content {
    padding-top: 20px;
}


.fill {
    height: 100%;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
}

.section-bg img {
    object-position: top;
}

.section-bg :is(img, picture, video) {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    width: 100%;
}

section.banner {
    background: #106df9;
    padding-top: 50px;
}

.sub-hdr1 {
    font: 42px/1 'Gochi Hand';
    color: #0067ff;
    letter-spacing: -2px;
    margin-bottom: 25px;
    display: block;
}

.banner-text h2 {
    font-size: 114px;
    color: #0067ff;
    align-items: flex-end;
    letter-spacing: -10px;
}

.banner-text h2 img {
    height: 150px;
    margin-bottom: -5px;
}

.banner-text h2 {
    margin-top: -70px;
}

.banner-text p {
    display: block;
    letter-spacing: -4px;
    font-size: 64px;
    font-weight: bold;
    color: #0067ff;
    margin-top: -55px;
}

.banner-text .desc p {
    color: black;
    font-size: 24px;
    letter-spacing: 0px;
    margin-top: 0px;
    line-height: 1.2;
    font-weight: 500;
}

.form-register h3 {
    font-size: 21px;
}

.form-register .password {
    width: 100%;
    height: 100%;
    border: 1px solid #8e44ad;
    padding-left: 15px;
    font-size: 18px;
    outline: none;
    border-radius: 5px;
}

.form-register .form-group span {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #8e44ad;
    cursor: pointer;
    display: none;
    z-index: 1;
}

.form-register .form-group .password:valid~span {
    display: block;
}

.form-register .form-group span svg {
    height: 15px;
    fill: #bbb;
}

.form-register .form-group span svg.hide-btn::before {
    content: "\f070";
}

.form-register .form-group input {
    color: #000;
    padding: 14px 12px;
    border: 1px solid #33333385;
    display: block;
    width: 100%;
    font-size: 14px;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 1;
    transition: .5s ease;
    height: 40px;
    border-radius: 10px;
    box-shadow: 0 -4px 9.3px .7px rgba(142, 140, 133, 0.23);
}

.form-register .form-group {
    margin: 15px 0 0;
}

.form-register span.note {
    font-size: 12px;
    line-height: 1.7;
    display: block;
    margin: 8px 0px;

}

.form-register .form-group-checkbox input {
    height: 10px;
    padding: 0px;
    width: 10px;
    border-radius: 0px;
    background-color: #dfdedd00;
    border-color: black;
    margin-right: 5px;
}

.form-register .form-group-checkbox {
    font-size: 12px;
    margin-top: 0px;
}

.form-register .form-group button {
    color: #fff;
    padding: 7px 12px;
    border: 1px solid #b30b0b;
    display: block;
    width: 80%;
    font-size: 16px;
    background: #b30b0b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 1;
    transition: .5s ease;
    height: 40px;
    border-radius: 30px;
    box-shadow: 0 -4px 9.3px .7px rgba(142, 140, 133, 0.23);
    animation-name: pulse;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    margin: 0 auto;
    font-weight: 700;
}

@keyframes pulse{
0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
}
.text-iner-content-form {
    position: relative;
}

.text-iner-content-form:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 69 163);
    left: 0;
    top: 0;
    border-radius: 5px;
}

.text-iner-content-form h3 {
    position: relative;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 16px;
}



.list-form {
    margin: 0px 15px;
}

.boxx-content-forms {
    background: rgb(254, 184, 0);
    padding: 10px 20px;
    padding-bottom: 20px;
    border-radius: 0px 0px 35px 35px;
    box-shadow: rgb(0, 0, 0) 0px 15px 20px -15px;
}

.form-register .form-group:nth-child(1) {
    margin-top: 0px;
}

.stt8 {
    padding: 50px 0;
}
.headline-stt8 {
    text-align: center;
    margin-bottom: 30px;
}
.headline-stt8 h2 {
    color: #292929;
    margin: 0px 0px 0px 0px;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0.2px;
    font-weight: 600;
    text-transform: uppercase;
}
.key-learning .img-key-learning {
    position: relative;
}
.key-learning .img-key-learning img {
    width: 100%;
    height: 277px;
    object-fit: cover;
}
.content-key-learning {
    padding: 15px;
}
.content-key-learning h4 {
    font-weight: 600;
    font-size: 18px;
    min-height: 52px;
}
.content-key-learning h4 a {
    font-size: 18px;
    line-height: 22px;
}
.entry-content {
    color: #132643;
    min-height: 70px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    margin: 10px 0;
    font-size: 15px;
}
.etn-event-footer {
    display: flex;
    justify-content: space-between;
}
.btn-stt8 a {
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    line-height: 28px;
    color: #bb0000;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
}
.key-learning {
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
    background: #FFFFFF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    overflow: hidden;
    position: relative;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    margin-bottom: 30px;
}
.bao_online {
    position: absolute;
    bottom: 14px;
    left: 10px;
}
.bao_online img {
	width: 190px !important;
	height: auto !important;
}




.item-images-1 img {
    width: 550px;
    object-fit: contain;
    height: 220px;
}

.item-images-2 ul li {
    font-weight: 500;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: left;
    font-size: 16px;
    list-style: disc;
    margin-left: 20px;
}
.item-images-3 {
    text-align: right;
}
.item-images-3 img {
    width: 220px;
    margin-right: 28px;
    margin-top: -42px;
}

.item-images-4 img {
    /* width: 400.888px; */
    /* height: 337.01px; */
}

.list-model-abuml-left {
    /* position: relative; */
    /* display: flex; */
    /* align-items: center; */
}

.item-images-4 {/* position: absolute; *//* top: 50%; *//* left: -150px; *//* transform: translateY(-50%); */}

.box-content-ladicn-left {
    /* width: 45%; */
}

.box-content-ladicn-right {
    /* width: 79%; */
}

.item-images-2 {
    padding: 0 0 30px 0px;
    /* margin-left: 33px; */
}
.box-content-ladicn-right1 span {
    background: #fe9128;
    padding: 10px 20px;
    font-size: 19px;
    color: #fff;
    font-weight: 500;
    border-radius: 10px;
    text-transform: uppercase;
}

/* ////////////////////////// */




section.section_brand .swiper_brands {
    margin: 0 -5px;
}

section.section_brand .item_list_brand {
    padding: 0px 5px;
}

section.section_brand .brand-item {
    height: 64px;
    box-shadow: 0 4px 6.51px .49px rgba(0, 0, 0, 0.15);
    margin: 5px 0px;
    display: block;
    border-radius: 5px;
    padding: 5px;
    background-color: white;
}

section.section_brand .brand-item img {
    border-radius: 5px;
    height: 100%;
    margin: 0 auto;
}

/* ////////////////////////// */
.aboutus{
    overflow: hidden;
}
.aboutus-img::before {
    content: "";
    background: url(https://hazomedia.vn/wp-content/themes/flatsome-child/assets/images/chat.png) center / contain no-repeat;
    position: absolute;
    bottom: -40px;
    left: -59px;
    width: 300px;
    height: 300px;
    z-index: 2;
}

.aboutus-img::after {
    content: "";
    position: absolute;
    width: calc(100% + 90px);
    height: calc(100% + 90px);
    top: -100px;
    left: -94px;
    border: 2px solid #D423280D;
    padding: 50px;
    border-radius: 50%;
}

.aboutus-img img {
    border: 2px solid #D423280D;
    padding: 50px;
    border-radius: 50%;
}


.num-count-text {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #00ADE7 0%, #8AE2FF 100%);
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.number-box {
    border: 1px solid #00ade7;
    border-radius: 50%;
    aspect-ratio: 1/1;
    padding: 12px;
    width: 100%;
}

.num-count-text h3 {
    font-size: 40px;
}

.num-count-text h3 span {
    font-size: 48px;
}

.num-count-text p {
    padding-bottom: 0px;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 5px;
}



/* ////////////////////////// */
.clients {
    padding: 20px 40px;
    border-radius: 70px;
    background: linear-gradient(180deg, #00ADE7 0%, #8AE2FF 100%);
}

.client {
    border-radius: 30px;
    background-color: white;
    box-shadow: 0px 5px 65px 0px rgba(0, 0, 0, 0.03);
    aspect-ratio: 1 / 1;
    display: grid;
    place-content: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.check {
    margin-bottom: 25px;
}

.check-right h5 {
    font-size: 33px;
}

.starta-semi {
    font-size: 20px;
    color: #06aee6;
    font-weight: 800;
}

.check-right {
    flex: 1;
    margin-left: 20px;
}

.starta-list li {
    font-weight: 900;
    font-size: 20px;
    color: rgb(30, 30, 30);
    margin-bottom: 25px;
}

.starta-list li svg {
    height: 16px;
    fill: #06aee6;
    margin-right: 8px;
}

.contact-box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 65px;
    border-radius: 100%;
    background: linear-gradient(180deg, #00ADE7 0%, #8AE2FF 100%);
}

.contact-box-icon svg {
    height: 24px;
    fill: white;
}

.g-qs {
    font-size: 18px;
}

.g-qs a {
    font-weight: 600;
}


.vew-sec {

    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.vew-wprcnt {
    height: 605px;
    position: relative;
}

.sml-crcl {
    width: 175px;
    height: 175px;
    position: absolute;
    top: 59.5%;
    left: 40.2%;
    transform: perspective(1200px) translateX(0) translateY(-140px) scale(1.1) rotate(0) rotateX(60deg) rotateY(0) translateZ(0);
    z-index: 2;
    /*! border: 2px solid #0052ff; */
    border-radius: 50%;
    background: #ffffff;
}

.crm-lgo {
    background-image: url(https://bivaco.com/storage/setting/2/bivaco-brand.png);
}

.crm-lgo {
    width: 164px;
    height: 62px;
    position: absolute;
    top: 44.8%;
    left: 42%;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg_lazy_loaded .sml-crcl {
    background-image: url(https://bivaco.com/storage/setting/2/bivaco-brand.png);
}

.vew-info {
    font: 16px/1.2 var(--zf-secondary-medium);
    position: absolute;
    color: #0067ff;
    background: #fff;
    text-align: center;
    padding: 8px 25px;
    border-radius: 40px;
    box-shadow: 0 2px 4.2px .8px rgba(159, 163, 173, 0.31);
    z-index: 1;
    font-weight: 600;
}

.vew-info1 {
    top: 22.8%;
    left: 40%;
}

.vew-info2 {
    top: 63%;
    left: 61%;
}

.vew-info3 {
    top: 45%;
    left: 0;
}

.vew-info4 {
    top: 65%;
    left: 25%;
}

.vew-info5 {
    top: 34%;
    left: 75%;
}

.vew-info6 {
    left: -10%;
    top: 67%;
}

.vew-info7 {
    top: 93%;
    left: 29%;
}

.vew-info8 {
    top: 90%;
    left: 70%;
}

.vew-info9 {
    top: 52%;
    left: 97%;
}

.vew-imgcnt {
    position: relative;
    transform: perspective(1200px) translateX(0) translateY(-140px) scale(1.1) rotate(0) rotateX(60deg) rotateY(0) translateZ(0);
}

.vew-shpimg {
    position: absolute;
    top: 0;
    z-index: 1;
    animation: rotate 4s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}
/* @media (max-width: 992px) {
    .vew-imgcnt {
        transform: perspective(1800px) translateX(0) translateY(-140px) scale(.9) rotate(0) rotateX(60deg) rotateY(0) translateZ(0);
      }
      .vew-info {
        font-size: 12px;
        background: #fff;
        padding: 7px 14px;
      }
      .vew-wprcnt {
        height: 530px;
      }
      .vew-info6 {
        left: 0%;
      }
      .vew-info3 {
        left: 15%;
      }
      .vew-info9 {
        top: 52%;
        left: unset;
        right: 1%;
      }
      .sml-crcl {
        width: 145px;
        height: 167px;
        position: absolute;
        top: 67.5%;
        left: 42.2%;
      }
      .vew-info1 {
        top: 26.8%;
        left: 43%;
      }

      .crm-lgo {
        width: 164px;
        height: 62px;
        position: absolute;
        top: 51.8%;
      }
      /* .vew-info6 {
        left: 0%;
      }
      .vew-info3 {
        top: 45%;
        left: 10%;
      }
      .vew-info9 {
        top: 52%;
        left: 90%;
      } */



section.milestone {
    background: linear-gradient(0deg, rgba(254, 250, 241, 1) 82%, rgba(0, 0, 0, 0) 100%);
}

section.milestone .desc p {
    text-align: center;
}

.milestone-content:before {
    content: "";
    position: absolute;
    display: block;
    height: calc(100% + 0px);
    left: 49.9%;
    top: 0px;
    width: 0px;
    border-right: 2px dashed #d4d7dc;
}


.timeline-item {
    width: 100%;
    position: relative;
    padding-bottom: 40px;
}

.timeline-item .timeline-event {
    /*! padding-top: 10px; */
    font-size: 16px;
    color: #777;
    font-weight: 500;
    padding-left: 30px;
}

.milestone-content .row:nth-child(2n + 1) .timeline-item {
    text-align: left;
}

.timeline-item:nth-child(2n + 1) .timeline-event {
    padding-left: 30px;
}

.timeline-year span {
    background-color: #0dbf2a;
    width: fit-content;
    color: white;
    padding: 3px 15px;
    font-size: 19px;
    font-weight: 500;
    display: inline-block;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
}


.timeline-item::after {
    content: "";
    position: absolute;
    display: block;
    background-color: #5e7fb8;
    width: 10px;
    height: 10px;
    left: -15px;
    top: 6px;
    border-radius: 50%;
}

.timeline-item::before {
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    left: -25px;
    top: -4px;
    border-radius: 50%;
    border: 2px dashed #d4d7dc;
    background-color: white;
}

.milestone-content .row .timeline-item::after {
    background-color: rgb(0, 173, 231);
}


.timeline-item:last-child {
    padding-bottom: 0px;
}

.timeline-event h3 {
    font-size: 16px;
    line-height: 1.4;
    color: #0f172a;
    margin-bottom: 5px;
}

.timeline-event p {
    font-size: 16px;
    color: rgb(167, 179, 196);
    font-weight: 400;
}

.milestone-content .row:nth-child(2n) {
    flex-direction: row-reverse;
}

section.box-muctieu {
    padding: 50px 0px;
    /* position: relative; */
}

.box-title-hedding-muctieu {
    padding: 0;
    text-align: center;
    /* background: rgb(0 69 163); */
    /* border-radius: 45px; */
    position: relative;
}

.box-title-hedding-muctieu h2 {
    color: #00abe9;
    font-size: 34px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.box-title-hedding-muctieu:before {
    /* content: ""; */
    position: absolute;
    /* width: 100%; */
    /* height: 100%; */
    /* border-radius: 45px; */
    /* z-index: -1; */
    /* left: 8px; */
    /* border: 2px solid #0049a9; */
    /* top: 10px; */
}
.img-muctieu img {
    width: 200px;
    height: 210px;
}

.box-row-medeln {
    font-weight: 500;
    padding-top: 0px;
}

.content-desc-muctieu {
    background: rgb(179, 11, 11);
    color: #fff;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 20px;
    border-radius: 15px;
}

.content-desc-muctieu p {
    padding: unset;
}

.img-muctieu {
    text-align: center;
}

.btn-xemthems {
    text-align: center;
    margin-top: 20px;
}

.btn-xemthems a {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    color: #FFF;
    text-align: center;
    background: #F00;
    padding: 8px 20px;
    border-radius: 25px;
    text-transform: uppercase;
    margin-top: 0px;
}

.list-item-ladi-animations img {
    height: 80px;
    width: 80px;
    object-fit: contain;
}

.item-1-animation {
    position: absolute;
    top: 24.123px;
    left: 258px;
}

.item-2-animation {
    position: absolute;
    top: 323.543px;
    left: -408.414px;
}

.item-3-animation {
    position: absolute;
    left: -31.6278px;
    bottom: -30px;
}

.item-4-animation {
    position: absolute;
    top: 86.0332px;
    right: -92px;
}

.item-1-animation {
    position: absolute;
    top: 24.123px;
    left: 258px;
}

.item-1-animation {
    position: absolute;
    top: 24.123px;
    left: 258px;
}

.item-1-animation {
    position: absolute;
    top: 24.123px;
    left: -258px;
}

section.box-muctieu .ctnr {
    position: relative;
}

.item-5-animation {
    top: 214.688px;
    position: absolute;
    right: -300px;
}

.item-6-animation {
    bottom: -5px;
    left: 776.718px;
    position: absolute;
}
.item-8-animation {
    bottom: -5px;
    left: 345.718px;
    position: absolute;
}

.item-7-animation {
    position: absolute;
    top: 400px;
    right: -400px;
}

section.giaiphap {
    padding: 50px 0px;
    position: relative;
    background: #f7f7f7;
}
.hedding-title-giaiphap {
    padding: 10px 10px;
    background: #00abe9;
}

.hedding-title-giaiphaps h2 {
    font-weight: bold;
    line-height: 1;
    color: rgb(179, 11, 11);
    text-transform: uppercase;
    font-size: 70px;
    position: relative;
    z-index: 999;
}

.hedding-title-giaiphaps span {
    font-weight: bold;
    line-height: 1.6;
    color: rgb(0, 74, 173);
    text-align: left;
    font-size: 32px;
    position: relative;
    z-index: 99;
}

.hedding-title-giaiphaps {
    position: relative;
    padding-left: 20px;
}

.hedding-title-giaiphaps:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background: #000;
    left: 0;
}
.hedding-title-giaiphaps:after {
    content: "WHY";
    font-family: Oswald, sans-serif;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0);
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: left;
    opacity: 0.4;
    -webkit-text-stroke: 2px rgba(254, 185, 1, 0.3);
    font-size: 224.13px;
    position: absolute;
    width: 402px;
    top: -140px;
    left: -275px;
}

.icon-luyenthi svg {
    width: 70.4561px;
    height: 70.4561px;
}

.list-custum-giaiphap ul li {
    display: flex;
    align-items: center;
    width: calc(97% / 2);
    padding-bottom: 30px;
}

.list-custum-giaiphap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list-custum-giaiphap {
    padding-top: 40px;
}

.desc-luyenthi h2 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.6;
    color: #333;
}

.desc-luyenthi {
    padding-left: 20px;
    color: #333;
    font-weight: 600;
}

.desc-luyenthi p {
    line-height: 1.6;
    color: #333;
    font-weight: 600;
}
.btn-view-dangky {
    text-align: center;
}

.btn-view-dangky a {
    font-size: 23px;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    background: #f00;
    padding: 8px 45px;
    border-radius: 45px;
    margin-top: 15px;
    box-shadow: rgb(0, 0, 0) 0px 15px 20px -15px;
}



section.doingu {
    background: #f7f7f7;
}

section.doingu .hedding-title-giaiphaps:after {
    content: "";
}

section.doingu {
    padding: 50px 0px;
}

section.doingu .hedding-title-giaiphaps h2 {
    color: rgb(254, 184, 0);
}

section.doingu .hedding-title-giaiphaps span {
    color: #fff;
}

.hedding-title-giaiphaps:before {
    background: #fff;
}

.box-avatar-tearch img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100%;
    margin: 0 auto;
}

.box-avatar-tearch {
    text-align: center;
}

.box-keper-tearch {
    background: linear-gradient(90deg, rgba(28,27,82,1) 8%, rgba(54,53,117,1) 48%, rgba(28,27,82,1) 91%);
    padding: 30px 10px 10px;
    border-radius: 20px;
}

.list-tearch {
    padding: 50px 0px;
}

.iner-text-name-tearch p {
    color: rgb(254, 184, 0);
    font-size: 18px;
    font-weight: 600;
    text-shadow: 2px 1px black;
}

.list-desc-tt-name ul li {
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 15px;
    padding-left: 15px;
    position: relative;
}

.list-desc-tt-name ul li:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    padding-right: 7px;
    color: #4dcdd6;
}

.iner-text-name-tearch {
    padding-top: 10px;
}
.slick-prev:before {
    content: "\f053";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; 
    opacity: unset;
}
.slick-next:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; 
    opacity: unset;

}
section.doingu .slick-prev:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.list-giai-phaps {
    /* padding-top: 40px; */
}

.giaiphap-content-box {
    padding: 0;
    background: #fff;
    border-radius: 20px;
    position: relative;
    /* height: 100%; */
    box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, .1);
    margin-bottom: 20px;
}

.model-content-giai-phaps {
    padding: 15px 10px;
    min-height: 420px;
}

.hedding-title-giaiphap span {
    /* display: flex; */
    align-items: center;
    font-size: 20px;
    width: 100%;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: center;
    display: inline-flex;
    background: #00abe9;
    padding: 0 10px;
    border-radius: 0;
    position: relative;
    z-index: 999;
    text-transform: uppercase;
    justify-content: center;
}

.hedding-title-giaiphap p {
    padding-bottom: 0px;
    padding-left: 20px;
}

.hedding-title-giaiphap span p {
    font-size: 45px;
}

.hedding-title-giaiphap span:after {
    content: "";
    /* position: absolute; */
    /* width: 40%; */
    /* height: 15px; */
    /* background: rgb(254, 184, 0); */
    /* left: 100%; */
    /* border-radius: 0px 5px 5px 0px; */
    z-index: 99999;
}


.list-giai-phaps.row .clm:nth-child(2) .hedding-title-giaiphap span {
    background: #00abe9;
}

.list-giai-phaps.row .clm:nth-child(2) .hedding-title-giaiphap span:after {
    background: #508ee6;
}

.list-giai-phaps.row .clm:nth-child(3) .hedding-title-giaiphap span:after {
    background:#92cc4b;
}

.list-giai-phaps.row .clm:nth-child(3) .hedding-title-giaiphap span {
    background: #00abe9;
}
.model-content-giai-phaps span {
    font-size: 14px;
    /* text-align: center; */
    /* display: inline-block; */
    /* font-weight: 600; */
    /* line-height: 1.6; */
    /* color: #333; */
    /* margin: 0 auto; */
    /* width: 100%; */
}

.content-desc-giaiphap p {
    padding-bottom: 0px;
    font-size: 16px;
    padding-top: 5px;
    font-weight: 500;
}

.list-giai-phaps.row .clm {
}
.olimpia {
    position: absolute;
    bottom: 20px;
    width: 93%;
    margin-right: 10px;
    text-align: center;
    right: 0;
    padding: 5px 10px;
    background: #00abe9;
    border-radius: 0;
}

.olimpia span {
    /* font-size: 13px; */
    /* display: inline-block; */
    /* width: 100%; */
    text-align: right;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
}

.content-desc-giaiphap {
    margin-bottom: 20px;
}




.btn-uu-diem {
    padding-top: 10px;
    display: flex;
    justify-content: center;
}

.btn-uu-diem a {
    display: inline-block;
    padding: 10px 35px;
    background: #f00;
    border-radius: 25px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0px 30px;
}

.btn-uu-diem a:nth-child(2) {
    background: rgb(179, 11, 11);
    color: #fff;
}






.item-imges-review {
    box-shadow: rgba(0, 0, 0, 0.63) -4px 15px 33px -15px;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.hedding-review {
    text-align: center;
    padding-bottom: 30px;
}

.hedding-review h2 {
    font-size: 35px;
}

section.review {
    background: url(https://w.ladicdn.com/s1440x2818/615519bfee7b60007400d9d1/p26_26-20240524102714-epbcq.jpg);
    padding-top: 35px;
    padding-bottom: 35px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

.btn-review a svg {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.btn-review {
    text-align: center;
    padding-top: 20px;
}

.btn-review a {
    display: inline-flex;
    padding: 10px 20px;
    background: rgb(0, 74, 173);
    color: #fff;
    font-size: 19px;
    border-radius: 25px;
    margin-right: 20px;
    width: 326px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-review a svg path {
    stroke: #fff;
}

































section.form-prices-udu {
    padding: 50px 0px;
    background: #f7f7f7;
}
.section.form-prices-udu .row {
    align-items: center;
    justify-content: center;
}

.headding-form-prices {
    text-align: center;
}

.headding-form-prices span {
    font-weight: bold;
    line-height: 1.6;
    color: #fe9128;
    text-align: center;
    font-size: 31px;
    font-family: "Baloo 2", sans-serif;
}

.headding-form-prices h2 {
    font-weight: 900;
    color: #00abe9;
    text-align: center;
    font-size: 56px;
    font-family: "Baloo 2", sans-serif;
}

.headding-form-prices {
    margin-bottom: 30px;
}

.item-forrm-avatars {
    text-align: center;
}

.list-uu-dai-edus ul li {
    line-height: 1.6;
    color: rgb(179, 11, 11);
    text-align: left;
    font-size: 22px;
    font-weight: 600;
}

.list-uu-dai-edus ul li i {
}

.list-uu-dai-edus {
    display: flex;
    justify-content: center;
}

.box-form-edu-rights {
    padding: 20px;
    background-color: #106df9;
    border-radius: 15px;
}

.box-form-edu-rights h2 {
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 24px;
}

.box-hourts-uudai ul {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.box-hourts-uudai ul li {
    padding: 10px;
    background: #fff;
    width: 25%;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #106df9;
    line-height: 1.4;
    border-radius: 5px;
}

.box-hourts-uudai ul li span {
    display: block;
    font-size: 32px;
}

.form-laybel-prices input {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 12px;
    border-radius: 5px;
    font-size: 18px;
    color: #333;
}

.form-laybel-prices select {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px;
    border-radius: 5px;
    font-size: 18px;
    color: #333;
    border: none;
}

.form-laybel-prices a {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: center;
    background: rgb(179, 11, 11);
    display: inline-flex;
    padding: 5px 20px;
    border-radius: 25px;
    margin:0 auto;
    justify-content: center;
    animation-name: pulse;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.box-btn-view-resl{
    text-align: center;
}

.hedding-comment h2 {
    color: rgb(5, 34, 74);
}

section.comment {
    color: rgb(5, 34, 74);
    padding: 50px 0px;
}

.list-filter-comment {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px 10px;
    border-bottom: 1px solid;
    margin-bottom: 20px;
}

.list-filter-comment span {
    font-weight: 600;
}

.box-filter-left select {
    padding: 5px 20px;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    border-color: rgb(191, 191, 191);
    background-color: rgb(238, 238, 238);
    font-size: 16px;
}

.box-filter-left span {
    font-weight: 400;
    margin-right: 10px;
}

.avatar-comment-keper {
    width: 70px;
    height: 70px;
}

.box-comment-keper {
    display: flex;
}

.avatar-comment-keper img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.model-content-comment {
    flex: 1;
    padding-left: 20px;
}

.model-content-comment h4 {
    font-size: 18px;
}

.model-content-comment p {
    padding-bottom: 5px;
    font-size: 15px;
}

ul.feedback-comment {
    display: flex;
}

ul.feedback-comment p {
    padding-right: 25px;
    display: inline-flex;
    font-size: 12px;
}

ul.feedback-comment p i {
    width: 20px;
    height: 20px;
    background: #0993d9;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
}

ul.feedback-comment span {
    font-size: 12px;
}

.box-comment-keper.authors {
    margin-left: 80px;
    padding-top: 25px;
}

.keper-comment-items {
    padding-bottom: 30px;
}

.box-icon-quatang img {
    width: 80px;
    height: auto;
    cursor: pointer;
}


.box-icon-quatang {
    position: fixed;
    z-index: 99;
    bottom: 0;
    right: 20px;
    animation-name: swing;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@keyframes swing{
20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}
40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
}
80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
}


section.giaiphap .hedding-title-giaiphaps:before {
    background: #b30b0b;
}












section.form-popups .box-form-dangky-popups {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #175db3;
    padding: 20px;
    border-radius: 20px;
    z-index: 9999;
}

.box-uudai-popups ul li img {
    width: 17px;
    height: 17px;
}

.box-uudai-popups ul li {
    font-size: 12.5px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    font-weight: 500;
}

.box-uudai-popups ul li p {
    padding-bottom: 0px;
    font-size: 14px;
    color: rgb(0, 74, 173);
    margin-left: 5px;
}

.model-content-form-popup img {height: 200px;}

.box-uudai-popups {
    padding: 20px;
}

.box-uudai-popups ul {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.box-form-rights h4 {
    font-size: 12px;
    line-height: 1.6;
    color: #fff;
    font-weight: 500;
}

.box-form-rights form input {
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 17px;
    border-radius: 14px;
    border: 1px solid #333;
}

form {}

.box-form-rights form {
    margin-top: 20px;
}

.box-form-rights form select {
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 17px;
    border-radius: 14px;
    border: 1px solid #333;
}

button.btn-submit-form {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    background-color: rgb(179, 11, 11);
    border-radius: 30px;
    animation-name: pulse;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    color: #fff;
    margin-top: 20px;
}

section.form-popups {
    position: relative;
    display: none;
    z-index: 999999999999;
}

.bg-forms:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0000004f;
    z-index: 999;
    top: 0;
    left: 0;
}

.close-form-dangky {
    position: absolute;
    top: -3px;
    right: 10px;
    font-weight: 900;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}



section.form-popups.active {
    display: block;
}


section.form-prices-udu .ctnr {
    position: relative;
}

section.form-prices-udu .item-1-animation {
    top: -11.21px;
    left: 223px;
    position: absolute;
    width: 33.9807px;
    height: 31px;
}

.list-item-ladi-animations .item-2-animation {
    top: -49.709px;
    left: 749.581px;
    width: 22.7351px;
    height: 28.499px;
}

section.form-prices-udu .item-8-animation {
    position: absolute;
    top: 300px;
    left: -278px;
}

section.form-prices-udu .item-9-animation {
    position: absolute;
    top: 200px;
    left: 20px;
}

section.form-prices-udu .item-3-animation {
        left: -40.6278px;
        bottom: 151px;
}
.box-uudai-popups ul li:before {
    content: "";
    background-image: url(../images/gift_646871-20231201034951-jvuli.png);
    width: 20px;
    height: 20px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
}
section.review .row {
    /* justify-content: space-between; */
}.box-form-rights > h4 {
    font-size: 17px;
    font-weight: 700;
}
.list-giai-phaps.row .clm:nth-child(2) .model-content-giai-phaps .olimpia {
    background: rgb(12, 109, 250);
}
.list-giai-phaps.row .clm:nth-child(3) .model-content-giai-phaps .olimpia {
    background: rgb(12, 109, 250);
}
.logo-headers {
		text-align: center;
	}
section.review .btn-review a:nth-child(2) {
    background: rgb(179, 11, 11);
}
.hedding-title-footer a {
    color: rgb(254, 184, 0);
}
.box-hourts-uudai ul li span:nth-child(2) {
    font-size: 19px;
}
.text-logos1 {
	display: none
}
.item-images-1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 25px;
}
.item-images-1 p {
    padding: 0;
    margin: 0px 0 5px;
    font-size: 25px;
    text-shadow: rgba(0, 0, 0, 0.89) 0.659975px 0.659975px 0px;
}
.item-images-1 h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    text-shadow: rgba(0, 0, 0, 0.89) 0.659975px 0.659975px 0px;
}
.item-images-1 h3 {
    font-size: 20px;
    margin-top: 5px;
    font-weight: 600;
    max-width: 80%;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.89) 0.659975px 0.659975px 0px;
}
.box-row-medeln  td, .box-row-medeln th {
    border: 1px solid #f00;
    padding: 8px;
    font-size: 18px;
  }  
.box-row-medeln tr:nth-child(even){background-color: #fff;}
.box-row-medeln tr:hover {background-color: #ddd;}
.box-row-medeln th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    text-align: center;
    background: #F00;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
  }
.box-row-medeln table {
	width: 100%;
	margin: 20px 0;
}
.box-row-medeln h2 {
	color: #0057a5;
	font-size: 27px;
	font-weight: 600;
	margin-bottom: 15px;
}
.box-row-medeln ul {
	margin: 10px 0;
}
.box-row-medeln ul li {
	list-style: disc !important;
	margin-left: 20px;
	padding-bottom: 5px;
}
.box-row-medeln p {
	padding-bottom: 5px;
}
.box-row-medeln img {
	border-radius:10px;
	height: auto !important;
}
.video_youtube {
    max-width: 79%;
    margin: auto;
}
.video_youtube iframe {
    width: 100%;
    height: 460px;
    border-radius: 10px;
    border: solid 5px #00abe9;
}
.giaiphap-content-box blockquote {
    max-width: 100% !important;
    min-width: 100% !important;
    margin-top: unset !important;
    margin-bottom: unset !important;
}
.giaiphap-content-box iframe {
}
.baitoan {
    color: #fff;
}
.hienmb {
    display: none;
}
.anmb {
    display: block;
}
.slide_text_in {
    display: flex;
    color: #fff;
    border-radius: 50px 0 0 50px;
    align-items: center;
    margin-bottom: 15px;
    background: #004AAD;
    background: linear-gradient(90deg, rgba(0, 74, 173, 1) 0%, rgb(90 169 229 / 0%) 100%);
}
.slide_text_in .stt_left {
    width: 65px;
    height: 65px;
    color: #fff;
    margin-right: 15px;
    border: solid 2px #FFE;
    line-height: 65px;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    background: #042e6d;
    border-radius: 50px;
}
.slide_text_in .text_right {

}
.slide_text_in .text_right h2 {
    font-size: 20px;
}
.slide_text_in .text_right p {
    padding: 0;
}
.doingu_in {
    padding: 40px 0;
}
.doingu_in .row {
    align-items: center;
    justify-content: center;
}
.model_content {
    padding: 20px 010px;
    font-size: 15px;
    min-height: 480px;
}
.content_desc p {
    padding-bottom: 15px;
}
.feedback1 img {
    border-radius: 5px;
}
.giaiphap_in {
    padding: 40px 0;
}
.slide_giuatrang {
        display: block;
    }
.slide_giuatrang img {
    width: 100%;
}
.banner {
    display: none;
}
.slide_giuatrang_mb {
        display: none;
    }




    
@media (max-width: 1200px) {
    .title-section {
        font-size: 38px;
    }
	.text-logos1 {
		display: block;
	}
	.text-logos1 p {
		padding-bottom: 10px;
	}

    .desc p {
        font-size: 16px;
    }
   
}
@media (max-width: 586px) {
    .slide_giuatrang_mb {
        display: block;
    }
    .slide_giuatrang {
        display: none;
    }
	.text-logos p {
		display: none
	}
	section.banner .ctnr .text-logos h2 {
    font-size: 26px;
}
	.banner {
        display: block;
    }

.logo-headers img {
	text-align: center;
    height: 70px;
}

section.banner.pt.pb {
    padding-bottom: 20px;
}
    .box-form-edu-rights h2 {
        font-size: 21px;
    }
    
    .form-laybel-prices button {
        font-size: 18px;
    }
    
    .model-content-comment p {
        font-size: 13px;
    }
    
    section.comment {
        padding-top: 0px;
    }
    
    .box-comment-keper.authors {
        margin-left: 30px;
    }
    .hedding-title-giaiphaps h2 {
        font-size: 29px;
    }
    
    .btn-uu-diem {
        display: block;
        text-align: center;
        padding-top: 0px;
    }
    
    .btn-uu-diem a {
        margin-bottom: 10px !important;
        width: 86%;
        margin: unset;
        text-align: center;
        padding: 10px 10px;
        font-size: 20px;
    }
    .list-custum-giaiphap ul {
        display: block;
    }
    
    .list-custum-giaiphap ul li {
        width: 100%;
    }
    
    .desc-luyenthi h2 {
        font-size: 19px;
    }
    
    .desc-luyenthi p {
        font-size: 13px;
    }
    .btn-view-dangky a {
        font-size: 16px;
        text-transform: uppercase;
    }
    .hedding-review h2 {
        font-size: 25px;
    }
    
    .btn-review a {
        font-size: 17px;
        margin-bottom: 18px;
    }
    
    section.form-prices-udu .item-1-animation {
        display: none;
    }
    
    .headding-form-prices h2 {
        font-size: 39px;
    }
    
    .headding-form-prices span {
        font-size: 25px;
    }
    
    .list-uu-dai-edus ul li {
        font-size: 15px;
        padding-bottom: 10px;
    }
    
    .list-uu-dai-edus {
        margin-bottom: 20px;
    }
    .hedding-title-giaiphaps span {
        font-size: 23px;
    }
    .item-images-2 {
        margin-left: 0px;
    }
    
    .item-images-3 {
        text-align: left;
    }
    
    .box-title-hedding-muctieu h2 {
        font-size: 24px;
        padding: 0;
        margin-bottom: 0;
    }
    
    .list-item-ladi-animations img {
        height: 40px;
        width: 40px;
    }
    
    .box-content-muctieu {
        display: flex;
    }
    
    .img-muctieu {
        width: 40%;
    }
    
    .img-muctieu img {
        width: unset;
        height: unset;
    }
    
    .content-desc-muctieu {
        flex: 1;
        height: 100%;
        font-size: 17px;
        margin-left: 10px;
    }
    
    .box-row-medeln .row .clm:nth-child(2n) .img-muctieu {
        order: 2;
    }


    .section_brand.pb{
        padding-bottom: 0px;
    }
    .pt {
        padding-top: 40px;
    }
    
    .pb {
        padding-bottom: 40px;
    }
}

@media (max-width: 1200px) {
    .sub-hdr1 {
        font: 36px/1 'Gochi Hand';
    }

    .banner-text h2 {
        font-size: 85px;
    }

    .banner-text h2 img {
        height: 121px;
        margin-bottom: -5px;
        margin-left: 14px;
    }

    .banner-text p {
        font-size: 49px;
        margin-top: -44px;
    }

    .banner-text .desc p {
        font-size: 18px;
    }

}
@media (max-width: 568px) {
  .item-8-animation {
  	display:none
  }
    .banner-text h2 {
        font-size: 58px;
      }
      .banner-text h2 img {
        height: 92px;
      }
      .banner-text h2 {
        margin-top: -45px;
      }
      .banner-text h2 img {
        height: 80px;
      }
      .banner-text h2 {
        letter-spacing: -6px;
      }
      .banner-text p {
        font-size: 40px;
        margin-top: -31px;
      }
      .sub-hdr1 {
        margin-bottom: 15px;
        font: 25px/1 'Gochi Hand';
      }
}
@media (max-width: 1200px) {
    .num-count-text h3 {
        font-size: 30px;
    }

    .num-count-text h3 span {
        font-size: 38px;
    }

    .num-count-text p {
        font-size: 14px;
    }
}
@media (max-width: 586px) {
    .aboutus-img::after {
        content: "";
      
        position: absolute;
      
        width: 100%;
      
        height: 100%;
        top: -55px;
  left: -55px;
    }
}
@media (max-width: 1200px) {
    .clients {
        padding: 15px 25px;
        border-radius: 40px;
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .hienmb {
        display: block;
    }
    .anmb {
        display: none;
    }
    .box-title-hedding-muctieu:before {
        left: 2px;
    }
    .model-content-giai-phaps span{
        text-align: left;
    }
    .list-giai-phaps.row .clm {
        margin-bottom: 20px;
    }

    section.form-popups .box-form-dangky-popups{
        width: 77%;
    }
    .item-1-animation {
        left: -58px;
        top: 90px;
    }
    .item-images-4 img {
        /* width: 95%; */
        height: auto;
    }
    
    .item-images-4 {
        left: 0;
    }
    
    .item-images-1 img {
        width: 100%;
        height: unset;
    }
    
    .list-item-ladi-animations .item-2-animation {
        right: 0;
        top: 100px;
        width: unset;
    }
    
    .item-4-animation {
        display: none;
    }
    
    .item-5-animation {
        right: -28px;
    }
    
    .item-6-animation {
        display: none;
    }
    
    .item-7-animation {
        display: none;
    }
    .item-images-3 img {
        margin-top: unset;
        width: 200px;
        height: unset;
    }
    
    .box-content-muctieu {
        margin-bottom: 20px;
    }

    .starta-list {
        display: flex;
        flex-wrap: wrap;
    }

    .starta-list li {
        width: 50%;
       
    }
.giaiphap-content-box {
    /* margin-bottom: 30px; */
    padding: 0px 0;
}

.content-desc-giaiphap p {
    /* text-align: center; */
}
}
@media(max-width:800px) {
    .box-icon-quatang img {
        /* width: 165px; */
    }
    
    .item-imges-review{
    }
    .item-5-animation {
        right: 0;
    }
}
@media(max-width:780px){
    .model-content-form-popup {
        display: none;
    }
    
    section.form-popups .box-form-dangky-popups {
        width: 90%;
    }
}
@media (max-width:586px) {
    .hienmb {
        display: block;
        font-size: 13px;
    }
    .anmb {
        display: none;
    }


    .list-model-abuml-left {
        display: flex;
        flex-wrap: wrap;
    }
    
    .box-content-ladicn-left {
        width: 100%;
        order: 2;
    }
    
    .box-content-ladicn-right {
        width: 100%;
        order: 1;
    }
    
    .item-images-4 {
        /* position: unset; */
        margin-top: 20px;
        /* transform: unset; */
    }



    .check-right h5 {
        font-size: 25px;
      }
    .check img{
        height: 80px;
    }
    .check-right h5 {
        font-size: 28px;
      }
    .starta-list li {
        width: 100%;
        margin-bottom: 10px;
        font-size: 17px;
    }
    .starta-list {
        margin-bottom: 20px;
      }
}
@media (max-width: 550px) {
    footer {
        padding-bottom: 165px !important;
    }
    .vew-sec {
        padding: 130px 30px 70px;
      }
    .vew-wprcnt {
        height: 385px;
      }
      .sml-crcl {
        width: 107px;
        height: 107px;
        top: 58.6%;
        left: 40%;
        transform: perspective(1200px) translateX(0) translateY(-140px) scale(1.1) rotate(0) rotateX(43deg) rotateY(0) translateZ(0);
      }
      .crm-lgo {
        width: 96px;
        height: 35px;
        top: 32%;
        left: 42%;
      }
      .vew-info1 {
        top: -15%;
        left: 19%;
      }
      .vew-info2 {
        top: 58%;
        left: 60%;
      }
      .vew-info3 {
        top: 11%;
        left: 19%;
      }
      .vew-info4 {
        top: 76%;
        left: 42%;
      }
      .vew-info5 {
        top: -9%;
        left: 60%;
      }
      .vew-info6 {
        left: 19%;
        top: 51%;
      }
      .vew-info7 {
        top: 89%;
        left: 19%;
      }
      .vew-info8 {
        top: 87%;
        left: 62%;
      }
      .vew-info9 {
        top: 15%;
        left: 61%;
      }
      .vew-imgcnt {
        width: 560px;
        max-width: unset;
        transform: perspective(1200px) translateX(0) translateY(-140px) scale(1.1) rotate(0) rotateX(43deg) rotateY(0) translateZ(0);
      }
      .vew-imgcnt img{
        height: 100%;
      }
      .vew-info {
        font-size: 13px;
        padding: 4px 11px;
        line-height: 1.2;
      }
}
@media (min-width: 576px) {
    .milestone-content .row:nth-child(2n) .timeline-item::after {
        right: -15px;
        left: unset;
    }

    .milestone-content .row:nth-child(2n) .timeline-item::before {
        right: -24px;
        left: unset;
    }

    .milestone-content .row:nth-child(2n) .milestone__img {
        justify-content: left;
    }

    .milestone-content .row:nth-child(2n) .timeline-item {
        text-align: right;
        margin-right: 50%;
    }

    .milestone-content .row:nth-child(2n) .timeline-item .timeline-event {
        padding-right: 30px;
    }
}

@media (max-width: 576px) {
    .olimpia {
    position: relative;
    bottom: 0;
    width: 100%;
    margin: 0;
}
    .model_content {
        min-height: auto;
    }
    .list-giai-phaps.row .clm .hedding-title-giaiphap span:after {
        display: none;
    }
    .timeline-item::before {
        left: -7px;
    }

    .timeline-item::after {
        left: 3px;
        top: 5px;
    }
    .text-logos1 p {
        font-size: 13px;
    }

    .milestone__img {
        justify-content: center;
    }

    .milestone-content::before {
        left: 1.3%;
    }
    .milestone-content .row,
    .milestone-content .row:nth-child(2n) {
        flex-direction: column-reverse;
      }
      .item-images-1 h2 {
        font-size: 36px;
      }
      .item-images-1 h3 {
        font-size: 18px;
        max-width: 100%;
      }
      .item-images-1 p {
        font-size: 20px;
      }
      .item-images-2 ul li {
        font-size: 14px;
      }
      .box-content-ladicn-right span {
        font-size: 15px;
        /* font-weight: 600; */
        margin-bottom: 29px;
      }
      .box-row-medeln th {
        font-size: 16px;
      }
      .video_youtube {
        max-width: 100%;
      }
      .video_youtube iframe {
        height: 212px;
      }
      .btn-xemthems a {
        font-size: 16px;
        padding: 8px 17px;
      }
      section.giaiphap {
        padding: 30px 0;
      }
      .list-giai-phaps {
        margin-top: 30px;
      }
}
