@charset "utf-8";

/* CSS Document */

.black-all {
    width: 100%;
    height: auto;
    padding-top: 35px;
}

.service-109-1 {
    width: 100%;
    height: 322px;
    background: url(../images/service-109-1/bg.jpg) top center no-repeat;
    position: relative;
}

.search-row-1-left {
    margin: 0;
    width: 100%;
    padding: 0;
    padding-top: 35px;
    font: 30px/30px 'Kanit', Arial, sans-serif;
    text-align: center;
    color: #115ba5;
    font-style: italic;
}

.search-row-1-left img {
    max-width: 100%;
    height: auto;
}

.service-row-1-right {
    padding-top: 30px;
    position: relative;
    padding-left: 38px;
}

.service-title {
    width: 100%;
    height: auto;
    font: 26px/24px 'thaisanslite', Arial, sans-serif;
    color: #9a9a9a;
    text-align: center;
    font-weight: bold;
}

.service-row-1-right .btn-left {
    margin: 0;
    padding: 0;
    padding-top: 60px;
}

.service-row-1-right .btn-left img {
    max-width: 100%;
    height: auto;
}

.service-row-1-right .block-center {
    margin: 0;
    padding: 0;
}

.service-row-1-right .service-block {
    /* width: 109px; */
    height: auto;
    text-align: center;
    /* margin: 10px; */
}

.service-row-1-right .service-block img {
    /* height: 50px; */
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    text-decoration: none;
    background-size: cover;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.service-row-1-right .service-pic {
    width: 100%;
    height: auto;
    padding-top: 40px;
}

.service-row-1-right .service-block:hover {
    cursor: pointer;
    color: #008ad7;
    /* width: 180px; */
    height: 139px;
    text-align: center;
}

.service-row-1-right .service-block:hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
}

.service-orange {}

.service-row-1-right .service-text {
    text-align: center;
    font: 15px/16px 'lineseed', Arial, sans-serif;
    /* margin-top: 20px; */
    color: #3b3b3b;
}

.service-row-1-right .btn-right {
    margin: 0;
    padding: 0;
    padding-top: 60px;
}

.service-row-1-right .btn-right img {
    max-width: 100%;
    height: auto;
}

.box {
    width: 50%;
    padding: 5px;
    background: #9d6505;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-left: 191px;
    margin-top: 20px;
}

.box-search {
    display: flex;
}

.box-search input {
    width: 700px;
    padding: 0px;
    padding-left: 30px;
    background: rgba(255, 255, 255, 0);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    height: 46px;
    font: 35px/18px 'thaisanslite', Arial, sans-serif;
    color: #fff;
    font-weight: lighter;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font: 35px/30px 'thaisanslite', Arial, sans-serif;
    color: #fff;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font: 35px/20px 'thaisanslite', Arial, sans-serif;
    color: #fff;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font: 35px/20px 'thaisanslite', Arial, sans-serif;
    color: #fff;
}

:-moz-placeholder {
    /* Firefox 18- */
    font: 35px/20px 'thaisanslite', Arial, sans-serif;
    color: #fff;
}

.btn-s {
    width: 80px;
    margin-right: 10px;
    text-align: center;
}

.btn-s a {
    display: block;
    width: 100%;
    padding: 10px 0;
}

.service-bottom {
    width: 100%;
    margin-top: 10px;
    display: block;
    height: auto;
    text-align: center;
}

.b-left {
    position: absolute;
    left: -5px;
    top: -10px;
}

.b-right {
    position: absolute;
    right: -5px;
    top: -10px;
}

