.button_box1 a:hover, .button_box3 a:hover, .button_box4 a:hover, .button_box10 a:hover, .link-try:hover {
    color: #fff;
}

a:hover {
    text-decoration: none;
}

#box1LandingDf {
    background: linear-gradient(to bottom, #e5e7ea 0%, #fff 100%);
    background-size: 100% 200%;
    background-position: top;
    animation: fade-in 1s forwards;
}

.mgTop50 {
    margin-top: 50px;
}

.mgTop30 {
    margin-top: 30px;
}

.pdTop {
    padding-top: 75px;
}

#landingDefault .itemLandingDf {
    padding-bottom: 20px;
}

.mainLanding img {
    max-width: 100% !important;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.close {
    position: absolute;
    right: -60px;
    top: -16px;
    z-index: 999;
    font-size: 4rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

@keyframes fade-in {
    from {
        background-position: top;
    }
    to {
        background-position: bottom;
    }
}

.background_effect {
    position: absolute;
    background: linear-gradient(180deg, rgb(255 194 194 / 25%) 0%, rgba(255, 144, 144, 0) 100%);
    z-index: 1;
}

.mainLanding_new .banner_pos_main img {
    position: inherit;
    max-width: 100%;
    z-index: 2;
}

.mainLanding_new p {
    font-weight: 300;
    font-size: 21px;
    line-height: 25px;
    letter-spacing: 0.045em;
}


.btn_freeTrial {
    padding: 8px 30px;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    width: 364px;
    height: 75px;
    color: #ffffff;
    background: #DC2323;
    box-shadow: 0 4px 8px rgba(204, 31, 40, 0.2);
    text-decoration: none;
    line-height: 38px;
    font-weight: 700;
    letter-spacing: 0.01em;
    font-size: 25px;
}

.btn_freeTrial > b {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}

.btn_freeTrial img {
    background: rgba(1, 18, 34, 0.1);
    mix-blend-mode: normal;
    filter: blur(0.5px);
    border-radius: 30px;
    padding: 10px;
    margin-left: 10px;
}

#box1LandingDf .containerMain .row > div {
    padding: 0;
}

#box1LandingDf .box1_title {
    position: relative;
    z-index: 2;
    font-size: 46px;
    font-weight: 700;
    line-height: 60px;
    color: #42464E;
    margin-top: 20px;
}

.btn_freeTrial:hover img {
    display: none;
    transition: opacity 0.3s ease-in-out;
}

.btn_freeTrial:hover b {
    transform: translateX(40px);
    transition: transform 0.3s ease-in-out;
}

.banner_pos_main {
    position: relative;
    z-index: 2;
}

.banner_pos_main .bn_pos_mainSub1 {
    content: '';
    position: absolute;
    top: 100px;
    left: 8px;
    z-index: 2;
}

.banner_pos_main .bn_pos_mainSub2 {
    content: '';
    position: absolute;
    top: 50px;
    right: -70px;
    z-index: 2;
}

.button_box1, .play_video {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.play_video p {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
}

.play_video img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.play_video img:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.icon_effect_triangle {
    position: absolute;
    width: 25.11px;
    height: 25.43px;
}

.scrollTop-down {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
    text-align: center;
}

.title_box {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 35px;
    z-index: 2;
}

.box_itemList {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 10px;
    grid-template-areas:
        "h1 h2 h3"
        "h1 h4 h5";
}

.box_item:first-child {
    grid-area: h1;
}

.box_item:nth-child(2) {
    grid-area: h2;
}

.box_item:nth-child(3) {
    grid-area: h3;
}

.box_item:nth-child(4) {
    grid-area: h4;
}

.box_item:last-child {
    grid-area: h5;
}

.box_item_content {
    padding: 0 30px;
}

.box_item_content .title_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.title_header .hd__title {
    font-size: 18px;
    font-weight: 600;
    color: #42464E;
    margin-left: 25px;
    line-height: 28px;
}

.box_item_content .content__box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.01em;
    text-align: justify;
}

.containerMain .nav-item a {
    display: flex;
    margin-right: 30px;
    height: 62px;
    background: #FFFFFF;
    box-shadow: 5px 5px 20px rgba(2, 55, 102, 0.06);
    border-radius: 6px;
    text-align: center;
    color: #2F2F2F;
    justify-content: center;
    align-items: center;
}

.containerMain .nav-item a > h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}

.containerMain .nav-item a.active {
    color: #C62025;
}

#box4LandingDf .tab-content {
    background: #FFFFFF;
    box-shadow: 5px 5px 20px rgba(2, 55, 102, 0.06);
    border-radius: 6px;
    margin-bottom: 64px;
}

