@charset "utf-8";
/*
Theme Name: SERVCORP
Description: Responsive theme for multi devices powered by Bootstrap.
Version: 1.0
Author: SERVCORP
*/

/*----------------------------------------------------------------------
	bootstrap gutter variation
*/
.row-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.row-0 > [class*='col-'] {
    padding-right: 0px;
    padding-left: 0px;
}

.row-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.row-10 > [class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
}

.row-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.row-20 > [class*='col-'] {
    padding-right: 10px;
    padding-left: 10px;
}

/*----------------------------------------------------------------------
	initialize
*/
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #603d15;
    background: #fff9f0;
    padding-bottom: 60px;
    text-align: right;
    direction: rtl;
}

.modal-header .close {
    margin: -1rem auto -1rem -1rem;
}

@media (max-width: 575.98px) {
    html, body {
        overflow-x: hidden;
    }

    .form-control {
        font-size: 16px;
    }
}

.container {
    background: #fff;
    /*border-left: 1px solid #cac1ba;
    border-right: 1px solid #cac1ba;
    border-bottom: 1px solid #cac1ba;*/
}

@media (min-width: 1200px) {
    .container {
        max-width: 960px;
    }
}

/*----------------------------------------------------------------------
	header
*/
header {
    width: 100%;
    padding: 12px 0;
    border-bottom: 9px solid #603d15;
}

header .sc-logo {
    padding: 8px 20px 0 0;
}

header .sc-phone {
    position: relative;
    height: 45px;
    line-height: 45px;
    color: #cf4f27;
    font-size: 30px;
    padding: 0 30px 0 0;
}

header .sc-phone a {
    color: #cf4f27;
    text-decoration: none;
}

header .sc-phone::before {
    content: "";
    position: absolute;
    top: 0;
    left: 205px;
    width: 45px;
    height: 45px;
    background-image: url(../images/header_phone.png);
    background-size: contain;
}

header .sc-language {
    height: 45px;
    line-height: 45px;
    color: #43260e;
    font-size: 18px;
    padding: 0 0 0 20px;
}

header .sc-language span {
    position: relative;
    display: inline-block;
    top: -2px;
}

header .sc-language a {
    color: #e0a339;
}

@media (max-width: 991.98px) {
    header .sc-logo {
        padding: 8px 0 0 15px;
    }

    header .sc-phone {
        font-size: 28px;
        padding: 0 20px 0 0;
    }

    header .sc-language {
        font-size: 16px;
        padding: 0 15px 0 0;
    }
}

@media (max-width: 767.98px) {
    header .sc-phone {
        font-size: 26px;
        padding: 0 15px 0 0;
    }

    header .sc-language {
        height: auto;
        line-height: 1;
        padding: 0 15px 0 0;
    }
}

@media (max-width: 575.98px) {
    header .sc-logo {
        padding: 0 0 0 10px;
        max-width: 240px;
        width: 70%;
    }

    header .sc-phone {
        height: 20px;
        line-height: 20px;
        font-size: 18px;
        padding: 5px 10px 0 0;
    }

    header .sc-phone::before {
        top: 4px;
        left: 125px;
        width: 20px;
        height: 20px;
        background-image: url(../images/header_phone_s.png);
    }

    header .sc-language {
        font-size: 14px;
        padding: 10px 10px 0 0;
    }
}

/*----------------------------------------------------------------------
	slider
*/
#sc-slider {
    position: relative;
    border-bottom: 9px solid #603d15;
    width: 100%;
}

#sc-slider .slider-wrap {
    width: 100%;
    height: 476px;
}

#sc-slider .block01 {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 425px;
    height: 80px;
    background-image: url(../images/slider_bg1.png);
    background-size: contain;
    color: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 80px;
}

#sc-slider .block01.en {
    font-size: 44px;
    font-family: 'RawSelvage';
    line-height: 55px;
}

#sc-slider .block02 {
    position: absolute;
    top: 410px;
    left: 25px;
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    line-height: .6;
}

#sc-slider .block02 span {
    font-size: 14px;
    font-weight: normal;
}

#sc-slider .block03 {
    position: absolute;
    top: 0;
    right: 0;
    width: 364px;
    height: 476px;
    background-image: url(../images/slider_bg2.png);
    background-size: contain;
    line-height: 1.2;
}

#sc-slider .block03 .inner01 {
    margin: 55px 10px 0 85px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
}

