html{
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #1F2938;
    overflow-x: hidden;
    background: #fff;
}
.ldp-aivn-17042024{
    font-size: 18px;
    line-height: 26px;
}
@font-face {
    font-family: mon-bold;
    src: url(../../fonts/Montserrat-Bold.ttf);
}

@font-face {
    font-family: mon-black;
    src: url(../../fonts/Montserrat-Black.ttf);
}

img {
    max-width: 100%;
}

.ldp-aivn-17042024 .slick-slide{
    height: auto !important;
}

.color_fff {
    color: #fff !important;
}

.register_table_show {
    display: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a:hover,
a:focus {
    text-decoration: none !important;
}

:focus,
:hover {
    outline: none !important;
}

.ldp-aivn-17042024 .container {
    max-width: 1300px;
    width: 100% !important;
    margin: 0px auto;
}

/* img {
  max-width: 100%;
} */

/*MENU MOBILE*/

@-webkit-keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

#hamburger {
    width: 30px;
    height: 40px;
    position: fixed;
    margin: 20px auto;
    cursor: pointer;
    /* position: fixed; */
    top: 0;
    right: 17px;
    z-index: 9999999999;
    background-color: transparent;
}

#hamburger:hover span:nth-child(1) {
    top: 0px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

#hamburger:hover span:nth-child(3) {
    top: 24Cpx;
    -webkit-transition: 0.16s ease-in-out;
    -moz-transition: 0.16s ease-in-out;
    -o-transition: 0.16s ease-in-out;
    transition: 0.16s ease-in-out;
}

#hamburger span {
    z-index: 3;
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #ffc200;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.25s ease-in-out;
}

#hamburger span:nth-child(1) {
    top: 0px;
}

#hamburger span:nth-child(2) {
    top: 12px;
}

#hamburger span:nth-child(3) {
    top: 24px;
}

#hamburger.open span:nth-child(1) {
    top: 14px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    background-color: #fff;
}

#hamburger.open span:nth-child(2) {
    top: 10px;
    opacity: 0;
    left: -30px;
    -webkit-transition: 0.16s ease-in-out;
    -moz-transition: 0.16s ease-in-out;
    -o-transition: 0.16s ease-in-out;
    transition: 0.16s ease-in-out;
}

#hamburger.open span:nth-child(3) {
    top: 14px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background-color: #fff;
}

#menu_mobile_full_secure {
    position: fixed;
    top: 0;
    bottom: 100%;
    width: 100%;
    background: #5D38E0;
    z-index: 999999999999;
    overflow: auto;
    transition: opacity .35s, visibility .35s, height .35s;
    padding: 0px 20px;
}

.fixedheader {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    z-index: 9;
    width: 100% !important;
}

.menu_hidden {
    z-index: -1;
    left: -260px;
}

.menu_show {
    z-index: 9999999;
}

#menu_mobile_full_secure .close_menu {
    font-size: 25px;
    text-align: right;
    color: #fff;
    background: none;
    cursor: pointer;
    position: absolute;
    right: 20px;
    background: transparent;
    display: none;
    cursor: pointer;
    top: 20px;
    z-index: 999;
}

#menu_mobile_full_secure .close_menu img {

    max-width: 20px;

    width: 100%;
}

#menu_mobile_full_secure .mobile-menu {
    margin: 55px 0px 0px 0px;
}

#menu_mobile_full_secure .menu>li.active {}

#menu_mobile_full_secure ul li {
    position: relative;
    padding: 15px 0px 15px 0px;
}

#menu_mobile_full_secure ul.menu>li {
    display: table;
    width: 100%;
    text-align: center;
}

#menu_mobile_full_secure ul li a {
    color: #fff;
}

#menu_mobile_full_secure ul.menu>li>a {
    font-weight: 600;
    font-size: 20px;
}

#menu_mobile_full_secure ul li a:hover {
    text-decoration: none;
    background: none;
}

#menu_mobile_full_secure li span {
    margin: 0px 0px 0px 10px;
}

#menu_mobile_full_secure .sub-menu {
    display: none;
    padding: 0px 0px 0px 0px;
}

#menu_mobile_full_secure .sub-menu li {
    padding: 15px 0px 15px 15px;
}

#menu_mobile_full_secure .sub-menu li:last-child {
    border-bottom: none;
    padding: 15px 0px 0px 15px;
}

#menu_mobile_full_secure .sub-menu li a {
    font-size: 16px;
    text-transform: none;
    font-weight: 600;
}

/*.editBefore_mobile::before {
  content: "" !important;
}*/

#menu_mobile_full_secure li.menu-item-has-children::before {
    content: url(../../images/arrow-right-white.png);
    position: absolute;
    right: -30px;
    top: 16px;
    color: #fff;
    font-size: 20px;
}

#menu_mobile_full_secure .menu {
    margin: 0px 0px 20px 0px;
}

#menu_mobile_full_secure .menu>li.not-have-child {}

#menu_mobile_full_secure .menu li ul.sub-menu li.not-have-child {
    padding: 0px;
    display: table;
}

#menu_mobile_full_secure .menu li ul.sub-menu li.not-have-child>a {
    padding: 10px 0px 10px 15px;
    display: table;
    width: 100%;
}

#menu_mobile_full_secure .menu li ul.sub-menu li.not-have-child:last-child>a {
    padding: 10px 0px 0px 15px;
}

#menu_mobile_full_secure .menu>li.not-have-child>a {
    display: inline-block;
}

#menu_mobile_full_secure .sub-menu li {
    padding: 10px 0px 10px 15px;
}

#menu_mobile_full_secure .sub-menu li:last-child {
    padding: 10px 0px 0px 15px;
}

.menu_show nav ul.menu>li {
    animation: fadeInRight .5s ease forwards;
    opacity: 0;
}

.menu_show nav ul.menu>li:nth-child(1) {
    animation-delay: .35s;
}

.menu_show nav ul.menu>li:nth-child(2) {
    animation-delay: .40s;
}

.menu_show nav ul.menu>li:nth-child(3) {
    animation-delay: .45s;
}

.menu_show nav ul.menu>li:nth-child(4) {
    animation-delay: .50s;
}

