@import url('https://fonts.googleapis.com/css2?family=Inter&family=Odibee+Sans&family=Roboto:ital,wght@0,400;0,700;0,900;1,500&display=swap');

*{
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-style: normal;
}

/* section-1 */
#section-1{
    margin-top: 80px;
}

#section-1 .about .title{
    font-weight: 400;
    font-size: 42px;
    line-height: 50px;
    color: #161441;
}

.more a{
    background: #FFFFFF;
    border: 1px solid #161441;
    border-radius: 99px;
    font-weight: 700;
    font-size: 13.52px;
    line-height: 34px;
    letter-spacing: 0.4656px;
    color: #161441;
    padding-left: 31px;
    padding-right: 31px;
}

#section-1 .image-1{
    top: -60px;
    width: 30%;
    position: absolute;
    right: -156px;
}

#section-1 .image{
    position: relative;
}

#section-1 .image .image-2-left{
    position: absolute;
    width: 20%;
    top: 149px;
    left: -56px;
}
#section-1 .image .image-2-right{
    display: block;
    margin: 0 auto;
    width: 98%;
}

#section-1 .image-3{
    position: relative;
}

#section-1 .image-3 .image-3-left{
    position: absolute;
    left: 0;
    bottom: -100px;
    width: 15%;
}

#section-1 .image-3 .image-3-right{
    position: absolute;
    right: 0;
    bottom: -215px;
    width: 15%;
}

#section-1 .image-4{
    position: relative;
}

#section-1 .image-4 .image-4-left{
    position: absolute;
    left: 0;
    bottom: -245px;
    width: 15%;
}

#section-1 .image-4 .image-4-right{
    position: absolute;
    right: 0;
    bottom: -295px;
    width: 15%;
}

#section-1 .about p{
    font-weight: 400;
    line-height: 24px;
    color: #757575;
    font-size: 16px;
}

#section-1 .img-home-min{
    margin-top: 30px;
    display: block;
    margin: 0 auto;
    width: 70%;
}

#section-1 .img-bg-1 {
    margin-top: -100px;
    width: 19%;
}

#section-1 .img-yen-bg-3 {
    position: absolute;
    top: 25px;
    right: 0;
    width: 15%;
}

#section-1 .text .decs-img-home-min{
    font-style: italic;
    font-weight: 400;
    font-size: 25px;
    line-height: 36px;    
    color: #161441;
    margin-top: -80px;
}

#section-1 .title-2-top{
    font-weight: 400;
    font-size: 42px;
    line-height: 50px;
    color: #161441;
}

#section-1 .title-2-bottom{
    font-weight: 400;
    font-size: 16.8px;
    line-height: 31px;
    color: #161441;
    margin-top: 22px;
    margin-bottom: 57px;
}

/*  */
#section-1 .icon-parent{
    display: flex;
    justify-content: center;
    align-items: center;
}

#section-1 .icon-child{
    background: #FFFFFF;
    border: 1px solid #C3A57A;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

#section-1 .text .top{
    font-weight: 400;
    font-size: 27px;
    line-height: 36px;
    color: #161441;
}

#section-1 .text .bottom{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #161441;
}

/*  */
#section-1 .title-3-top{
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    color: #161441;
}

#section-1 .title-3-bottom{
    font-weight: 400;
    font-size: 16.8px;
    line-height: 31px;
    color: #757575;
    margin-top: 22px;
    margin-bottom: 47px;
}

#section-1 .icon-parent .icon{
    display: flex;
    justify-content: center;
    align-items: center;
}

#section-1 .icon-decs{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #161441;
}

/* section-2 */

#section-2 .parent{
    position: relative;
    background-image: url('../images/div.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#section-2 .child .img-bg{
    /* position: relative; */
    background-image: url('../images/div-2-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;

}

#section-2 .product_spec .img_spec{
    width: 96%;
}

#section-2 .image .bg-bottom{
    width: 20%;
}

#section-2 .parent .image{
    margin-top: 70px;
    margin-bottom: 28px;
}

