/*Css cho section-1*/

.section-1 {
    padding: 4rem 0rem;
    background-color: #fff;
}

.text_sec1 {
    text-align: center;
    position: relative;
    margin: auto;
}

.text_big {
    text-align: center;
    font-style: italic;
    ;
    color: grey;
    font-weight: 500;
}

.left_quote {
    position: absolute;
    top: -10px;
}

.right_quote {
    position: absolute;
    bottom: -20px;
}

.wrap_tab {
    background-color: #fff;
    padding-top: 2rem;
    width: 100%;
    max-width: 100%;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p1_tab,
.p2_tab {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    opacity: 0.7;
    transition: all 0.3s;
}

.p1_tab {
    color: #2359a3;
}

.p2_tab {
    color: #67c296;
}

.p1_tab:hover,
.p2_tab:hover {
    opacity: 1;
    cursor: pointer;
}

.tab_1.doing .p1_tab {
    border-bottom: 6px solid #2359a3;
    opacity: 1;
}

.tab_1.tab2.doing .p2_tab {
    border-bottom: 6px solid #67c296;
    opacity: 1;
}


/*Css cho section-2*/

.section-2a {
    background-color: #cee3ff;
}

.section-2b {
    padding: 2rem 0rem;
    background-color: #adfaf2;
}

.img_sec2 {
    margin: auto;
}

.h3_sec2a {
    font-size: 2rem;
    color: #396cb0;
    font-weight: 300;
    font-family: "ro-re";
}

.h3_sec2b {
    color: #636363;
    font-weight: 100;
    font-size: 2.5rem;
}

.p1_sec2a {
    font-size: 3.5rem;
    color: #245aa4;
    font-weight: 600;
}

.p2_sec2a {
    font-size: 1.4rem;
    color: #4f5455;
}

.p1_sec2b {
    color: #1fad9d;
}

.p2_sec2b {
    color: #636363;
    font-weight: 100;
    font-size: 1.4rem;
    width: 80%;
}

.wrap_button_sec2a {
    padding: 1.5rem 0rem;
    position: relative;
}

.button_sec2a {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.6rem 1.8rem;
    border-radius: 1rem;
    color: #fed701;
    font-size: 1.25rem!important;
    background-color: #2359a3;
    font-weight: 600;
}

.button_sec2a:hover {
    color: #fed701;
}

.button_sec2a::after {
    background: #dcdcdc59;
    content: "";
    height: 100px;
    left: -40px;
    opacity: 0.2;
    position: absolute;
    top: -20px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
}

.button_sec2a:hover::after {
    left: 40%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.button_sec2b {
    background-color: #20ad9d;
    font-weight: 600;
}


/*Css cho section-3*/

.section-3a {
    background-color: #fff;
    padding: 3rem 0rem;
}

.section-3b {
    background-color: #fff;
    padding: 3rem 0rem;
}

.h4_sec3a {
    color: #696969;
    text-align: center;
    font-size: 1.25rem;
    margin: 1rem auto;
    font-weight: 200;
}

.h1_sec3a {
    text-transform: uppercase;
    color: #396cb0;
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 2rem;
}

.mt_sec3a1 {
    margin: 2rem 0rem 1rem 0rem;
}

.img_3_icon {
    margin: 0rem auto 1rem auto;
    display: block;
    width: 50%;
    transition: all 0.3s ease;
}

.img_3_icon:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.p1_sec3a {
    text-align: center;
    color: #000;
    width: 70%;
    margin: 1rem auto;
}

.h4_sec3b {
    color: #535353;
    text-align: center;
    font-size: 1.25rem;
    margin: 1rem auto;
    font-weight: 200;
    text-transform: uppercase;
}

.h1_sec3b {
    text-transform: uppercase;
    color: #59d8cb;
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 2rem;
}

.mt_sec3b1 {
    margin: 2rem 0rem 1rem 0rem;
}

.p1_sec3b {
    text-align: center;
    color: #535353;
    width: 70%;
    margin: 1rem auto 0rem auto;
    font-size: 1.1rem;
    text-transform: uppercase;
}

.p1_sec3b_1 {
    text-align: center;
    color: #ff7900;
    width: 70%;
    font-size: 1.1rem;
    margin: auto;
    font-weight: 600;
    text-transform: uppercase;
}


/*Css cho section-4*/

.section-4a {
    padding-bottom: 4rem;
}

.wrap_triangle {
    margin: auto;
}

.triangle-down {
    width: 15px;
    height: 30px;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 15px solid #396cb0;
    position: relative;
}

.triangle-down::before {
    width: 15px;
    height: 20px;
    background-color: #396cb0;
    content: "";
    position: absolute;
    top: -32px;
    left: -7px;
}

.wrap_button_sec4a {
    text-align: center;
}

.button_sec4a {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.6rem 1.2rem;
    font-size: 1.4rem;
    line-height: 1.5;
    border: none;
    color: #fff;
    background-color: #396cb0;
}

.container_3 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.img_laptop {
    margin: auto;
    display: block;
    width: 80%;
}

.p1_sec4a {
    font-size: 1.05rem;
    margin-bottom: 1rem;
}

.mb_3 {
    margin-bottom: 3rem;
    width: 100%;
    max-width: 100%;
}

.line_1 {
    margin-bottom: 0.2rem;
}

.left_line_1 {
    -ms-flex: 0 0 8%;
    flex: 0 0 8%;
    max-width: 8%;
}

.right_line_1 {
    -ms-flex: 0 0 92%;
    flex: 0 0 92%;
    max-width: 92%;
    padding-top: 0.2rem;
}

.p2_sec4a {
    font-family: "ro-re";
    color: #565656;
    text-transform: uppercase;
}

.tick-mark {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.tick-mark::before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 50%;
    width: 3px;
    background-color: #fe0000;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
}

.tick-mark::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #fe0000;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
}

.wrap_button_dkn {
    margin: 1rem auto;
    text-align: center;
}

.button_dkn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.6rem 2.5rem;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: 1rem;
    background-color: transparent;
    border: 1px solid #396cb0;
    color: #396cb0;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.button_dkn:hover {
    color: #fff;
    background-color: #396cb0;
    transform: translateY(-10px);
}

