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

.ldp_webinar_17092024 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0em !important;
    color: #301D48;
    position: relative;
    font-family: "Maven Pro", sans-serif;
    line-height: 24px;
    overflow-x: hidden;
}

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

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

img {
    max-width: 100%;
}

.thumbnail {
    padding: 0px;
    border: none;
    background: none;
    margin: 0px;
    overflow: hidden;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.container {
    width: 100%;
    max-width: 1470px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

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

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

/* MENU MOBILE*/

.icon_mobile_click {
    margin: 0px;
    cursor: pointer;
    z-index: 99;
    display: none;
    cursor: pointer;
    margin-left: auto !important;
    z-index: 9999;
}

.top_header.fixed_header .icon_mobile_click .burger {
    background: #04326D;
}

.icon_mobile_click .burger {
    width: 27px;
    height: 2px;
    background: #fff;
    margin: 6px 0px;
    display: none;
}

#page_wrapper {
    transition: all 0.3s;
}

#menu_mobile_full_secure {
    position: fixed;
    top: 0;
    bottom: 100%;
    width: 100%;
    background: linear-gradient(94.29deg, #CC85FF 7.7%, #769CFF 98.45%);

    z-index: 9999999;
    border-right: 1px solid #fff;
    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 {
    padding: 15px 0px 10px 0px;
}

#menu_mobile_full_secure ul li {
    position: relative;
    padding: 15px 0px 15px 0px;
    font-size: 14px;
}

#menu_mobile_full_secure ul.menu>li {
    display: table;
}

#menu_mobile_full_secure ul li a {
    color: #fff;
    text-transform: uppercase;
}

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

#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 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;
    font-size: 17px;
}

#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*/
/*CSS CONTENT*/
.popup_email_05082024 {}

.popup_email_05082024 .content_popup {
    border-radius: 16px !important;
    padding: 60px 100px !important;
    max-width: 820px !important;
}

.popup_email_05082024 .content_popup h2 {
    font-weight: 600;
    font-size: 42px;
    line-height: 50px;
    display: table;
    margin: 0px auto;
    text-align: center;
    color: #000;
}

.popup_email_05082024 #contact_block_chain {
    margin: 36px 0px 0px 0px;
}

.popup_email_05082024 #contact_block_chain .form-group-nt {
    margin: 0px 0px 16px 0px;
}

.popup_email_05082024 #contact_block_chain input {
    width: 100%;
    box-shadow: 0px 8px 16px 0px #5700A40A;
    border: 1px solid #D7D7D7;
    border-radius: 10px;
    padding: 18px 24px;
    color: #000;
}

.popup_email_05082024 #contact_block_chain input::placeholder {
    color: #B6B6B6;
    font-style: italic;
}

.popup_email_05082024 #contact_block_chain #sendMailBlockChain {
    box-shadow: 0px 8px 16px 0px #00000026;
    color: #fff;
    text-align: center;
    border-radius: 90px;
    background: linear-gradient(94.29deg, #CC85FF 7.7%, #769CFF 98.45%);
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    max-width: 320px;
    width: 100%;
    display: inline-block;
    padding: 19px;
    position: relative;
    overflow: hidden;
    border: none;
    margin: 48px auto 0px auto;
    display: table;
}

.popup_email_05082024 .close_popup {
    top: 24px !important;
    right: 24px !important;
}

.ldp_webinar_17092024 .header_top {
    padding: 20px 0px;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0px;
    left: 0px;
}

.ldp_webinar_17092024 .header_top.fixed {
    background: #fff;
    box-shadow: 0px 0px 40px rgb(34 107 115 / 30%);
}

