@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;
    font-style: normal;
    padding: 0;
    margin: 0;
}

.detail-container {
    margin-top: 114px;
}
#image-imp{
    height: 600px;
    width: 600px;
    object-fit: cover;
}
.slider{
    padding: 0 132px;
}
.detail-img {
    background: #FFFFFF;
    padding-bottom: 70px;
    display: flex;
    justify-content: center;
}

.decs {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 19px;
    align-items: center;
    justify-items: center;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
}
.img-decs {
    height: 95px;
    width: 101px;
    border: 1px solid #0F3174;
}
.slick-next:before, .slick-prev:before{
    color: darkblue;
}
.slick-next:before {
    color: darkblue;
}
.slick-slide{
    margin: 0 16px;
}
.img-decs img {
    width: 100%;
    height:98px;
}

.detail-text .title {
    font-weight: 400;
    font-size: 36px;
    line-height: 43px;
    display: flex;
    align-items: center;
    color: #161441;
    margin-top: 10px;
}

.detail-text .price {
    font-weight: 700;
    font-size: 21px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #BD9C6C;
}

.detail-text .form .lable {
    font-weight: 700;
    font-size: 14px;
    line-height: 50%;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    color: #222222;
}

.khoiluong-text {
    display: flex;
    align-items: center;
    height: 50px;
}

.detail-text .form .select {
    background: #FFFFFF;
    border: 1px solid #BD9C6C;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
}

.detail-text .form p {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    text-align: justify;
    color: #000000;
}

.decs-text {
    margin-bottom: 15px;
}

.soluong-text {
    display: flex;
    align-items: center;
    height: 60px;
}

.soluong {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #161441;
}

.form-click {
    border: 1px solid #0F3174;
    width: 123px;
}

.value-button {
    display: inline-block;
    margin: 0px;
    width: 40px;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    padding: 11px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.value-button:hover {
    cursor: pointer;
}

.form-click #decrease {
    margin-right: -4px;
    border-radius: 8px 0 0 8px;
}

.form-click #increase {
    margin-left: -4px;
    border-radius: 0 8px 8px 0;
}

.form-click #input-wrap {
    margin: 0px;
    padding: 0px;
}

input#number {
    text-align: center;
    border: none;
    margin: 0px;
    width: 40px;
    height: 40px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.button1 {
    background: #0F3174;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 99px;
    float: left;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.48px;
    color: #FFFFFF;
    width: 100%;
    height: 41px;
}

.button2 {
    border: 1px solid #0F3174;
    border-radius: 99px;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.48px;
    color: #0F3174;
    width: 100%;
    height: 41px;
}

/* about */
.about {
    position: relative;
}

.about .title-1 {
    margin-top: 157px;
}

.about .title-2 {
    margin-top: 127px;
}

.about .title {
    font-weight: 400;
    font-size: 46px;
    line-height: 56px;
    color: #161441;
}

.about .top {
    font-weight: 400;
    font-size: 30px;
    line-height: 43px;
    color: #161441;
}

.about .bottom {
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
    color: #161441;
}

.img-about {
    margin-top: 234px;
}

/* similar */
.similar {
    margin-bottom: 80px;
}

.content-product {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.product {
    text-align: center;
    margin: 22px 14px;
    width: calc(25% - 28px);
    box-shadow: 0px 0px 8px rgba(15, 49, 116, 0.3);
    position: relative;
}

.product .card-img-top {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    height: 270px;
}

.product .card .card-body a {
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    text-transform: uppercase;
    color: #757575;
}

.product .card .card-body h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #BD9C6C;
    margin-top: 20px;
}

.similar .text {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 53px;
    color: #000000;
}

.but button {
    background-color: #0F3174;
    color: #FFF;
    border-radius: 20px;
    padding: 4px 24px;
}

.similar hr {
    width: 20%;
    border: 1px solid #161441;
    background-color: #161441;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 78px;
}

.info-similar .top {
    margin-top: 11px;
}

.info-similar .top a {
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    text-transform: uppercase;
    color: #757575;
}

.info-similar .bottom {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #BD9C6C;
}

.but {
    margin-bottom: 20px;
}

.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;
}

.modal {
    border-radius: 20px;
}

.modal-header {
    background-color: #161441;
}
.modal-header h5{
    font-size: 36px;
    margin-left: 100px;
}

.modal-title {
    text-align: center;
    color: #FFFFFF;
}
.modal .close{
    color: #FFFFFF;
}
.modal .close span{
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    padding: 0 5px;
}
.modal-body h5 {
    text-align: center;
    font-size: 48px;
    font-weight: 700px;
    color: #161441;
    padding: 30px 0;
}

@media only screen and (max-width: 1470px) {

    .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: 12px;
    }
}

@media screen and (max-width: 1024px) {

    .content-product {
        margin: 100px 40px;
    }

    .product .card .card-body h4 {
        font-size: 12px;
    }
    .about .title-1 {
        margin-top: 87px;
    }
}

/*Ipad dọc(768 x 1024)*/
@media screen and (max-width: 846px) {

    .product {
        width: calc(50% - 28px);
    }

    .content-product {
        margin: 100px 20px;
    }
    .about .title-1 {
        margin-top: 87px;
    }
}

/*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 screen and (max-width: 767px) {
    .img-about {
        margin-top: 24px;
        margin-bottom: 20px;
    }

    .container {
        max-width: 618px;
    }

    .image-bg {
        display: none;
    }
    .about .title-1 {
        margin-top: 87px;
    }
}

@media all and (min-width: 480px) and (max-width: 768px) {

    .new {
        position: absolute;
        left: 85%;
    }

    .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;
    }
    
    .modal-header h5{
        font-size: 25px;
        margin-left: 130px;
    }
    
    .modal-title {
        text-align: center;
        color: #FFFFFF;
    }
    .modal .close{
        color: #FFFFFF;
    }
    .modal .close span{
        border: 1px solid #FFFFFF;
        border-radius: 50%;
        padding: 0 5px;
    }
    .modal-body h5 {
        text-align: center;
        font-size: 35px;
        font-weight: 700px;
        color: #161441;
        padding: 30px 0;
    }

    .about .title-1 {
        margin-top: 87px;
    }
    #image-imp{
        height: 420px;
        width: 420px;
        object-fit: cover;
    }
}

@media all and (max-width: 480px) {

    .new {
        position: absolute;
        left: 80%;
    }

    .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;
    }

    .similar .text,
    .about .title {
        font-size: 30px;
        text-align: center;
    }

    .about .bottom {
        font-size: 16px;
    }
    .modal-header h5{
        font-size: 25px;
        margin-left: 50px;
    }
    
    .modal-title {
        text-align: center;
        color: #FFFFFF;
    }
    .modal .close{
        color: #FFFFFF;
    }
    .modal .close span{
        border: 1px solid #FFFFFF;
        border-radius: 50%;
        padding: 0 5px;
    }
    .modal-body h5 {
        text-align: center;
        font-size: 35px;
        font-weight: 700px;
        color: #161441;
        padding: 30px 0;
    }

    .about .title-1 {
        margin-top: 37px;
    }
    .about .title-2 {
        margin-top: 37px;
    }
    .detail-img img{
        width: 80%;
        height: auto;
    }
    .slider{
        padding: 0 55px;
    }
    #image-imp{
        height: 350px;
        width: 350px;
        object-fit: cover;
    }
}
