body,html{
    scroll-behavior: smooth;
  }
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃p1▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.vn05_p1{
    width: 100%;
    height: 520px;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../images/vn05_p1_slide.png);
}
.vn05_p1 h5{
    font-size: 46px;
    font-weight: bold;
    color: #b81c22;
    padding-top: 100px;
    margin-bottom: 35px;
}
.vn05_p1 p{
    width: 400px;
    height: 45px;
    font-size: 26px;
    color: #ffffff;
    background-color: #ff7800;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vn05_p1_cen{
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃p2▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.vn05_p2_rwd{
    display: none;
}
.vn05_p2{
    width: 100%;
    height: 70px;
    background-color: #2d2d2d;
}
.vn05_p2 ul{
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    padding: 0 10px;
}
.vn05_p2 ul li{
    width: 100%;
    color: #ffffff;
    font-size: 17px;
    cursor: pointer;
    background-color: transparent;
    text-align: center;
}
.vn05_p2 ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #ffffff;
}
.vn05_p2 ul li:hover{
    background-color: #13daf1;
    transition: 1s;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃p3▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.vn05_p3{
    width: 100%;
    height: 100%;
    background-color: #04788a;
}
.vn05_p3_cen{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.vn05_p3_cen h6{
    font-size: 30px;
    color: #ffffff;
    margin: 60px 0 45px;
}
.vn05_p3_top{
    width: 100%;
    max-width: 1010px;
    height: 200px;
    display: flex;
    position: relative;
}
.vn05_p3_left{
    width: 360px;
    height: 100%;
    background-color: #13daf1;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.vn05_p3_left p {
    font-size: 22px;
    color: #ffffff;
    margin-top: 10px;
}
.vn05_p3_right{
    width: 650px;
    height: 100%;
    background-color: #bbebf1;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    padding: 15px 10px;
}
.vn05_p3_right:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #bbebf1 transparent transparent transparent;
    position: absolute;
    bottom: -15px;
    left:50%;
}
.vn05_p3_txt{
    display: flex;
    margin-bottom: 5px;
    font-size: 18px;
}
.vn05_p3_txt p,.vn05_p3_txt span{
    line-height: 24px;
}
.vn05_p3_bottom{
    width: 100%;
    height: 100%;
    border-top: 5px solid #13daf1;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 90px;
}
.vn05_p3_bottom h6{
    font-size: 30px;
    line-height: 40px;
    margin: 30px 0 20px;
}
.vn05_p3_bottom p{
    font-size: 26px;
    color: #fff600;
    margin-bottom: 70px;
}
.vn05_p3_slide{
    width: 100%;
    max-width: 1200px;
}
.vn05_p3_slide img{
    margin-bottom: 60px;
}
.vn05_p3_slide .swiper-button-next,.vn05_p3_slide .swiper-button-prev{
    top:35%;
} 
.vn05_p3_slide  .swiper-button-prev:after{
    content: url(../images/vn05_p3_arr_left.png);
}
.vn05_p3_slide  .swiper-button-next:after{
    content: url(../images/vn05_p3_arr_right.png);
}
.vn05_p3_slide .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
}
.vn05_p3_slide .swiper-pagination-bullet-active{
    background-color: #bbebf1;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃p4▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.vn05_p4{
    width: 100%;
    height: 100%;
    background-color: #fef7df;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
}
.vn05_p4 h6{
    margin: 70px 0 30px;
    font-size: 30px;
    color: #000;
}
.vn05_p4 p{
    font-size: 22px;
    color: #e57a05;
    margin-bottom: 30px;
}
.vn05_p4 iframe{
    width: 100%;
    max-width: 930px;
    height: 50.2vw;
    max-height:523px ;
    margin-bottom: 100px;
}