.ldp_webinar_17092024 .header_top .header_general {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ldp_webinar_17092024 .header_top .header_general .header_right {
    position: relative;
}

.ldp_webinar_17092024 .header_top .hh_menu_header ul {
    display: flex;
    align-items: center;
    gap: 28px;
}

.ldp_webinar_17092024 .header_top .hh_menu_header ul li {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}

.ldp_webinar_17092024 .header_top .hh_menu_header ul li a {
    display: inline-block;
    color: #301D48;
    position: relative;
    transition: all 0.3s;
}

.ldp_webinar_17092024 .header_top .hh_menu_header ul li a:hover {
    color: #603EFF;
}

.ldp_webinar_17092024 .header_top .hh_menu_header ul li a:before {
    content: "";
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: -9px;
    background: #ffffff;
    height: 1px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.ldp_webinar_17092024 .header_top .hh_menu_header ul li a:hover:before {
    right: 0px;
    background: #603EFF;
}

.ldp_webinar_17092024 .header_top .hh_logo_header {
    display: flex;
    align-items: center;
    gap: 42px;
}

.ldp_webinar_17092024 .header_top .hh_logo_header>figure:nth-child(1) {
    position: relative;
    padding: 0px 0px 8px 0px;
}

.ldp_webinar_17092024 .header_top .hh_logo_header>figure{
    display: flex;
    align-items: center;
    gap:25px;
}


.ldp_webinar_17092024 .header_top .hh_logo_header>figure:nth-child(1):before {
    position: absolute;
    content: "";
    width: 1px;
    height: 65%;
    background: #CECECE;
    top: 50%;
    right: -21px;
    transform: translate(0px, -50%);
}

.ldp_webinar_17092024 .hh_tp_absolute {
    position: relative;
    background: url(../../images/05082024-tp-bg3.png) no-repeat;
    background-position: top right;
}

.ldp_webinar_17092024 .hh_tp_absolute:before {
    position: absolute;
    content: "";
    background: url(../../images/05082024-tp-bg1.png) no-repeat;
    max-width: 743px;
    width: 100%;
    height: 798px;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.ldp_webinar_17092024 .hh_tp_absolute:after {
    position: absolute;
    content: "";
    background: url(../../images/17092024-tp-bg2.png) no-repeat;
    max-width: 1360px;
    width: 100%;
    height: 731px;
    top: 0px;
    right: 0px;
    z-index: -1;
}

.ldp_webinar_17092024 .tp_05082024 {
    padding: 90px 0px 0px 0px;
}

.ldp_webinar_17092024 .tp_05082024 .tp_general {
    display: flex;
    align-items: center;
}

.ldp_webinar_17092024 .tp_05082024 .tp_left {
    width: 43%;
}

.ldp_webinar_17092024 .tp_05082024 .tp_right {
    width: 57%;
}

.ldp_webinar_17092024 .tp_05082024 .tp_left h1 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 600;
    margin: 0px;
}

.ldp_webinar_17092024 .tp_05082024 .tp_left h1 b{
    color: #603EFF;
    font-weight: 600;
    display: block;
}

.ldp_webinar_17092024 .tp_05082024 .tp_left h1 strong {
    color: #603EFF;
    font-weight: 600;
}
.ldp_webinar_17092024 .tp_05082024 .tp_left ul{
    margin: 36px 0px 0px 0px;
}
.ldp_webinar_17092024 .tp_05082024 .tp_left ul li{
    font-size: 20px;
    line-height: 28px;
    margin: 0px 0px 8px 0px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #301D48;
}
.ldp_webinar_17092024 .tp_05082024 .tp_left ul li img{
    max-width: inherit;
    position: relative;
    top: 1px;
}
.ldp_webinar_17092024 .tp_05082024 .tp_left ul>li:last-child{
    margin: 0px;
}
.ldp_webinar_17092024 .tp_05082024 .tp_flex {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 30px 0px 0px 0px;
}

.ldp_webinar_17092024 .tp_05082024 .tp_flex span {
    font-size: 20px;
    line-height: 28px;
}

.ldp_webinar_17092024 .tp_05082024 .tp_flex span strong {
    font-weight: 600;
}

.ldp_webinar_17092024 .tp_05082024 .tp_flex span p {
    font-weight: 500;
    color: #4A8CFF;
    font-size: 18px;
    line-height: 26px;
    margin: 0px;
}

.ldp_webinar_17092024 .btn_05082024 {
    box-shadow: 0px 8px 16px 0px #00000026;
    color: #fff;
    text-align: center;
    border-radius: 90px;
    box-shadow: 0px 10px 10px 0px #6C27FF26;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    max-width: 320px;
    width: 100%;
    display: inline-block;
    padding: 15px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #00F0FF 0%, #8000FF 100%);
}
.ldp_webinar_17092024 .btn_05082024 span{
  transition: opacity .6s, transform .8s;
  transition-timing-function: cubic-bezier(.15,.85,.31,1);
  display: inline-block;
  margin: 0px !important;
  text-transform: inherit;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  position: relative;
  top: -1px;
}
.ldp_webinar_17092024 .btn_05082024:hover span{
  transform: translateY(-150%);
}
.ldp_webinar_17092024 .btn_05082024 span strong{
  transition: opacity .6s, transform .8s;
  transition-timing-function: cubic-bezier(.15,.85,.31,1);
  display: inline-block;
  font-weight: 500;
}
.ldp_webinar_17092024 .btn_05082024 span>strong:nth-child(2){
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 80%);
  opacity: 0;
}
.ldp_webinar_17092024 .btn_05082024:hover span>strong:nth-child(1){
  opacity: 0;
}
.ldp_webinar_17092024 .btn_05082024:hover span>strong:nth-child(2){
  transform: translate(-50%, 100%);
  opacity: 1;
}

.ldp_webinar_17092024 .tp_05082024 .tp_btn {
    margin: 50px 0px 0px 0px;
}

.ldp_webinar_17092024 .tp_05082024 .tp_detailds {
    position: relative;
    display: flex;
}

.ldp_webinar_17092024 .tp_05082024 .tp_right>.tp_detailds:nth-child(2) {
    margin: -80px 0px 0px 0px;
}

.ldp_webinar_17092024 .tp_05082024 .tp_detailds .wrap_figure figure,
.ldp_webinar_17092024 .biography_17092024 .wrap_figure figure {
    position: relative;
    display: table;
}

.ldp_webinar_17092024 .tp_05082024 .tp_detailds .wrap_figure figure span,
.ldp_webinar_17092024 .biography_17092024 .wrap_figure figure span{
    position: absolute;
    left: 0px;
    right: 0px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #494949;
    border-radius: 90px;
    background: #fff;
    text-align: center;
    max-width: 240px;
    width: 100%;
    margin: 0px auto;
    padding: 12px;
}

.ldp_webinar_17092024 .tp_05082024 .tp_right>.tp_detailds:nth-child(1) .wrap_figure figure span,
.ldp_webinar_17092024 .biography_17092024 .biography_general>.biography_detailds:nth-child(1) .wrap_figure figure span {
    bottom: 35px;
}
.ldp_webinar_17092024 .biography_17092024 .biography_general>.biography_detailds:nth-child(1) .wrap_figure figure span,
.ldp_webinar_17092024 .biography_17092024 .biography_general>.biography_detailds:nth-child(2) .wrap_figure figure span{
    box-shadow: 0px 4px 40px 0px #1754E333;
}
.ldp_webinar_17092024 .tp_05082024 .tp_right>.tp_detailds:nth-child(2) .wrap_figure figure span,
.ldp_webinar_17092024 .biography_17092024 .biography_general>.biography_detailds:nth-child(2) .wrap_figure figure span{
    bottom: 20px;
}

.ldp_webinar_17092024 .tp_05082024 .tp_right>.tp_detailds:nth-child(2) .wrap_figure {
    margin-left: auto;
}

.ldp_webinar_17092024 .tp_05082024 .tp_detailds .text_widget {
    position: absolute;
}

.ldp_webinar_17092024 .tp_05082024 .tp_detailds .text_widget strong {
    font-size: 16px;
    line-height: 22px;
}

.ldp_webinar_17092024 .tp_05082024 .tp_detailds .text_widget span {
    display: block;
    margin: 16px 0px 0px 0px;
}

.ldp_webinar_17092024 .tp_05082024 .tp_right>.tp_detailds:nth-child(1) .tp_bg {
    position: relative;
    padding: 20px;
}

.ldp_webinar_17092024 .tp_05082024 .tp_right>.tp_detailds:nth-child(2) .tp_bg {
    position: relative;
    padding: 70px 0px 0px 110px;
}

.ldp_webinar_17092024 .tp_05082024 .tp_right>.tp_detailds:nth-child(1) .text_widget {
    top: 31%;
    right: 0px;
    transform: translate(0px, -50%);
    max-width: 375px;
    width: 100%;
}

.ldp_webinar_17092024 .tp_05082024 .tp_right>.tp_detailds:nth-child(1) .text_widget:before {
    position: absolute;
    content: "";
    background: url(../../images/05082024-bg-text1.png) no-repeat;
    max-width: 376px;
    width: 100%;
    height: 196px;
    top: 0px;
    left: 0px;
}

.ldp_webinar_17092024 .tp_05082024 .tp_right>.tp_detailds:nth-child(2) .text_widget {
    top: 50%;
    left: 0px;
    transform: translate(0px, -50%);
    max-width: 530px;
    width: 100%;
}

.ldp_webinar_17092024 .tp_05082024 .tp_right>.tp_detailds:nth-child(2) .text_widget:before {
    position: absolute;
    content: "";
    background: url(../../images/05082024-bg-text2.png) no-repeat;
    max-width: 530px;
    width: 100%;
    height: 280px;
    top: 0px;
    left: 40px;
}

.ldp_webinar_17092024 .intro_05082024 {
    padding: 110px 0px 0px 0px;
}

.ldp_webinar_17092024 .intro_05082024 .swiper-container {
    cursor: url('../../images/arrow_drag_07082024.png'), auto;
}

.intro_05082024 .swiper-slide {

}

.intro_05082024 .title_05082024{
    max-width: 75%;
    margin: 0px auto;
}

/* .swiper-slide.tilt-left+.tilt-left figure{
    transform: scale(0.95) !important;
}

.swiper-slide.tilt-center figure{
    transform: scale(0.9) !important;
} */



.swiper-slide.half-visible {

    overflow: hidden;
}

.ldp_webinar_17092024 .intro_05082024 .intro_detailds img {
    border-radius: 10px;
}

.ldp_webinar_17092024 .title_05082024 {
    position: relative;
}

.ldp_webinar_17092024 .intro_05082024 .title_05082024 h2 {
    text-align: center;
}

.ldp_webinar_17092024 .intro_05082024 .title_05082024 p {
    text-align: center;
}

.ldp_webinar_17092024 .title_05082024 h2 {
    font-weight: 600;
    font-size: 42px;
    line-height: 50px;
    margin: 0px;
}

.ldp_webinar_17092024 .title_05082024 p {
    margin: 16px 0px 0px 0px;
    font-size: 18px;
    line-height: 26px;
}

.ldp_webinar_17092024 .title_05082024 p strong {
    font-weight: 600;
}

.ldp_webinar_17092024 .tg_pd120 {
    padding: 120px 0px 0px 0px;
}

.ldp_webinar_17092024 .benefit_05082024 {
    position: relative;
}
.ldp_webinar_17092024 .benefit_05082024 .benefit_btn{
    margin: 36px 0px 0px 0px;
}
.ldp_webinar_17092024 .benefit_05082024:before {
    position: absolute;
    content: "";
    background: url(../../images/05082024-loiich-bg1.png) no-repeat;
    max-width: 662px;
    width: 100%;
    height: 1036px;
    top: 0px;
    left: 0px;
}

.ldp_webinar_17092024 .benefit_05082024 .benefit_general {
    position: relative;
    z-index: 9;
    display: flex;
    gap: 80px;
}

.ldp_webinar_17092024 .benefit_05082024 .benefit_left {
    width: 43%;
    margin: 50px 0px 0px 0px;
}

.ldp_webinar_17092024 .benefit_05082024 .benefit_right {
    width: 57%;
}

.ldp_webinar_17092024 .benefit_05082024 .benefit_bg {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 34px;
}

.ldp_webinar_17092024 .benefit_05082024 .benefit_detailds {
    border-radius: 30px;
    border: 1px solid #BCC3FF;
    padding: 30px;
}

.ldp_webinar_17092024 .benefit_05082024 .benefit_detailds span{
    display: block;
    margin: 0px 0px 16px 0px;
}
.ldp_webinar_17092024 .benefit_05082024 .benefit_detailds span strong{
    font-weight: 600;
}
.ldp_webinar_17092024 .benefit_05082024 .benefit_detailds span:last-child{
    margin: 0px;
}
.ldp_webinar_17092024 .benefit_05082024 .benefit_detailds figure {
    margin: 0px 0px 16px 0px;
}

.ldp_webinar_17092024 .content_05082024 {
    position: relative;
}

.ldp_webinar_17092024 .content_05082024:before {
    position: absolute;
    content: "";
    background: url(../../images/05082024-noidung-bg1.png) no-repeat;
    max-width: 1569px;
    width: 100%;
    height: 1036px;
    top: -230px;
    right: 0px;
}

.ldp_webinar_17092024 .content_05082024 .content_general {
    position: relative;
    z-index: 9;
    display: flex;
    background: #fff;
    border-radius: 20px;
}

.ldp_webinar_17092024 .content_05082024 .content_left {
    width: 38%;
    position: relative;
    border-radius: 20px;
    padding: 65px 60px 0px 60px;
    min-height: 490px;
}
.ldp_webinar_17092024 .content_05082024 .content_left:after{
 position: absolute; 
 content: "";
 background: url(../../images/17092024-noidung-bg3.png) no-repeat;
 max-width: 161px;
 width: 100%;
 height: 74px;
 bottom: 25px;
 left: -80px;
}
.ldp_webinar_17092024 .content_05082024 .content_left:before {
    position: absolute;
    content: "";
    background: url(../../images/17092024-noidung-bg2.png) no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-size: cover;
    top: 0px;
    left: 0px;
}

.ldp_webinar_17092024 .content_05082024 .content_right {
    width: 62%;
    display: flex;
    align-items: center;
    border-radius: 0px 20px 20px 0px;
    padding: 0px 50px;
    min-height: 490px;
    overflow: hidden;
    background: #fff;
    border-radius: 0px 20px 20px 0px;
}

.ldp_webinar_17092024 .content_05082024 .title_05082024 {
    color: #fff;
}

.ldp_webinar_17092024 .content_05082024 .title_05082024 p {
    margin: 20px 0px 0px 0px;
}

.ldp_webinar_17092024 .content_05082024 .content_bg {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 30px;
}

.ldp_webinar_17092024 .content_05082024 .content_detailds b {
    color: #2F2F2F;
    font-size: 50px;
    line-height: 58px;
    display: block;
    margin: 0px 0px 10px 0px;
}
.ldp_webinar_17092024 .content_05082024 .content_detailds b{
    display: block;
    margin: 10px 0px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}
.ldp_webinar_17092024 .content_05082024 .content_detailds p{
    display: inline-block;
}
.ldp_webinar_17092024 .content_05082024 .content_detailds p span{
    margin: 0px;
    font-weight: 600;
}
.ldp_webinar_17092024 .content_05082024 .content_detailds strong p{
    margin: 0px;
}
.ldp_webinar_17092024 .banner_05082024 .banner_general {
    height: 400px;
    position: relative;
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.ldp_webinar_17092024 .banner_05082024 .banner_general:before {
    position: absolute;
    content: "";
    background: url(../../images/05082024-cauhoi-bg1.jpg) no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    top: 0px;
    left: 0px;
    background-size: 100% 100%;
}

.ldp_webinar_17092024 .banner_05082024 .banner_bg {
    padding: 0px 0px 0px 225px;
}

.ldp_webinar_17092024 .banner_05082024 .banner_btn {
    margin: 40px 0px 0px 0px;
}

.ldp_webinar_17092024 .banner_05082024 .title_05082024 p {
    margin: 0px;
}

.ldp_webinar_17092024 .gift_05082024 {
    position: relative;
    padding: 120px 0px;
}
.ldp_webinar_17092024 .gift_05082024 .title_05082024{
    text-align: center;
}
.ldp_webinar_17092024 .gift_05082024 .gift_general {
    position: relative;
    display: flex;
    gap: 80px;
    margin: 36px 0px 0px 0px;
    align-items: center;
}

.ldp_webinar_17092024 .gift_05082024 .gift_left {
    width: 47%;
}

.ldp_webinar_17092024 .gift_05082024 .gift_left figure {
    position: relative;
}

.ldp_webinar_17092024 .gift_05082024 .gift_right {
    width: 53%;
}

.ldp_webinar_17092024 .gift_05082024 .gift_bg {
    margin: 36px 0px 0px 0px;
}

.ldp_webinar_17092024 .gift_05082024 .gift_detailds {
    display: flex;
    align-items: center;
    gap: 22px;
    margin: 0px 0px 30px 0px;
    font-size: 20px;
    line-height: 28px;
}

.ldp_webinar_17092024 .gift_05082024 .gift_detailds .wrap_figure figure {
    position: relative;
    width: 131px;
    height: 136px;
    border-radius: 20px;
    background: #AFD9FF4D;

}

.ldp_webinar_17092024 .gift_05082024 .gift_detailds .wrap_figure figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ldp_webinar_17092024 .gift_05082024 .gift_detailds .text_widget strong {
    font-weight: 600;
    color: #301D48;
}

.ldp_webinar_17092024 .gift_05082024 .gift_detailds .text_widget span {
    display: block;
}
.ldp_webinar_17092024 .gift_05082024 .gift_bg .gift_ct{
    margin: 0px 0px 24px 0px;
    position: relative;
}
.ldp_webinar_17092024 .gift_05082024 .gift_bg>.gift_ct:nth-child(1){
    padding: 0px 0px 35px 0px;
    margin: 0px 0px 35px 0px;
}
.ldp_webinar_17092024 .gift_05082024 .gift_bg>.gift_ct:nth-child(1):before{
    position: absolute;
    content: "";
    background: url(../../images/17092024-quatang-bg-line.png) no-repeat;
    max-width: 686px;
    width: 100%;
    height: 2px;
    bottom: 0px;
    left: 0px;
}
.ldp_webinar_17092024 .gift_05082024 .gift_inside>.gift_detailds:last-child{
    margin: 0px;
}
.ldp_webinar_17092024 .gift_05082024 .gift_inside{
    margin: 24px 0px 0px 0px;
}
.ldp_webinar_17092024 .gift_05082024 .gift_bg .gift_ct b{
 color: #301D48;
 font-size: 24px;
 line-height: 32px;
 font-weight: 600;
}
.ldp_webinar_17092024 .gift_05082024 .gift_bg>.gift_ct:last-child{
    margin: 0px;
}
.ldp_webinar_17092024 .intro_05082024 .intro_btn {
    margin: 0px auto 0px auto;
    display: table;
}

.ldp_webinar_17092024 .benefit_dot {
    align-items: center;
    justify-content: center;
    margin: 20px 0px 0px 0px;
    gap: 22px;
    display: none;
}

.ldp_webinar_17092024 .sl_prev,
.ldp_webinar_17092024 .sl_next {
    cursor: pointer;
}

.ldp_webinar_17092024 .sl_prev svg path,
.ldp_webinar_17092024 .sl_next svg path {
    transition: all 0.3s;
}

.ldp_webinar_17092024 .sl_prev:hover svg path,
.ldp_webinar_17092024 .sl_next:hover svg path {
    stroke: #0066B2;
}

.ldp_webinar_17092024 .color_number {
    color: #0066B2;
}

.ldp_webinar_17092024 .slick-slider {
    margin: 0px;
}

.ldp_webinar_17092024 .tg_mb{
    display: none;
}

.ldp_webinar_17092024 .tg_pc{
    display: block;
}
.ldp_webinar_17092024 .swiper-wrapper{
    height: auto;
}
.ldp_webinar_17092024 .whom_17092024{
    position: relative;
}
.ldp_webinar_17092024 .whom_17092024 .whom_general{
    display: flex;
    gap: 80px;
    position: relative;
}
.ldp_webinar_17092024 .whom_17092024:before{
    position: absolute;
    content: "";
    background: url(../../images/17092024-choai-bg.png) no-repeat;
    max-width: 959px;
    width: 100%;
    height: 962px;
    top: -200px;
    left: 0px;
    z-index: -1;
}
.ldp_webinar_17092024 .whom_17092024 .whom_left{width: 47%;display: flex;justify-content: flex-end;}
.ldp_webinar_17092024 .whom_17092024 .whom_right{
    width: 53%;
}
.ldp_webinar_17092024 .whom_17092024 .whom_right ul{
    margin: 36px 0px 0px 0px;
}
.ldp_webinar_17092024 .whom_17092024 .whom_right ul li{
    display: flex;
    align-items: center;
    gap: 22px;
    margin: 0px 0px 16px 0px;
}
.ldp_webinar_17092024 .whom_17092024 .whom_right ul>li:last-child{
    margin: 0px;
}
.ldp_webinar_17092024 .whom_17092024 .whom_right ul li b{
    width: 80px;
    height: 82px;
    line-height: 82px;
    border-radius: 20px;
    background: #AFD9FF4D;
    color: #603EFF;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
}
.ldp_webinar_17092024 .whom_17092024 .whom_right ul li strong{
    flex-grow: 1;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}
.ldp_webinar_17092024 .biography_17092024{
    position: relative;
}
.ldp_webinar_17092024 .biography_17092024:before{
    position: absolute;
    content: "";
    background: url(../../images/17092024-tieusu-bg1.png) no-repeat;
    max-width: 1920px;
    width: 100%;
    height: 1350px;
    top: 0px;
    left: 0px;
}
.ldp_webinar_17092024 .biography_17092024 .biography_general{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 50px;
}
.ldp_webinar_17092024 .biography_17092024 .biography_detailds{
    position: relative;
    min-height: 600px;
    background: #fff;
    border-radius: 20px;
    margin: 150px 0px 0px 0px;
    padding: 200px 30px 30px 30px;
}
.ldp_webinar_17092024 .biography_17092024 .biography_general>.biography_detailds:nth-child(1) .wrap_figure{
}
.ldp_webinar_17092024 .biography_17092024 .biography_general>.biography_detailds:nth-child(2) .wrap_figure{top: -160px;}
.ldp_webinar_17092024 .biography_17092024 .biography_detailds .wrap_figure{
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    top: -200px;
    display: flex;
    justify-content: center;
}
.ldp_webinar_17092024 .biography_17092024 .biography_detailds .wrap_figure figure{
}
.ldp_webinar_17092024 .biography_17092024 .biography_detailds .text_widget ul li{
    margin: 0px 0px 12px 0px;
    position: relative;
    padding: 0px 0px 0px 35px;
}
.ldp_webinar_17092024 .biography_17092024 .biography_detailds .text_widget ul>li:last-child{
    margin: 0px;
}
.ldp_webinar_17092024 .biography_17092024 .biography_detailds .text_widget ul li:before{
    position: absolute;
    content: "";
    background: url(../../images/17092024-star-icon.svg) no-repeat;
    width: 30px;
    height: 30px;
    top: -2px;
    left: 0px;
}
.ldp_webinar_17092024  .panorama-slider .swiper{
    height: auto;
}
.ldp_webinar_17092024 .panorama-slider .swiper-slide{
    height: auto;
}
.ldp_webinar_17092024 .panorama-slider .swiper-pagination{
    display: none;
}
.ldp_webinar_17092024 .trantam_img{
    max-width: 480px;
    width: 100%;
}
.ldp_webinar_17092024 .wilston_img{
    max-width: 260px;
    width: 100%;
}
.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box{
    color: #000;
}
/*END CSS CONTENT RAU*/
/*CSS RESPONSIVE*/

@media(min-width:1025px) and (max-width:1599px){
    .ldp_webinar_17092024 .banner_05082024 .banner_bg{
        padding: 0px 0px 0px 100px;
    }
    .ldp_webinar_17092024 .title_05082024 p br{
        display: none;
    }
    .ldp_webinar_17092024 .tp_05082024 .tp_right>.tp_detailds:nth-child(2) .tp_bg{
        padding: 70px 0px 0px 0px;
    }
    .ldp_webinar_17092024 .tp_05082024 .tp_right>.tp_detailds:nth-child(2) .text_widget:before{
        left: -100px;
    }
    .swiper-3d{
        perspective:540px;
    }
}

@media (min-width:1025px) and (max-width:1280px){
    .ldp_webinar_17092024 .tp_05082024 .tp_right>.tp_detailds:nth-child(2) .tp_bg{
        padding: 70px 0px 0px 0px;
    }
    .ldp_webinar_17092024 .tp_05082024 .tp_right>.tp_detailds:nth-child(2) .text_widget:before{
        left: -100px;
    }
    .ldp_webinar_17092024 .intro_05082024 .intro_btn{
        margin: 0px auto;
    }
    .ldp_webinar_17092024 .header_top .hh_menu_header ul{
        gap: 8px;
    }
    .ldp_webinar_17092024 .header_top .hh_logo_header figure img{
        width: 40%;
    }
    .ldp_webinar_17092024 .tp_05082024 .tp_left h1 br{
        display: none;
    }
    .ldp_webinar_17092024 .tp_05082024 .tp_left h1{
        font-size: 36px;
        line-height: 44px;
    }
}
@media (min-width:768px) and (max-width:1024px) {
    .ldp_webinar_17092024 .gift_05082024 .gift_bg{
        margin: 0px;
    }
    .ldp_webinar_17092024 .header_top .hh_logo_header>figure:nth-child(1)>img:nth-child(1){
        max-width: 180px;
        width: 100%;
    }
    .ldp_webinar_17092024 .header_top .hh_logo_header>figure:nth-child(1)>img:nth-child(2){
        max-width: 50px;
        width: 100%;
    }
    .ldp_webinar_17092024 .header_top .hh_logo_header>figure:nth-child(2)>img:nth-child(2){
        max-width: 160px;
        width: 100%;
    }
    .intro_05082024 .title_05082024{
        max-width: 100%;
    }
    .ldp_webinar_17092024 .banner_05082024 .banner_bg{
        padding: 0px 0px 0px 30px;
    }
    .ldp_webinar_17092024 .whom_17092024 .whom_right{
        width: 100%;
    }
    .ldp_webinar_17092024 .whom_17092024 .whom_left{
        justify-content: center;
        width: 100%;
    }
    .ldp_webinar_17092024 .whom_17092024 .whom_general{
        flex-direction: column;
        gap: 40px;
    }
    .ldp_webinar_17092024 .biography_17092024 .biography_detailds{
        min-height: inherit;
        padding: 200px 30px 30px 30px;
        border:1px solid #603EFF;
    }
    .ldp_webinar_17092024 .content_05082024 .content_general{
        border:1px solid #603EFF;
    }
    .ldp_webinar_17092024 .content_05082024 .content_right{
        width: 100%;
        min-height: inherit;
        padding: 30px;
        border-radius: 20px;
    }
    .ldp_webinar_17092024 .content_05082024 .content_left{
        width: 100%;
        min-height: inherit;
    }
    .ldp_webinar_17092024 .content_05082024 .content_general{
        flex-direction: column;
    }
    .ldp_webinar_17092024 .biography_17092024 .biography_general{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .ldp_webinar_17092024 .content_05082024 .content_left:after{
        display: none;
    }
    .ldp_webinar_17092024 .content_05082024 .content_bg {
        grid-row-gap: 30px;
    }

    .popup_email_05082024 .content_popup h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .ldp_webinar_17092024 .benefit_05082024 .benefit_general {
        gap: 32px;
    }

    .ldp_webinar_17092024 .title_05082024 h2 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width:1024px) {
    .ldp_webinar_17092024 .title_05082024 h2 br{
        display: none;
    }
    .ldp_webinar_17092024 .benefit_05082024 .slick-slide{
        padding: 0px 10px;
    }
    .ldp_webinar_17092024 .benefit_05082024 .slick-list{
        margin: 0px -10px;
    }
    .popup_email_05082024 .content_popup {
        padding: 20px !important;
        margin: 150px auto 0px auto !important;
        width: 95% !important;
    }

    .ldp_webinar_17092024 .hh_tp_absolute {
        background: none;
    }

    .ldp_webinar_17092024 .gift_05082024 .gift_left figure {
        display: table;
        margin: 0px auto;
    }

    .ldp_webinar_17092024 .gift_05082024 .gift_left figure:before,
    .ldp_webinar_17092024 .gift_05082024:before {
        display: none;
    }

    .ldp_webinar_17092024 .gift_05082024 .gift_right {
        width: 100%;
    }

    .ldp_webinar_17092024 .gift_05082024 .gift_left {
        width: 100%;
        order: 2;
    }

    .ldp_webinar_17092024 .gift_05082024 .gift_general {
        flex-direction: column;
    }

    .ldp_webinar_17092024 .gift_05082024 {
        padding: 70px 0px;
    }

    .ldp_webinar_17092024 .content_05082024 .content_left {
        padding: 30px;
    }

    .ldp_webinar_17092024 .benefit_dot {
        display: flex;
    }

    .ldp_webinar_17092024 .benefit_05082024 .benefit_detailds span {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 72px;
    }
    .ldp_webinar_17092024 .benefit_05082024 .benefit_detailds span{
        height: inherit;
    }
    .ldp_webinar_17092024 .benefit_05082024 .benefit_detailds {
        padding: 30px;
    }

    .ldp_webinar_17092024 .benefit_05082024 .benefit_bg {
        display: inherit;
    }

    .ldp_webinar_17092024 .benefit_05082024 .benefit_right {
        width: 100%;
    }

    .ldp_webinar_17092024 .benefit_05082024 .benefit_left {
        width: 100%;
        margin: 0px;
    }

    .ldp_webinar_17092024 .benefit_05082024 .benefit_general {
        flex-direction: column;
    }

    .ldp_webinar_17092024 .intro_05082024 .title_05082024 p br {
        display: none;
    }

    .ldp_webinar_17092024 .tg_pd120 {
        padding: 70px 0px 0px 0px;
    }

    .ldp_webinar_17092024 .intro_05082024 {
        padding: 70px 15px 0px 15px;
    }

    .ldp_webinar_17092024 .tp_05082024 .tp_detailds .text_widget span {
        margin: 0px;
    }

    .ldp_webinar_17092024 .tp_05082024 .tp_right>.tp_detailds:nth-child(2) .tp_bg {
        padding: 0px;
    }

    .ldp_webinar_17092024 .tp_05082024 .tp_detailds .wrap_figure figure {
        margin: 0px auto;
    }

    .ldp_webinar_17092024 .tp_05082024 .tp_right>.tp_detailds:nth-child(2) .wrap_figure {
        margin-left: inherit;
    }

    .ldp_webinar_17092024 .tp_05082024 .tp_right>.tp_detailds:nth-child(2) {
        margin: 40px 0px 0px 0px;
    }

    .ldp_webinar_17092024 .tp_05082024 .tp_right>.tp_detailds:nth-child(1) .tp_bg {
        padding: 0px;
    }

    .ldp_webinar_17092024 .tp_05082024 .tp_detailds .text_widget strong {
        display: none;
    }

    .ldp_webinar_17092024 .tp_05082024 .tp_right>.tp_detailds:nth-child(1) .text_widget:before,
    .ldp_webinar_17092024 .tp_05082024 .tp_right>.tp_detailds:nth-child(2) .text_widget:before {
        display: none;
    }

    .ldp_webinar_17092024 .tp_05082024 .tp_detailds .text_widget {
        position: relative;
        top: inherit !important;
        right: inherit !important;
        transform: inherit !important;
        left: inherit !important;
        max-width: 100% !important;
        text-align: center;
    }

    .ldp_webinar_17092024 .tp_05082024 .tp_detailds {
        flex-direction: column;
    }

    .ldp_webinar_17092024 .tp_05082024 .tp_left h1 {
        font-size: 30px;
        line-height: 38px;
    }

    .ldp_webinar_17092024 .hh_menu_header {
        display: none;
    }
}


@media (max-width:767px) {
        .ldp_webinar_17092024 .header_top .hh_logo_header>figure:nth-child(2)>img:nth-child(1){width: 100%;}
    .ldp_webinar_17092024 .banner_05082024 .banner_btn{
        margin: 20px 0px 0px 0px;
    }
    .ldp_webinar_17092024 .tp_05082024 .tp_detailds .wrap_figure figure span, 
    .ldp_webinar_17092024 .biography_17092024 .wrap_figure figure span{
        font-size: 18px;
        line-height: 26px;
    }
    .ldp_webinar_17092024 .biography_17092024 .wilston_img{
        max-width: 200px;
    }
    .ldp_webinar_17092024 .banner_05082024 .title_05082024 p{
        margin: 8px 0px 0px 0px;
    }
    .ldp_webinar_17092024 .benefit_05082024 .benefit_detailds span{
        height: inherit;
    }
    .ldp_webinar_17092024 .content_05082024 .title_05082024 p:first-child{
        margin: 16px 0px 0px 0px;
    }
    .ldp_webinar_17092024 .content_05082024 .title_05082024 p{
        margin: 8px 0px 0px 0px;
    }
    .ldp_webinar_17092024 .title_05082024 p{
        font-size: 14px;
        line-height: 22px;
    }
    .ldp_webinar_17092024 .benefit_05082024 .benefit_btn{
        margin: 16px 0px 0px 0px;
        width: 100%;
        display: table;
        max-width: 100%;
        display: none;
    }
    .ldp_webinar_17092024 .whom_17092024 .whom_right ul{
        margin: 16px 0px 0px 0px;
    }
    .ldp_webinar_17092024 .intro_05082024 .title_05082024 p{
        margin: 8px 0px 0px 0px;
    }
    .ldp_webinar_17092024 .header_top .header_general{
        align-items: inherit;
    }
    .ldp_webinar_17092024 .header_top .hh_logo_header>figure:nth-child(2){
        border-top: 1px solid #fff;
        padding: 8px 0px 0px 0px;
    }
    .ldp_webinar_17092024 .tp_05082024 .tp_left ul{
        margin: 16px 0px 0px 0px;
    }
    .ldp_webinar_17092024 .tp_05082024 .tp_left ul li{
        font-size: 16px;
        line-height: 24px;
        margin: 0px;
    }
    .ldp_webinar_17092024 .biography_17092024 .biography_general>.biography_detailds:nth-child(1) .wrap_figure{
        top: -200px;
    }
    .ldp_webinar_17092024 .intro_05082024 .intro_btn{
        margin: -20px auto 0px auto;
    }
    .ldp_webinar_17092024 .gift_05082024 .gift_bg>.gift_ct:nth-child(1){
        padding: 0px 0px 20px 0px;
        margin: 0px 0px 20px 0px;
    }
    .ldp_webinar_17092024 .gift_05082024 .gift_inside{
        margin: 8px 0px 0px 0px;
    }
    .ldp_webinar_17092024 .gift_05082024 .gift_bg .gift_ct b{
        font-size: 20px;
        line-height: 28px;
    }
    .ldp_webinar_17092024 .biography_17092024{

    }
    .ldp_webinar_17092024 .biography_17092024 .biography_general>.biography_detailds:nth-child(1){
        padding: 70px 20px 20px 20px;
    }
    .ldp_webinar_17092024 .biography_17092024 .biography_general>.biography_detailds:nth-child(2){
        padding: 100px 20px 20px 20px;
    }
    .ldp_webinar_17092024 .biography_17092024 .biography_general .biography_detailds{
        background: #AFD9FF4D;
        min-height: inherit;
    }
    .ldp_webinar_17092024 .biography_17092024 .biography_general{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .ldp_webinar_17092024 .content_05082024 .content_left:after{
        display: none;
    }
    .ldp_webinar_17092024 .whom_17092024 .whom_right ul li{
        gap: 8px;
        margin: 0px 0px 8px 0px;
        position: relative;
        padding: 0px 0px 0px 60px;
        height: 50px;
    }
    .ldp_webinar_17092024 .whom_17092024 .whom_right ul li b{
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        border-radius: 50%;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .ldp_webinar_17092024 .whom_17092024 .whom_right ul li strong{
        font-size: 18px;
        line-height: 26px;
    }
    .ldp_webinar_17092024 .whom_17092024 .whom_right{
        width: 100%;
    }
    .ldp_webinar_17092024 .whom_17092024 .whom_left{
        width: 100%;
        justify-content: center;
    }
    .ldp_webinar_17092024 .whom_17092024 .whom_general{
        flex-direction: column;
        gap: 24px;
    }
    .ldp_webinar_17092024 .panorama-slider{
        height: inherit;
        padding: 0px 0px 48px 0px !important;
    }
    .intro_05082024 .title_05082024{
        margin: 0px 0px 20px 0px;
        max-width: 100%;
    }
    .popup_email_05082024 #contact_block_chain #sendMailBlockChain {
        margin: 16px auto 0px auto;
        padding: 9px;
    }

    .popup_email_05082024 #contact_block_chain input {
        padding: 8px 16px;
    }

    .popup_email_05082024 #contact_block_chain {
        margin: 16px 0px 0px 0px;
    }

    .popup_email_05082024 .close_popup {
        top: 10px !important;
        right: 10px !important;
    }

    .popup_email_05082024 .content_popup h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .ldp_webinar_17092024 .gift_05082024 .gift_detailds {
        margin: 0px 0px 10px 0px;
        align-items: inherit;
    }

    .ldp_webinar_17092024 .gift_05082024 .gift_detailds .text_widget span {
        font-size: 16px;
        line-height: 24px;
        margin: 0px;
    }

    .ldp_webinar_17092024 .gift_05082024 .gift_detailds .text_widget strong {
        font-size: 18px;
        line-height: 26px;
    }

    .ldp_webinar_17092024 .gift_05082024 .gift_detailds .wrap_figure figure img {
        width: 61%;
    }

    .ldp_webinar_17092024 .gift_05082024 .gift_detailds .wrap_figure figure {
        width: 60px;
        height: 60px;
    }

    .ldp_webinar_17092024 .gift_05082024 .gift_bg {
        margin: 16px 0px 0px 0px;
    }

    .ldp_webinar_17092024 .gift_05082024 .gift_general {
        margin: 0px;
        gap: 24px;
    }

    .ldp_webinar_17092024 .content_05082024:before {
        position: absolute;
        content: "";
        background: url(../../images/05082024-loiich-bg1.png) no-repeat;
        max-width: 662px;
        width: 100%;
        height: 1036px;
        top: 0px;
        left: 0px;
    }

    .ldp_webinar_17092024 .banner_05082024 .banner_bg {
        padding: 0px 20px;
    }

    .ldp_webinar_17092024 .banner_05082024 .banner_general {
        height: 280px;
    }

    .ldp_webinar_17092024 .banner_05082024 .banner_general:before {
        background: url(../../images/05082024-cauhoi-bg1-mobile.jpg) no-repeat;
        background-size: cover;
    }

    .ldp_webinar_17092024 .content_05082024 .content_detailds b {
        font-size: 20px;
        line-height: 28px;
        margin: 0px;
    }

    .ldp_webinar_17092024 .content_05082024 .content_bg {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-row-gap: 10px;
    }

    .ldp_webinar_17092024 .content_05082024 .content_right {
        width: 100%;
        padding: 20px 16px;
        border-radius: 0px 0px 20px 20px;
    }

    .ldp_webinar_17092024 .content_05082024 .content_left {
        width: 100%;
        min-height: inherit;
    }

    .ldp_webinar_17092024 .content_05082024 .content_general {
        flex-direction: column;
        box-shadow: 0px 0px 40px rgb(34 107 115 / 30%);
    }

    .ldp_webinar_17092024 .benefit_05082024 .benefit_general {
        gap: 23px;
    }

    .ldp_webinar_17092024 .title_05082024 h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .ldp_webinar_17092024 .title_05082024 h2 br {
        display: none;
    }

    .ldp_webinar_17092024 .header_top {
        padding: 10px 0px;
    }

    .ldp_webinar_17092024 .tp_05082024 .tp_detailds .text_widget span br {
        display: none;
    }

    .ldp_webinar_17092024 .tp_05082024 .tp_right>.tp_detailds:nth-child(1) .wrap_figure figure span {
        bottom: 20px;
    }

    .ldp_webinar_17092024 .tp_05082024 .tp_detailds .wrap_figure figure span {
        font-size: 18px;
        line-height: 26px;
        padding: 7px;
        max-width: 170px;
    }

    .ldp_webinar_17092024 .btn_05082024 {
        padding: 9px;
    }

    .ldp_webinar_17092024 .tp_05082024 .tp_btn {
        margin: 24px 0px 0px 0px;
        width: 100%;
        max-width: 100%;
    }

    .ldp_webinar_17092024 .tp_05082024 .tp_flex {
        margin: 16px 0px 0px 0px;
    }

    .ldp_webinar_17092024 .tp_05082024 .tp_flex span {
        font-size: 16px;
        line-height: 24px;
    }

    .ldp_webinar_17092024 .tp_05082024 .tp_right {
        width: 100%;
    }

    .ldp_webinar_17092024 .tp_05082024 .tp_left {
        width: 100%;
    }

    .ldp_webinar_17092024 .tp_05082024 .tp_general {
        flex-direction: column;
        gap: 20px;
    }

    .ldp_webinar_17092024 .header_top .hh_logo_header>figure:nth-child(2)>img:nth-child(3) {
        max-width: 122px;
        width: 100%;
    }
    .ldp_webinar_17092024 .header_top .hh_logo_header>figure:nth-child(2)>img:nth-child(2) {
        max-width: 130px;
        width: 100%;
    }
    .ldp_webinar_17092024 .header_top .hh_logo_header>figure:nth-child(1)>img:nth-child(1) {
        max-width: 130px;
        width: 100%;
    }
    .ldp_webinar_17092024 .header_top .hh_logo_header>figure:nth-child(1)>img:nth-child(2) {
        max-width: 40px;
        width: 100%;
    }
    .ldp_webinar_17092024 .header_top .hh_logo_header>figure{
        gap: 8px;
    }
    .ldp_webinar_17092024 .header_top .hh_logo_header{
        gap: 0px;
        flex-direction: column;
        align-items: inherit;
    }
    .ldp_webinar_17092024 .title_05082024 p br{
        display: none;
    }
    .ldp_webinar_17092024 .header_top .hh_logo_header>figure:nth-child(1):before{
       display:none;       
   }
}

/*END CSS RESPONSIVE*/