.menu_show nav ul.menu>li:nth-child(5) {
    animation-delay: .55s;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

/* END MENU MOBILE*/

/* END MENU MOBILE*/
.ldp_affiliate_tenten_420_2023 p,
.ldp_affiliate_tenten_420_2023 h3 {
    margin: 0px;
    padding: 0px;
}

:root {
    --fs16: 16px;
    --fs17: 17px;
    --fs18: 18px;
    --fs19: 19px;
    --fs20: 20px;
    --fs22: 22px;
    --fs24: 24px;
    --fs26: 26px;
    --fs30: 30px;
    --lh21: 21px;
    --lh22: 22px;
    --lh23: 23px;
    --lh24: 24px;
    --lh25: 25px;
    --lh26: 26px;
    --lh30: 30px;
    --lh40: 40px;
    --lh130: 130%;
    --lh140: 140%;
    --lh150: 150%;
}

.note_italic_0712 {
    display: none;
}

.ldp-aivn-17042024 .easy_images_6823 {
    max-width: 480px;
}

.ldp-aivn-17042024 .easy_images_6823 img {
    width: 100%;
}

.ldp-aivn-17042024 .easy_conatiner_6823 {
    max-width: 1341px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.ldp-aivn-17042024 .easy_content_6823 .easy_text_6823 {
    max-width: 490px;
    padding: 64px 30px 42px 30px;
    border: 3px solid #eaddff;
    border-radius: 10px;
    position: relative;
    background: #fff;
}

.ldp-aivn-17042024 .easy_content_6823 .easy_text_6823::before {
    content: "";
    position: absolute;
    background: #fff;
    transform: translateX(-53%) rotate(-225deg);
    z-index: 2;
    width: 40px;
    height: 40px;
    border: 3px solid #eaddff;
    border-width: 0 3px 3px 0;
    border-top-left-radius: 100%;
    left: -1px;
    top: 46%;
    margin: -5px 0px 0px 0px;
}

.ldp-aivn-17042024 .table_price_container {
    max-width: 1100px;
    margin: 0 auto;
}

.ldp-aivn-17042024 .easy_text_6823 .ai_title {
    text-align: left;
}

.ldp-aivn-17042024 .easy_content_6823 .ai_title {
    margin: 0px 0px 32px 0px;
}

.ldp-aivn-17042024 .easy_content_6823 .easy_text_content {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: justify;
    font-family: "Open Sans", sans-serif;
    margin: 0px 0px 32px 0px;
}

.ldp-aivn-17042024 .easy_content_6823 {
    position: relative;
    width: 100%;
}

.ldp-aivn-17042024 .easy_content_6823::before {
    position: absolute;
    content: url("../../images/bf_what.png");
    right: 0px;
}

.ldp-aivn-17042024 .ai_easy_work {
    padding: 120px 0px;
    position: relative;
}

/* .ldp-aivn-17042024 .ai_easy_work::before {
    content: url("../../images/hd1.png");
    position: absolute;
    left: 0px;

}

.ldp-aivn-17042024 .ai_easy_work::after {
    content: url("../../images/hd2.png");
    position: absolute;
    right: 0px;
    bottom: 0px;
} */

.ldp-aivn-17042024 .ai_easy_work .easy_work_container {
    max-width: 763px;
    margin: 0 auto;

}

.ldp-aivn-17042024 .ai_easy_work .list_work {
    min-height: 784px;
    background: url("../../images/list_work.png")no-repeat;
    background-size: 100% 100%;
    width: 100%;
    margin: 65px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 38px 47px;
}

.ldp-aivn-17042024 .ai_easy_work .list_work.step4 {
    min-height: 1062px;
    background: url("../../images/list_work_4step.png")no-repeat;
}

.ldp-aivn-17042024 .box_round {
    width: 200px;
    height: 200px;
    box-shadow: 0px 0px 40px 0px rgba(45, 107, 236, 0.25);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ldp-aivn-17042024 .box_round .box_round_buoc {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #AEB8FE;

}

.ldp-aivn-17042024 .box_round .box_round_num {
    font-size: 60px;
    font-weight: 700;
    line-height: 73px;
    letter-spacing: 0em;
    text-align: center;
    color: #9447E0;
    margin: 0px 0px 0px 0px;
}

.ldp-aivn-17042024 .item_work_text .describe_work_text {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0px 0px 0px 0px;
    color: rgba(92, 92, 92, 1);
}

.ldp-aivn-17042024 .list_work_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ldp-aivn-17042024 .list_work_item:nth-child(2n) .box_round {
    order: 1;
}

.ldp-aivn-17042024 .list_work>.list_work_item:nth-child(2n+1) .item_work_text {
    max-width: 353px;
    width: 100%;
}

.ldp-aivn-17042024 .list_work>.list_work_item:nth-child(2n) .item_work_text {
    max-width: 380px;
    width: 100%;
}

.ldp-aivn-17042024 .item_work_text b {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

.ldp-aivn-17042024 .item_work_text span {
    display: block;
    margin: 8px 0px 0px 0px;
}

.ldp-aivn-17042024 .list_work_item:nth-child(2n) .box_round .easy_add {
    left: 282px !important;
    position: absolute;
}

.ldp-aivn-17042024 .step4 .list_work_item:nth-child(1) .box_round::before {
    content: url("../../images/bf_round21.png");
    position: absolute;
    left: -49px;
    bottom: -29px;
}

.ldp-aivn-17042024 .list_work_item:nth-child(1) .box_round::after {
    content: url("../../images/ft_round.png");
    position: absolute;
    right: -101px;
}


.ldp-aivn-17042024 .step4 .list_work_item:nth-child(2) .box_round::before {
    content: url("../../images/bf_round23.png");
    position: absolute;
    right: -49px;
    bottom: -29px;
}

.ldp-aivn-17042024 .list_work_item:nth-child(2) .box_round::after {
    content: url("../../images/ft_round.png");
    position: absolute;
    left: -103px;
}

.ldp-aivn-17042024 .step4 .list_work_item:nth-child(3) .box_round::before {
    content: url("../../images/bf_round24.png");
    position: absolute;
    left: -49px;
    bottom: -29px;
}

.ldp-aivn-17042024 .list_work_item:nth-child(3) .box_round::after {
    content: url("../../images/ft_round.png");
    position: absolute;
    right: -101px;
}

.ldp-aivn-17042024 .list_work_item:nth-child(4) .box_round::after {
    content: url("../../images/ft_round.png");
    position: absolute;
    left: -103px;
}

.ldp-aivn-17042024 .step4 .list_work_item:nth-child(4) .box_round::before {
    content: url("../../images/bf_round25.png");
    position: absolute;
    right: -49px;
    bottom: -29px;
}

/* coment */
.slick-dots li button:before {
    content: "" !important;
}

.ldp-aivn-17042024 .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.ldp-aivn-17042024 .slick-dots li button:before{
    width: 10px;
    height: 10px;
}
.ldp-aivn-17042024 .slick-dots li {
    background: #E9E9E9 !important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.ldp-aivn-17042024 li.slick-active {
    border-radius: 99px;
    width: 50px;
    height: 8px;
    background: #702DDD !important;
}

.ldp-aivn-17042024 .slick-dots {
    bottom: 0px;
}

/* end coment */
.ldp-aivn-17042024 .iteam_promotion_title {
    font-family: "Open Sans", sans-serif;
    color: #132639;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.ldp-aivn-17042024 .list_promotion {
    display: flex;
    gap: 20px;
    margin: 65px 0px 0px 0px;
}

.ldp-aivn-17042024 .baner_ud>h3 {
    margin: 0px 0px 0px 0px;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;

}

.ldp-aivn-17042024 .baner_ud {
    background: url("../../images/banner_IA_video.png")no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 1235px;
    min-height: 173px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0px 0px 0px 120px;
}

.ldp-aivn-17042024 .baner_ud>img {
    object-fit: contain;
    width: auto;
    margin: 0px 35px;
}

.ldp-aivn-17042024 .discount_video .discount_video_yl {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFE600;
    margin: 0px 0px 6px 0px;
}

.ldp-aivn-17042024 .discount_video .discount_video_ita {
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0px 0px 0px 0px;
    color: #fff;

}

.ldp-aivn-17042024 .question_contenP_hide {
    display: none;
}

.ldp-aivn-17042024 .active_question .question_contenP_hide {
    display: block;
    transition: all 0.1s ease;
    padding: 14px 0px 0px;

}

.ldp-aivn-17042024 .active_question .img_acctive_qusetion {
    transform: rotate(90deg);
}

.ldp-aivn-17042024 .active_question .text_tille_question {
    color: #6014AB !important;
}

.ldp-aivn-17042024 .slect_lg {
    display: flex;
    align-items: center;
    gap: 60px;
}

.ldp-aivn-17042024 .vn_lg {
    cursor: pointer;
    border: 2px solid #fff;
    display: block;
    border-radius: 50%;
    padding: 3px;
}

.ldp-aivn-17042024 .en_lg {
    cursor: pointer;
    border: 2px solid #fff;
    display: block;
    border-radius: 50%;
    padding: 3px;
}

.ldp-aivn-17042024 .acctive_lg {
    border: 2px solid #116AB7;
    display: block;
    border-radius: 50%;
}

.main {
    position: relative;
}

.flex_table {
    display: flex;
    align-items: center;
}

.flex_table_cl1 {
    width: 25%;
}

.flex_table_cl2 {
    min-width: 200px;
    padding: 11px 11px;
}

.flex_table_cl3 {
    flex-grow: 1;
    margin: 0px 0px 0px 50px;
}

/* custom input */
.slider-thumb {
    width: 36px;
    height: 24px;
    /* background: url("../../images/range.png")no-repeat; */
    background-size: 100% 100%;

}

.range-container {
    position: relative;
}

input[type="range"] {
    width: 100%;
    /* margin: 18px 0; */
    -webkit-appearance: none;
    position: relative;
}

input[type="range"]:focus {
    outline: none;
}

.sliderMin {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    position: relative;
}

.wrapper1 .sliderMin::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 10px;
    border-radius: 20px;
    background: #BB90E5;
    bottom: -40px;
    left: 0px;
}

.wrapper2 .sliderMin::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 10px;
    border-radius: 20px;
    background: #BB90E5;
    bottom: -40px;
    left: 0px;
}

.wrapper3 .sliderMin::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 10px;
    border-radius: 20px;
    background: #BB90E5;
    bottom: -40px;
    left: 0px;
}

.sliderMax {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: right;
    position: relative;
}

.wrapper1 .sliderMax::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 10px;
    border-radius: 20px;
    background: #BB90E5;
    bottom: -40px;
    left: 40px;
}