#sc-slider .block03 .inner01 span {
    font-size: 10px;
    font-weight: normal;
}

#sc-slider .block03 .inner02 {
    margin: 0 10px 0 65px;
    color: #ea9b28;
    font-size: 22px;
    font-weight: bold;
}

#sc-slider .block03 .inner03 {
    margin: 0 0 0 50px;
    padding: 0 10px 5px 15px;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 4px solid #603d15;
    width: 300px;
}

#sc-slider .block03 .inner04 {
    margin: 5px 0 0 35px;
    padding: 0;
    font-size: 12px;
    list-style-type: none;
}

#sc-slider .block03 .inner04.en {
    font-size: 13px;
}

#sc-slider .block03 .inner04 li {
    float: right;
    line-height: 1.2;
}

#sc-slider .block03 .inner04 li:nth-child(odd) {
    width: 200px;
    margin-right: 10px;
}

#sc-slider .block03 .inner04 li:last-child {
    width: auto;
}

#sc-slider .block03 .inner04 li::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../images/slider_icon1.png);
    background-size: contain;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

#sc-slider .block03 .inner05 {
    position: relative;
    top: 10px;
    /* right: 0px; */
    width: 424px;
    height: 75px;
    background-image: url(../images/slider_bg3.png);
    background-size: contain;
    color: #fff;
}

#sc-slider .block03 .inner05 h3 {
    float: left;
    width: 164px;
    margin: 0;
    padding: 25px 17px 0 40px;
    font-size: 22px;
    letter-spacing: -0.03em;
}

#sc-slider .block03 .inner05 h3.en {
    padding-top: 10px;
    font-size: 24px;
    font-family: 'RawSelvage';
    line-height: 1.1;
}

#sc-slider .block03 .inner05 p {
    float: right;
    width: 260px;
    margin: 0;
    padding: 15px 10px 0 10px;
    font-size: 13px;
    line-height: 1.5;
}

#sc-slider .block03 .inner05 p.en {
    padding-top: 10px;
    font-size: 15px;
    line-height: 1.5;
}

#sc-slider .block03 .inner05 a {
    color: #fff;
    text-decoration: underline;
}

#sc-slider .block03 .inner05 a:hover {
    text-decoration: none;
}

#sc-slider .block03 .inner06 {
    margin: 15px 0 0 90px;
    padding: 0;
    list-style-type: none;
    font-weight: bold;
    text-align: right;
}

#sc-slider .block03 .inner06.en {
    margin: 25px 8px 0 77px;
}

#sc-slider .block03 .inner06 li {
    margin: 15px 0 5px 0px;
    padding: 0 28px 0 0;
    display: block;
    height: 22px;
    position: relative;
    line-height: 25px;
}

#sc-slider .block03 .inner06 li a {
    color: inherit;
}

#sc-slider .block03 .inner06 li:nth-child(1)::before,
#sc-slider .block03 .inner06 li:nth-child(4)::before,
#sc-slider .block03 .inner06 li:nth-child(3)::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/slider_icon2.png);
    background-size: contain;
}

#sc-slider .block03 .inner06 li:nth-child(2) {
    padding: 0 0 0 5px;
}

#sc-slider .block03 .inner06 li:nth-child(2) {

    padding: 0;

    font-size: 13px;
}

#sc-slider .block03 .inner06 li:nth-child(2).en {
    font-size: inherit;
}

#sc-slider .block03 .inner06 li:nth-child(2) a {
    position: relative;
    padding-right: 28px;
    text-decoration: underline;
}

#sc-slider .block03 .inner06 li:nth-child(2) a:hover {
    text-decoration: none;
}

#sc-slider .block03 .inner06 li:nth-child(2) a::before {
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/slider_icon3.png);
    background-size: contain;
}

@media (max-width: 991.98px) {
    #sc-slider .block01 {
        top: 5px;
        left: 0;
    }
}