#section-2 .parent .bg-bottom {
    position: absolute;
    left: 40%;
    bottom: -85px;
}

#section-2 .parent .border-bt {
    margin-bottom: -85px;
}

#section-2 .child .image-section-2 {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    margin: 0px auto;
    top: -32px;
}

#section-2 .child h2{
    color: #0F3174;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
}

.content-product {
    position: relative;
    margin: 0 80px;
    /* margin-top: 132px;
    margin-bottom: 56px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;

}

.product {
    text-align: center;
    /* width: 300px; */
    margin: 22px 14px;
    width: calc(33.33% - 28px);
    box-shadow: 0px 0px 8px rgba(15, 49, 116, 0.3);
    position: relative;
}


.new {
    position: absolute;
    left: 75%;
}

.new p {
    color: #FFFF;
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    top: 15px;
    left: 13px;
}

.new .small-new {
    position: absolute;
    top: 35px;
    left: 9px;
}

.but button {
    background-color: #0F3174;
    color: #FFF;
    border-radius: 20px;
    padding: 4px 24px;
}

.but {
    margin-bottom: 38px;
}

.product .card .card-body a {
    color: #0F3174;
    font-weight: 700px;
    font-size: 15px;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    display: block;
}

.product .card .card-body h4 {
    color: #BD9C6C;
    font-weight: 700px;
    font-size: 14px;
}

#section-2 .child  hr {
    border: 1px solid #0F3174;
    background-color: #0F3174;
    width: 27%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

#section-2 .child .product_spec{
    padding:0 40px;
}

#section-2 .child .product_spec .left {
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: -10px;
}

#section-2 .child .product_spec .left .heading{
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    color: #161441;
}

#section-2 .child .product_spec .left p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #757575;
}
.product .card-img-top {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    height: 270px;
}
.new {
    position: absolute;
    left: 75%;
}

.new p {
    color: #FFFF;
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    top: 15px;
    left: 13px;
}

.new .small-new {
    position: absolute;
    top: 35px;
    left: 9px;
}

/* section-3 */

#section-3 .title{
    font-weight: 400;
    font-size: 41px;
    line-height: 50px;
    color: #161441;
    margin-top: 40px;
}

#section-3 .bg{
    margin-top: 20px;
}

#section-3 .bg-11 {
    display: block;
    margin: 0 auto;
    margin-top: -350px;
    width: 70%;
}

#section-3 .img-bg-9 {
    width: 18%;
}

#section-3 .parent-layer{
    position: relative;
    margin-top: 35px;
}

#section-3 .text-layer{
    position: absolute;
    bottom: 0;
    background: rgba(22, 20, 65, 0.5);
    width: 92%;
    height: 20%;
}

#section-3 .text-layer p{
    font-weight: 400;
    font-size: 16px;
    padding: 10px 25px;
    line-height: 19px;
    color: #FFFFFF;
    margin-top: auto;
    margin-bottom: auto;
}

#section-3 .btn-1{
    margin-top: 30px;
}

#section-3 .parent{
    margin-top: 20px;
}

#section-3 .icon-parent {
    display: flex;
    justify-content: center;
    align-items: center;
}

#section-3 .icon-child {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

#section-3 .parent .text {
    margin-top: 15px;
}

#section-3 .parent .text .top{
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #161441;
}

#section-3 .parent .text .bottom {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #757575;
}

#section-3 .form-title {
    margin-top: 30px;
}

#section-3 .form-title .top{
    font-style: italic;
    font-weight: 400;
    font-size: 41px;
    line-height: 50px;
    color: #0F3174;
}

#section-3 .form-title .bottom{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #757575;
}

#section-3 .form-input{
    margin-left: auto;
    margin-right: auto;
    margin-top: 47px;
}

#section-3 .form-input .input{
    background:#FFFFFF;
    border: 1px solid #161441;
    border-radius: 6px;
    width: 100%;
    height: 45px;
    padding: 12px;
    margin: 0 auto;
}