.wrapper2 .sliderMax::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 10px;
    border-radius: 20px;
    background: #BB90E5;
    bottom: -40px;
    right: -2px;
}

.wrapper3 .sliderMax::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 10px;
    border-radius: 20px;
    background: #BB90E5;
    bottom: -40px;
    left: 58px;

}

.slidercenter {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    position: relative;
}

.wrapper1 .slidercenter::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 10px;
    border-radius: 20px;
    background: #BB90E5;
    bottom: -40px;
    left: 24px;
}

.wrapper2 .slidercenter::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 10px;
    border-radius: 20px;
    background: #BB90E5;
    bottom: -40px;
    left: 43px;
}

.wrapper2 .pos2 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;

}

.wrapper2 .pos2::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 10px;
    border-radius: 20px;
    background: #BB90E5;
    bottom: -40px;
    left: 30px;
}

.sale_del {
    font-size: 16px;
    margin: 0px 0px 0px 10px;
}

.wrapper2 .pos4 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
}

.wrapper2 .pos4::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 10px;
    border-radius: 20px;
    background: #BB90E5;
    bottom: -40px;
    left: 54px;
}

input[type="range"]+label {
    background-color: #fff;
    position: absolute;
    top: -25px;
    left: 110px;
    width: 80px;
    padding: 5px 0;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.slider-track {
    display: flex;
    justify-content: space-between;
    margin: 0px 0px 20px 0px;
    width: 100%;
    align-items: center;
}

input[type="range"]::-webkit-slider-runnable-track {
    background: #BB90E5;
    border-radius: 4px;
    width: 100%;
    height: 3px;
    cursor: pointer;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 30px;
    height: 18px;
    background: #6014AB;
    border-radius: 8px;
    border: 1px solid #6014AB;
    margin-top: -8px;
    cursor: pointer;
    position: relative;
}

img#myImage {
    position: absolute;
}


input[type="range"]::-moz-range-track {
    background: #BB90E5;
    border-radius: 4px;
    width: 100%;
    height: 14px;
    cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 24px;
    width: 24px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #BB90E5;
    margin-top: -0px;
    cursor: pointer;
}


input[type="range"]::-ms-track {
    background: #BB90E5;
    border-radius: 4px;
    width: 100%;
    height: 14px;
    cursor: pointer;
}

input[type="range"]::-ms-thumb {
    -webkit-appearance: none;
    height: 24px;
    width: 24px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #BB90E5;
    margin-top: -7px;
    cursor: pointer;
}

.video_ytb {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1268px;
    width: 100%;
    margin: 40px auto 20px;
}

.video_ytb video {
    width: 100%;
}

.video_introduce {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 700px;
    width: 100%;
    height: 465px;
    margin: 0 auto;
}

.video_introduce video {
    width: 100%;
}

.banner_sp {
    display: none;
}

.tx_red {
    color: #ff0000;
    font-size: 16px;
    font-weight: 500;
}

/* toltip */
.add_toltip {
    position: relative;
    z-index: 10;
}

.toll_tip_nt {
    position: absolute;
    left: -99px;
    top: -67px;
    font-size: 14px;
    line-height: 18px;
    background: #605858;
    padding: 10px;
    border-radius: 5px;
    width: 228px;
    color: #fff;
}

.toll_tip_nt::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 13px solid #605858;
    right: 48%;
    bottom: -12px;
    transform: rotate(180deg);
}

.toll_tip_nt a {
    color: #FFEB3B;

}

.toll_tip_nt a:focus {
    color: #FFEB3B;
}

.dev_flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hover_toll {
    width: 20px;
    cursor: pointer;
}

.toll_tip_nt {
    display: none;
}

.add_toltip:hover .toll_tip_nt {
    display: block !important;
}

.ldp-aivn-17042024 .tp_logo_hd {
    position: relative;
    display: table;
    margin: 0px auto;
}

.ldp-aivn-17042024 .title_02042024 h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    margin: 0px;
    text-align: center;
}

.ldp-aivn-17042024 .title_mobile {
    display: none;
}

