/* Font chữ cho web */
@font-face {
    font-family: vietfont;
    src: url('./Font/Roboto/static/Roboto_Condensed-Black.ttf');
}

@font-face {
    font-family: trungfont;
    src: url('./Font/Noto_Sans_HK\,Roboto_Condensed/RobotoCondensed-VariableFont_wght');
}

@font-face {
    font-family: vietfontB;
    src: url('./Font/Roboto_Condensed/static/RobotoCondensed-Bold.ttf');
}

.fontviet {
    font-family: vietfontB;
}

/* Tiêu đề kết quả */
.result h3 {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
}

/* Nội dung kết quả */
.result p {
    font-size: 18px;
    line-height: 1.6;
    margin: 6px 0;
}

/* CSS cho số thứ tự */
.item-number {
    font-weight: bold;
    margin-right: 5px;
    display: inline-block;
    min-width: 25px;
    text-align: right;
    box-sizing: border-box;
}

.main-item-text .item-number {
    color: #007bff;
}

/* CSS cho wrapper chứa các mục con (không đổi) */
.sub-items-wrapper {
    margin-left: 25px;
    border-left: 2px solid #eee;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* CSS cho các đoạn văn bản con (sub items) */
.sub-item-text {
    margin-bottom: 5px;
    line-height: 1.4;
    font-size: 0.95em;
    color: #555;
}


/* body{
    background-color:#9a1c20 ;
}  */

.full {
    display: flex;
    flex-direction: column;
    /* width: 1080px; */
    background-color: white;
    margin: auto;
}

a {
    text-decoration: none;
}


/* content top */
.top {
    margin: auto;
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);

}

/* content top one*/
.top-one {
    margin: auto;
    width: 100%;
    height: 40px;
    border-bottom: 2px solid black;
    margin-bottom: 10px;
}

.top-content {
    width: 99%;
    font-size: 16px;
    font-family: vietfontB;
}

/* content top two*/
.top-two {
    margin: auto;
    width: 1080px;
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
}

.top-two-image {
    height: 100px;
    margin: auto;
}

.top-two-box-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 25px;
    margin-right: 15px;
}

.top-two-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.top-two-box1 {
    display: flex;
    flex-direction: row;
    margin: auto;
    height: 100px;
}

.top-two-box1-content {
    font-family: vietfont;
    height: 100px;
    display: flex;
    flex-direction: column;

}

.top-two-box1-content1 {
    margin: auto;
    margin-left: 0;
    margin-right: 10px;
    font-size: 20px;
}

.top-two-box2 {
    margin: auto;
    height: 70px;
    border-left: 2px solid black;
    display: flex;
    flex-direction: row;
}

/* content top three*/