#section-3 .more{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 36px;
}

#section-3 .form-input .submit {
    background: #161441;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 99px;
    font-weight: 400;
    font-size: 15.52px;
    line-height: 37px;
    letter-spacing: 0.4656px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
}

#section-3 .tail{
    margin-top: 100px;
    position: relative;
    min-width: 100%;
}

#section-3 .tail .img-left{
    position: absolute;
    left: 90px;
    top: -59px;
    width: 15%;
}

#section-3 .tail .img-center{
    display: block;
    margin: 0 auto;
    width: 30%;

}

#section-3 .tail .img-right{
    position: absolute;
    right: 100px;
    top: -80px;
    width: 15%;
}


#section-3 .tail .img{
    margin-left: 60px;
}

#section-3 .bg .img-bg-9{
    width: 15%;
}

#section-3 .bg .bg-11{
    margin-top: -250px;
}

#section-3 .image-1{
    position: relative;
}

#section-3 .image-1 .left{
    position: absolute;
    left: 0;
    width: 16%;
    top: -115px;
}

#section-3 .image-1 .right{
    position: absolute;
    right: 0;
    top: -135px;
    width: 16%;
}

@media only screen and (max-width: 1470px) {

    .product .card {
        border:none;
    }
    .product .card .card-body h4 {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1337px) {

    .product {
        width: calc(33% - 28px);
    }

    .product .card .card-body h4 {
        font-size: 12px;
    }
}

@media screen and (max-width: 1235px) {

    .product .card .card-body h4 {
        font-size: 12px;
    }
}

@media screen and (max-width: 1204px) {

    .product .card .card-body h4 {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {

    .content-product {
        margin: 100px 40px;
    }

    .product .card .card-body h4 {
        font-size: 14px;
    }
}

/*Ipad dọc(768 x 1024)*/
@media screen and (max-width: 846px) {

    .product {
        width: calc(50% - 28px);
    }

    .content-product {
        margin: 100px 20px;
    }
}

/*Tablet nhỏ(480 x 640)*/
@media screen and (max-width: 700px) {

    .content-product {
        margin: 0 40px;
    }

    .product {
        width: calc(100% - 28px);
    }

    .content-product {
        margin: 20px 20px;
    }
}

@media (min-width: 1781px){
    #section-2 .child .img-bg {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #section-2 .child .top h2 {
        margin-top: 50px;
        margin-bottom: 20px;
    }

    #section-2 .child .bottom h2 {
        margin-top: 50px;
        margin-bottom: 20px;
    }
    #section-2 .parent .product .card {
        border-bottom: none;
    }
}