.p3_sec4a {
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 1.25rem;
    font-family: "ro-re";
    margin-top: 1.5rem auto;
}

.mr_trian {
    margin-top: 3rem;
}

.triangle-down2 {
    width: 15px;
    height: 30px;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 15px solid #20ad9d;
    position: relative;
}

.triangle-down2::before {
    width: 15px;
    height: 20px;
    background-color: #20ad9d;
    content: "";
    position: absolute;
    top: -32px;
    left: -7px;
}

.h3_sec3b {
    text-transform: uppercase;
    font-size: 1.5rem;
    text-align: center;
    color: #1d1d1d;
    font-family: "ro-re";
    font-weight: 200;
}

.p2_sec3b {
    text-align: center;
    color: #ff6501;
    text-transform: uppercase;
    font-family: "ro-re";
    font-weight: 200;
}

.block_db1,
.block_db2,
.block_db3 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.img_man {
    display: block;
    margin: auto;
    max-width: 100%;
}

.p3_sec3b {
    font-size: 1.2rem;
    color: #20ad9e;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
    font-weight: bold;
}

.button_dkn2 {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.6rem 2.5rem;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: 1rem;
    background-color: transparent;
    border: 1px solid #1fad9d;
    color: #1fad9d;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.button_dkn2:hover {
    color: #fff;
    background-color: #1fad9d;
    transform: translateY(-10px);
}


/*Css cho section-5*/

.bg_white {
    background-color: #fff;
}

.bg_xam {
    background-color: #f5f5f5;
}

.left_content_sec5 {
    padding: 2rem 15px;
    overflow-y: scroll;
    text-align: center;
    box-shadow: -3px 6px 14px -3px grey;
    -moz-box-shadow: -3px 6px 14px -3px grey;
    -webkit-box-shadow: -3px 6px 14px -3px grey;
}

.img_logo_sec5 {
    display: block;
    margin: 0rem auto 1rem auto;
}

.right_content_sec5 {
    padding: 40px 15px 15px 15px;
}

