@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');


* {
    font-family: 'Inter', sans-serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.header-top {
    display: flex;
    justify-content: space-between;
    color: rgba(252, 252, 253, 1);
    font-size: 16px;
    padding-top: 27px;
    flex-wrap: wrap;

}

.menu-mobile {
    display: none;
}

.header {
    position: relative;
    min-height: 200px;
    background: #161441;
}

.header-body {
    background-color: #161441;
    height: 100%;
    margin: 0 297px;
}


.header-bot {
    position: relative;
}

.header-bot a {
    list-style: none;
    padding: 0 20px;
    font-size: 20px;
    font-weight: 400;
    color: rgba(15, 49, 116, 1);
}

.menu-left,
.menu-right {
    border-radius: 50px;
    border: 1px solid rgba(255, 254, 254, 1);
    line-height: 100%;
    margin-top: 27px;
    padding: 9px;
}

.menu-left a {
    float: left;
    padding: 0 26px;
}

.menu-right a {
    float: right;
    padding: 0 26px;
}

.search img {
    width: 30px;
    height: 30px;
}

.contact img {
    width: 20px;
    height: 20px;
}

.menu-left-bo,
.menu-right-bo {
    background-color: #FFFF;
    height: 100%;
    border-radius: 50px;
    padding: 13px;
    min-height: 45px;
}

.menu-right {
    border-radius: 50px;
    border: 1px solid rgba(255, 254, 254, 1);
    line-height: 100%;
    margin-top: 26px;
    padding: 9px;
}

.contact span {
    font-size: 16px;
}

.search {
    display: flex;
}

.search input {
    height: 35px;
    width: 365px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    background-color: #161441;
    color: rgba(255, 255, 255, 0.7);
    padding: 10px;
}

.search .list {
    display: none;
}

.search span {
    padding-left: 15px;
}

.search span i {
    font-size: 30px;
}

.input {
    position: relative;
    border-right: 1px solid;
    padding-right: 15px;
}

.input i {
    position: absolute;
    right: 2px;
    padding: 6px;
    background-color: #FFFBFB;
    box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    color: #161441;
    top: 3px;
    right: 20px;

}

.logo {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: #FFF;
    border-radius: 50%;
}

.logo img {
    width: 120px;
    height: 120px;
    object-position: top;
    background-color: #FFF;
    padding: 10px;
    border-radius: 50%;
}

.shop {
    border-right: 1px solid;
    padding: 0 26px;
}

/* footer */
.footer {
    padding: 43px 310px;
    min-height: 374px;
    background-color: #161441;
    color: #FFF;
}

.footer img {
    width: 116px;
    height: 83px;
    margin-top: 10px;
}

.footer h3 {
    font-weight: 400;
    font-size: 23px;
    margin-bottom: 19px;
}

.footer h4 {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 19px;
}

.footer h6 {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 14px;
}

.copyr {
    text-align: center;
    margin-top: 83px;
    font-size: 12.4px;
}





.content .head-content {
    margin-top: 33px;
    text-align: center;
    position: relative;
    padding: 20px;
}

.content .head-content h2 {
    font-size: 40px;
    font-weight: 500px;
    color: #0F3174;

}


.bg-yen img {
    right: 0;
    position: absolute;
    height: 489px;
    width: 239px;
    top: 30%;
    max-width: 100%;

}

.bg-yen-left img {
    left: 0;
    position: absolute;
    width: 250px;
    top: 75%;
}

.content {
    position: relative;
}

.content-product {
    position: relative;
    margin: 0 252px;
    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(25% - 28px);
    box-shadow: 0px 0px 8px rgba(15, 49, 116, 0.3);
    position: relative;
}
.product a:hover{
    text-decoration: none;
}
.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;
}
.but button{
    background-color: #0F3174;
    color: #FFF;
    border-radius: 20px;
    padding: 4px 24px;
}
.but{
    margin-bottom: 38px;
}
.product .card .card-body h2 {
    color:#0F3174;
    font-weight: 700px;
    font-size: 15px;
    text-transform: uppercase;
}

.product .card .card-body h4 {
    color: #BD9C6C;
    font-weight: 700px;
    font-size: 14px;
}

.paginate {
    text-align: center;
    margin-bottom: 400px;
}

.paginate span {
    padding: 4px 13px;
    font-size: 28px;
    border-radius: 50%;
    border: 1px solid #0F3174;
    color: #0F3174;
    width: 40px;
    font-weight: 700;
    height: 40px;
}

.paginate .active {
    color: #FFF;
    background-color: #0F3174;
}









@media screen and (max-width: 1700px) {
    .content-product {
        margin: 0 160px;
    }

    .header-body {
        margin: 0 200px;
    }

    .content-product {
        margin-top: 120px;
    }

    .bg-yen img {
        width: 150px;
        height: auto;
    }

    .bg-yen-left img {
        width: 160px;
        height: auto;
    }
    .paginate {
        text-align: center;
        margin-bottom: 300px;
    }
}

@media only screen and (max-width: 1470px) {
    .search input {
        width: 200px;
    }

    .header-bot a {
        font-size: 14px;
    }

    .header {
        height: 280px;
    }

    .header-bot {
        margin-top: 20px;
    }
    .product .card .card-body h4{
        font-size: 13px;
    }
    .paginate {
        text-align: center;
        margin-bottom: 200px;
    }
}