@media (max-width: 360px) {
    .service-row-1-right {
        margin: 0;
        padding: 0px;
        padding-top: 75px;
    }
    .b-left {
        left: 0px;
        top: 30px;
        z-index: 99;
    }
    .b-left img {
        max-width: 75%;
    }
    .b-right {
        right: 0px;
        top: 30px;
        z-index: 99;
    }
    .b-right img {
        max-width: 75%;
    }
    .service-row-1-right .btn-left {
        padding-top: 60px;
        position: absolute;
        z-index: 1;
        left: 0;
    }
    .service-row-1-right .btn-right {
        padding-top: 60px;
        position: absolute;
        right: 0;
    }
    .search-row-1-left {
        padding-top: 25px;
        color: #257472;
    }
    .box {
        width: 100%;
        padding: 5px;
        background: #9d6505;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        margin-left: 0;
        margin-top: 20px;
    }
    .box-search input {
        width: 700px;
        padding: 0px;
        padding-left: 15px;
        background: rgba(255, 255, 255, 0);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: none;
        height: 46px;
        font: 27px/18px 'thaisanslite', Arial, sans-serif;
        color: #fff;
        font-weight: lighter;
    }
    .title {
        width: 100%;
        height: auto;
        font: 26px/24px 'thaisanslite', Arial, sans-serif;
        color: #9a9a9a;
        text-align: center;
        font-weight: bold;
        margin-top: 0px;
    }
}