@media (min-width: 1481px) and (max-width: 1780px) {
    .img-spec {
        width: 90%;
    }

    #section-1 .text .decs-img-home-min {
        margin-top: -80px;
    }
    #section-1 .title-3-top{
        margin-top: -80px;
    }

    #section-2 .child .container {
        max-width: 1048px;
    }
    
    #section-2 .child .img-bg {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #section-2 .child .top h2 {
        margin-top: 50px;
        margin-bottom: 20px;
    }

    #section-2 .child .bottom h2 {
        margin-top: 50px;
        margin-bottom: 20px;
    }
    
    #section-2 .parent .product .card {
        border-bottom: none;
    }

    .btn-1{
        margin-top: 40px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1480px) {
    .img-spec {
        width: 70%;
    }

    #section-2 .child .container {
        max-width: 1024px;
    }
    
    #section-2 .parent .product .card {
        border-bottom: none;
    }

    #section-2 .child .product_spec .left {
        margin-left: -65px;
    }

    #section-2 .child .img-bg {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    #section-3 .tail .img-left {
        position: absolute;
        left: 90px;
        top: -59px;
        width: 15%;
    }

    #section-3 .tail .img-center {
        display: block;
        margin: 0 auto;
        width: 30%;

    }

    #section-3 .tail .img-right {
        position: absolute;
        right: 100px;
        top: -80px;
        width: 15%;
    }

    #section-2 .child .top h2 {
        margin-top: 100px;
        margin-bottom: 20px;
    }

    #section-2 .child .bottom h2 {
        margin-top: 100px;
        margin-bottom: 20px;
    }
    .btn-1 {
        margin-top: 20px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1280px) {
    .img-spec{
        width: 100%;
    }

    #section-1 .about .title,
    #section-1 .title-2-top,
    #section-1 .title-3-top p,
    #section-3 .title,
    #section-3 .form-title .top,
    #section-2 .child .top h2,
    #section-2 .child .bottom h2 {
        font-size: 28px;
    }

    #section-1 .image-1 {
        top: -35px;
        width: 23%;
        position: absolute;
        right: -22px;
    }

    #section-1 .image .image-2-left {
        position: absolute;
        width: 18%;
        top: 160px;
        left: -20px;
    }

    #section-1 .text .top {
        font-size: 24px;
    }

    #section-1 p,
    #section-1 .text .decs-img-home-min,
    #section-1 .title-2-bottom,
    #section-1 .icon-decs,
    #section-2 .child .product_spec .left p,
    #section-3 .parent .text .bottom,
    #section-2 .child .product h3 {
        font-size: 18px;
    }

    #section-2 .parent .bg-bottom {
        width: 122px;
        bottom: -40px;
    }

    #section-2 .parent .border-bt {
        margin-bottom: -35px;
    }

    #section-2 .child .container {
        max-width: 835px;
    }

    #section-2 .child .product_spec .col-lg-7 {
        max-width: 56.333333%;
    }

    #section-2 .child .product_spec .col-lg-7 .img-fluid{
        max-width: 85%;
    }

    #section-2 .child h2{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    

    #section-2 .parent .bg-bottom {
        width: 22%;
        bottom: -40px;
    }
    
    #section-2 .child .product h3 {
        margin-bottom: 10px;
    }
    
    #section-2 .parent .product .card {
        border-bottom: none;
    }

    #section-2 .child .product .page {
        margin-bottom: 10px;
    }

    #section-2 .child .img-bg {
        padding-top: 70px;
        padding-bottom: 100px;
    }

    #section-2 .child .top h2 {
        margin-top: 60px;
        margin-bottom: 20px;
    }

    #section-2 .child .bottom h2 {
        margin-top: 50px;
        margin-bottom: 20px;
    }

    #section-3 .bg {
        margin-top: 50px;
    }

    #section-3 .tail .img-left {
        position: absolute;
        left: 90px;
        top: -59px;
        width: 20%;
    }

    #section-3 .tail .img-center {
        display: block;
        margin: 0 auto;
        width: 30%;

    }

    #section-3 .tail .img-right {
        position: absolute;
        right: 100px;
        top: -80px;
        width: 20%;
    }

    .btn-1 {
        margin-top: 30px;
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .img-spec {
        width: 90%;
    }
    #section-1 .about .title,
    #section-1 .title-2-top,
    #section-1 .title-3-top p,
    #section-3 .title,
    #section-3 .form-title .top,
    #section-2 .child .top h2,
    #section-2 .child .bottom h2 {
        font-size: 26px;
    }

    #section-1 .text .top {
        font-size: 24px;
    }

    #section-1 p,
    #section-1 .text .decs-img-home-min,
    #section-1 .title-2-bottom,
    #section-1 .icon-decs,
    #section-2 .child .product_spec .left p,
    #section-3 .parent .text .bottom,
    #section-2 .child .product h3 {
        font-size: 18px;
    }

    #section-1 .image-1 {
        top: -60px;
        width: 25%;
        position: absolute;
        right: -20px;
    }

    #section-1 .image .image-2-left {
        position: absolute;
        width: 20%;
        top: 90px;
        left: -10px;
    }

    #section-1 .text .decs-img-home-min {
        margin-top: -40px;
    }

    #section-1 .img-bg-1 {
        border: none;
    }

    #section-2 .child .container {
        max-width: 620px;
    }

    #section-2 .child .product_spec .left .heading{
        font-size: 20px;
        margin: 0 auto;
        width: 90%;
    }

    #section-2 .child .product_spec .left {
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: auto;
        width: 90%;
    }

    .content-product {
        margin: 40px 40px;
    }

    #section-2 .child .product_spec .left p {
        width: 90%;
        margin: 0 auto;
    }

    #section-2 .child h2 {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 100px;
    }


    #section-2 .child .product {
        width: calc(50% - 28px);
    }
    
    #section-2 .parent .product .card {
        border-bottom: none;
    }

    #section-2 .parent .border-bt {
        margin-bottom: -35px;
    }

    #section-2 .parent .bg-bottom {
        position: absolute;
        left: 43%;
        width: 160px;
        bottom: -30px;
        width: 22%;
    }

    #section-2 .child .product h3 {
        margin-bottom: 10px;
    }

    #section-2 .child .img-bg {
        padding-bottom: 100px;
    }

    #section-2 .mobile {
        /* display: none; */
    }

    #section-2 .parent .product .card-img-top {
        border: none;
        max-width: 100%;
        object-fit: cover;
        width: 100%;
        /* height: 140px; */
    }

    #section-2 .child .top h2 {
        margin-top: 200px;
        margin-bottom: 20px;
    }

    #section-2 .child .bottom h2 {
        margin-top: 50px;
        margin-bottom: 20px;
    }

    #section-3 .bg {
        margin-top: 125px;
    }

    #section-3 .bg-11 {
        width: 65%;
    }

    #section-3 .tail .img-left img {
        width: 60%;
    }

    #section-3 .tail .img-right img {
        width: 65%;
    }

    #section-3 .tail .img-left {
        position: absolute;
        left: 9px;
        top: -59px;
        width: 25%;
    }

    #section-3 .tail .img-center {
        display: block;
        margin: 0 auto;
        width: 40%;

    }

    #section-3 .tail .img-right {
        position: absolute;
        right: 45px;
        top: -80px;
        width: 25%;
    }

    .btn-1 {
        margin-top: 20px;
    }

    .new {
        position: absolute;
        left: 67%;
        width: 30%;
    }

    .new .small-new {
        position: absolute;
        top: 30px;
        left: 17px;
    }

    .new p {
        color: #FFFF;
        font-size: 10px;
        font-weight: 700;
        position: absolute;
        top: 10px;
        left: 22px;
    }
}

