.about-image.service {
    background: url('../../img/front/services/services_background.jpg') no-repeat;
    background-size: cover !important;
    background-position: 50% !important;
    height: calc(601px - 30px);
    font-size: 0px;
    padding: 30px 60px 0px;
}

.detail-image {
    position: absolute;
    /* display: none; */
    left: 0px;
    top: 0px;
    background-size: cover !important;
    background-position: 50% !important;
    height: 601px;
    font-size: 0px;
    width: 100%;
	max-width: 695px;
}

.about-image.service .mid > div {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}

.service-image-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 115px;
    height: 140px;
    /* margin: 0px calc((100% - (62px * 2) - 15px) / 16) 20px calc((100% - (62px * 2) - 15px) / 16); */
    margin: 0px calc((100% - (115px * 4) - 30px) / 8) 20px;
    font-size: 10px;
    font-family: metapromedi;
    font-weight: 100;
    color: #fff;
    border: 1px solid transparent;
    cursor: pointer;
    text-align: center;
    padding: 0px 10px;
    line-height: 12px;

    -webkit-transition: border 0.4s;
    -moz-transition: border 0.4s;
    -ms-transition: border 0.4s;
    transition: border 0.4s;
}

.service-image-item:hover {
    border: 1px solid #fff;

    -webkit-transition: border 0.4s;
    -moz-transition: border 0.4s;
    -ms-transition: border 0.4s;
    transition: border 0.4s;
}

.service-img {
    width: 100%;
    height: 78px;
    background-position: center bottom !important;
    margin-bottom: 10px;
}

.img1 {
    background-size: 52px auto !important;
}

.img2 {
    background-size: 41px auto !important;
}

.img3 {
    background-size: 36px auto !important;
}

.img4 {
    background-size: 49px auto !important;
}

.img5 {
    background-size: 43px auto !important;
}

.img6 {
    background-size: 35px auto !important;
}

.img7 {
    background-size: 46px auto !important;
}

.img8 {
    background-size: 45px auto !important;
}

.img9 {
    background-size: 39px auto !important;
}

.img10 {
    background-size: 64px auto !important;
    background-position: center bottom 5px !important;
}

.img11 {
    background-size: 56px auto !important;
}

.about-desc.detail {
    left: 695px;
}

.about-desc-ctn {
    /* display: none; */
    position: relative;
    font-size: 0px;
}

.about-title {
    width: 240px;
}

.about-title.detail {
    margin-bottom: 75px;
}

.service-title {
    /* display: none; */
}

.service-big-img {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
}

.detail-img-desc {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 67px;
    margin-right: 33px;
}

.dental-implant .detail-img-desc {
    width: 54px;
    margin-right: 46px;
}

.cosmetic-dentistry .detail-img-desc {
    width: 67px;
    margin-right: 33px;
    top: -20px;
}

.about-desc-text {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 100px);
    font-size: 16px;
    top: -10px;
    font-family: metapronorm;
    line-height: 23px;
    margin-bottom: 130px;
}

.about-desc-title {
    position: relative;
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: normal;
    font-family: metapromedi;
}

.detail-back {
    position: relative;
    display: block;
    width: 65px;
    height: 30px;
    border: 2px solid #6e6e70;
    color: #6e6e70;
    font-size: 12px;
    font-family: metapromedi;
    line-height: 26px;
    text-align: center;
    background: transparent;

    -webkit-transition: color 0.4s, background 0.4s;
    -moz-transition: color 0.4s, background 0.4s;
    -ms-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
}

.detail-back:hover {
    background: #6e6e70;
    color: #fff;

    -webkit-transition: color 0.4s, background 0.4s;
    -moz-transition: color 0.4s, background 0.4s;
    -ms-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
}

/* Desktops and laptops */
@media screen and (min-width : 1224px) {

}

/* Tablet */
@media screen and (max-width: 1200px) {
	
}

@media screen and (max-width: 1065px) {
    .detail-image {
        width: 60%;
    }

    .about-desc.detail {
        width: 40%;
        left: 60%;
    }
}