/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃p5▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.vn05_p5{
    width: 100%;
    height: 100%;
    background-color: #e5e5e5;
    padding-bottom: 15%;
}
.vn05_p5 h6{
    font-size: 30px;
    text-align: center;
    padding: 65px 30px 0;
    margin-bottom:55px;
    font-weight: 500;
}
.vn05_p5_cen{
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
}
.vn05_p5_tr{
    display: flex;
}
.vn05_p5_ta{
    display: flex;
    align-items: center;
    justify-content: center;
}
.vn05_p5_tr:nth-child(4) .vn05_p5_t6:nth-child(2){
    display: flex;
    align-items: center;
}
.vn05_p5_tr{
    border-right: 1px solid #000000;
}
.vn05_p5_t1{
    height: auto;
    flex-basis:250px;
    background-color: #965500;
    color: #ffffff;
    font-size: 18px;
    border: 1px solid #000000;
    border-left:2px solid #000000;
    border-top:2px solid #000000;
    padding:10px;
}
.vn05_p5_t2{
    height: auto;
    flex-basis: 450px;
    background-color: #965500;
    color: #ffffff;
    font-size: 18px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    border-top: 2px solid #000000;
    line-height: 22px;
    padding:10px;
}
.vn05_p5_t3{
    height: auto;
    flex-basis: 250px;
    background-color: #ffe255;
    color: #000;
    font-size: 18px;
    border-bottom: 1px dashed #000000;
    border-right: 1px solid #000000;
    border-left: 2px solid #000000;
    padding:10px;
}
.vn05_p5_t4{
    height: auto;
    flex-basis: 450px;
    background-color: #ffe255;
    color: #000;
    font-size: 18px;
    padding: 0 30px;
    border-bottom: 1px dashed #000000;
    border-right: 1px solid #000000;
    padding:10px;
    line-height: 22px;

}
.vn05_p5_tr:nth-child(7) .vn05_p5_t3,.vn05_p5_tr:nth-child(6) .vn05_p5_t4{
    border-bottom: 2px solid #000000;
}
.vn05_p5_tr:nth-child(7) .vn05_p5_t3,.vn05_p5_tr:nth-child(6) .vn05_p5_t3{
    border-bottom: 2px solid #000000;
}
.vn05_p5_t5{
    height: auto;
    flex-basis: 250px;
    background-color: #fef7df;
    color: #000;
    font-size: 18px;
    border-bottom: 1px dashed #000000;
    border-right: 1px solid #000000;
    border-left: 2px solid #000000;
    padding:10px;
}
.vn05_p5_t6{
    height: auto;
    flex-basis: 450px;
    background-color: #fef7df;
    color: #000;
    font-size: 18px;
    padding:10px;
    line-height: 22px;

    border-bottom: 1px dashed #000000;
    border-right: 1px solid #000000;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃p6▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.vn05_p6_rwd{
    display: none;
}
.vn05_p6{
    width: 100%;
    height: 570px;
    background-color: #f9a149;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.vn05_p6 h6{
    font-size: 30px;
    color: #000;
    margin: 70px 0 90px;
}
.vn05_p6_cen{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.vn05_p6_b1{
    width: 390px;
    height: 250px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.vn05_p6_b1:hover .vn05_p6_hover{
    bottom: 0;
}
.vn05_p6_b1 p{
    font-size: 22px;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
}
.vn05_p6_arr{
    width: 300px;
    height: 15px;
    position: relative;
    margin-bottom: 15px;
}
.vn05_p6_arr:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent #e77400 transparent;
    position: absolute;
    left: 48%;
    bottom: 0px;
    transition: 0.5s;
}
.vn05_p6_arr.active:before {
    bottom: 10px;
    transition: 0.5s;
}
.vn05_p6_hover{
    width: 100%;
    height: 250px;
    background-color: rgba(231,43,0,1);
    position: absolute;
    left: 0;
    bottom: -100%;
    padding: 20px 30px 0;
    transition: .5s;
}
.vn05_p6_hover p{
    font-size: 18px;
    color: #ffffff;
    text-align: left;
    line-height: 26px;
    font-weight: lighter;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃p7▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.vn05_p7{
    width: 100%;
    height: 100%;
    background-color: #b81605;
}
.vn05_p7_cen{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0 80px;
}
.vn05_p7_cen h6{
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    margin-left: 40px;
    line-height: 40px;
}

/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃rwd▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/

@media screen and (max-width: 1200px) {
    .vn05_p1_cen{
        padding-left: 10px;
    }
    .vn05_p6_cen .vn05_p6_b1:nth-child(2){
        margin: 0 5px;
    }
}
@media screen and (max-width: 1000px) {
    .vn05_p6_hover{
        padding: 10px 15px 0;
    }
}
@media screen and (max-width: 768px) {
    .vn05_p1{
        background-image: url(../images/vn05_p1_slide_rwd.png);
    }
    .vn05_p1_cen{
        max-width: 360px;
    }
    .vn05_p1_cen h5{
        font-size: 27px;
        padding-top: 60px;
        margin-bottom:20px;
    }
    .vn05_p1 p{
        width: 300px;
        height: 40px;
        font-size: 20px;
    }
    .vn05_p2{
        display: none;
    }
    .vn05_p2_rwd{
        display: block;
        width: 100%;
        height: 70px;
        background-color: #2d2d2d;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
    }
    .vn05_p2_rwd ul{
        width: 100%;
        max-width: 1200px;
        height: 100%;
        margin: 0 auto;
        display: flex;
    }
    .vn05_p2_rwd ul li{
        width: 100%;
        color: #ffffff;
        font-size: 17px;
        cursor: pointer;
        background-color: transparent;
        text-align: center;
    }
    .vn05_p2_rwd ul li a{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        color: #ffffff;
    }
    .vn05_p2_rwd ul li:hover{
        background-color: #13daf1;
        transition: 1s;
    }
    .vn05_p3_cen{
        width: 100%;
    }
    .vn05_p3_cen h6{
        font-size: 26px;
        line-height: 36px;
        margin: 20px 0;
        text-align: center;
        padding: 0 15px;
    }
    .vn05_p3_top{
        flex-direction: column;
        height: 100%;
    }
    .vn05_p3_left{
        width: 100%;
        border-top-left-radius: initial;
        border-bottom-left-radius: initial;
        padding: 20px 0;
    }
    .vn05_p3_right{
        width: 100%;
        border-bottom-right-radius: initial;
        border-top-right-radius: initial;
    }
    .vn05_p3_bottom{
        border-top: initial;
        padding-bottom: 20px;
    }
    .vn05_p3_bottom p{
        font-size: 22px;
        padding: 0 15px;
    }
    .vn05_p3_slide img{
        margin-bottom: 60px;
    }
    .vn05_p3_slide .swiper-button-prev:after{
        content: url(../images/vn05_p3_arr_left_rwd.png);
    }
    .vn05_p3_slide .swiper-button-next:after{
        content: url(../images/vn05_p3_arr_right_rwd.png);
    }
    .vn05_p3_img{
        content: url(../images/vn05_p3_img_rwd.png);
    }
    .vn05_p3_img2{
        content: url(../images/vn05_p3_img2_rwd.png);
    }
    .vn05_p3_img3{
        content: url(../images/vn05_p3_img3_rwd.png);
    }
    .vn05_p3_img4{
        content: url(../images/vn05_p3_img4_rwd.png);
    }
    .vn05_p3_slide .swiper-button-next{
        top: 30%;
        right: 0px;
    }
    .vn05_p3_slide .swiper-button-prev{
        top: 30%;
        left:0px;
    }
    .vn05_p4 h6{
        text-align: center;
        font-size: 26px;
        line-height: 36px;
    }
    .vn05_p4 p{
        text-align: center;
    }
    .vn05_p6{
        height:530px;
    }
    .vn05_p6_cen{
        display: none;
    }
    .vn05_p6_b1{
        width: 100%;
        max-width: 360px;
        margin-bottom: 70px;
    }
    .vn05_p6 h6{
        font-size: 26px;
        margin: 40px 0 60px;
        text-align: center;
        padding: 0 10px;
    }
    .vn05_p6_rwd{
        display: block;
        width: 100%;
        max-width: 360px;
        height: 250px;
    }
    .vn05_p6_rwd .swiper-container .swiper-pagination-bullet-active{
        width: 10px;
        height: 10px;
        background: #fff600;
    }
    .vn05_p6_hover{
        padding:  30px 30px 0;
    }
    .vn05_p7_cen{
        flex-direction: column;
    }
    .vn05_p7_cen h6{
        font-size: 26px;
        margin: 10px 0 0 0;
        padding: 0 20px;
    }
}
@media screen and (max-width: 576px) {
    
}
@media screen and (max-width: 360px) {
   
}