section.home_2_section {
    background-size: cover;
    background-repeat: repeat;
    background-position: top center;
    padding: 81px 0;
}

.bg-style-1 {
    background: linear-gradient(90deg, #1A3C6A 0%, rgba(26, 60, 106, 0.00) 100%);
    padding: 16px 20px;
    margin-bottom: 40px;
}

h2.title {
    font-size: 24px;
    margin-bottom: 0;
    color: #fff;
    text-transform: capitalize;

}

.title.has-icon {
    position: relative;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
}

.title.has-icon::before,
.title.has-icon::after {
    background-image: url(./images/icons/iconoir_star.svg);
    content: "";
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}

.title.has-icon::before {
    left: 0;
}

.title.has-icon::after {
    right: 0;

}
.home_2_section .title.has-icon::after {
    display:none;
}
.home_2_section .box-left img{
   border-radius: 30px;
   border: solid 1px #999999;
}

.home_2_section .box-des {
    position: relative;
    padding-left: 45px;
}
.home_2_section .box-des{
    font-size: 18px;
}
.home_2_section .box-des.box-des-vn::before,
.home_2_section .box-des.box-des-jp::before,
.home_2_section .box-des.box-des-en::before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;

}

.home_2_section .box-des.box-des-vn::before {
    background-image: url(./images/vn-flag.png);
}

.home_2_section .box-des.box-des-jp::before {
    background-image: url(./images/japan-flag.png);
    top: 5px;
}

.home_2_section .box-des.box-des-en::before {
    background-image: url(./images/england-flag.png);
    top: 5px;

}

.home_2_section .box-des ul {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}

.home_2_section .box-des ul li {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-shrink: 0;
}

.home_2_section .box-des ul li::before {
    content: "";
    background-image: url(./images/icons/mui_ten_dh.svg);
    background-size: cover;
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    left: 0;
    flex-shrink: 0;
}

/* section 3 */
.home_3_section {
    padding: 80px 0;
}
.home_3_section .box-tt ul{
    margin-left: 0;
    padding-left: 25px;
}
.bg-style-2 {
    background: linear-gradient(90deg, rgba(26, 60, 106, 0.00) 0%, #1A3C6A 49.04%, rgba(26, 60, 106, 0.00) 98.56%);
    padding: 16px 0px;
    margin-bottom: 40px;
}

.box-tt {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}
.box-tt .box-text a{
    color: #fff;
    text-decoration: none;
}
.box-tt>div:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 100%;
    border: dashed 1px #B5B5B5;
    position: absolute;
    right: -7.3%;
    top: 0;

}
.home_3_section .title.has-icon::after {
    display: none;
}
.box-tt .title {
    margin-bottom: 40px;
    font-size: 18px;
}

.list-dt-logo {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 40px 0;
}

.logo-row {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    padding: 0 40px;
    justify-items: center;
}
.logo-row img{
    height: 90px;
   object-fit: contain;
}
.box-doi-tac {
    background-image: url(./images/doi-frame.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
    border-radius: 20px;
    margin-top: 40px;
}

.box-btn a {
    border: solid 1px var(--Secondary-color);
    padding: 9px 20px;
    border-radius: 12px;
    color: var(--Secondary-color);

}

.box-btn a:hover {
    background-color: var(--Secondary-color);
    color: #fff;
}

.box-btn a:hover svg path {
    stroke: #fff;
}

.box-btn a svg {
    width: 16px;
    margin-top: -8px;
}

/*  */
.home_4_section {
    background-image: url(./images/gray-concrete-floor1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.box-gg-maps {
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 40px;
}
.home_4_section .title.has-icon::after{
    display: none;
} 
.home_4_section .box-lh .title {
    color: var(--Secondary-color);
}

.home_4_section .box-lh .row {
    padding: 16px 0;
}

.home_4_section .box-lh .row:not(:last-child) {

    border-bottom: dashed 1px #555555;
}
.home_4_section .box-lh .row ul{
    margin-left: 0;
}
.home_4_section .box-lh p {
    font-size: 18px;
}
.home_4_section .box-btn{
    margin-top: 40px;
}
.home_4_section .box-btn a{
    display: block;
    width: fit-content;
        margin: auto;
}
.home_4_section .box-gg-maps iframe.i4ewOd-pzNkMb-haAclf{
    display: none;
}
@media screen and (min-width:769px) {
    .home_4_section .box-lh .title {

        margin-left: -10px;
    }
}

@media screen and (max-width:768px) {
    .box-tt {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .box-tt>div {
        padding: 0 10px;
    }
    .logo-row{
        grid-template-columns: repeat(3,1fr);
    }
}

@media screen and (max-width:600px) {
    .home_2_section .box-left {
        margin-bottom: 40px;
    }

    .home_2_section .box-des {
        padding-left: 0;

    }

    .home_2_section .box-des.box-des-vn::before,
    .home_2_section .box-des.box-des-jp::before,
    .home_2_section .box-des.box-des-en::before {
        position: relative;
    }

    .box-tt {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .box-tt>div:not(:last-child)::after{
        display: none;
    }
     .logo-row{
        grid-template-columns: repeat(2,1fr);
    }
}