@media screen and (max-width: 1024px) {
	.about-image.service {
        padding-left: 0px;
        padding-right: 0px;
    }

	.service-image-item {
        margin: 0px calc((100% - (115px * 4)) / 8) 20px;
    }
}

/* Mobile */
@media screen and (max-width: 768px) {
    .header-container {
        margin-bottom: 150px;
    }

    .service-title {
        position: absolute;
        display: block;
        border: 2px solid #6e6e70;
        max-width: 322px;
        width: calc(100% - 60px);
        height: 75px;
        line-height: 75px;
        text-align: center;
        font-family: metaprobold;
        font-size: 24px;
        /* margin: 0px auto 55px; */
        left: calc((100% - 322px) / 2);
        top: -150px;
        color: #6e6e70;
    }

    .about-image.service {
        display: block;
        width: 100%;
        max-width: none;
        /* background: #fff; */
        padding: 40px 100px;
        /* padding: 0px 100px; */
        border-top: 2px solid #eeeeee;
    }
    
    .service-image-item {
        color: #fff;
    }
    
    .service-image-item:hover {
        border: 1px solid #fff;
    }

    .img1 {
        background: url('../../img/front/services/general_dental_check_up_icon_grey.png') no-repeat !important;
        background-position: center bottom !important;
        background-size: 52px auto !important;
    }

    .img2 {
        background: url('../../img/front/services/invisalign_icon_grey.png') no-repeat !important;
        background-position: center bottom !important;
        background-size: 41px auto !important;
    }

    .img3 {
        background: url('../../img/front/services/root_canal_icon_grey.png') no-repeat !important;
        background-position: center bottom !important;
        background-size: 36px auto !important;
    }

    .img4 {
        background: url('../../img/front/services/tmj_treatment_icon_grey.png') no-repeat !important;
        background-position: center bottom !important;
        background-size: 49px auto !important;
    }

    .img5 {
        background: url('../../img/front/services/cosmetic_dentistry_icon_grey.png') no-repeat !important;
        background-position: center bottom !important;
        background-size: 43px auto !important;
    }

    .img6 {
        background: url('../../img/front/services/dental_implant_icon_grey.png') no-repeat !important;
        background-position: center bottom !important;
        background-size: 35px auto !important;
    }

    .img7 {
        background: url('../../img/front/services/child_dentistry_icon_grey.png') no-repeat !important;
        background-position: center bottom !important;
        background-size: 46px auto !important;
    }

    .img8 {
        background: url('../../img/front/services/geriatic_dentistry_icon_grey.png') no-repeat !important;
        background-position: center bottom !important;
        background-size: 45px auto !important;
    }

    .img9 {
        background: url('../../img/front/services/orthodontic_icon_grey.png') no-repeat !important;
        background-position: center bottom !important;
        background-size: 39px auto !important;
    }

    .img10 {
        background: url('../../img/front/services/dentures_icon_grey.png') no-repeat !important;
        background-size: 64px auto !important;
        background-position: center bottom 5px !important;
    }

    .img11 {
        background: url('../../img/front/services/wisdom_tooth_icon_grey.png') no-repeat !important;
        background-position: center bottom !important;
        background-size: 56px auto !important;
    }

	.about-desc {
        display: none;
    }

    .detail-image {
        position: relative;
        width: 100%;
        max-width: none;
    }

    .about-desc.detail {
        display: block;
        width: 100%;
        left: 0px;
        height: auto !important;
    }
}

@media screen and (max-width : 500px) {
    .about-image.service {
        height: auto;
        padding: 50px 0px;
    }
    
    .detail-image {
        height: 455px;
    }

	.service-image-item {
        margin: 0px calc((100% - (115px * 3)) / 6) 20px;
    }

    .about-title.detail {
        width: 100%;
    }

    .detail-back {
        left: 100px;
    }

    .about-desc-text {
        margin-bottom: 80px;
    }
}