@media only screen and (max-width: 1337px) {
    .header-bot a {
        padding: 0 10px;
    }

    .footer {
        padding: 43px 100px;
    }

    .product {
        width: calc(33% - 28px);
    }

    .birth-left {
        position: absolute;
        width: 153px;
        height: 158px;
        top: 20px;
        left: 25%;
    }

    .birth-right {
        position: absolute;
        width: 199px;
        height: 205px;
        top: 3px;
        right: 20%;
    }
    .product .card .card-body h4{
        font-size: 12px;
    }
}

@media screen and (max-width: 1235px) {
    .header-top {
        position: relative;
    }

    .contact .hotline {
        position: absolute;
        left: 0;
    }

    .contact .time {
        position: absolute;
        right: 0;
    }

    .search .input {
        position: absolute;
        left: 0;
        top: 80px;
        border: unset;
    }
    .search .me{
        position: absolute;
        top: 80px;
        right: 0;
    }
    .search input{
        width: 300px;
    }
    .header-top{
        margin-bottom: 80px;
    }
    .product .card .card-body h4{
        font-size: 12px;
    }
}

@media screen and (max-width: 1204px) {
    .header-body {
        margin: 0 180px;
    }

    .search {
        margin-top: 20px;
    }
    .product .card .card-body h4{
        font-size: 12px;
    }
}

@media screen and (max-width: 1024px) {
    .header-body {
        margin: 0 100px;
    }


    .content-product {
        margin: 100px 40px;
    }

    .bg-yen img {
        display: none;
    }

    .bg-yen-left img {
        display: none;
    }

    .birth-left {
        position: absolute;
        width: 153px;
        height: 158px;
        top: 20px;
        left: 15%;
    }

    .birth-right {
        position: absolute;
        width: 199px;
        height: 205px;
        top: 3px;
        right: 10%;
    }
    .product .card .card-body h4{
        font-size: 12px;
    }
}

/*Ipad dọc(768 x 1024)*/
@media screen and (max-width: 846px) {
    .header-body {
        margin: 0 30px;
    }

    .header-bot a {
        font-size: 12px;
    }

    .product {
        width: calc(50% - 28px);
    }

    .content-product {
        margin: 100px 20px;
    }
}

/*Tablet nhỏ(480 x 640)*/
@media screen and (max-width: 700px) {


    .logo {
        top: -5%;
    }
    .menu-mobile{
        padding-top: 90px;
        margin-top: 26px;
    }
    .header {
        height: auto;
        min-height: 300px;
    }

    .search .input {
        position: absolute;
        left: 16%;
        top: 80px;
        border: unset;
    }
    .search #btn-menu{
        position: absolute;
        left: 0;
        top: 80px;
        padding-left: 0;
    }


    .header-bot .menu-left {
        display: none;
    }

    .content-product {
        margin: 0 40px;
    }

    .header-bot .menu-right {
        display: none;
    }

    .header-top {
        justify-content: unset;
        position: relative;
    }

    .header-top .time {
        position: absolute;
        right: 0;
    }

    .header-top .search {
        margin-top: 50px;
    }

    .search input {
        width: 370px;
    }

    .logo img {
        display: inline;
        position: absolute;
        left: -53px;
    }

    .search .list {
        display: block;
    }

    .menu-mobile {
        width: 100%;
        display: none;
        color: #161441;
        background-color: #FFFBFB;
        font-weight: 400;
        margin-bottom: 150px;
        border-radius: 20px;

    }

    .menu-mobile ul {
        padding-right: 40px;
    }

    .header {
        height: auto;
    }

    .product {
        width: calc(100% - 28px);
    }

    .content-product {
        margin: 20px 20px;
    }

    .birth-left {
        position: absolute;
        width: 100px;
        height: auto;
        top: 20px;
        left: 15%;
    }

    .birth-right {
        position: absolute;
        width: 120px;
        height: auto;
        top: 3px;
        right: 10%;
    }
}

/*Iphone(480 x 640)*/
@media screen and (max-width: 570px) {
    .contact span {
        font-size: 10px;
    }

    .search input {
        width: 200px;
        font-size: 10px;
    }

    .search img {
        width: 20px;
        height: 20px;
    }

    .header-body {
        margin: 0 10px;
    }
}

/*Smart phone nhỏ*/
@media screen and (max-width: 390px) {
    .search input {
        width: 150px;
        font-size: 10px;
    }
    .paginate {
        text-align: center;
        margin-bottom: 100px;
    }
}





@media (min-width: 1481px) and (max-width: 1780px) {
    .content .head-content h2{
        font-size: 30px;
    }
    
    
}


@media (min-width: 1281px) and (max-width: 1480px) {
  
    .content .head-content h2{
        font-size: 28px;
    }
    .head-content p{
        font-size: 14px;
    }
  }
  
@media (min-width: 1025px) and (max-width: 1280px) {
    .content .head-content h2{
        font-size: 26px;
    }
}
  
  @media (min-width: 768px) and (max-width: 1024px) {
   
    .content .head-content h2{
        font-size: 24px;
    }
    .head-content p{
        font-size: 12px;
    }
}

  
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .content .head-content h2{
        font-size: 22px;
    }
    
}
  
  
  @media (min-width: 481px) and (max-width: 767px) {
    .content .head-content h2{
        font-size: 20px;
    }
    .head-content p{
        font-size: 12px;
    }
    .paginate {
        text-align: center;
        margin-bottom: 100px;
    }
}
  
  
  @media (min-width: 320px) and (max-width: 480px) {
    
    .content .head-content h2{
        font-size: 18px;
    }
    .head-content p{
        font-size: 10px;
    }
    .paginate {
        text-align: center;
        margin-bottom: 100px;
    }
}