#box4LandingDf .tab-content .block-content p {
    white-space: nowrap;
}

.containerMain .slide {
    display: inline-block;
    position: absolute;
    z-index: 1200;
    bottom: -30px;
    left: 98px;
    transition: left 0.5s ease-in-out
}

.slide i {
    width: 100%;
    font-size: 20px;
    color: #C62025;
    text-align: center;
}

.containerMain .nav-item .nav-link.active:after {
    display: inline-block;
    content: "";
    position: absolute;
    bottom: 0;
    width: 196px;
    height: 4px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #C62025;
}

#box4LandingDf.itemLandingDf .block-content {
    padding: 95px 0 0 36px;
}

.itemLandingDf .block-content > .bl_content {
    padding: 25px 0 30px 20px;
}

.itemLandingDf .block-content > p > i, .itemLandingDf .block-content > .bl_content > p > i {
    padding-right: 10px;
    color: #DC2323 !important;
}

.itemLandingDf .block-content > p, .itemLandingDf .block-content > .bl_content > p, #box6LandingDf .ld4_content .bl_content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    color: #333333;
    display: flex;
    align-items: baseline;
}

#box6LandingDf .ld5_content .bl_content p {
    display: flex;
    align-items: center;
}

.button_box4 .btn_freeTrial, .button_box10 .btn_freeTrial {
    width: 205px;
    height: 50px;
    font-size: 16px;
    line-height: 25px;
    padding: 8px 20px;
}

.button_box10 .btn_freeTrial {
    width: 190px;
    border: none;
}

.button_box4 .btn_freeTrial img, .button_box10 .btn_freeTrial img {
    width: 28px;
    height: 28px;
    padding: 7px;
}

.button_box4 .btn_freeTrial:hover b, .button_box10 .btn_freeTrial:hover b {
    transform: translateX(23px);
}

.box_slide_items {
    position: relative;
    background: #FFFFFF;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
}

.box_slide_swiper .swiper-slide {
    padding: 45px 30px;
}

.containerMain .swiper-button-next, .containerMain .swiper-button-prev {
    background-image: none;
    transition: transform .2s;
    height: 27px;
    width: 12px;
}

#box5LandingDf .swiper-button-prev {
    left: 30px;
}

#box5LandingDf .swiper-button-next {
    right: 30px;
}

#box5LandingDf .swiper-button-next:before, #box9LandingDf .swiper-button-next:before {
    content: '\f054';
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    font-weight: 600;
    transition: transform .4s;
}

#box5LandingDf .swiper-button-prev:before, #box9LandingDf .swiper-button-prev:before {
    content: '\f053';
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    font-weight: 600;
}

#box5LandingDf .swiper-button-next:hover, #box5LandingDf .swiper-button-prev:hover {
    transform: scale(1.5);
}

.containerMain .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
}

.containerMain .swiper-pagination-bullet-active {
    background: #C62025;
}

.containerMain .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.button_box5 .btn_seeDetails b {
    font-size: 18px;
    font-weight: 500;
    line-height: 38px;
    color: #C62025;
    transition: transform .4s;
}

.button_box5 .btn_seeDetails:hover b {
    font-weight: 550;
}

#box2LandingDf .item {
    display: flex;
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
}

#box2LandingDf .thumb {
    display: flex;
    width: 114px;
    height: 114px;
    background: #F9E9E9;
    box-shadow: 5px 5px 20px rgba(2, 55, 102, 0.06);
    border-radius: 86px;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

#box2LandingDf .thumb img {
    width: 64px;
    height: 64px;
    display: block;
    object-fit: contain;
    margin: auto;
}

#box2LandingDf .item:hover .thumb {
    border: 3px solid #fff;
    filter: drop-shadow(0 2px 25px rgba(238, 210, 210, 0.8));
}

#box2LandingDf .block-content .item h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 19px;
}

#box2LandingDf .item:hover {
    transition: transform .2s;
    transform: scale(1.1);
}

#box2LandingDf .block-content {
    padding-top: 10px;
}


.box_landing5_items {
    display: flex;
    z-index: 2;
}

#box6LandingDf h4 > a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

#box6LandingDf .ld5_content .bl_content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 8px;
}

.landing5_content .ld5_content {
    padding: 22px;
    background: #FFFFFF;
    box-shadow: 5px 5px 20px rgba(2, 55, 102, 0.06);
    border-radius: 20px;
}

#box6LandingDf .bl_content {
    padding: 10px 0;
}

#box6LandingDf .ld5_content .bl_content p img {
    margin-right: 10px;
}