.top-three {
    margin: auto;
    height: 40px;
    width: 1080px;
    display: flex;
    flex-direction: row;
    /* background-color: #f5a936; */


    margin-bottom: 10px;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 50px;
    width: 222px;
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content1 {
    display: none;
    position: absolute;
    top: 40px;
    width: 178px;
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content2 {
    display: none;
    position: absolute;
    top: 50px;
    width: 190px;
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content3 {
    display: none;
    position: absolute;
    top: 50px;
    width: 160px;
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content-text {
    font-family: vietfontB;
    color: white;

}

.dropdown-content .dropdown-content-text:hover {
    background-color: #ddd;
}

.dropdown-content1 .dropdown-content-text:hover {
    background-color: #ddd;
}

.dropdown-content2 .dropdown-content-text:hover {
    background-color: #ddd;
}

.dropdown-content3 .dropdown-content-text:hover {
    background-color: #ddd;
}

.dropdown-content .dropdown-content-text {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content1 .dropdown-content-text {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content2 .dropdown-content-text {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content3 .dropdown-content-text {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropdown-content1 {
    display: block;
}

.dropdown:hover .dropdown-content2 {
    display: block;
}

.dropdown:hover .dropdown-content3 {
    display: block;
}

.top-three-box {
    margin: auto;
    margin-left: 10px;
    margin-bottom: 10px;
    height: 40px;
    display: flex;
    flex-direction: row;
    background-image: linear-gradient(black 0 0);
    background-position: 0 100%;
    /*OR bottom left*/
    background-size: 0% 4px;
    background-repeat: no-repeat;
    transition:
        background-size 0.3s,
        background-position 0s 0.3s;
    /*change after the size immediately*/
}

.top-three-image {
    height: 35px;
    width: 35px;
    margin: auto;
}

.top-three-image1 {
    height: 10px;
    width: 10px;
    margin: auto;
    margin-left: 5px;
    margin-right: 5px;
}

.top-three-image2 {
    height: 15px;
    width: 15px;
    margin: auto;
    margin-left: 5px;
    margin-right: 6px;
}

.top-three-content {
    color: black;
    font-family: vietfont;
    font-size: 25px;
    margin: auto;

}


.top-three-box:hover {
    cursor: pointer;
    background-position: 100% 100%;
    background-size: 100% 4px;
}


/* them top  */

/* Base menu */
.menu,
.submenu,
.submenu-right {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu>li {
    position: relative;
    display: inline-block;
}

.menu a {
    display: block;
    padding: 10px 15px;
    background: #333;
    color: white;
    text-decoration: none;
}

.menu a:hover {
    background: #e74c3c;
}

/* Submenu - cấp 1 */
.submenu {
    display: none;
    position: absolute;
    background: #444;
    top: 100%;
    left: 0;
    min-width: 200px;
    z-index: 10;
}

.menu>li:hover .submenu {
    display: block;
}

/* Submenu mở ngang - cấp 2 */
.dropdown-right {
    position: relative;
}

.submenu-right {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background: white;
    min-width: 200px;
    z-index: 10;
}

.dropdown-right:hover .submenu-right {
    display: block;
}

.submenu-right {
    box-shadow: 4px 0 10px rgba(0, 0, 0, 0.2),
        /* phải */
        0 4px 10px rgba(0, 0, 0, 0.2),
        /* dưới */
        0 -4px 10px rgba(0, 0, 0, 0.2);
    /* trên */

}

.submenu a,
.submenu-right a {
    padding: 10px 15px;
    color: white;
    background: inherit;
    white-space: nowrap;
}

/* end them top   */


.a {
    text-decoration: none;
    color: black;
}

.banner {
    margin: auto;
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;

}


.mid {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

.mid-top {
    display: flex;
    flex-direction: row;
    font-family: vietfontB;
    align-items: flex-start;
    width: 1080px;
    border-bottom: 2px solid black;
    margin: auto;
}

.mid-mid {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 760px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* content kiến thức tvnp */

.mid-mid-content-top {
    width: 760px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    border-bottom: black 2px solid;
}

.mid-mid-content-top-left {
    width: 100px;
    background-color: black;
    display: flex;
}

.mid-mid-content-top-right {
    justify-content: center;
    align-items: center;
    display: flex;
}

.mid-mid-content-top-left-text {
    font-family: vietfontB;
    color: white;
    margin: auto;
}

.mid-mid-content-top-right-text {
    font-family: vietfontB;
    margin: auto;
    margin-right: 5px;
}

.mid-mid-content-mid {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.mid-mid-content-mid-left {
    width: 320px;
    height: 360px;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.mid-mid-content-mid-left-top {
    height: 200px;
    width: 100%;
    border: 2px black solid;
    border-radius: 10px;
}

.mid-mid-content-mid-left-tittle {
    margin: auto;
    font-family: vietfontB;
}

.mid-mid-content-mid-left-text {
    margin: auto;
}

.mid-mid-content-mid-right {
    display: flex;
    flex-direction: column;
    margin-left: 25px;
    width: 415px;
}

.mid-mid-content-mid-right-box {
    margin: auto;
    display: flex;
    flex-direction: row;
}

.mid-mid-content-mid-right-box-left {
    width: 200px;
    height: 80px;
    border: black 2px solid;
    margin-right: 10px;
}

.mid-mid-content-mid-right-box-right {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.mid-mid-content-mid-right-box-right-text {
    font-family: vietfontB;
    margin-left: 15px;
    margin-top: 0px
}

/* phần mobi của nội dung tài liệu */

.mid-mid-content-mid-800 {
    display: none;
}

.mid-mid-content-mid-left-800 {
    width: 200px;
    height: 100px;
    margin-right: 10px;
    border: black solid 1px
}

.mid-mid-content-mid-right-800 {
    width: 300px;
    display: flex;
    flex-direction: column;
}

.mid-mid-content-mid-right-box-right-text {
    font-family: vietfontB;
    margin-left: 15px;
    margin-top: 0px;
    margin: auto;
}

.mid-mid-content-mid-left-550 {
    width: 300px;
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-top: 5px;

}

.mid-mid-content-mid-left-top-550 {
    width: 250px;
    height: 150px;
    margin: auto;
    border: black 1px solid;

}

.mid-mid-content-mid-left-tittle-550 {
    font-family: vietfontB;
    width: 250px;
    margin: auto;
    margin-top: 5px
}



/* kết thúc phần nội dung tài liệu */
.anhlaso {
    margin: auto;
    width: 100%;
}

.mid-mid-top {
    width: 100%;
    border: #ddd 2px solid;
    border-radius: 5px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    padding: 17px;
    align-items: center;
    justify-content: center;
}

.mid-mid-top-image {
    height: 150px;
    width: 150px;
    margin: auto;
    margin: 10px;

}

.mid-mid-top-right {
    margin: auto;
}

.mid-mid-top-right-box {
    display: flex;
    flex-direction: row;
}

.mid-mid-top-right-box-text {
    font-family: vietfontB;
    font-size: 17px;
    margin-top: 10px;
    margin-right: 20px;
    padding: 5px;
    background-color: black;
    border-radius: 5px;
    color: white;
    border: 1px solid black;
}

.mid-mid-top-right-box-text:hover {
    background-color: white;
    color: black;
    cursor: pointer;
}

.mid-mid-top-right-top {
    font-family: vietfontB;
    font-size: 20px;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.mid-mid-top-right {
    padding: 5px;
    margin: auto;
}

.mid-mid-top-right-mid {
    font-size: 18px;
    font-family: vietfont;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.mid-mid-content {
    font-size: 25px;
    font-family: vietfontB;
}

.mid-mid-box {
    display: flex;
    align-self: flex-start;
    flex-direction: row;

}

.mid-top-content {
    margin-left: 0;
    margin-right: 5px;
    font-size: 20px;
    font-family: vietfontB;
}

.mid-mid-box-title {
    width: 70px;
    font-size: 20px;
    font-family: vietfontB;
    margin-right: 10px;
}

.mid-mid-box-text {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
    font-family: vietfont;
    text-wrap: wrap;
    text-indent: 10px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.mid-mid-box-text1 {
    font-size: 20px;
    font-family: vietfont;
    text-wrap: wrap;
    text-indent: 20px;
}

.mid-mid-box-text-image {
    margin: auto;
    font-size: 15px;
    font-family: vietfont;
    padding: 0;
    margin-top: -15px;
}

.mid-top-content1 {
    margin-left: 0;
    margin-right: 5px;
    font-size: 20px;
}

.mid-top-content:hover {
    color: #0071f3;
}

/* .mid-line {
    border-bottom: 2px solid black;
    width: 50%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 30px;
} */

.mid-one {
    display: flex;
    flex-direction: row;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;

}

.mid-one-top {
    display: flex;
    flex-direction: row;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mid-one-center {
    display: flex;
    flex-direction: row;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mid-one-left {
    width: 765px;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
}

.mid-one-right {
    width: 290px;
    display: flex;
    flex-direction: column;
    margin-left: 5px;
}

.mid-one-right-box1 {
    width: 280px;
    border: #dadde1 2px solid;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    margin-left: 5px;

}

.mid-one-right-box1:hover .mid-one-right-box-text {
    background-color: #0071f3;
}

.mid-one-right-box {
    width: 280px;
    display: flex;
    flex-direction: column;
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mid-one-right-box-ct {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: auto;
    margin-top: 10px;
    align-items: center;
    margin-left: 10px;
}

.mid-one-right-box-top {
    width: 100%;
    height: 50px;
    border-bottom: black 2px solid;

}

.mid-one-right-box-top-title {
    background-color: black;
    color: white;
    font-family: vietfontB;
    font-size: 20px;
    padding-left: 10px;
    margin-right: 190px;
}

.mid-one-right-box-top-title1 {
    background-color: black;
    color: white;
    font-family: vietfontB;
    font-size: 20px;
    padding-left: 10px;
    margin-right: 200px;
}

.mid-one-right-box-ct1 {
    display: flex;
    flex-direction: row;
    border-bottom: #dadde1 1px solid;
    align-items: center;
}

.mid-one-right-box-ct-text1 {
    font-family: vietfontB;
    font-size: 25px;
    padding: 0;
    margin: 0;
    margin: 10px;
    color: #adb5bd;
}

.mid-one-right-box-ct-text2 {
    font-family: vietfontB;
    font-size: 20px;
    padding: 0;
    margin: 0;
    margin: 18px;
}

.mid-one-right-box-ct1:hover .mid-one-right-box-ct-text2 {
    color: #0071f3;
}

.mid-one-right-box-ct1:hover .mid-one-right-box-ct-text1 {
    color: black;
}


.mid-one-right-box-ct:hover .mid-one-right-box-ct-text {
    color: #0071f3;
}

.mid-one-right-box-ct-image {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.mid-one-right-box-ct-text {
    font-family: vietfontB;
    font-size: 20px;
    padding: 0;
    margin: 0;
}

.mid-one-right-box-image {
    margin: auto;
    width: 100%;
    border-radius: 5px;
}

.mid-one-right-box-text {
    margin: auto;
    font-family: vietfontB;
    width: 180px;
    height: 30px;
    background-color: black;
    color: white;
    border-radius: 5px;
    font-size: 15px;
    text-align: center;
    align-content: center;
    margin-top: 5px;
    margin-bottom: 10px;

}

.mid-one-right-box-content {
    margin: auto;
    font-family: vietfontB;
    width: 250px;
    height: 30px;
    text-align: center;
    align-content: center;
    font-size: 20px;
    margin-top: 0;
}

.frame {
    border-radius: 10px;
    border: 2px solid black;
    margin-bottom: 20px;
}

.mid-line {
    height: 3px;
    width: 400px;
    background-color: black;
    margin: auto;
}

.mid-one-one {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.mid-one-content {
    display: flex;
    flex-direction: row;
    font-family: vietfont;
    font-size: 28px;
    margin: auto;
}

.mid-one-content-box {
    text-align: center;
    display: flex;
    flex-direction: row;
    margin: auto;
}

.mid-one-content-icon {
    width: 10px;
    height: 10px;
    margin: auto;
}

.mid-one-content-icon-mid {
    width: 50px;
    height: 50px;
    margin: auto;
    margin-right: 10px;
    margin-left: 10px;
}

.mid-one-content-text {
    margin: auto;
    font-family: vietfontB;
    font-size: 35px;
    margin-left: 20px;
    margin-right: 20px;
}

.mid-one-icon {
    width: 200px;
    height: auto;
    margin: 20px;
    border: 2px black solid;
    border-radius: 10px;
}

/* Mid two start */

.mid-two {
    display: flex;
    flex-direction: column;
    width: 1080px;
    margin: auto;
    /* margin-top: 20px; */
}

.mid-two-title {
    width: 100%;
    height: 60px;
    background-color: black;
    display: flex;
    flex-direction: row;
}

.mid-two-title-text {
    margin: auto;
    color: white;
    font-family: vietfontB;
    font-size: 30px;
}

.mid-two-box {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
    margin-top: 40px;
}

.mid-two-box-one {
    margin: auto;
    width: 450px;
}

.mid-two-box-one-top {
    margin: auto;
    width: 100%;
    border-bottom: 2px solid black;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.mid-two-box-one-top-title {
    width: 150px;
    height: 50px;
    background-color: black;
    display: flex;
    margin-top: 5px;
}

.mid-two-box-one-top-title-text {
    color: white;
    margin: auto;
    font-family: vietfont;
    font-size: 24px;
}

.mid-two-box-one-top-content-text {
    margin: auto;
    font-family: vietfont;
    font-size: 22px;
    padding-top: 20px;
}

.mid-two-box-one-mid {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.mid-two-box-one-mid-box {
    display: flex;
    flex-direction: row;
    margin: auto;
    width: 100%;
}

.mid-two-box-one-mid-box {
    display: flex;
    flex-direction: row;
    margin: auto;
    margin-top: 10px;
}

.mid-two-box-one-mid-box-left-image {
    width: 200px;
    height: 120px;
    border: 2px #dadde1 solid;
}

.mid-two-box-one-mid-box:hover .mid-two-box-one-mid-box-left-image {
    border: black 2px solid;
    cursor: pointer;
}

.mid-two-box-one-mid-box:hover {
    cursor: pointer;
}


.mid-two-box-one-mid-box-right {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.mid-two-box-one-mid-box-right-top {
    font-family: vietfontB;
    margin: 0;
    font-size: 18px;
}

.mid-two-box-one-mid-box-right-bot {
    font-family: vietfont;
    margin: 0;
    font-size: 15px;
}

.mid-two-box-one-mid-box-right-bot-text {
    font-family: vietfont;
    margin: 0;
    font-size: 15px;
    padding: 0;
}

/* Mid three start */

.mid-three {
    display: flex;
    flex-direction: column;
    width: 1080px;
    margin: auto;
    /* margin-top: 20px; */
}

.mid-three-content {
    display: flex;
    flex-direction: row;
    margin: auto;
}

.mid-three-content-image {
    margin: auto;
    width: 300px;
    height: 400px;
    margin: 20px;
    border: 2px solid #dadde1;
    border-radius: 5px;
}

.mid-three-content-image:hover {
    border: black 2px solid;
    cursor: pointer;
}

.mid-three-content-image-bot:hover {
    cursor: pointer;
}

.mid-three-content-image-bot {
    margin: auto;
    width: 95%;
    border: black 2px solid;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.mid-three-content-image-mid {
    margin: auto;
    width: 100%;
    border: black 2px solid;
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
}

.mid-three-content-image-mid:hover {
    border: #dadde1 2px solid;
    cursor: pointer;
}



/* Mid three start */

.mid-four {
    display: flex;
    flex-direction: column;
    width: 1080px;
    margin: auto;
    /* margin-top: 20px; */
}

.mid-four-content {
    display: flex;
    flex-direction: row;
    margin: auto;
}




.form-lap-la-so {
    width: 800px;
    display: flex;
    flex-direction: column;
    height: 350px;
    margin-bottom: 10px;
    /* border: #dadde1 2px solid; */
    border: 3px solid black;
    border-radius: 5px;
    background-color: white;
}

.form-top {
    margin: auto;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    align-items: center;
    justify-items: center;
    font-family: vietfontB;
    font-size: 17px;
}

.form-top-web {
    margin: auto;
    display: flex;
    flex-direction: row;
}

.form-top-1 {
    margin-left: 10px;
    margin-top: 30px;
}

.form-top-2 {
    width: 70px;
    margin-top: 30px;
}

.form-top-3 {
    width: 150px;
    margin-top: 30px;
}


.form-right {
    display: flex;
    flex-direction: column;
    width: 180px;
    margin: auto;
}

.form-left {
    display: flex;
    flex-direction: column;
    width: 180px;
    margin: auto;
}

.form-content {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    height: 30px;
}

.form-content1 {
    display: flex;
    align-items: center;
    height: 30px;
    margin: auto;
}

.form-content2 {
    display: flex;
    align-items: center;
    height: 30px;
}

.sub-button {
    height: 40px;
    width: 140px;
    font-family: vietfontB;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.sub-button:hover {
    cursor: pointer;
}


.oktest {
    background-image: url("/image/bannertt.png");
}

.mid-one-bg {
    background-image: url("/image/bgmom.png");
    width: 1000px;
    height: 500px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.mid-one-box {
    width: 250px;
    height: 200px;
    border: 3px solid black;
    border-radius: 5px;
    /* background-image: url("/image/khung.png"); */
    background-size: contain;
    margin: auto;
    margin-left: 35px;
    margin-right: 35px;
    margin-top: 15px;
    display: flex;
    background-repeat: no-repeat;
    position: relative;
    text-decoration: none;
    color: black
}

.mid-one-box-content {
    margin: auto;
    font-family: vietfontB;
    display: flex;
    flex-direction: column;

}

.mid-one-box1-content-1 {
    margin: auto;
    font-family: vietfontB;
    padding-top: 20px;
    font-size: 22px;
}

.mid-one-box1-content-2 {
    height: 100px;
    margin: auto;
}

.left-content {
    position: absolute;
    top: 20%;
    left: -7%;
    background-color: #d9282f;
    border-radius: 5px;
    border: black 2px solid;
    width: 30px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.left-content-text {
    margin: auto;
    color: white;
    font-family: trungfont;
}

.mid-one-box:hover .left-content {
    background-color: #fdac00;
    /* border: #fdac00 solid 4px; */
}

.mid-one-box:hover .left-content-text {
    color: black;
}

.mid-one-box:hover .mid-one-box {
    border: 4px solid black;
}



.top-content {
    margin: auto;
}

.bot {
    width: 100%;
    /* height: 300px; */
    background-color: black;
    display: flex;
    flex-direction: column;
    color: white;
    margin: auto;
}

.bot-item-box-top-title {
    font-family: vietfontB;
    padding: 0;
    margin: 0;
    font-size: 20px;
}

.bot-item-box-top-content {
    font-family: vietfont;
    padding: 0;
    margin: 0;
    font-size: 15px;
}

.bot-item {
    width: 1050px;
    margin: auto;
    display: flex;
    flex-direction: row;
}

.bot-item-box {
    width: 350px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


.bot-item-box1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon {
    height: 30px;
    width: 30px;
    margin: 10px;
}

.icon1 {
    height: 100px;
    width: 100px;
    margin: 10px;
}

.bo {
    border: black 2px solid;
    border-radius: 10px;
}

/* Bắt đầu phần tài liệu tra cứu home*/

.mid-one-content-box-left {
    width: 300px;
    margin: auto;
    height: 355px;
    margin-right: 15px;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    justify-content: left;
    border: black 4px solid;

}

.mid-one-content-box-right {
    width: 365px;
    margin: auto;
    height: 355px;
    margin-left: 45px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    justify-content: left;
    border: black 2px solid;
    border: 3px solid black;
}

.mid-one-content-box-left-top-tittle {
    font-family: vietfontB;
    margin: auto;
    color: black;
    font-size: 30px;
    margin-top: 10px;
}


.mid-one-content-box-left-top-text {
    font-family: vietfontB;
    font-size: 18px;
    color: black;
    padding-right: 10px;
    padding-left: 10px;
    margin: auto;
    margin-top: 5px;
}

.mid-one-content-box-top {
    width: 100%;
    height: 50px;
    /* background: ; */
    display: flex;
    flex-direction: row;
    border-bottom: black 2px solid;
}

.mid-one-content-box-top-left {
    width: 330px;
    height: 50px;
    background-color: black;
    display: flex;
    text-align: center;
    justify-content: center;
}

.mid-one-content-box-top-left-text {
    font-family: vietfontB;
    margin: auto;
    color: white;
}

.mid-one-content-box-top-right {
    width: 100%;
    height: 40px;
    display: flex;
    justify-items: center;
    justify-content: right;
}

.mid-one-content-box-top-right-text {
    font-family: vietfontB;
    color: black;
}

.mid-one-content-box-mid {
    width: 100%;
    height: 120px;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
}

.mid-one-content-box-mid-left {
    width: 200px;
    height: 120px;
    background-color: #073936;

}

.mid-one-content-box-mid-right {
    width: 200px;
    height: 120px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;

}

.mid-one-content-box-mid-right-text {
    font-family: vietfontB;
    color: black;
    font-size: 22px;
    margin-top: 0px;
    word-wrap: normal;
    writing-mode: horizontal-tb;
    margin-left: 10px;
}

/* Hết phần tài liệu tra cứu home*/

/* phần khóa học */
.kh1 {
    background-image: url("/image/kh1m.png");
}

.kh2 {
    background-image: url("/image/kh2m.png");
}

.kh11 {
    background-image: url("/image/kh1m1.png");
}

.kh21 {
    background-image: url("/image/kh2m1.png");
}

.kh12 {
    background-image: url("/image/kh1m2.png");
}

.kh22 {
    background-image: url("/image/kh2m2.png");
}

.kh13 {
    background-image: url("/image/kh1m3.png");
}

.kh23 {
    background-image: url("/image/kh2m3.png");
}

.khtv {
    background-image: url("/image/khtv.png");
}

.khtv1 {
    background-image: url("/image/khtv1.png");
}

.khtv2 {
    background-image: url("/image/khtv2.png");
}

.khtv3 {
    background-image: url("/image/khtv3.png");
}


/* hết phần khóa học */


/* bắt đầu phần dịch vụ tư vấn home*/

.mid-one-content-two {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.mid-one-content-two-box {
    width: 275px;
    height: 330px;

    border: black 2px solid;
    border-radius: 15px;
    margin: 20px;
}

.mid-one-content-two-bot {
    width: 910px;
    height: 250px;
    border: black 2px solid;
    border-radius: 15px;

}

/* hết phần dịch vụ tư vấn home*/


/* bắt đầu phần Khóa học home*/
.mid-one-content-three {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.mid-one-content-three-box {
    width: 700px;
    height: 240px;
    border: 2px solid black;
    border-radius: 10px;
    margin-bottom: 30px;
}


/* hết phần Khóa học home*/

.mobibanner {
    display: none;
}

.top-three-mobi {
    display: none;
}

.mid-three-content-mobi {
    display: none;
}

.mid-three-content-mobi1 {
    display: none;
}

/* mobi bar */
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    cursor: pointer;
}

.mobibar {
    display: none;
}

.mobimenu {
    margin: 10px;
}

.mid-one-right-mobi {
    display: none;
    width: 290px;
    flex-direction: column;
    margin-left: 5px;
}

/* phần mobi của đào tạo */


.top-content-pc {
    display: inline;
}

.top-content-mobi {
    display: none;
}

.mid-one-pc {
    display: inline;
}

.mid-one-1080 {
    display: none;
}

.mid-one-800 {
    display: none;
}

.mid-one-500 {
    display: none;
}

.mid-mid-content-mid-800 {
    display: none;
}

.mid-mid-content-mid-left-550 {
    display: none
}


/* phan grid hien thi la so */

.container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 cột đều nhau */
    gap: 1vw;
    /* khoảng cách giữa các ô là 1% chiều rộng màn hình */
    padding: 2vw;
    /* khoảng cách viền ngoài container */
    max-width: 80vw;
    /* container không vượt quá chiều rộng màn hình */
    box-sizing: border-box;
    background-color: #0071f3;
}

.tuvi-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    /* width: 90vmin;
    height: 80vmin; */
    width: 80vmin;
    aspect-ratio: 3 / 2.5;
    margin: auto;
    border: 1px solid #000;
    margin-bottom: 70px;
    margin-top: 70px;
}

.empty1 {
    border-top: 1px solid black;
    border-left: 1px solid black;
}

.empty2 {
    border-top: 1px solid black;
    border-right: 1px solid black;

}

.empty3 {
    border-bottom: 1px solid black;
    border-left: 1px solid black;

}

.empty4 {
    border-bottom: 1px solid black;
    border-right: 1px solid black;

}

.thong-tin-ls {
    position: absolute;
    display: flex;
    flex-direction: column;
    font-size: 1.6vmin;
    width: 39vmin;
    aspect-ratio: 3 / 2.5;
    padding: 3px;
    transform: translateY(52.25%) translateX(52.25%);
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}


.thong-tin-ls.hidden {
    opacity: 0;
    visibility: hidden;
}

.thong-tin-ngay-sinh {
    display: flex;
    flex-direction: row;
    gap: 0.3vmin;
    /* 👈 Khoảng cách giữa các dòng */
    font-size: 1.6vmin;
    line-height: 1;
    margin: auto;
}

.thong-tin-chi-tiet {
    display: flex;
    flex-direction: column;
    font-size: 1.3vmin;
    gap: 1.2vmin;
    align-items: center;
    margin-left: 0.6vmin;
    margin-right: 0.6vmin;
}

.thong-tin-duong-so {
    display: flex;
    flex-direction: column;
    font-size: 1.6vmin;
    gap: 1.2vmin;
    /* font-weight: bold; */
}


.cung {
    border: 1px solid black;
    display: flex;
    flex-direction: column;
    font-size: 1.6vmin;
    padding: 2px;
    box-sizing: border-box;
    background-color: white;
    font-family: sans-serif;
    position: relative;
    /* bắt buộc để .sao-label định vị tuyệt đối theo .cung */
    overflow: visible;
    /* 👈 cho phép nội dung tràn ra ngoài (mũi tên) */
}

.cung-header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    font-weight: bold;
    /* margin-bottom: 0.05em; */
    width: 100%;
}

.cung-body {
    display: flex;
    flex-direction: column;
    gap: 0.3px;
    /* 👈 Khoảng cách giữa các dòng */
    font-size: 1.6vmin;
    line-height: 1;
    align-items: center;
    /* giảm chiều cao dòng */
}

.dia-chi {
    position: absolute;
    /* Đặt vị trí tuyệt đối */
    bottom: 1px;
    /* Cách đáy của cung 2px */
    left: 2px;
    /* Cách lề trái của cung 2px */
    /* Các thuộc tính khác nếu có (ví dụ: font-size) có thể được thêm vào */
    font-size: 1.4vmin;
    /* Đặt lại font-size nếu cần, hoặc bỏ nếu đã có ở .cung */
    white-space: nowrap;
    /* Đảm bảo không bị xuống dòng */
    font-weight: bold;
}

.luu-nien {
    position: absolute;
    /* Đặt vị trí tuyệt đối */
    bottom: 1px;
    /* Cách đáy của cung 2px */
    right: 1.5px;
    /* Cách lề trái của cung 2px */
    /* Các thuộc tính khác nếu có (ví dụ: font-size) có thể được thêm vào */
    font-size: 1.4vmin;
    /* Đặt lại font-size nếu cần, hoặc bỏ nếu đã có ở .cung */
    white-space: nowrap;
    font-weight: bold;
}

.sao-row {
    position: relative;
    font-size: 1.7vmin;
    white-space: nowrap;
}

.label-text-doc-trai {
    display: flex;
    flex-direction: row;
    /* 👈 chữ chạy từ trái qua phải */
    flex-wrap: wrap;
    /* 👈 nếu dài thì tự xuống dòng */
    align-items: flex-start;
    /* 👈 căn từ trên xuống */
    justify-content: flex-start;
    /* 👈 bắt đầu từ bên trái */
    gap: 4px;
    font-size: 1.4vmin;
    transform: translateY(90%) translateX(-20%);
}

.arrow-label-doc-trai {
    position: absolute;
    left: -4em;
    /* 👈 Điều chỉnh vị trí ra ngoài khung */
    top: 30%;
    transform: translateY(-30%) translateX(5%);
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0.2em;
    font-weight: bold;
}

.arrow-vertical-giua-tren {
    transform: translateX(20%) translateY(-100%);
    left: 1em;
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: bold;
    /* ✅ Giữ đúng tỉ lệ dọc */
}

.label-text-giua-tren {
    display: flex;
    flex-direction: row;
    /* 👈 chữ chạy từ trái qua phải */
    flex-wrap: wrap;
    /* 👈 nếu dài thì tự xuống dòng */
    align-items: flex-start;
    /* 👈 căn từ trên xuống */
    justify-content: flex-start;
    /* 👈 bắt đầu từ bên trái */
    gap: 4px;
    font-size: 1.4vmin;
    transform: translateY(-50%) translateX(-30%);
}

.label-text-doc-phai {
    display: flex;
    flex-direction: row;
    /* 👈 chữ chạy từ trái qua phải */
    flex-wrap: wrap;
    /* 👈 nếu dài thì tự xuống dòng */
    align-items: flex-start;
    /* 👈 căn từ trên xuống */
    justify-content: flex-start;
    /* 👈 bắt đầu từ bên trái */
    gap: 4px;
    font-size: 1.4vmin;
    transform: translateY(90%) translateX(10%);
}

.arrow-label-doc-phai {
    position: absolute;
    left: 11em;
    /* 👈 Điều chỉnh vị trí ra ngoài khung */
    top: 30%;
    transform: translateY(-30%) translateX(5%);
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0.2em;
    font-weight: bold;
}

.arrow-vertical-giua-duoi {
    bottom: -3em;
    left: 1em;
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: bold;
    /* ✅ Giữ đúng tỉ lệ dọc */
}

.label-text-giua-duoi {
    display: flex;
    flex-direction: row;
    /* 👈 chữ chạy từ trái qua phải */
    flex-wrap: wrap;
    /* 👈 nếu dài thì tự xuống dòng */
    align-items: flex-start;
    /* 👈 căn từ trên xuống */
    justify-content: flex-start;
    /* 👈 bắt đầu từ bên trái */
    gap: 4px;
    font-size: 1.4vmin;
    transform: translateY(10%) translateX(-30%);
}

.sao-name {
    color: black;
    font-size: 1.7vmin;
}

.can-chi {
    justify-self: start;
}

.ten-cung {
    justify-self: center;
    font-size: 1.6vmin;

}

.so {
    justify-self: end;
}

.sao-row {
    display: flex;
    flex-direction: row;
    font-weight: bold;
}

.nienHoa {
    width: 1.8vmin;
    height: 1.8vmin;
    margin: auto;
    margin-left: 3px;
}


/* tra tượng  */
.result strong {
    display: block;
    margin-bottom: 10px;
    font-size: 1.2em;
    color: #333;
}


.main-item-text {
    margin-bottom: 8px;
    line-height: 1.5;
    color: #333;
    padding-left: 0;

}

.gt {
    height: 380px;
    border: none;
    margin: 0 50px;
}


.sub-item-text .item-number {
    color: #28a745;
}

.ttbanner{
    width: 960px; height: 250px; margin: auto; border: black 4px solid; margin-top: 40px;
}

@media only screen and (max-width: 1090px) {

    .ttbanner{
    width: 90%; height: auto; margin: auto; border: black 4px solid; margin-top: 40px;
}
        .mid-one-bg {
    width: 900px;

}

    .mid-one-left {

        margin-right: 0px;
    }

    .top {
        width: 100%;
        height: 100px;
    }

    .top-three-web {
        display: none;
    }

    .top-three-mobi-icon {
        display: flex;
    }

    .top-two-image-icon-mobi {
        height: 30px;
        width: 30px;
        margin: auto;
        margin-right: 10px;
    }

    .top-three-mobi {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .top-two {
        display: none;
    }

    .mid-three {
        width: 100%;
    }

    .mid-two {
        width: 100%;
    }

    .mid-four {
        width: 100%;
    }

    .mid-three-content-web {
        display: none;
    }

    .mid-three-content-mobi {
        display: block;
    }

    .mid-three-content-mobi1 {
        display: flex;
        flex-direction: row;
    }

    .mid-line {
        width: 80%;
    }

    .mid-one-center {
        flex-direction: column;
    }

    .mid-one-web {
        display: none;
    }

    .bot-item-box {
        margin: auto;
    }

    .mid-one-right-mobi {
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .mid-one-right-box {
        margin: auto;
    }

    .mid-one-right-box1 {
        margin: 0;
        margin: auto;
    }

    .mid-one-right-box-image {
        width: 100%;
        height: 100%;

    }

    .mid-one-right-box-image1 {
        width: 280px;
        height: 232px;
        margin: auto;
    }

    .mid-one-right-box1 {
        margin: auto;
    }

    .mid-top {
        width: 100%;
    }

    .mid-one-top {
        width: 100%;
    }

    .mid-mid {
        margin-top: 20px;
    }


    .mid-line {
        width: 300px;
    }

    .bot-item-box {
        width: 250px;

    }

    .bot-item {
        width: 100%;
    }

    /* phần tài liệu */
    .mid-one-content-box-left {
        margin-right: 20px;
    }

    .mid-one-content-box-right {
        margin-left: 20px;
    }


    /* Phần khóa đào tạo */



}

@media only screen and (max-width: 970px) {

    .mid-one-bg {
    width: 90%;
    height: 600px;
    background-size: cover;

}
    .nienHoa {
        width: 2.1vmin;
        height: 2.1vmin;
        margin: auto;
        margin-left: 1px;
    }

    .tuvi-grid,
    .cung {
        border: 0.5px solid black;
    }

    .empty1 {
        border-top: 0.5px solid black;
        border-left: 0.5px solid black;
    }

    .empty2 {
        border-top: 0.5px solid black;
        border-right: 0.5px solid black;

    }

    .empty3 {
        border-bottom: 0.5px solid black;
        border-left: 0.5px solid black;

    }

    .empty4 {
        border-bottom: 0.5px solid black;
        border-right: 0.5px solid black;
    }

    .mid-one-right-box-image1 {
        margin-top: 0px;
    }


    .mid-one-left {

        margin-right: 0px;
    }

    .mid-one-content-box-left {
        margin-right: 0px;
    }

    .mid-one-content-box-right {
        margin-left: 0px;
    }

    .mid-line {
        width: 250px;
    }

    .mid-one-content-box {
        flex-direction: column;
        margin: auto;
    }

    /* phần tài liệu */
    .mid-one-content-box-left {
        margin-bottom: 40px;
    }



    .mid-two-box {
        flex-direction: column;
    }

    .mid-two-box-one-mid {
        margin-top: 10px;
    }

    .mid-two-box-one {
        margin-top: 30px;
    }

    .frame {
        width: 600px;
        height: 300px;
    }

    .form-top {
        flex-direction: column;
    }

    .form-lap-la-so {
        height: 500px;
        width: 650px;
    }

    .form-left {
        width: 90%;
        margin: auto;
    }

    .form-right {
        width: 90%;
        margin: auto;
    }


    .form-top-1 {
        width: 100px;
        margin-top: 30px;
    }

    .mid-one-left {
        margin: auto;
    }

    .mid-one-right-box1 {
        margin-top: 10px;
        margin-top: 10px;
    }

    .mid-one-right-box-image1 {
        margin-top: 6px;
    }


    .mid-one-pc {
        display: none;
    }

    .mid-one-1080 {
        display: inline;
    }

    .mid-one-800 {
        display: none;
    }

    .mid-one-500 {
        display: none;
    }

}

@media only screen and (max-width: 800px) {

    .mid-mid-content-mid-800 {
        width: 500px;
        height: 100px;
        margin: auto;
        margin-top: 10px;
        display: flex;
        flex-direction: row;
    }

    .mid-mid-content-mid-left-550 {
        display: none
    }

    .mid-mid-pc {
        display: none;
    }

    .mid-mid-content-top {
        width: 500px;
        margin: auto;
    }

    .mid-one-right-box-image1 {
        margin-top: 6px;
    }

    .mid-mid {
        width: 100%
    }

    .mid-one-left {
        width: 95%;
        margin: auto;

    }

    .mid-one-pc {
        display: none;
    }

    .mid-one-1080 {
        display: none;
    }

    .mid-one-800 {
        display: inline;
    }

    .mid-one-500 {
        display: none;
    }

    .form-left .form-right {
        width: 90%;
    }

    .form-top-1 {
        width: 100px;
        margin-top: 30px;
    }




    .bot-item {
        width: 1080;
        flex-direction: column;
    }

    
.gt {
    height: 450px;
    border: none;
    margin: 0 10px;
}


}


@media only screen and (max-width: 700px) {


    .mid-one-left {

        margin-right: 0px;
    }

    .mid-line {
        width: 200px;
    }

    .mid-mid-top {
        flex-direction: column;
        align-items: center;
    }

    .mid-mid-top-right {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: auto;
    }

    .mid-mid-top-right-box-text {
        margin: auto;
        margin-left: 5px;
        margin-right: 5px;
    }

    .mid-one-content-text {
        font-size: 35px;
    }

    .mid-one {
        flex-direction: column;
    }

    .mid-one-content1 {
        flex-direction: column;
    }

    .banner1 {
        width: 300px;
    }

    .mid-one-content2 {
        text-align: center;
        font-size: 26px;
    }

    .frame {
        width: 500px;
        height: 300px;
    }

    .mid-three-content {
        flex-direction: column;
    }

    .mid-three-content-image-mid {
        width: 80%;
        margin: auto;
        margin-top: 20px;
    }

    .mid-one-right-mobi {
        flex-direction: column;
    }


    .form-lap-la-so {
        height: 550px;
        width: 500px;
        padding: 0;
    }

    .mid-one-left {
        width: 98%;
        margin: auto;
    }

    .form-top-3 .form-top-2 {
        width: 100px;

    }

    .form-top-1 {
        width: 100px;
    }
}

@media only screen and (max-width: 550px) {


    .mid-mid-content-top {
        width: 300px;
        margin: auto;
    }

    .mid-mid-pc {
        display: none;
    }

    .mid-mid-content-mid-800 {
        display: none;
    }

    .mid-mid-content-mid-left-550 {
        display: inline;
    }

    .mid-one-left {

        margin-right: 0px;
    }

    .mid-one-pc {
        display: none;
    }

    .mid-one-1080 {
        display: none;
    }

    .mid-one-800 {
        display: none;
    }

    .mid-one-500 {
        display: inline;
    }

    .top-content-pc {
        display: none;
    }

    .top-content-mobi {
        display: inline;
    }

    .mid-line {
        width: 150px;
    }

    .mid-mid-top-image {
        height: 110px;
        width: 110px;
    }

    .mid-one {
        flex-direction: column;
    }

    .mid-one-content1 {
        flex-direction: column;
    }

    .banner1 {
        width: 180px;
        margin: 10px;
    }

    .mid-one-content2 {
        text-align: center;
    }

    .frame {
        width: 300px;
        height: 250px;
    }

    .form-lap-la-so {
        width: 300px;
        background-image: none;
        border: 1px black solid;
    }

    /* ok */
    /* .mid-one-content-icon {
        display: none;
    } */

    .mid-one {
        flex-direction: column;
    }

    .mid-one-content1 {
        flex-direction: column;
    }

    .banner1 {
        width: 200px;
    }

    .mid-one-content2 {
        text-align: center;

    }

    .mid-one-content-text {
        font-size: 20px;
    }

    .mid-two-box-one {
        width: 300px;
    }

    .mid-two-box-one-mid-box {
        flex-direction: column;
        margin: auto;
    }

    .mid-two-box-one-mid-box-left {
        display: flex;
        margin: auto;
        margin-top: 20px;

    }

    .mid-two-box-one-mid-box-right {
        display: flex;
        margin: auto;

    }

    .mid-two-box-one-mid-box-left-image {
        margin: auto;
        width: 300px;
        height: 100%;
    }

    .form-left-mb {
        display: none;
    }


    .mid-one-content-box-mid-right-text {
        font-size: 17px;
    }

    .mid-one-content-box-left {
        width: 300px;
        margin: auto;
        margin-bottom: 30px;
    }

    .mid-one-content-box-right {
        width: 300px;
        margin: auto;
    }

    .mid-line {
        width: 100px;
    }


}

/* 
@media only screen and (max-width: 500px) {

    
    .mid-one-content-icon{
        display: none;
    }
    .mid-one {
        flex-direction: column;
    }

    .mid-one-content1 {
        flex-direction: column;
    }

    .banner1 {
        width: 200px;
    }

    .mid-one-content2 {
        text-align: center;

    }


    .frame {
        width: 500px;
        height: 300px;
    }

    .mid-two-box-one{
        width: 300px;
    }
    .mid-two-box-one-mid-box{
        flex-direction: column;
        margin: auto;
    }

    .mid-two-box-one-mid-box-left  {
        display: flex;
        margin: auto;
        margin-top: 20px;
        
    }

    .mid-two-box-one-mid-box-right  {
        display: flex;
        margin: auto;
        
    }

    .mid-two-box-one-mid-box-left-image{
        margin: auto;
        width: 300px;
        height: 100%;
    }
} */