@media all and (min-width: 480px) and (max-width: 768px) {
    .img-spec {
        width: 70%;
    }
    #section-1 .about .title,
    #section-1 .title-2-top,
    #section-1 .title-3-top p,
    #section-3 .title,
    #section-3 .form-title .top,
    #section-2 .child .top h2,
    #section-2 .child .bottom h2 {
        font-size: 24px;
    }

    #section-1 .text .top {
        font-size: 22px;
    }

    #section-1 p,
    #section-1 .text .decs-img-home-min,
    #section-1 .title-2-bottom,
    #section-1 .icon-decs,
    #section-2 .child .product_spec .left p,
    #section-3 .parent .text .bottom {
        font-size: 16px;
    }

    #section-1 .image-1 {
        top: -60px;
        width: 25%;
        position: absolute;
        right: -10px;
    }

    #section-1 .image .image-2-left {
        position: absolute;
        width: 20%;
        top: 90px;
        left: -5px;
    }

    #section-1 .icon-child {
        height: 120px;
        width: 120px;
    }

    #section-1 .text .decs-img-home-min {
        margin-top: -40px;
    }

    #section-1 .img-bg-1 {
        border: none;
    }

    #section-2 .child .top h2 {
        margin-top: 20px;
    }

    #section-2 .parent .image {
        margin-top: -25px;
        margin-bottom: 28px;
    }

    #section-2 .child .cateName h3 {
        font-size: 22px;
        background: #BD9C6C;
        border-radius: 20px;
        color: white;
        width: 80%;
        margin: 0 auto;
    }
    .but button {
        font-size: 16px;
    }

    #section-2 .parent {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
    }

    #section-2 .child hr {
        display: none;
    }

    #section-2 .child .bottom h2 {
        margin-right: auto;
        margin-left: auto;
    }

    #section-2 .child .content-product {
        margin: 0;
    }

    #section-2 .child .product_spec {
        padding: 0;
    }

    #section-2 .child .product h3 {
        margin-bottom: 10px;
        font-size: 16px;
    }

    #section-2 .child .product_spec .left .heading {
        font-size: 16px;
    }

    #section-2 .child .product .page {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }

    #section-2 .parent .bg-bottom {
        width: 122px;
        bottom: -40px;
    }

    #section-2 .child .product_spec .left {
        margin-left: 35px;
        padding-bottom: 27px;
    }

    #section-2 .child .product_spec .left p {
        padding-right: 42px;
        text-align: justify;
    }

    #section-2 .parent .border-bt {
        margin-bottom: -35px;
    }

    #section-2 .parent .bg-bottom {
        left: 42%;
    }

    #section-2 .parent .product .card-img-top {
        border: none;
        max-width: 100%;
        object-fit: cover;
        width: 100%;
        height: 220px;
    }
    
    #section-2 .parent .product .card {
        border-bottom: none;
    }

    #section-2 .parent .product .card-body {
        height: 102px;
    }

    #section-2 .child .img-bg {
        position: relative;
        background-image: none;
        background-color: white;
    }

    #section-2 .child .product {
        width: calc(50% - 28px);
    }

    #section-2 .mobile {
        display: none;
    }

    #section-2 .container {
        padding: 0;
        max-width: 645px;
    }

    #section-2 .new {
        position: absolute;
        left: 75%;
    }

    #section-2 .new .big-new {
        width: 80%;
    }

    #section-2 .new .small-new {
        position: absolute;
        top: 20px;
        left: 6px;
        width: 65%;
    }

    #section-2 .new p {
        top: 5px;
        left: 13px;
    }

    #section-2 .but {
        /* margin-bottom: 38px; */
        margin-top: 10px;
    }

    #section-3 .form-input {
        padding: 0 10px;
    }

    #section-3 .bg .img-bg-9 {
        width: 25%;
    }

    #section-3 .bg .bg-11 {
        width: 80%;
        margin-top: -35px;
    }

    #section-3 .image-1 .right {
        position: absolute;
        right: 0;
        top: -33px;
        width: 21%;
    }

    #section-3 .tail .img-left {
        position: absolute;
        left: 9px;
        top: -59px;
        width: 25%;
    }

    #section-3 .tail .img-center {
        display: block;
        margin: 0 auto;
        width: 40%;
    }

    #section-3 .tail .img-right {
        position: absolute;
        right: 5px;
        top: -80px;
        width: 25%;
    }

    .btn-1 {
        display: none;
    }
}