@media (max-width: 767.98px) {

    #sc-slider .slider-wrap {
        height: auto;
        padding-bottom: 49.5833333%;
        border-bottom: 9px solid #603d15;
    }

    #sc-slider .block03 {
        position: relative;
        width: 100%;
        height: auto;
        background-image: none;
    }

    #sc-slider .block03 .inner02 {
        margin: 15px 15px 0;
        text-align: center;
    }

    #sc-slider .block03 .inner03 {
        margin: 5px 25px 0;
        padding: 0 0 5px;
        width: auto;
        text-align: center;
    }

    #sc-slider .block03 .inner05 {
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        background-image: none;
        margin: 15px 25px 0;
    }

    #sc-slider .block03 .inner05 h3 {
        float: none;
        width: 100%;
        padding: 8px 10px 5px;
        font-size: 22px;
        letter-spacing: inherit;
        background-color: #e0a339;
    }

    #sc-slider .block03 .inner05 h3.en {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #sc-slider .block03 .inner05 p {
        float: none;
        width: 100%;
        margin: 0;
        padding: 8px 10px;
        background-color: #cf4f27;
    }

    #sc-slider .block03 .inner06 {
        margin: 15px 25px 0;
        padding: 0 0 5px;
        text-align: center;
    }

    #sc-slider .block03 .inner06 li {
        margin: 5px;
    }

    #sc-slider .block03 .inner06 {

        margin: 9px !important;

        text-align: center !important;
    }
}

@media (max-width: 575.98px) {
    #sc-slider .block03 .inner02 {
        font-size: 16px;
        margin: 10px 10px 0;
    }

    #sc-slider .block03 .inner03 {
        margin: 5px 10px 0;
    }

    #sc-slider .block03 .inner05 {
        margin: 10px 10px 0;
    }
}

/*----------------------------------------------------------------------
	details
*/

#sc-details .block03 h5.onefone {
 width: 33%;
 text-align: right;
 font-size: 14px;
 line-height: 1.2;
 display: inline-block
}
@media screen and (max-width: 575px) {
#sc-details .block03 h3.en {
width: 100%;
font-size: 14px;
}
#sc-details .block03 h3,
#sc-details .block03 h5 {
 margin: 0;
 padding: 5px 25px 0 25px;
 }
}


#sc-details {
    width: 100%;
    border-bottom: 9px solid #603d15;
    padding: 15px 0;
}

#sc-details .block01 {
    margin: 0 30px;
    padding-bottom: 5px;
    font-size: 15px;
    border-bottom: 7px solid #e0a33a;
}

#sc-details .block01.en {
    margin-top: -10px;
}

#sc-details .block01 span {
    font-size: 20px;
    font-weight: bold;
    margin-left: 5px;
}

#sc-details .block01 span:last-child {
    font-size: 18px;
    margin-left: 5px;
}

#sc-details .block01.en span {
    font-size: 30px;
    font-family: 'RawSelvage';
}

#sc-details .block01.en span:last-child {
    font-size: 26px;
}

#sc-details .conquer span {
        font-size: 50px;
        font-family: 'RawSelvage';
        padding: 25px 230px;
 } 


#sc-details .block02 {
    margin: 15px 0 0;
    padding: 0 25px;
}

#sc-details .block02 ul {
    margin: 0 0 0 5px;
    padding: 0;
    list-style-type: none;
}

#sc-details .block02 li {
    margin: 0 0 7px;
    padding: 0 23px 0 0;
    position: relative;
    font-size: 12px;
}

#sc-details .block02.en li {
    line-height: 1.3;
    font-size: 14px;
}

#sc-details .block02 li::before {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/details_icon1.png);
    background-size: contain;
}

#sc-details .block03 {
    margin: 15px 0 0;
    padding: 15px 25px 0;
    background: #f2e7da;
}

#sc-details .block03 h3 {
    margin: 0;
    padding: 5px 58px 0 25px;
    font-size: 11px;
    line-height: 1.4;
    position: relative;
    min-height: 48px;
}

#sc-details .block03 h3.en {
    font-size: 20px;
    line-height: 1.5;
}

#sc-details .block03 h3::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background-size: contain;
}

#sc-details .block03 h3 span,
#sc-details .block03 h3 a {
    color: #e0a33a;
    font-weight: bold;
}

#sc-details .block03 h3 a:hover {
    color: #cf4f27;
    text-decoration: none;
}

#sc-details .block03 .inner01 {
    margin-top: 15px;
}

#sc-details .block03 .inner01 h4 {
    margin: 5px 0 0;
    font-size: 16px;
    font-weight: bold;
}

#sc-details .block03 .inner01.en h4 {
    margin: 0;
    font-size: 27px;
    font-family: 'RawSelvage';
    font-weight: normal;
}