.h3_sec5 {
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

.p1_sec5 {
    text-align: center;
    font-size: 1.2rem;
}

.p1_sec5 span {
    color: #ff4d29;
}

.wrap_button_sec5 {
    margin: 1rem auto;
    text-align: center;
}

.button_sec5 {
    background-color: #ff4d28;
    color: #fff;
    font-size: 1.05rem;
    text-transform: uppercase;
    transition: all 0.3s;
}

.button_sec5:hover {
    background-image: linear-gradient(to right, #ff4d28, #d54122, #b03921);
}

.item_logo_sec5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.logo_sec5 {
    display: block;
    margin: 0.5rem auto;
}

.left_content_sec5::-webkit-scrollbar {
    width: 5px;
}

.left_content_sec5::-webkit-scrollbar-track {
    border-radius: 5px;
}

.left_content_sec5::-webkit-scrollbar-thumb {
    background: #ff4d28;
    border-radius: 5px;
}

.wrap_logo_right_sec5 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


/*Css cho section-2*/

@media (max-width: 575px) {
    /*Section-1*/
    .text_big {
        font-size: 26px;
    }
    .left_quote {
        left: -2%;
        top: -30px
    }
    .right_quote {
        right: -2%;
        bottom: -30px;
    }
    /*Tab*/
    .tab_1,
    .tab_2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .p1_tab,
    .p2_tab {
        font-size: 1.1rem;
        padding-bottom: 0.5rem;
        margin-bottom: 2rem;
    }
    /*Section-2a*/
    .mt_sec2a {
        margin-top: 3rem;
    }
    .img_sec2 {
        width: 100%;
    }
    .p1_sec2a {
        font-size: 2.7rem;
    }
    .img_sec2b {
        margin: auto;
        display: block;
        max-width: 100%;
    }
    /*Section-3*/
    .h4_sec3a {
        text-align: justify;
    }
    .h4_sec3b {
        text-align: justify;
        margin-top: 0rem;
    }
    .p2_sec3b {
        font-size: 2.8rem;
    }
    /*Section-4*/
    .wrap_block_text {
        width: 100%;
        margin: auto;
    }
    .right_line_1 {
        padding-left: 1rem;
    }
    /*Section-5*/
    .section-5 {
        background-color: #f5f5f5;
        padding: 6% 0%;
    }
    .h3_sec5 {
        font-size: 1.2rem;
        margin-bottom: 0.6rem;
    }
    .p1_sec5 {
        font-size: 1rem;
    }
    .left_content_sec5 {
        display: none;
    }
    .item_logo_sec5 {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .logo_sec5 {
        width: 100%;
    }
    .left_content_sec5_mb {
        display: block;
        margin: 2rem auto;
        border-radius: 1rem;
        background-color: #fff;
        padding: 1rem 15px 0.3rem 15px;
        -webkit-box-shadow: 5px 5px 15px 5px #e1e1e1;
        -moz-box-shadow: 5px 5px 15px 5px #e1e1e1;
        box-shadow: 5px 5px 15px 5px #e1e1e1;
    }
    .logo_sec5 {
        width: 90%;
    }
    .img_logo_sec5 {
        width: 100%;
    }
    .right_content_sec5 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .wrap_button_sec5 {
        width: 80%;
    }
}

@media (max-width: 500px) {}

@media (max-width: 430px) {}

@media (max-width: 410px) {}

@media (max-width: 380px) {}

@media (max-width: 370px) {}

@media (max-width: 320px) {
    /*Section-3*/
    .p2_sec3b {
        font-size: 2.4rem;
    }
    /*Section-5*/
    .h3_sec5 {
        font-size: 1rem;
        margin-bottom: 0.3rem;
    }
}

@media (min-width: 576px) {
    /*Section-1*/
    .text_big {
        font-size: 24px;
    }
    .left_quote {
        left: 0%;
    }
    .right_quote {
        right: 0%;
    }
    /*Tab*/
    .tab_1,
    .tab_2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .p1_tab,
    .p2_tab {
        font-size: 1.1rem;
        padding-bottom: 0.5rem;
        margin-bottom: 2rem;
    }
    /*Section-2*/
    .img_sec2 {
        width: 100%;
    }
    /*Section-3*/
    .p2_sec3b {
        font-size: 3.5rem;
    }
    /*Section-4*/
    .container_3 {
        max-width: 560px;
    }
    /*Section-5*/
    .section-5 {
        background-color: #f5f5f5;
        padding: 2rem 0rem;
    }
    .h3_sec5 {
        font-size: 1.4rem;
    }
    .item_logo_sec5 {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .logo_sec5 {
        width: 100%;
    }
    .left_content_sec5_mb {
        display: block;
        margin: 3rem auto;
        border-radius: 1rem;
        background-color: #fff;
        padding: 1rem 15px 0.4rem 15px;
        -webkit-box-shadow: 5px 5px 15px 5px #e1e1e1;
        -moz-box-shadow: 5px 5px 15px 5px #e1e1e1;
        box-shadow: 5px 5px 15px 5px #e1e1e1;
    }
    .logo_sec5 {
        width: 85%;
    }
    .img_logo_sec5 {
        width: 90%;
    }
    .wrap_button_sec5 {
        width: 85%;
    }
}

@media (min-width: 768px) {
    /*Section-1*/
    .text_big {
        font-size: 26px;
    }
    .left_quote {
        left: 0%;
    }
    .right_quote {
        right: 0%;
    }
    /*Tab*/
    .tab_1,
    .tab_2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .p1_tab,
    .p2_tab {
        margin-bottom: 0rem;
    }
    /*Section-4*/
    .container_3 {
        max-width: 750px;
    }
    /*Section-5*/
    .item_logo_sec5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .logo_sec5 {
        width: 100%;
    }
    .img_logo_sec5 {
        width: 78%;
    }
}

@media (min-width: 992px) {
    /*Section-1*/
    .text_big {
        font-size: 29px;
    }
    .left_quote {
        left: 4%;
    }
    .right_quote {
        right: 4%;
    }
    .p1_tab,
    .p2_tab {
        font-size: 1.2rem;
        padding-bottom: 1.5rem
    }
    /*Section-2*/
    .img_sec2 {
        width: 100%;
    }
    .content_sec2 {
        margin: auto;
        max-width: 100%;
    }
    .img_sec2b {
        margin-left: auto;
        display: block;
        max-width: 100%;
    }
    /*Section-4*/
    .container_3 {
        max-width: 84%;
    }
    .wrap_block_text {
        width: 80%;
    }
    /*Section-5*/
    .section-5 {
        background-image: url('../images/home/bg.gif');
        background-repeat: no-repeat;
        background-size: 100% 110%;
        padding: 6% 0%;
    }
    .img_logo_sec5 {
        width: 72%;
    }
    .logo_sec5 {
        width: 88%;
    }
    .left_content_sec5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .right_content_sec5 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
    .left_content_sec5 {
        height: 455px;
    }
    .img_logo_sec5 {
        transition: all 0.5s ease;
    }
    .img_logo_sec5:hover {
        transform: scale(1.2);
    }
    .logo_sec5 {
        transition: all 0.5s ease;
    }
    .logo_sec5:hover {
        transform: scale(1.2);
    }
    .wrap_logo_right_sec5 {
        margin-top: 40px;
    }
    .left_content_sec5_mb {
        display: none;
    }
}

@media (min-width: 1024px) {
    /*Section-1*/
    .left_quote {
        left: 7%;
    }
    .right_quote {
        right: 7%;
    }
}

@media (min-width: 1200px) {
    /*Section-1*/
    .left_quote {
        left: 13%;
    }
    .right_quote {
        right: 13%;
    }
    /*Section-2*/
    .img_sec2 {
        display: block;
    }
    /*Section-3*/
    .h4_sec3a {
        width: 95%;
    }
    .h4_sec3b {
        width: 65%;
    }
    /*Section-4*/
    .container_3 {
        max-width: 70%;
    }
    .p2_sec4a {
        font-size: 0.9rem;
    }
    .right_line_1 {
        padding-left: 1rem;
    }
    /*Section-3b*/
    .block_db1 {
        -ms-flex: 0 0 42%;
        flex: 0 0 42%;
        max-width: 42%;
        -ms-flex-order: 1;
        order: 1;
    }
    .block_db2 {
        -ms-flex: 0 0 16%;
        flex: 0 0 16%;
        max-width: 16%;
        -ms-flex-order: 2;
        order: 2;
    }
    .block_db3 {
        -ms-flex: 0 0 42%;
        flex: 0 0 42%;
        max-width: 42%;
        -ms-flex-order: 3;
        order: 3;
    }
    /*Section-5*/
    .section-5 {
        padding: 5% 0%;
    }
    .button_sec5 {
        width: 35%;
    }
    .left_content_sec5 {
        height: 460px;
    }
    .img_logo_sec5 {
        width: 65%;
    }
    .logo_sec5 {
        width: 75%;
    }
}

@media (min-width: 1300px) {
    /*Section-1*/
    .left_quote {
        left: 16%;
    }
    .right_quote {
        right: 16%;
    }
}

@media (min-width: 1400px) {
    /*Section-1*/
    .left_quote {
        left: 18%;
    }
    .right_quote {
        right: 18%;
    }
    /*Section-3*/
    .h4_sec3a {
        width: 90%;
    }
    .h4_sec3b {
        width: 55%;
    }
    /*Section-4*/
    .left_content_sec5 {
        height: 485px;
    }
    .img_logo_sec5 {
        width: 60%;
    }
    .logo_sec5 {
        width: 70%;
    }
}

@media (min-width: 1500px) {
    /*Section-1*/
    .left_quote {
        left: 19%;
    }
    .right_quote {
        right: 19%;
    }
    /*Section-5*/
    .left_content_sec5 {
        height: 496px;
    }
}

@media (min-width: 1600px) {
    /*Section-1*/
    .left_quote {
        left: 21%;
    }
    .right_quote {
        right: 21%;
    }
    /*Tab*/
    /*Section-3*/
    .h4_sec3a {
        width: 80%;
    }
    .h4_sec3b {
        width: 52%;
    }
    /*Section-4*/
    .p2_sec4a {
        font-size: 1rem;
    }
    /*Section-5*/
    .left_content_sec5 {
        height: 500px;
    }
    .img_logo_sec5 {
        width: 55%;
    }
    .logo_sec5 {
        width: 65%;
    }
}

@media (min-width: 1700px) {
    /*Section-1*/
    .left_quote {
        left: 23%;
    }
    .right_quote {
        right: 23%;
    }
    /*Section-2*/
    .img_sec2 {
        width: 80%;
    }
    /*Section-3*/
    .h4_sec3a {
        width: 75%;
    }
    .h4_sec3b {
        width: 50%;
    }
    /*Section-4*/
    .p2_sec4a {
        font-size: 1.06rem;
    }
    .right_line_1 {
        padding-left: 0.6rem;
    }
    /*Section-5*/
    .left_content_sec5 {
        height: 480px;
    }
    .img_logo_sec5 {
        width: 48%;
    }
    .logo_sec5 {
        width: 52%;
    }
}

@media (min-width: 1800px) {
    /*Section-1*/
    .left_quote {
        left: 25%;
    }
    .right_quote {
        right: 25%;
    }
}

@media (min-width: 1350px) and (max-width: 1499px) {}

@media (min-width: 1200px) and (max-width: 1349px) {}

@media (min-width: 1025px) and (max-width: 1199px) {
    .p3_sec3b,
    .p4_sec3b {
        margin: auto;
        width: 80%
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .p3_sec3b,
    .p4_sec3b {
        margin: auto;
        width: 75%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mt_sec2a {
        margin-top: 3rem;
    }
    .img_sec2b {
        margin: auto;
        display: block;
        max-width: 100%;
    }
    .wrap_block_text {
        width: 100%;
        margin: auto;
    }
    .p3_sec3b,
    .p4_sec3b {
        margin: auto;
        width: 75%
    }
    /*Section-5*/
    .left_content_sec5 {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    /*Section-1*/
    .left_quote {
        top: -30px;
    }
    /*Section-2a*/
    .mt_sec2a {
        margin-top: 3rem;
    }
    .img_sec2b {
        margin: auto;
        display: block;
        max-width: 100%;
    }
    .wrap_block_text {
        width: 100%;
        margin: auto;
    }
    .p3_sec3b,
    .p4_sec3b {
        margin: auto;
        width: 90%
    }
    /*Section-5*/
    .left_content_sec5 {
        display: none;
    }
}

@media (max-width: 991.9px) {}


/**/

.section_5 {
    background: white;
}

.section_5 .head {
    text-align: center;
}

.section_5 .head .txt_1 {
    font-size: 1.2rem;
    font-weight: bold;
}

.section_5 .head .txt_2 span {
    color: #ff6b37;
}

.section_5 .body .item {
    width: 100%;
    height: 65px;
    border-radius: 5px;
    background: white;
}

.section_5 .body .item img {
    width: 100%;
    height: 65px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}