.ldp-aivn-17042024 .title_02042024 span {
    display: table;
    margin: 16px auto 0px auto;
    text-align: center;
}

.ldp-aivn-17042024 .header_top {
    background: transparent;
    padding: 40px 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
}

.ldp-aivn-17042024 .header_top.fixed {
    width: 100%;
    position: fixed;
    -webkit-animation: stuckMoveDown 0.6s;
    animation: stuckMoveDown 0.6s;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    z-index: 999;
    padding: 20px 0px;
    top: 0px;
    left: 0px;
    box-shadow: 0px 0px 40px 0px #3455E81A;
    background: #fff;
}

.ldp-aivn-17042024 .header_top .container {
    display: flex;
    align-items: center;
}

.ldp-aivn-17042024 .hh_logo_header {
    display: flex;
    align-items: center;
    position: relative;
}

.ldp-aivn-17042024 .header_top .hh_menu_header {
    margin-left: auto;
}

.ldp-aivn-17042024 .hh_menu_header ul {
    display: flex;
    align-items: center;
}

.ldp-aivn-17042024 .hh_menu_header ul li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0px 30px;
}

.ldp-aivn-17042024 .hh_menu_header ul li a {
    color: #1F2938;
    position: relative;
    display: inline-block;
    position: 8px 10px;
}

.ldp-aivn-17042024 .hh_menu_header ul li a:before {
    position: absolute;
    content: "";
    background: #000;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    left: 0px;
    right: 0px;
    bottom: -10px;
    margin: 0px auto;
    opacity: 0;
    visibility: hidden;
}

.ldp-aivn-17042024 .hh_menu_header ul li a:hover:before {
    opacity: 1;
    visibility: visible;
}

.ldp-aivn-17042024 .tp_hd_17042024 {
    position: relative;
}

.ldp-aivn-17042024 .tp_hd_17042024:before {
    position: absolute;
    content: "";
    background: url(../../images/1742024-tp-bg.jpg) no-repeat;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 50%;
    background-size: cover;
    transform: translateX(-50%);
}

.ldp-aivn-17042024 .tp_17042024 {
    position: relative;
    padding: 145px 0px 0px 0px;
}

.ldp-aivn-17042024 .tp_17042024 .tp_general {
    display: flex;
    align-items: center;
    gap: 30px;
}

.ldp-aivn-17042024 .tp_17042024 .tp_general .wrap_figure {
    width: 50%;
}

.ldp-aivn-17042024 .tp_17042024 .tp_general .text_widget {
    width: 50%;
}

.ldp-aivn-17042024 .tp_17042024 .text_widget h2 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 800;
    font-size: 48px;
    line-height: 70px;
    margin: 0px;
}

.ldp-aivn-17042024 .tp_17042024 .text_widget h2 strong {
    color: #5D38E0;
    font-weight: 800;
}

.ldp-aivn-17042024 .tp_17042024 .tp_form_17042024 {
    margin: 50px 0px 0px 0px;
}

.ldp-aivn-17042024 .tp_17042024 .tp_form_17042024 .tg_search_sop {
    position: relative;
    background: #fff;
    border: 1px solid #886EF4;
    border-radius: 90px;
}

.ldp-aivn-17042024 .tp_17042024 .tp_form_17042024 .tg_search_sop textarea {
    width: 100%;
    border: 0px;
    border-radius: 90px;
    resize: none;
    height: 60px;
    padding: 10px 20px;
    position: relative;
    scrollbar-width: none;
    -ms-overflow-style: none;
    line-height: 40px;
}

.ldp-aivn-17042024 .tp_17042024 .tp_form_17042024 .tg_search_sop textarea::placeholder {
    font-style: italic;
}

.ldp-aivn-17042024 .tp_17042024 .tp_form_17042024 .search_nd_ft {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0px 170px 0px 0px;
}