#sc-details .block03 .inner01 a {
    opacity: 1;
    transition: all .3s;
}

#sc-details .block03 .inner01 a:hover {
    opacity: .8;
}

@media (max-width: 991.98px) {
    #sc-details .block01 span:last-child {
        margin-left: 5px;
    }

    #sc-details .block03 h3 {
        font-size: 10px;
    }

    #sc-details .block03 h3 a {
        font-size: 11px;
    }

    #sc-details .block03 h3.en a {
        font-size: 14px;
    }

    #sc-details .block03 .inner01 h4 {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
}

@media (max-width: 575.98px) {
    #sc-details .block01 {
        margin: 0 10px;
    }

    #sc-details .block01 span {
        margin-left: 0;
    }

    #sc-details .block02 {
        padding: 0 10px;
    }

    #sc-details .block03 {
        margin: 10px 0 0;
        padding: 10px 10px 0;
    }
}

/*----------------------------------------------------------------------
	locations
*/
#sc-locations {
    width: 100%;
    border-bottom: 9px solid #603d15;
}

#sc-locations .promotion-banner {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.1;
    background-color: #d14d13;
    color: #fff
}

#sc-locations .promotion-banner p {
    padding: 7px
}

@media(min-width: 768px) {
    #sc-locations .promotion-banner {
        font-size:32px
    }
}

#sc-locations .block01 {
    margin: 15px 0;
    padding: 0 25px;
    color: #ea9b28;
    font-weight: bold;
}

#sc-locations .block01 dt {
    display: inline-block;
    margin-right: 15px;
    font-size: 20px;
}

#sc-locations .block01.en dt {
    font-size: 28px;
}

#sc-locations .block01 dt {
    display: block;
}

#sc-locations .block01 dd {
    display: inline-block;
    position: relative;
    padding-right: 30px;
    margin-right: 10px;
}

#sc-locations .block01 dd:last-child {
    margin-right: 0;
}

#sc-locations .block01.en dd {
    font-size: 20px;
}

#sc-locations .block01 dd::before {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    width: 25px;
    height: 25px;
    background-image: url(../images/locations_icon1.png);
    background-size: contain;
}

#sc-locations .block01.en dd::before {
    top: 2px;
}

#sc-locations .block01 a {
    color: #ea9b28;
}

#sc-locations .block01 a:hover {
    color: #cf4f27;
    text-decoration: none;
}

#sc-locations .city {
    margin: 0 25px;
    font-size: 24px;
    font-weight: bold;
}

#sc-locations .city.en {
    font-size: 55px;
    font-family: 'RawSelvage';
    margin: 0 25px 10px;
    font-weight: normal;
}

#sc-locations .city-wrap {
    margin: 0 0 30px;
    padding: 0 18px;
}

#sc-locations .city-wrap a {
    position: relative;
    color: #503216;
}

#sc-locations .office-wrap {
    margin: 14px 7px 0;
    padding: 7px;
    border: 1px solid #603d15;
    position: relative;
}

#sc-locations .office-wrap a:hover {
    text-decoration: none;
}

#sc-locations .office-wrap .bg-wrap {
    width: 100%;
    padding-bottom: 57.5%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#sc-locations .office-wrap .bg-wrap1 {
    width: 100%;
    padding-bottom: 95.5%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#sc-locations .office-wrap .thumbnail {
    position: absolute;
    top: 7px;
    left: 7px;
    width: 130px;
    height: 130px;
    border: 5px solid #f2e7da;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#sc-locations .office-wrap .comment {
    position: relative;
    padding: 5px 10px;
    background-color: #e0a33a;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

#sc-locations .office-wrap.en .comment {
    font-size: 13px;
}

#sc-locations .office-wrap .comment a {
    color: #fff;
    text-decoration: underline;
}

#sc-locations .office-wrap .comment a:hover {
    text-decoration: none;
}

#sc-locations .office-wrap .detail {
    background-color: #603d15;
    padding: 7px 10px;
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
}

#sc-locations .office-wrap .detail h3 {
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    line-height: inherit;
    text-decoration: underline;
}

#sc-locations .office-wrap.en .detail,
#sc-locations .office-wrap.en .detail h3 {
    font-size: 14px;
}

#sc-locations .office-wrap .detail2 {
    background-color: #fff;
    padding: 7px 0 0;
    color: #603d15;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
}