.answer-item {
    margin-bottom: 32px;
}

.answer-item .qs-icon:hover {
    background-color: #c62025;
}

.answer-item .qs-icon:hover i {
    color: #ffffff;
}

.answer-title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 75px;
}

.answer-title span {
    color: #C62025;
}

.question-title {
    background-color: #F7F7F7;
    padding: 10px 24px;
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
    filter: drop-shadow(2px 2px 10px rgba(142, 142, 142, 0.12));
    transition: all ease-in-out .3s;
}

.question-title h3 {
    font-size: 17px;
    width: 100%;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.01em;
    text-align: left;
    margin-bottom: 0;
}

.qs-icon {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #C9C9C9;
    text-align: center;
}

.qs-icon i {
    font-size: 14px;
    margin-top: 5px;
    color: #C9C9C9;
    transition: all ease-in-out .3s;
}

.question-title.active {
    background-color: #FFF;
    filter: none;
}

.question-title.active .qs-icon {
    background-color: #C62025;
    border-color: #fff;
}

.question-title.active .qs-icon i {
    color: #fff;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.question-answer {
    padding: 0 62px 12px;
    color: #333;
    line-height: 25px;
    display: none;
}

.question-answer p {
    margin-bottom: 0;
    font-size: 15px;
}

.question-answer ul {
    padding-left: 18px;
    margin-bottom: 0;
}

.link-try-wrap {
    text-align: center;
}

.link-try {
    display: inline-block;
    background: #C62025;
    box-shadow: 0px 4px 20px rgba(204, 31, 40, 0.25);
    border-radius: 65px;
    margin-top: 24px;
    padding: 20px 40px;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}

.link-try p {
    color: #fff;
    margin-bottom: 0;
}

.activeAnswer {
    background: #FFFFFF;
    box-shadow: 5px 5px 20px rgba(2, 55, 102, 0.06);
    border-radius: 8px;
}

#box10LandingDf .row > div {
    padding: 0;
}

#box10LandingDf .background_box10 {
    position: absolute;
    top: -160px;
    right: -10px;
}

.containerMain .nav-item a > i {
    display: none;
}

#box3LandingDf .box_item_content .content__box p {
    margin-right: 20px;
}

@media(max-width: 767px) {
    .title_box {
        font-size: 19px;
        line-height: 32px;
    }
}

@media (max-width: 768px) {
    #landingDefault .row {
        margin: 0;
    }

    .answer-title {
        font-size: 19px;
        line-height: 32px;
        margin-bottom: 28px;
    }

    .answer-item {
        margin-bottom: 34px;
    }

    .question-title {
        padding: 10px 10px 10px 24px;
    }

    .question-title h3 {
        width: 90%;
    }

    .link-try {
        font-size: 19px;
        line-height: 32px;
        border-radius: 28px;
        padding: 20px 35px;
    }

    .question-answer {
        padding: 0 24px 12px;
    }

    br {
        display: none;
    }

    .pdTop {
        padding-top: 20px;
    }

    #box1LandingDf .box1_title {
        font-size: 28px;
        line-height: 38px;
        text-align: center;
        margin-bottom: 20px;
    }

    .banner_box1 {
        position: relative;
    }

    .play_video > p, #box4LandingDf .slide {
        display: none;
    }

    .play_video {
        position: absolute;
        top: 110px;
        left: 40%;
        margin: 0 !important;
        z-index: 99;
    }

    #box1LandingDf .containerMain .row > div {
        padding: 0 15px;
    }

    #box1LandingDf p {
        font-size: 16px;
        line-height: 17px;
        margin-bottom: 25px;
        text-align: center;
    }

    .btn_freeTrial {
        font-size: 21px;
        width: 310px;
    }

    .button_box1 {
        justify-content: center
    }

    .box_itemList {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 0.5fr 0.5fr 0.5fr 0.5fr 1fr;
        grid-gap: 10px;
        grid-template-areas:
        "h2"
        "h3"
        "h4"
        "h5"
        "h1";
    }

    .box_item_content .title_header {
        justify-content: unset;
    }

    #box3LandingDf .content__box {
        padding-left: 67px;
    }

    #box3LandingDf .box_img {
        text-align: center;
    }

    .box_item_content {
        padding: 10px 20px;
    }

    .title_header .hd__title {
        font-weight: 600;
        line-height: 25px;
    }

    .swiper-button-next, .swiper-button-prev, #box5LandingDf.itemLandingDf .block-content > h3, #box6LandingDf .background_effect, .background_box10 {
        display: none;
    }

    .box_slide_swiper .swiper-slide {
        padding: 20px 0 40px 0;
    }

    #box4LandingDf.itemLandingDf .block-content > .bl_content {
        padding: 25px 0 20px 10px;
    }

    .landing5_content, .landing5_img {
        padding: 0 !important;
    }

    .box_landing5_items {
        flex-wrap: wrap;
    }

    .landing5_img img {
        padding: 40px 0;
    }

    #box6LandingDf .ld5_content .bl_content p {
        margin-bottom: 15px;
    }

    #box10LandingDf .row > div {
        padding: 0 15px;
    }

    #box5LandingDf.itemLandingDf {
        padding: 8px 15px;
    }

    #box5LandingDf.itemLandingDf .title_box {
        padding: 0;
    }

    .box_slide_items .block-img > h4 {
        margin-bottom: 20px;
    }

    .close {
        right: 0px;
        top: -64px;
    }
}

