.home-branch {
    margin-bottom: 30px;
}

.home-branch .data {
    display: flex;
    flex-wrap: wrap;
    align-items: self-end;
    justify-content: space-between
}

.home-branch a.tel:hover h4 {
    color: #ff660e
}

.home-branch .r-data a:hover {
    color: #000
}

.home-branch .r-data a {
    color: #ff660e;
    display: flex;
    align-items: center;
    column-gap: 5px
}

.home-branch .tel h4 {
    margin: 0;
    font-weight: 400;
    font-family: 'Roboto', 'Kanit', sans-serif;
    color: #000
}

.home-branch a.tel {
    display: flex;
    align-items: center;
    column-gap: 5px
}

.home-branch .open {
    display: flex;
    align-items: center;
    column-gap: 5px
}

.home-branch .branch .tel img {
    width: 12px
}

.home-branch .branch img {
    width: 15px
}

.home-branch .branch>div>div>span {
    color: #5f5f5f;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 1.3
}

.home-branch .branch>div>div>h4 {
    margin: 0;
    font-weight: 400;
    color: #ff660e;
    font-size: 2.2rem
}

.home-branch .branch>div>div>h5 {
    margin: 0;
    font-weight: 600;
    color: #ff660e;
}

.home-branch .content {
    text-align: center
}

.home-branch .logo {
    margin-bottom: 15px
}

.home-branch .bg {
    border-radius: 20px;
    width: 100%
}

.home-branch .branch {
    text-align: left;
    font-family: 'Roboto', 'Kanit', sans-serif
}

.home-branch .branch>div>div {
    border-radius: 20px;
    box-shadow: rgb(0 0 0/12%) 0px 1px 3px, rgb(0 0 0/24%) 0px 1px 2px;
    padding: 20px 30px;
    margin-top: 15px;
    background-color: #fff
}



.home-branch .branch {
    text-align: left;
    font-family: 'Roboto', 'Kanit', sans-serif;
}

.home-branch .content {
    text-align: center;
}





.home-set>div {
    font-family: 'Roboto', 'Kanit', sans-serif;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    width: 25%
}

.home-set div:nth-child(odd) {
    background-color: #ff660e
}

.home-set div:nth-child(even) {
    background-color: #ff660e
}

.home-set div:nth-child(even) {
    background-color: #f85a00
}

.home-set img {
    width: 60px;
    margin-bottom: 15px;
    min-height: 75px;
    filter: drop-shadow(rgba(255, 255, 255, .7) 0px 2px 22px);
    -webkit-filter: drop-shadow(rgba(255, 255, 255, .7) 0px 2px 22px)
}

.home-set {
    display: flex;
    flex-wrap: wrap
}

.home-set .ship img {
    width: 75px
}




@media (max-width: 768px) {
    .home-set>div {
        width: 50%
    }


}

@media (min-width: 768px) {
    .home-branch .branch {
        display: flex;
        column-gap: 15px;
        width: 100%
    }

    .home-branch .branch>div {
        width: 50%
    }

    .home-branch .branch>div>div>h4 {
        font-size: 2rem
    }

    .home-branch .branch>div>div {
        padding: 20px 25px
    }


}

@media (min-width: 992px) {
    .home-branch .content {
        position: relative
    }

    .home-branch .logo {
        position: absolute;
        left: 0;
        width: 150px;
        margin-top: 10px
    }

    .home-branch .bg {
        width: 65%
    }

    .home-branch .branch>div {
        width: 40%
    }

    .home-branch .branch {
        position: absolute;
        bottom: 0;
        justify-content: space-between;
        padding: 0 0 30px
    }

}

@media (min-width: 1200px) {

    .home-branch {
        /* margin-bottom:90px; */
    }

    .home-branch .branch>div>div>span {
        min-height: 39px
    }

    .home-branch .branch>div>div {
        padding: 20px 30px
    }

    .home-branch .branch>div {
        max-width: 450px
    }

    .home-branch .branch>div>div>h4 {
        font-size: 2.2rem
    }

    .home-branch .bg {
        width: auto
    }

}

@media (min-width: 1440px) {

    .home-branch .logo {
        width: 240px
    }



}

@media (min-width: 1670px) {

    .home-branch {
        margin-left: 150px;
        margin-right: 150px;

    }

}



.footer-links {
    padding: 30px 0
}

.footer-links .f-logo {
    text-align: center;
    margin-bottom: 30px
}

.footer-links .f-address {
    display: flex;
    align-items: center;
    line-height: 1.2;
    color: #606060;
    font-size: 1.5rem
}

.footer-links .box1 div:not(.f-logo) img {
    width: 30px;
    margin-right: 10px
}

.footer-links .f-contact {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
    font-size: 1.5rem
}

.footer-links div a {
    color: #5f5f5f;
    font-family: 'Roboto', 'Kanit', sans-serif
}

.footer-links div a:hover {
    opacity: .8
}

.footer-links h4 {
    font-weight: 400
}

.footer-links .box2 a {
    font-size: 1.5rem;
    color: #606060
}

.footer-links div a:hover {
    color: #ff660e
}

.footer-links .box2 {
    display: flex;
    justify-content: space-between;
    margin: 0 0 15px
}

.footer-links .box3 a {
    display: inline-block;
    background-color: #ff660e;
    border-radius: 100%;
    padding: 10px
}

.footer-links .box3 a:hover {
    background-color: #000
}

.footer-links .box3 img {
    width: 30px
}

.footer-links .box3 li:last-child {
    display: flex;
    column-gap: 20px
}

.footer-links .block3 a {
    font-size: 1.6rem
}