#sc-locations .office-wrap .detail2 .del {
    display: inline-block;
    position: relative;
}

#sc-locations .office-wrap .detail2 .del::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 1px;
    width: 52px;
    height: 10px;
    background-image: url(../images/locations_del_price.png);
    background-size: contain;
}

#sc-locations .office-wrap.en .detail2 .del::after {
    top: 3px;
    left: -1px;
    width: 50px;
    height: 10px;
}

#sc-locations .office-wrap .tel {
    font-size: 22px;
    font-weight: bold;
    background: #f2e7da;
    border: 1px solid #b3b3b3;
    padding: 2px 0 0;
    margin-top: 5px;
}

#sc-locations .office-wrap .tel::before {
    content: "";
    position: relative;
    top: 2px;
    display: inline-block;
    width: 19px;
    height: 19px;
    background-image: url(../images/locations_icon2.png);
    background-size: contain;
    margin-left: 5px;
}

#sc-locations .office-wrap .banner {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 170px;
    height: 90px;
    background-image: url(../images/locations_bg2.png);
    background-size: contain;
    color: #fff;
    line-height: 1.3;
    font-size: 22px;
    text-align: center;
}

#sc-locations .office-wrap.en .banner {
    line-height: 1;
    font-size: 30px;
    font-family: 'RawSelvage';
    padding-top: 8px;
}

@media (max-width: 991.98px) {
    #sc-locations .block01 dt {
        font-size: 18px;
    }

    #sc-locations .block01 dd {
        font-size: 14px;
    }

    #sc-locations .block01 dd::before {
        top: -3px;
    }

    #sc-locations .office-wrap .thumbnail {
        top: 2px;
        left: 2px;
        width: 80px;
        height: 80px;
        border: 3px solid #f2e7da;
    }

    #sc-locations .office-wrap.en .comment {
        font-size: 11px;
    }

    #sc-locations .office-wrap .banner {
        bottom: 10px;
        right: 10px;
    }
}

@media (max-width: 767.98px) {
    #sc-locations .block01 dt {
        display: block;
        margin-right: 0;
    }

    #sc-locations .block01 dd {
        font-size: 12px;
    }

    #sc-locations .block01.en dd {
        font-size: 15px;
    }

    #sc-locations .block01.en dd::before {
        top: -1px;
    }

    #sc-locations .office-wrap .thumbnail {
        top: 7px;
        left: 7px;
        width: 130px;
        height: 130px;
        border: 5px solid #f2e7da;
    }
}

@media (max-width: 575.98px) {
    #sc-locations .block01 {
        margin: 10px 0;
        padding: 0 10px;
    }

    #sc-locations .block01 dd {
        padding-left: 5px;
        margin-right: 5px;
    }

    #sc-locations .block01 dd::before {
        top: -1px;
        left: 0;
        width: 20px;
        height: 20px;
    }

    #sc-locations .block01.en dd {
        font-size: 13px;
    }

    #sc-locations .block01.en dd::before {
        top: 0;
    }

    #sc-locations .city {
        margin: 0 10px;
    }

    #sc-locations .city-wrap {
        margin: 0 0 15px;
        padding: 0 10px;
    }

    #sc-locations .office-wrap {
        margin: 14px 0 0;
    }

    #sc-locations .office-wrap .thumbnail {
        top: 2px;
        left: 2px;
        width: 80px;
        height: 80px;
        border: 3px solid #f2e7da;
    }
}

/*----------------------------------------------------------------------
	footer
*/
footer {
    width: 100%;
    padding: 20px 5px 15px;
}

.footer-left {
    font-size: 13px;
    line-height: 1.3;
}

.footer-right {
    font-size: 13px;
    line-height: 1.3;
    text-align: left;
}

.footer-right.en {
    font-size: 14px;
}

.footer-right a {
    color: #ea9b28;
}

@media (max-width: 991.98px) {
}

@media (max-width: 767.98px) {
    .footer-right {
        font-size: 11px;
        text-align: left;
        padding-left: 20px;
    }

    .footer-right.en {
        font-size: 12px;
    }
}

@media (max-width: 575.98px) {
    footer {
        width: auto;
        padding: 15px 0;
        margin-left: -5px;
        margin-right: -5px;
    }

    .footer-right {
        font-size: 11px;
        text-align: left;
        padding-left: 0;
        margin-top: 10px;
    }
}