.ldp-aivn-17042024 .tp_17042024 .tp_form_17042024 .tg_search_sop .bt_click_search_nd {
    position: absolute;
    background: linear-gradient(90deg, #993DF5 0%, #4A15BB 100%);
    top: 0px;
    right: 0px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 90px;
    max-width: 150px;
    width: 100%;
    height: 60px;
    line-height: 60px;
}

.ldp-aivn-17042024 .lagi_17042024 {
    position: relative;
}

.ldp-aivn-17042024 .lagi_17042024:before {
    position: absolute;
    content: "";
    background: url(../../images/1742024-lagi-bg.jpg) no-repeat;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-size: cover;
}

.ldp-aivn-17042024 .lagi_17042024 .lagi_general {
    position: relative;
    display: flex;
    align-items: center;
    gap: 100px;
}

.ldp-aivn-17042024 .lagi_17042024 .lagi_mobile {
    display: none;
}

.ldp-aivn-17042024 .lagi_17042024 .wrap_figure figure {
    margin: -100px 0px 0px 0px;
}

.ldp-aivn-17042024 .lagi_17042024 .wrap_figure {
    width: 35%;
}

.ldp-aivn-17042024 .lagi_17042024 .text_widget {
    width: 65%;
}

.ldp-aivn-17042024 .lagi_17042024 .lagi_title {
    margin: 120px 0px 0px 0px;
    position: relative;
}

.ldp-aivn-17042024 .lagi_17042024 .lagi_title .top_title {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 1;
    margin: 0px auto;
    top: -60px;
}

.ldp-aivn-17042024 .lagi_17042024 .lagi_title .top_title:before {
    position: absolute;
    content: "";
    background: url(../../images/1742024-lagi-bg-title.png) no-repeat;
    max-width: 363px;
    width: 100%;
    height: 37px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
}

.ldp-aivn-17042024 .lagi_17042024 .lagi_title .top_title b {
    font-family: mon-bold;
    position: relative;
    text-transform: uppercase;
    display: table;
    margin: 0px auto;
    text-align: center;
    color: #fff;
    top: 5px;
}

.ldp-aivn-17042024 .lagi_17042024 .lagi_title .bottom_title {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.ldp-aivn-17042024 .lagi_17042024 .lagi_title .bottom_title:before {
    position: absolute;
    content: "";
    background: url(../../images/1742024-lagi-bg-widget.jpg) no-repeat;
    max-width: 406px;
    width: 100%;
    height: 352px;
    border-radius: 20px;
}

.ldp-aivn-17042024 .lagi_17042024 .lagi_title .bottom_title strong {
    position: relative;
    display: table;
    margin: 0px auto;
    text-align: center;
}

.ldp-aivn-17042024 .lagi_17042024 .lagi_title .bottom_title .lagi_ai_title {
    position: relative;
    font-size: 50px;
    display: table;
    margin: 30px auto 0px auto;
    text-shadow: 2px 2px 0px #000000;
    font-family: mon-black;
}

.ldp-aivn-17042024 .lagi_17042024 .lagi_title .bottom_title .lagi_ai_title span {
    color: #FF9B47;
}

.ldp-aivn-17042024 .lagi_17042024 .lagi_title .bottom_title .lagi_rgl_price {
    font-family: mon-black;
    position: relative;
    -webkit-text-stroke: 3px #fff;
    font-size: 50px;
    line-height: 58px;
    display: table;
    margin: 30px auto 0px auto;
    text-align: center;
}
.ldp-aivn-17042024 .lagi_17042024 .lagi_title .bottom_title .lagi_rgl_price strong{
    position: relative;
    background: linear-gradient(360deg, #FA6900 23.08%, #FFAA46 66.15%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.ldp-aivn-17042024 .lagi_17042024 .lagi_title .bottom_title del{
    font-weight: 600;
    display: table;
    margin: 30px auto 0px auto;
    text-align: center;
    font-size: 30px;
    line-height: 38px;
    position: relative;
}
.ldp-aivn-17042024 .title_17042024{
    position: relative;
}
.ldp-aivn-17042024 .title_17042024 h3{
  font-size: 36px;
  line-height: 44px;
  margin: 0px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.ldp-aivn-17042024 .lagi_17042024 .title_17042024 h3{
    color: #fff;
    text-align: left;
}
.ldp-aivn-17042024 .lagi_17042024 .lagi_detailds{
 margin: 32px 0px 0px 0px; 
 color: #fff;
}
.ldp-aivn-17042024 .lagi_17042024 .lagi_detailds p{
    margin: 0px 0px 32px 0px;
}
.ldp-aivn-17042024 .lagi_17042024 .lagi_detailds p:last-child{
    margin: 0px;
}
.ldp-aivn-17042024 .register_btn{
    border-radius: 90px;
    text-align: center;
    font-weight: 700;
}
.ldp-aivn-17042024 .lagi_17042024 .lagi_btn{
    color: #5D38E0;
    background: #fff;
    padding: 19px 88px;
    margin: 60px 0px 0px 0px;
    display: table;
}
.ldp-aivn-17042024 .uudiem_17042024{
    padding: 90px 0px 120px 0px;
}
.ldp-aivn-17042024 .uudiem_17042024 .title_17042024{
    display: flex;
    justify-content: end;
}
.ldp-aivn-17042024 .uudiem_17042024 .uudiem_general{
    margin: 60px 0px 0px 0px;
}
.ldp-aivn-17042024 .uudiem_17042024 .uudiem_bg{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 30px;
}
.ldp-aivn-17042024 .uudiem_17042024 .uudiem_detailds{
    box-shadow: 0px 0px 40px 0px #3455E81A;
    border-radius: 10px;
    padding: 30px 20px;
    background: #fff;
}
.ldp-aivn-17042024 .uudiem_17042024 .uudiem_detailds figure{
    display: table;
    margin: 0px auto 20px auto;
}
.ldp-aivn-17042024 .uudiem_17042024 .uudiem_detailds p:last-child{
    margin: 0px;
    text-align: justify;
}
.ldp-aivn-17042024 .banggia_17042024{
    padding: 120px 0px 120px 0px;
    background: #F7F6FF;
}
.ldp-aivn-17042024 .banggia_17042024 .banggia_general{
    margin: 56px 0px 0px 0px;
}
.ldp-aivn-17042024 .banggia_17042024 .banggia_bg{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 40px;
}
.ldp-aivn-17042024 .banggia_17042024 .banggia_detailds{
    border-radius: 20px;
    box-shadow: 0px 4px 40px 0px #DEE3FC;
    padding: 15px 15px 35px 15px;
    background: #fff;
}
.ldp-aivn-17042024 .banggia_17042024 .banggia_detailds figure{
    display: flex;
    min-height: 191px;
    align-items: center;
    justify-content: center;
}
.ldp-aivn-17042024 .banggia_17042024 .banggia_btn{
    display: table;
    margin: 30px auto 0px auto;
    border:1px solid #5D38E0;
    color: #5D38E0;
    padding: 12px 58px;
    text-transform: uppercase;
}
.ldp-aivn-17042024 .vn_ot_pro {
    padding: 120px 0px 120px 0px;
    position: relative;
}
.ldp-aivn-17042024 .vn_ot_pro .slick-list{
    
}
.ldp-aivn-17042024 .vn_ot_pro .ot_pro_general {
    margin: 48px 0px 0px 0px;
}
.ldp-aivn-17042024 .vn_ot_pro .ot_pro_detailds .wrap_figure {
    margin: 0px 0px 20px 0px;
}
.ldp-aivn-17042024 .vn_ot_pro .ot_pro_detailds .wrap_figure figure {
    height: 170px;
    border: 1.5px solid #88AAFF;
    border-radius: 10px;
    box-shadow: 0px 2px 8px 0px #00000026;
}
.ldp-aivn-17042024 .vn_ot_pro .ot_pro_detailds .wrap_figure figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.ldp-aivn-17042024 .vn_ot_pro .ot_pro_detailds .text_widget strong {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    display: table;
    margin: 0px auto;
    text-align: center;
}
.ldp-aivn-17042024 .vn_ot_pro .ot_pro_detailds .text_widget strong a {
    color: #002147;
    transition: all 0.3s;
    font-weight: 700;
}
.ldp-aivn-17042024 .vn_ot_pro .ot_pro_detailds .text_widget strong a:hover {
    color: #123b8a;
}
.ldp-aivn-17042024 .loithe_17042024{
    padding: 120px 0px;
    position: relative;
}
.ldp-aivn-17042024 .loithe_17042024:before{
    position: absolute;
    content: "";
    background: url(../../images/1742024-loithe-bg.png) no-repeat;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-size: cover;
}
.ldp-aivn-17042024 .loithe_17042024 .title_17042024 h3{
    color: #fff;
}
.ldp-aivn-17042024 .loithe_17042024 .loithe_general{
    position: relative;
    margin: 48px 0px 0px 0px;
}
.ldp-aivn-17042024 .loithe_17042024 .loithe_top_bg{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 24px;
  grid-row-gap: 48px;
}
.ldp-aivn-17042024 .loithe_17042024 .top_detailds{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 25px;    
}
.ldp-aivn-17042024 .loithe_17042024 .top_ct{
    display: flex;
    align-items: center;
    gap: 20px;
}
.ldp-aivn-17042024 .loithe_17042024 .top_ct .wrap_figure figure{
    width: 104px;
}
.ldp-aivn-17042024 .loithe_17042024 .top_ct .text_widget{
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.ldp-aivn-17042024 .loithe_17042024 .top_ct .text_widget p:last-child{
    margin: 0px;
}
.ldp-aivn-17042024 .loithe_17042024 .loithe_bottom_bg{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 24px;   
    margin: 48px 0px 0px 0px;
}
.ldp-aivn-17042024 .loithe_17042024 .bottom_detailds{
    border-radius: 10px;
    background: #fff;
    padding: 30px 24px;
}
.ldp-aivn-17042024 .loithe_17042024 .bottom_detailds .wrap_figure  figure{
    display: table;
    margin: 0px auto;
}
.ldp-aivn-17042024 .loithe_17042024 .bottom_detailds .text_widget{
    margin: 24px 0px 0px 0px;
}
.ldp-aivn-17042024 .loithe_17042024 .bottom_detailds .text_widget b{
    display: table;
    margin: 0px auto 16px auto;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}
.ldp-aivn-17042024 .loithe_17042024 .bottom_detailds .text_widget p:last-child{
    margin: 0px;
    text-align: justify;
}
.ldp-aivn-17042024 .faq_17042024{
    padding: 120px 0px 0px 0px;
}
.ldp-aivn-17042024 .faq_17042024 .title_desktop h3{
    text-align: left;
}
.ldp-aivn-17042024 .faq_17042024 .faq_general{
    display: flex;
    align-items: center;
    gap: 60px;
}
.ldp-aivn-17042024 .faq_17042024 .text_widget{
    width: 62%;
}
.ldp-aivn-17042024 .faq_17042024 .wrap_figure{
    width: 38%;
}
.ldp-aivn-17042024 .faq_17042024 .qb_faq_general{
    margin: 32px 0px 0px 0px;
}
.ldp-aivn-17042024 .faq_17042024 .qb_faq_detailds{
    padding: 24px 0px;
    border-bottom: 1px solid #E5E5E5;
}
.ldp-aivn-17042024 .faq_17042024 .qb_faq_info{
    font-size: 20px;
    line-height: 28px;
    cursor: pointer;
    position: relative;
    padding: 0px 20px 0px 0px;
}
.ldp-aivn-17042024 .faq_17042024 .qb_faq_info:before{
    position: absolute;
    content: "";
    background: url(../../images/1742024-faq-arr.png) no-repeat;
    width: 18px;
    height: 10px;
    top: 50%;
    right: 0px;
    margin: -5px 0px 0px 0px;
}
.ldp-aivn-17042024 .faq_17042024 .qb_faq_detailds.tg_current .qb_faq_info:before{
    transform: rotate(180deg);
}
.ldp-aivn-17042024 .faq_17042024 .qb_faq_info strong{
    font-weight: 600;
}
.ldp-aivn-17042024 .faq_17042024 .tg_textwidget{
    margin: 16px 0px 0px 0px;
    font-size: 16px;
    line-height:24px;
    color: #5A5A5A;
    padding: 0px 24px 0px 0px;
}
.ldp-aivn-17042024 .faq_17042024 .tg_textwidget p:last-child{
    margin: 0px;
}
.ldp-aivn-17042024 .vn_ot_pro .slick-list{
    margin: 0px -10px;
    padding: 0px 0px 40px 0px;
}
.ldp-aivn-17042024 .vn_ot_pro .slick-slide{
    padding: 0px 10px;
}
.icon_mobile_click {
    margin: 0px;
    cursor: pointer;
    margin-left: auto !important;
    z-index: 9999;
    display: none;
}
.icon_mobile_click .burger {
    width: 27px;
    height: 2px;
    background: #5D38E0;
    margin: 6px 0px;
}
.ldp-aivn-17042024 .slick-slider{
    margin:0px;
}

.header_top{
    display: none;
}

.search_nd_ft form{
    margin: 0px;
}

/*end css content rau*/

@media (max-width: 1520px) {
    .ldp-aivn-17042024 .ai_easy_work::after {
        display: none;
    }

    .ldp-aivn-17042024 .ai_easy_work:: before {
        display: none;
    }

    .ldp-aivn-17042024 .easy_conatiner_6823 {
        justify-content: space-evenly;
    }

}



@media (max-width: 1024px) {
    .ldp-aivn-17042024 .uudiem_17042024 .title_17042024{
        justify-content: center;
    }
        .ldp-aivn-17042024 .tp_17042024 .text_widget h2{
        font-size: 26px;
        line-height: 34px;
    }
        .ldp-aivn-17042024 .tp_17042024 .tp_form_17042024 .search_nd_ft strong{
        color: #5D38E0;
    }
    .ldp-aivn-17042024 .tp_17042024 .tp_form_17042024 .tg_search_sop textarea{
        padding: 13px 0px;
        background: transparent;
    }
    .ldp-aivn-17042024 .tp_17042024 .tp_form_17042024 .tg_search_sop{
        border: none;
        border-radius: 0px;
        background: transparent;
    }
    .ldp-aivn-17042024 .tp_17042024 .tp_form_17042024 .search_nd_ft form{
    flex-grow: 1;
    }
    .ldp-aivn-17042024 .tp_17042024 .tp_form_17042024 .tg_search_sop .bt_click_search_nd{
        position: relative;
        width: 100%;
        max-width: 100%;
        display: table;
        margin: 15px 0px 0px 0px;
    }
    .ldp-aivn-17042024 .tp_17042024 .tp_form_17042024 .search_nd_ft{
        border: 1px solid #886EF4;
        border-radius: 90px;
        padding: 0px 20px;
        height: 63px;
        justify-content: space-between;
    }
    .ldp-aivn-17042024 .tp_17042024 .tp_form_17042024{
        margin: 30px 0px 0px 0px;
    }
    .ldp-aivn-17042024 .faq_17042024 .faq_general{
        flex-direction: column;
    }
    .ldp-aivn-17042024 .loithe_17042024 .top_ct .text_widget p br{
        display:none;
    }
    .ldp-aivn-17042024 .loithe_17042024 .top_ct{
        flex-direction: column;
        gap: 20px;
    }
    .ldp-aivn-17042024 .loithe_17042024 .loithe_top_bg,
    .ldp-aivn-17042024 .loithe_17042024 .loithe_bottom_bg{
        display:inherit;
    }
    .ldp-aivn-17042024 .uudiem_17042024 .uudiem_bg{
        display: inherit;
    }
    .ldp-aivn-17042024 .lagi_17042024 .wrap_figure{
        width: 100%;
    }
    .icon_mobile_click {
        display: block !important;
    }
    .hh_menu_header{
        display: none;
    }
    .ldp-aivn-17042024 .title_desktop {
        display: none;
    }

    .ldp-aivn-17042024 .title_mobile {
        display: table;
        margin: 0px auto 30px auto;
    }

    .ldp-aivn-17042024 .easy_content_6823:: before {
        display: none;
    }

    .ldp-aivn-17042024 .slick-dots li.slick-active button {
        background: transparent !important;
    }

    .ldp-aivn-17042024 .easy_conatiner_6823 {
        gap: 40px;
    }

    .ldp-aivn-17042024 .easy_content_6823 .easy_text_content {
        margin: 12px 0px 0px 0px;
    }

    .ldp-aivn-17042024 .easy_content_6823 .easy_text_6823:: before {
        width: 30px;
        height: 30px;
    }

    .ldp-aivn-17042024 .slide_list {
        max-width: 823px;
    }

    .ldp-aivn-17042024 li.slick-active {
        height: 10px;
        background: #702DDD !important;
    }
    .ldp-aivn-17042024 .loithe_17042024 .slick-dots li.slick-active{
background: #fff !important;
    }
    .ldp-aivn-17042024 .loithe_17042024 .slick-dots li{
      background: rgb(255 255 255 / 30%) !important;  
    }
}

@media (min-width:1025px) and (max-width:1365px) {
    .ldp-aivn-17042024 .lagi_17042024 .lagi_general{
        gap: 24px;
    }
    .ldp-aivn-17042024 .hh_menu_header ul li{
        margin: 0px 20px;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .ldp-aivn-17042024 .lagi_17042024:before{
        height: 85%;
    }
    .ldp-aivn-17042024 .tenten_lg_mobile{
        max-width: 300px;
        width: 100%;
        display: table;
        margin: 0px auto 24px auto;
    }
    .ldp-aivn-17042024 .loithe_17042024 .bottom_detailds{
        min-height: 340px;
    }
    .ldp-aivn-17042024 .loithe_17042024 .slick-slide{
        padding:0px 10px;
    }
        .ldp-aivn-17042024 .loithe_17042024 .slick-list{
        padding: 0px 0px 60px 0px;
        margin: 0px -10px;
    }
    .ldp-aivn-17042024 .banggia_17042024 .banggia_bg{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 30px;
    }
    .ldp-aivn-17042024 .banggia_17042024{
        padding: 80px 0px;
    }
    .ldp-aivn-17042024 .uudiem_17042024 .uudiem_detailds{
        min-height: 280px;
    }
    .ldp-aivn-17042024 .uudiem_17042024 .slick-slide{
        padding: 0px 10px;
    }
       .ldp-aivn-17042024  .uudiem_17042024  .slick-list{
       padding: 40px 0px 60px 0px;
           margin:0px -10px
   }
    .ldp-aivn-17042024 .uudiem_17042024 .uudiem_general{
        margin: 0px;
    }
    .ldp-aivn-17042024 .lagi_17042024 .lagi_btn{
        display: table;
        margin: 40px auto 0px auto;
    }
    .ldp-aivn-17042024 .lagi_17042024 .lagi_mobile{
        margin: 40px 0px 0px 0px;
    }
    .ldp-aivn-17042024 .lagi_17042024{
        padding: 80px 0px;
    }
    .ldp-aivn-17042024 .tp_logo_hd {
        max-width: 250px;
        width: 100%;
    }

    .ldp-aivn-17042024 .ai_easy_work {
        padding: 90px 0px;
        border-radius: 0px;
    }

    .ldp-aivn-17042024 .title_02042024 h3 {
        font-size: 30px;
        line-height: 38px;
    }
}

@media (max-width: 1024px) {
    .ldp-aivn-17042024 .lagi_17042024 .lagi_title .bottom_title:before{
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .ldp-aivn-17042024 .faq_17042024 .wrap_figure{
        width: 100%;
        order: 1;
    }
    .ldp-aivn-17042024 .faq_17042024 .wrap_figure figure{
        display: table;
        margin: 0px auto;
    }
    .ldp-aivn-17042024 .faq_17042024 .text_widget{
        width: 100%;
        order: 2;
    }
        .ldp-aivn-17042024 .loithe_17042024 .top_detailds>.top_ct:last-child{
            margin: 0px;
        }
    .ldp-aivn-17042024 .loithe_17042024 .top_detailds .top_ct{
        margin: 0px 0px 24px 0px;
    }
    .ldp-aivn-17042024 .lagi_17042024 .lagi_mobile{
        display: table !important;
        width: 100%;
    }
    .ldp-aivn-17042024 .lagi_17042024 .wrap_figure figure{
        margin: 0px auto;
        display: table;
    }
    .ldp-aivn-17042024 .lagi_17042024 .text_widget{
        display: none;
    }
}

@media (max-width: 900px) {
    .ldp-aivn-17042024 .banner_sp {
        display: block;
    }

    .note_italic_0712 {
        display: flex;
        justify-content: space-between;
        color: #fff;
        font-size: 12px;
        line-height: 20px;
        text-align: right;
    }

    .note_italic_0712 i {}
}

@media (max-width: 767px) {
    .ldp-aivn-17042024{
    font-size: 14px;
    line-height: 22px;
}
        .ldp-aivn-17042024 .loithe_17042024 .slick-list{
        padding: 0px 0px 40px 0px;
    }
    .ldp-aivn-17042024 .vn_ot_pro .ot_pro_general{
        margin: 30px 0px 0px 0px;
    }
    .ldp-aivn-17042024 .vn_ot_pro{
        padding: 60px 0px;
    }
    .ldp-aivn-17042024 .faq_17042024 .faq_general{
        gap: 0px;
    }
    .ldp-aivn-17042024 .faq_17042024{
        padding: 60px 0px 0px 0px;
    }
    .ldp-aivn-17042024 .loithe_17042024 .bottom_detailds{
        min-height: 330px;
    }
    .ldp-aivn-17042024 .loithe_17042024{
        padding: 60px 0px;
    }
    .ldp-aivn-17042024 .step4 .list_work_item .box_round::before,
    .ldp-aivn-17042024 .list_work_item .box_round::after{
        display: none;
    }
    .ldp-aivn-17042024 .banggia_17042024 .banggia_bg{
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-gap: 20px;
    }
    .ldp-aivn-17042024 .banggia_17042024 .banggia_general{
        margin: 30px 0px 0px 0px;
    }
    .ldp-aivn-17042024 .banggia_17042024{
        padding: 60px 0px;
    }
   .ldp-aivn-17042024  .uudiem_17042024  .slick-list{
       padding: 30px 0px 40px 0px;
   }
    .ldp-aivn-17042024 .uudiem_17042024 .uudiem_general{
        margin: 0px;
    }
    .ldp-aivn-17042024 .uudiem_17042024{
        padding: 60px 0px;
    }
    .ldp-aivn-17042024 .lagi_17042024:before{
        background: linear-gradient(254.24deg, #886FF4 9.91%, #371792 91.08%);
        height: 85%;
    }
    .ldp-aivn-17042024 .lagi_17042024 .lagi_title .top_title:before{
    background-size: 100%;
    width: 90%;
    }
    .ldp-aivn-17042024 .lagi_17042024 .lagi_title{
        margin: 90px 0px 0px 0px;
    }
    .ldp-aivn-17042024 .lagi_17042024 .lagi_btn{
        margin: 30px 0px 0px 0px;
        width: 100%;
    }
    .ldp-aivn-17042024 .lagi_17042024 .lagi_detailds{
        margin: 16px 0px 0px 0px;
    }
    .ldp-aivn-17042024 .lagi_17042024 .lagi_mobile{
        margin: 30px 0px 0px 0px;
    }
    .ldp-aivn-17042024 .title_17042024 h3{
        font-size: 22px;
        line-height: 30px;
    }
    .ldp-aivn-17042024 .lagi_17042024{
        padding: 60px 0px;
    }
    .ldp-aivn-17042024 .tp_17042024 .tp_general .wrap_figure{
        width:100%;
    }
    .ldp-aivn-17042024 .tp_17042024 .tp_general .text_widget{
        width:100%;
    }
    .ldp-aivn-17042024 .tp_17042024 .tp_general{
        flex-direction: column;
        gap: 48px;
    }
    .ldp-aivn-17042024 .tp_17042024{
        padding: 100px 0px 0px 0px;
    }
    .ldp-aivn-17042024 .header_top{
        padding: 18px 0px;
    }
    .ldp-aivn-17042024 .tenten_lg_mobile{
     max-width: 165px;
     width: 100%;
     display: table;     
     margin: 0px auto 24px auto;
 }
 .ldp-aivn-17042024 .digi_tenten_lg{
    max-width: 165px;
    width: 100%;
}
.ldp-aivn-17042024 .list_work>.list_work_item:nth-child(2n+1) .item_work_text {
    max-width: 100%;
}

.ldp-aivn-17042024 .item_work_text span {
    text-align: justify;
}

.ldp-aivn-17042024 .item_work_text b {
    text-align: center;
}

.ldp-aivn-17042024 .title_02042024 h3 {
    font-size: 22px;
    line-height: 30px;
}

body {
    font-size: 16px;
    line-height: 24px;
}

.ldp-aivn-17042024 .tp_logo_hd {
    max-width: 220px;
    width: 100%;
}

.ldp-aivn-17042024 .video_introduce {
    height: auto;
}

.list_task_pri {
    margin-bottom: 0px;
}

.list_task_pri li {
    font-size: 14px;
}

.video_ytb {
    width: 100%;
    height: auto;
    max-height: 300px;
}

.register_table_show {
    display: block;
}

.tr_flex {
    display: flex;
    flex-direction: column;
}

.ldp-aivn-17042024 .list_promotion {
    margin: 10px 0px 0px 0px;
}

.ldp-aivn-17042024 .easy_conatiner_6823 {
    flex-direction: column;
}

.ldp-aivn-17042024 .easy_content_6823:: before {
    display: none;
}

.ldp-aivn-17042024 .easy_content_6823 .easy_text_6823:: before {
    left: 50%;
    transform: translateX(-63%) rotate(-136deg);
    top: -4%;
}

.ldp-aivn-17042024 .ai_easy_work {
    padding: 60px 0px;
    border-radius: 0px;
}

.ldp-aivn-17042024 .easy_content_6823 .easy_text_content {
    font-size: 14px;
    line-height: 21px;
}

.ldp-aivn-17042024 .ai_easy_work .easy_work_container {}

.ldp-aivn-17042024 .box_round .box_round_num {
    font-size: 26px;
    line-height: 30px;
    margin: 0px 5px;
}

.ldp-aivn-17042024 .box_round .box_round_buoc {
    font-size: 24px;
    line-height: 30px;
}

.ldp-aivn-17042024 .box_round {
    border-radius: 50%;
    align-items: center;
    box-shadow: 0px 0px 40px 0px #2D6BEC40;
    width: 160px;
    height: 160px;
    margin: 0px auto 10px auto;
    border: 12px solid rgb(45 107 236 / 10%);
    background: #fff;
}

.ldp-aivn-17042024 .box_round:: before {
    position: absolute;
    content: "";
    width: 134px;
    height: 134px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ldp-aivn-17042024 .list_work_item:nth-child(2n) .box_round .easy_add {
    position: unset;
}

.ldp-aivn-17042024 .list_work_item:nth-child(1) .box_round:: before,
.ldp-aivn-17042024 .list_work_item:nth-child(2) .box_round::before,
.ldp-aivn-17042024 .list_work_item:nth-child(3) .box_round::before,
.ldp-aivn-17042024 .list_work_item:nth-child(4) .box_round::before {
    display: none;
}

.ldp-aivn-17042024 .ai_easy_work .list_work,
.ldp-aivn-17042024 .ai_easy_work .list_work.step4 {
    background: none;
    padding: 0px;
    margin: 30px 0px 0px 0px;
}

.ldp-aivn-17042024 .list_work_item:nth-child(1) .box_round:: after,
.ldp-aivn-17042024 .list_work_item:nth-child(2) .box_round::after,
.ldp-aivn-17042024 .list_work_item:nth-child(3) .box_round::after,
.ldp-aivn-17042024 .list_work_item:nth-child(4) .box_round::after {
    display: none;
}

.ldp-aivn-17042024 .list_work_item {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 45px;
}

.ldp-aivn-17042024 .list_work>.list_work_item: last-child {
    margin: 0px;
}

.ldp-aivn-17042024 .list_work_item:nth-child(2n) .box_round .easy_add {
    left: 190px !important;
}

.ldp-aivn-17042024 .list_work_item:nth-child(2) .box_round:: after {
    left: 80px !important;
}

.ldp-aivn-17042024 .list_work_item:nth-child(2n) .box_round {
    order: 0;
}

.ldp-aivn-17042024 .baner_ud>h3 {
    font-size: 17px;
    line-height: 18px;
}

.ldp-aivn-17042024 .discount_video .discount_video_yl {
    font-size: 17px;
    line-height: 21px;
}

.ldp-aivn-17042024 .discount_video .discount_video_ita {
    font-size: 14px;
    line-height: 20px;
}

.ldp-aivn-17042024 .baner_ud {
    min-height: unset;
    padding: 20px 15px;
    /* background: #0084f9; */
    background-size: revert;
    background-position: 31% 57%;
    background: #6d58f8;

}

.ldp-aivn-17042024 .baner_ud>img {
    margin: 0px 2px;
}

.ldp-aivn-17042024 .slide_list {
    width: 100%;
}

.ldp-aivn-17042024 .easy_content_6823 {
    margin-top: 40px;
}

.flex_table {
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0px 0px 14px 0px;
}

.flex_table_cl3 {
    width: 100%;
    margin: 0px 0px 0px 0px;
}

.register_table_none {
    display: none;

}

.ldp-aivn-17042024 .slect_lg {
    gap: 10px;
}

.flex_table_cl1 {
    width: 100%;
}

.sliderMin,
.wrapper2 .pos2,
.slidercenter,
.wrapper2 .pos4,
.sliderMax {
    font-size: 12px;
}

.wrapper2 .sliderMin:: before {
    left: 9px;
}

.wrapper2 .pos2:: before {
    left: 26px;
}

.wrapper2 .slidercenter:: before {
    left: 34px;
}

.wrapper2 .pos4:: before {
    left: 38px;
}

.wrapper2 .sliderMax:: before {
    right: 11px;
}

.flex_table_cl2 {
    min-width: unset;
    width: 33%;
    padding: 0px;
}

.flex_table_cl1 {
    width: 50%;
    min-width: 175px;
}

.sale_del {
    margin: 0px 0px 0px 0px;
}

.video_introduce,
.ldp-aivn-17042024 .easy_content_6823 .easy_text_6823 {
    width: 100%;
}

}