@media (min-width: 375px) and (max-width: 767px) {
    .black-all {
        padding-top: 0;
    }
    .service-row-1-right {
        margin: 0;
        padding: 0px;
        padding-top: 50px;
    }
    .b-left {
        left: 0px;
        top: 30px;
        z-index: 99;
    }
    .b-left img {
        max-width: 75%;
    }
    .b-right {
        right: 0px;
        top: 30px;
        z-index: 99;
    }
    .b-right img {
        max-width: 75%;
    }
    .service-row-1-right .btn-left {
        padding-top: 60px;
        position: absolute;
        z-index: 1;
        left: 0;
    }
    .service-row-1-right .btn-right {
        padding-top: 60px;
        position: absolute;
        right: 0;
    }
    .search-row-1-left {
        padding-top: 25px;
        color: #257472;
    }
    .box {
        width: 100%;
        padding: 5px;
        background: #9d6505;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        margin-left: 0;
        margin-top: 20px;
    }
    .box-search input {
        width: 700px;
        padding: 0px;
        padding-left: 15px;
        background: rgba(255, 255, 255, 0);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: none;
        height: 46px;
        font: 27px/18px 'thaisanslite', Arial, sans-serif;
        color: #fff;
        font-weight: lighter;
    }
    .service-title {
        width: 100%;
        height: auto;
        font: 26px/24px 'thaisanslite', Arial, sans-serif;
        color: #9a9a9a;
        text-align: center;
        font-weight: bold;
        margin-top: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .service-109-1 .container-cv-2 {
        width: 100%;
    }
    .service-row-1-right {
        margin: 0;
        padding: 0px;
        padding-top: 50px;
    }
    .b-left {
        left: 0px;
        top: 30px;
        z-index: 99;
    }
    .b-left img {
        max-width: 75%;
    }
    .b-right {
        right: 0px;
        top: 30px;
        z-index: 99;
    }
    .b-right img {
        max-width: 75%;
    }
    .service-row-1-right .btn-left {
        padding-top: 60px;
        position: absolute;
        z-index: 1;
        left: 0;
    }
    .service-row-1-right .btn-right {
        padding-top: 60px;
        position: absolute;
        right: 0;
    }
    .search-row-1-left {
        padding-top: 25px;
        color: #257472;
    }
    .box {
        width: 100%;
        padding: 5px;
        background: #9d6505;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        margin-left: 0;
        margin-top: 20px;
    }
    .box-search input {
        width: 700px;
        padding: 0px;
        padding-left: 15px;
        background: rgba(255, 255, 255, 0);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: none;
        height: 46px;
        font: 27px/18px 'thaisanslite', Arial, sans-serif;
        color: #fff;
        font-weight: lighter;
    }
    .service-title {
        width: 100%;
        height: auto;
        font: 26px/24px 'thaisanslite', Arial, sans-serif;
        color: #9a9a9a;
        text-align: center;
        font-weight: bold;
    }
    .service-row-1-right .service-block {
        width: 169px;
    }
    .service-row-1-right .service-block:hover {
        width: 169px;
    }
    .service-109-1 {
        margin-top: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .service-109-1 .container-cv-2 {
        width: 100%;
    }
    .service-row-1-right {
        margin: 0;
        padding: 0px;
        padding-top: 50px;
    }
    .b-left {
        left: 0px;
        top: 30px;
        z-index: 99;
    }
    .b-left img {
        max-width: 75%;
    }
    .b-right {
        right: 0px;
        top: 30px;
        z-index: 99;
    }
    .b-right img {
        max-width: 75%;
    }
    .service-row-1-right .btn-left {
        padding-top: 60px;
        position: absolute;
        z-index: 1;
        left: 0;
    }
    .service-row-1-right .btn-right {
        padding-top: 60px;
        position: absolute;
        right: 0;
    }
    .search-row-1-left {
        padding-top: 25px;
        color: #257472;
    }
    .box {
        width: 100%;
        padding: 5px;
        background: #9d6505;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        margin-left: 0;
        margin-top: 20px;
    }
    .box-search input {
        width: 700px;
        padding: 0px;
        padding-left: 15px;
        background: rgba(255, 255, 255, 0);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: none;
        height: 46px;
        font: 27px/18px 'thaisanslite', Arial, sans-serif;
        color: #fff;
        font-weight: lighter;
    }
    .service-title {
        width: 100%;
        height: auto;
        font: 26px/24px 'thaisanslite', Arial, sans-serif;
        color: #9a9a9a;
        text-align: center;
        font-weight: bold;
    }
    .service-row-1-right .service-block {
        /* width: 150px; */
    }
    .service-row-1-right .service-block:hover {
        width: 230px;
    }
    .service-109-1 {
        margin-top: 30px;
    }
}

@media (min-width: 1281px) and (max-width: 1366px) {
    .service-109-1 .container-cv-2 {
        width: 100%;
    }
    .service-row-1-right {
        margin: 0;
        padding: 0px;
        padding-top: 50px;
    }
    .b-left {
        left: 0px;
        top: 25px;
        z-index: 99;
    }
    .b-left img {
        max-width: 75%;
    }
    .b-right {
        right: -12px;
        top: 25px;
        z-index: 99;
    }
    .b-right img {
        max-width: 75%;
    }
    .service-row-1-right .btn-left {
        padding-top: 60px;
        position: absolute;
        z-index: 1;
        left: 0;
    }
    .service-row-1-right .btn-right {
        padding-top: 60px;
        position: absolute;
        right: 0;
    }
    .search-row-1-left {
        padding-top: 25px;
        color: #257472;
    }
    .box {
        width: 70%;
        padding: 5px;
        background: #9d6505;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        margin-left: -5px;
        margin-top: 20px;
    }
    .service-row-1-right .service-text {
        font: 16px/19px 'Kanit', Arial, sans-serif;
    }
}

@media (min-width: 1367px) and (max-width: 1440px) {
    .service-109-1 .container-cv-2 {
        width: 100%;
    }
    .service-row-1-right {
        margin: 0;
        padding: 0px;
        padding-top: 50px;
    }
    .b-left {
        left: 0px;
        top: 25px;
        z-index: 99;
    }
    .b-left img {
        max-width: 75%;
    }
    .b-right {
        right: -12px;
        top: 25px;
        z-index: 99;
    }
    .b-right img {
        max-width: 75%;
    }
    .service-row-1-right .btn-left {
        padding-top: 60px;
        position: absolute;
        z-index: 1;
        left: 0;
    }
    .service-row-1-right .btn-right {
        padding-top: 60px;
        position: absolute;
        right: 0;
    }
    .search-row-1-left {
        padding-top: 25px;
        color: #257472;
    }
    .box {
        width: 70%;
        padding: 5px;
        background: #9d6505;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        margin-left: -5px;
        margin-top: 20px;
    }
    .service-row-1-right .service-text {
        font: 16px/19px 'Kanit', Arial, sans-serif;
    }
}

@media (min-width: 1441px) and (max-width: 1600px) {
    .service-109-1 .container-cv-2 {
        width: 100%;
    }
    .service-row-1-right {
        margin: 0;
        padding: 0px;
        padding-top: 50px;
        padding-left: 25px;
    }
    .b-left {
        left: 0px;
        top: 25px;
        z-index: 99;
    }
    .b-left img {
        max-width: 75%;
    }
    .b-right {
        right: -12px;
        top: 25px;
        z-index: 99;
    }
    .b-right img {
        max-width: 75%;
    }
    .service-row-1-right .btn-left {
        padding-top: 60px;
        position: absolute;
        z-index: 1;
        left: 0;
    }
    .service-row-1-right .btn-right {
        padding-top: 60px;
        position: absolute;
        right: 0;
    }
    .search-row-1-left {
        padding-top: 25px;
        color: #257472;
    }
    .box {
        width: 70%;
        padding: 5px;
        background: #9d6505;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        margin-left: -5px;
        margin-top: 20px;
    }
    .service-row-1-right .service-text {
        font: 16px/19px 'Kanit', Arial, sans-serif;
    }
    .service-row-1-right .service-block {
        width: 165px;
    }
    .service-row-1-right .service-block:hover {
        width: 165px;
    }
}


/* ----------------------------------------- */

@media(min-width:375px) and (max-width:419px) {
    .service-row-1-right .owl-theme .owl-nav {
        left: -45px !important;
        right: -45px !important;
        /* margin-top: 0 !important; */
    }
    .service-row-1-right .service-block {
        width: 95px;
    }
}

@media(min-width:420px) and (max-width:575px) {
    .service-row-1-right .owl-theme .owl-nav {
        left: -45px !important;
        right: -45px !important;
        /* margin-top: 0 !important; */
    }
    .service-row-1-right .service-block {
        width: 109px;
    }
}

@media(min-width:576px) and (max-width:767px) {
    .service-row-1-right .owl-theme .owl-nav {
        left: -45px !important;
        right: -45px !important;
        margin-top: -10px !important;
    }
    .service-row-1-right .service-block {
        width: 109px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .service-row-1-right .owl-theme .owl-nav {
        left: -45px !important;
        right: -45px !important;
        /* margin-top: -10px !important; */
    }
    .service-row-1-right .service-block {
        width: 109px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .service-row-1-right .owl-theme .owl-nav {
        left: -45px !important;
        right: -45px !important;
        /* margin-top: -10px !important; */
    }
    .service-row-1-right .service-block {
        width: 109px;
    }
}

@media(min-width:1281px) and (max-width:1366px) {
    .service-row-1-right .owl-theme .owl-nav {
        left: -45px !important;
        right: -45px !important;
        margin-top: -10px !important;
    }
}

@media(min-width:1367px) and (max-width:1440px) {
    .service-row-1-right .owl-theme .owl-nav {
        left: -45px !important;
        right: -45px !important;
        margin-top: -10px !important;
    }
}

@media(min-width:1441px) and (max-width:1600px) {
    .service-row-1-right .owl-theme .owl-nav {
        left: -45px !important;
        right: -45px !important;
        margin-top: -10px !important;
    }
}

@media(min-width:1601px) and (max-width:1920px) {
    .service-row-1-right .owl-theme .owl-nav {
        left: -45px !important;
        right: -45px !important;
        margin-top: -10px !important;
    }
}

.service-109-1 .owl-theme .owl-dots .owl-dot.active {
    width: 36px;
    background: url(../images/all-38-1/select-2.png) center center no-repeat;
}

.service-109-1 .owl-theme .owl-dots .owl-dot span {
    background: url(../images/all-38-1/normal-4.png) center center no-repeat;
}

.service-109-1 .owl-theme .owl-dots .owl-dot.active span {
    background: none !important;
}

@media(max-width:575px) {
    .service-row-1-right .service-pic {
        padding-top: 0 !important;
    }
    .service-109-1 .container-cv-5 {
        padding: 0 !important;
    }
}