.footer-links .block3 .left {
    margin-bottom: 15px
}


.card-body-product-item {
    /* max-height: 480px; */
}

@media (min-width: 374px) {
    .card-product-item {
        padding: 1px;
    }
}

@media (min-width: 390px) {
    .card-product-item {
        padding: 1px;
    }
}

@media (min-width: 768px) {
    .card-product-item {
        padding: 5px;
    }


    .footer-links .f-contact {
        width: 50%;
        margin: 15px auto
    }

    .footer-links .f-address {
        width: 50%;
        margin: auto
    }

    .footer-links .box2 {
        width: 50%;
        margin: 0
    }

    .footer-links .box3 {
        width: 50%;
        display: flex;
        justify-content: center
    }

    .footer-links .box1 {
        width: 100%
    }

    .footer-links .container {
        display: flex;
        flex-wrap: wrap
    }


    .block1 .contact-card {
        width: 50%
    }

    .block1 .about-card {
        display: flex;
        align-items: center;
        width: 60%
    }

    .block1 {
        display: flex;
        column-gap: 20px;
        margin-bottom: 15px
    }

    .f-links {
        column-gap: 50px;
        margin: 0 0 0 30px;
    }
}


@media (min-width: 992px) {
    .card-item-step-price {
        width: 90px;
    }

    .card-product-item {
        padding: 10px;
    }

    .footer-links .container {
        justify-content: center
    }


    .footer-links .f-contact {
        width: auto;
        margin: 15px auto 0
    }

    .footer-links .f-address {
        width: auto
    }

    .footer-links .box3 {
        width: 20.333333%;
        margin: 15px 0 0
    }

    .footer-links .box2 {
        width: 40.333333%;
        margin: 15px 0 0;
        justify-content: space-around
    }

    .footer-links .box1 {
        width: 34.333333%
    }

    .f-links {
        column-gap: 30px;
    }
}







@media (min-width: 1200px) {

    .footer-links .box1 div:not(.f-logo) img {
        margin-right: 20px
    }

    .footer-links .box3 {
        width: 20.333333%
    }

    .footer-links .box2 {
        width: 36.333333%
    }

    .footer-links .box1 {
        width: 33.333333%
    }


}

@media (min-width: 1440px) {
    .home-page {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-links .container {
        justify-content: unset
    }

    .footer-links .box1 {
        width: 30.333333%
    }

    .contact-card .bottom-card {
        margin-bottom: 0
    }


    .block1 .contact-card {
        width: 47%
    }

    .block1 .about-card {
        width: 53%;
        margin-bottom: 0
    }

    .block1 {
        width: 44%;
        column-gap: 15px;
        padding-right: 15px;
        margin-bottom: 0
    }

    .f-links {
        column-gap: 12px;
        padding: 0 0 0 15px;
        margin: 0;
    }
}

.block1 .about-card {
    border-radius: 20px;
    padding: 25px 2em;
    box-shadow: rgb(14 30 37/12%) 0px 2px 4px 0px, rgb(14 30 37/32%) 0px 2px 16px 0px;
    margin-bottom: 15px
}


.contact-card .top-card {
    text-align: center;
    border: 1px solid #d3d3d3;
    border-radius: 20px;
    padding: 15px 5px;
    font-family: 'Roboto', 'Kanit', sans-serif;
    margin-bottom: 10px
}

.contact-card .bottom-card {
    text-align: center;
    border: 1px solid #d3d3d3;
    border-radius: 20px;
    padding: 6px 15px;
    font-family: 'Roboto', 'Kanit', sans-serif;
    margin-bottom: 10px
}

.contact-card .top-card .header {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px
}

.contact-card .bottom-card .header {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    margin-bottom: 10px
}



.top-card .header img,
.bottom-card .header img {
    width: 35px;
}

.top-card .header img,
.bottom-card .header img {
    width: 35px;
}

.bottom-card .contact .clinic img {
    width: 15px;
    margin: 0 3px;
}

.bottom-card .contact .regis img {
    width: 20px;
}

.block2 h4,
.block3 h4,
.block2 h4 span {
    color: #ff660e;
}

.block2 h5 {
    color: #ff660e;
    font-weight: 600;
}

.block2>div div h4 {
    color: #454545;
    font-size: 1.6rem;
    margin: 0;
    line-height: 1;
}

.block2 div a {
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    font-size: 1rem;
    color: #4a4a4a;
    background-color: #efefef;
    border-radius: 25px;
    padding: 2px 15px;
}

.block2 image {
    width: 5;
}

.block2 h4,
.block3 h4,
.block2 h4 span {
    color: #ff660e;
}

.footer-links h4 {
    font-weight: 400;
}

.footer-links .block3 a {
    font-size: 1.6rem;
}

.footer-links div a {
    color: #5f5f5f;
    font-family: 'Roboto', 'Kanit', sans-serif;
}

.footer-links .card {
    border-radius: 20px;
    /* padding: 25px 2em; */
    box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
    margin-bottom: 15px;
}

.footer-links .header img {
    width: 45px;
}

.footer-links .social img {
    width: 45px;
}

.footer-links .clinic img {
    width: 15px;
    margin: 0 3px;
}

.footer-links .regis img {
    width: 20px;
}

.contact-page .cms-content>.row {
    border: 1px solid #ff660e;
    border-radius: 15px;
}

.contact-page .box-title {
    background-color: #ff660e;
    display: inline-flex;
    color: #fff;
    padding: 10px 30px;
    border-radius: 0 0 12px 12px;
    margin: 0 0 30px 15px;
}