@media all and (max-width: 480px) {
    .img-spec {
        width: 80%;
    }
    
    #section-1 .about .title,
    #section-1 .title-2-top,
    #section-1 .title-3-top p,
    #section-3 .title,
    #section-3 .form-title .top,
    #section-2 .child .top h2,
    #section-2 .child .bottom h2 {
        font-size: 24px;
    }

    #section-1 .text .top{
        font-size: 20px;
    }
    #section-1 p,
    #section-1 .text .decs-img-home-min,
    #section-1 .title-2-bottom,
    #section-1 .icon-decs,
    #section-2 .child .product_spec .left p,
    #section-3 .parent .text .bottom{
        font-size: 14px;
    }

    #section-1 .image-1 {
        top: -60px;
        width: 25%;
        position: absolute;
        right: 0;
    }

    #section-1 .image .image-2-left {
        position: absolute;
        width: 20%;
        top: 90px;
        left: 0;
    }

    #section-1 .icon-child {
        height: 120px;
        width: 120px;
    }

    #section-1 .title-3-top {
        margin-top: 40px;
    }

    #section-1 .text .decs-img-home-min {
        margin-top: -40px;
    }

    #section-1 .image-2 .image-2-left {
        position: absolute;
        width: 20%;
        top: -20px;
    }


    #section-1 .img-yen-bg-3{
        width: 18%;
    }

    #section-1 .img-bg-1 {
        margin-top: 0%;
        width: 25%;
        border: none;
    }

    #section-1 .image-4 .image-4-left{
        width: 20%;
    }

    #section-1 .image-4 .image-4-right {
        width: 25%;
    }

    #section-1 .img-home-min {
        margin-top: 30px;
        display: block;
        margin: 0 auto;
        width: 90%;
    }

    #section-2 .child .top h2 {
        margin-top: 20px;
    }

    .but button {
        font-size: 14px;
    }

    #section-2 .parent .image {
        margin-top: -25px;
        margin-bottom: 28px;
    }
    #section-2 .child .cateName h3 {
        font-size: 22px;
        background: #BD9C6C;
        border-radius: 20px;
        color: white;
        width: 80%;
        margin: 0 auto;
    }
    #section-2 .parent {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
    }

    #section-2 .child hr {
        display: none;
    }

    #section-2 .child .bottom h2 {
        margin-right: auto;
        margin-left: auto;
    }
    #section-2 .child .content-product {
        margin: 0;
    }
    #section-2 .child .product_spec {
        padding: 0;
    }

    #section-2 .child .product h3 {
        margin-bottom: 10px;
        font-size: 16px;
    }

    #section-2 .child .product_spec .left .heading {
        font-size: 16px;
    }

    #section-2 .child .product .page {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }

    #section-2 .parent .bg-bottom{
        width: 122px;
        bottom: -40px;
    }

    #section-2 .child .product_spec .left {
        margin-left: 35px;
        padding-bottom: 27px;
    }

    #section-2 .child .product_spec .left p{
        padding-right: 42px;
        text-align: justify;
    }

    #section-2 .parent .border-bt{
        margin-bottom: -35px;
    }

    #section-2 .parent .bg-bottom {
        left: 35%;
    }
    #section-2 .parent .product .card-img-top {
        border: none;
        max-width: 100%;
        object-fit: cover;
        width: 100%;
        height: 140px;
    }
        #section-2 .parent .product .card {
        border-bottom: none;
    }
    #section-2 .parent .product .card-body {
        /*height: 102px;*/
    }

    #section-2 .child .img-bg {
        position: relative;
        background-image: none;
        background-color: white;
    }
    #section-2 .child .product {
        width: calc(50% - 28px);
    }

    #section-2 .mobile {
        display: none;
    }

    #section-2 .container {
        padding: 0;
    }
    #section-2 .new {
        position: absolute;
        left: 75%;
    }
    #section-2 .new .big-new {
        width: 80%;
    }
    #section-2 .new .small-new {
        position: absolute;
        top: 20px;
        left: 6px;
        width: 65%;
    }
    #section-2 .new p {
        top: 5px;
        left: 9px;
    }
    #section-2 .but {
        /* margin-bottom: 38px; */
        margin-top: 10px;
    }

    #section-3 .form-input{
        padding: 0 10px;
    }

    #section-3 .bg .img-bg-9 {
        width: 25%;
    }

    #section-3 .bg .bg-11 {
        width: 80%;
        margin-top: -35px;
    }

    #section-3 .image-1 .right {
        position: absolute;
        right: 0;
        top: -33px;
        width: 21%;
    }

    #section-3 .tail .img-left {
        position: absolute;
        left: 9px;
        top: -59px;
        width: 25%;
    }

    #section-3 .tail .img-center {
        display: block;
        margin: 0 auto;
        width: 40%;
    }

    #section-3 .tail .img-right {
        position: absolute;
        right: 5px;
        top: -80px;
        width: 25%;
    }

    .btn-1 {
        display: none;
    }
}