@media (max-width: 1180px) {
    .d-none_mb {
        display: none;
    }
    #landingDefault .row {
        margin: 0;
    }
    #box4LandingDf .nav {
        flex-direction: column;
    }
    #box4LandingDf .slide {
        display: none;
    }
    .fa-sort-down {
        transition: all 0.3s ease-in-out;
    }
    .nav-justified .nav-item {
        text-align: left;
        height: 80px;
    }
    .nav-justified .nav-item.active {
        height: unset;
    }
    .containerMain .nav-item a {
        position: relative;
        justify-content: space-between;
        margin: 15px 17px 0 17px !important;
    }
    .containerMain .nav-item a > i {
        display: block;
    }
    #box4LandingDf.itemLandingDf .tab-pane {
        margin: 0 17px;
        display: none;
    }
    #box4LandingDf.itemLandingDf .tab-pane .row {
        background-color: #fff;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
        box-shadow: 5px 5px 20px rgba(2, 55, 102, 0.06);
    }
    #box4LandingDf.itemLandingDf .block-content {
        padding: 10px;
    }
    .rotate180 {
        transform: rotate(180deg);
    }
    .containerMain .nav-item a {
        margin: 15px 17px 0 17px !important;
    }

    .containerMain .nav-item a {
        position: relative;
        justify-content: space-between;
    }

    .containerMain .nav-item .nav-link.active:after {
        width: 100%;
        left: 0;
    }

    #box4LandingDf.itemLandingDf .nav-item.active .tab-pane {
        display: block;
    }

    #box4LandingDf .tab-content .block-content p {
        white-space: unset !important;
        word-break: normal;
    }

    #box4LandingDf .tab-content {
        margin-bottom: 32px;
    }
    .nav-tabs .nav-item .nav-link {
        cursor: pointer;
    }
    .button_box4 {
        text-align: center;
    }
    #box10LandingDf .containerMain > .row > div:nth-child(2) {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1180px) {
    br {
        display: none;
    }
    #box1LandingDf .containerMain .row > div {
        padding: 20px 60px;
    }
    .banner_pos_main {
        display: flex;
        justify-content: center;
    }
    .button_box1 {
        margin-top: 50px;
        justify-content: space-around;
    }
    .box_itemList {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 0.5fr 0.5fr 0.6fr;
        grid-gap: 10px;
        grid-template-areas:
        "h2 h3"
        "h4 h5"
        "h1 h1"
    }
    .box_item:first-child {
        text-align: center;
    }
    #box3LandingDf .containerMain {
        padding: 0 30px;
    }
    .title_header .hd__title {
        font-size: 20px;
    }
    .box_landing5_items {
        flex-direction: column;
        align-items: center;
    }
    #box5LandingDf .containerMain {
        padding: 15px;
    }
    #box5LandingDf .swiper-button-prev:before, #box5LandingDf .swiper-button-next:before {
        font-size: 35px;
    }
    #box6LandingDf .landing5_content, .landing5_img.ld2, #box6LandingDf .landing5_img, .landing5_content.ld2  {
        padding: 20px 0 0 0 !important;
    }
    #landingDefault .row {
        align-items: flex-start;
    }
    .landing5_content .ld5_content {
        padding: 0;
        background: none;
        box-shadow: none;
        border-radius: unset;
    }
    .landing5_content .ld5_content > h3 {
        font-size: 17px !important;
    }
    #box6LandingDf .ld5_content .bl_content p {
        font-size: 14px;
    }
    #box6LandingDf .containerMain .title_box {
        padding: 0 70px;
    }
    #box2LandingDf .block-content {
        padding: 10px 60px;
    }
    #box7LandingDf .containerMain {
        padding: 0 30px;
    }

}