/*--------------copyright by vicky start-------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    font-size: 10px;
    line-height: 1.8;
}

body {
    line-height: 1.8;
    letter-spacing: 2px;
    font-size: 1.6rem;
    font-family: 'Noto Sans TC', 'Be Vietnam Pro', sans-serif;
    color: #000000;
    overflow-x: hidden;
    font-weight: 400;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

a {
    display: block;
    color: #000;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    transition: .2s ease all;
    color: #e4d1bd;
}

img {
    max-width: 100%;
}

::selection {
    background: rgba(204, 204, 204, 1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
}

header {
    position: relative;
}

/************************************************************************************************************************************************
************************************************************************************************************************************************
************************************************************************************************************************************************/


/*---dex-------------------------------------------------------------------------------------------------------------------------------------*/

.dex {
    height: 1080px;
    width: 100%;
    background-size: cover;
    position: relative;
    z-index: 0;
    background: url(../../images/dex.jpg) center center no-repeat fixed;

}

.dex_lt {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, .9);
    clip-path: polygon(50% 0%, 100% 26%, 100% 100%, 0 100%, 0% 26%);
    width: 558px;
    max-width: 100%;
    min-height: 570px;
    padding: 14.2rem 0 0;
}

.dex_rt {
    position: absolute;
    bottom: 0;
    right: 6.8rem;
}

.dex_rt img {
    mix-blend-mode: overlay;
}

.logo {
    margin: 0 auto;
    text-align: center;
    padding: 0 12rem;
}

.dex_deco {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

/*dex_mob*/
.dex_mob {
    display: none;
}

/*dexdeco_mob*/
.dexdeco_mob {
    display: none;
}

@media screen and (max-width:1400px) {
    .dex {
        height: 950px;
    }
}

@media screen and (max-width:1100px) {
    .dex {
        height: 750px;
    }

    .dex_lt {
        min-height: 580px;
    }
}

@media screen and (max-width: 1000px) {
    .dex {
        height: 660px;
        background-attachment: initial;
        background-size: contain;
        width: 95%;
        margin: 0 auto;
    }

    .dex_lt {
        display: none;
    }

    .dex_rt {
        left: 5rem;
        right: auto;
    }

    .dex_deco {
        display: none;
    }

    .dex_mob {
        display: block;
        padding: 10rem 0 5rem 0;
        margin: 0 auto;
        text-align: center;

    }

    .dexdeco_mob {
        display: block;
        position: absolute;
        bottom: -3rem;
        left: 0;
        z-index: -1;
        width: 30%;
    }
}

@media screen and (max-width:768px) {
    .dex {
        height: 500px;        
    }

    .dexdeco_mob {
        bottom: 16rem;
    }
}

@media screen and (max-width:576px) {
    .dex {
        height: 380px;
    }

    .dex_rt {
        left: 2rem;
        right: auto;
        width: 30%;
    }

    .dexdeco_mob {
        bottom: 30rem;
    }
}

@media screen and (max-width:450px) {
    .dex {
        height: 300px;
    }
    .dex_mob {
    width: 60%;
    padding: 9rem 0 3rem 0;
}

    .dexdeco_mob {
        bottom: 5rem;
    }

}

@media screen and (max-width:414px) {
    .dexdeco_mob {
        bottom: 7rem;
    }
}

@media screen and (max-width:390px) {
    .dexdeco_mob {
        bottom: 11rem;
    }
}

@media screen and (max-width:360px) {
    .dex {
        height: 230px;
    }

    .dex_mob {
        width: 95%;
    }

    .dexdeco_mob {
        bottom: 22rem;
    }

}

@media screen and (max-width:320px) {
    .dex {
        height: 200px;
    }

    .dexdeco_mob {
        bottom: 27rem;
    }
}

/*---main----------------------------------------------------------------------------------------------------------------------------*/
.main {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    background: url(../../images/dex.jpg) center center no-repeat fixed;
}

/*inews*/
.inews {
    width: 360px;
    max-width: 100%;
    position: relative;
    font-size: 16px;
    margin: 0 auto;
    padding-top: 7rem;
}

.inew_title {
    color: #cb7b1a;
    padding: 0 0 1.5rem 4rem;
    position: relative;
}

.inew_title:before {
    content: '';
    background: url(../../images/inew_deco01.png) center left no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 2rem;
}

.inew_title:after {
    content: '';
    background: #ccb4b4;
    width: 90%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 4rem;
}

.inew_title p {
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
}

.inew_title p:first-child {
    font-size: 15px;
    padding-right: 1rem;
}

.inew_title p:last-child {
    font-size: 24px;
}

.inew_inner {
    padding-top: 2rem;
}

.inew_inner a {
    transition: .5s all;
}

.inew_inner a:hover {
    color: #e4d1bd;
}

.inew_inner p {
    display: flex;
    align-items: center;
    padding-bottom: .5rem;
}

.inew_inner p span {
    vertical-align: middle;
}

.inew_inner p span:first-child {
    line-height: 0;
    width: 10%;
}

.inew_inner p span:last-child {
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/*inews_mob*/
.inews_mob {
    display: none;
}

/***mibutton***/
.mibutton {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 50;
    cursor: pointer;
    width: 125px;
    height: 125px;
    text-align: left;
    background: #000;
    padding: 2em 2em 1em 2em;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
    transition: .3s cubic-bezier(0.22, 1, 0.36, 1);
}

/*itype*/
.itype {
    padding: 2em 2em 1em 1.5em;
    font-size: 15px;
    width: 100px;
    height: 100px;
}

.mibutton span {
    display: block;
    border-radius: 20px;
    text-align: center;
    font-weight: 700;
    transition: .3s ease all;
    color: #cb7b1a;
}

.mibutton span:nth-child(2) {
    width: 100%;
    height: 2px;
    transition: .3s ease all;
    background: #e4d1bd;
    text-align: left;
    margin-bottom: .3em;
}

.mibutton span:nth-child(3) {
    width: 75%;
    height: 2px;
    transition: .3s ease all;
    background: #e4d1bd;
    text-align: left;
}

.mibutton:hover span:nth-child(2) {
    width: 50%;
}

.mibutton:hover span:nth-child(3) {
    width: 100%;
}

.mibutton_ani {
    background: none;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0);
    transform: scale(.8);
    transform-origin: top right;
}

.mibutton_ani span {
    opacity: 1;
}

.mibutton_ani span:nth-child(1) {
    opacity: 0;
}

.mibutton_ani span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    background: #e4d1bd;
}

.mibutton_ani:hover span:nth-child(2) {
    width: 100%;
}

.mibutton_ani span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    background: #e4d1bd;
    width: 100%;
    margin-top: -.5em;
}

/*navbar*/
.navbar {
    position: fixed;
    top: 0;
    right: 0;
    width: 350px;
    text-align: center;
    z-index: 30;
    border: 0;
    min-height: auto;
    border-radius: 0;
    margin: 0;
    transform: translateX(350px);
    transition: .6s ease-in-out;
    max-height: 100vh;
    overflow-y: auto;
}

.show {
    transform: translateX(0px);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

/*menu_logo*/
.menu_logo {
    background: #fff;
    padding: 4em;
    text-align: center;
}

.menu_logo a {
    display: inline-block;
}

.menu_logo a:hover {
    opacity: .7;
}

/*ibutton*/
.ibutton {
    background: rgba(230, 209, 190, .9);
    padding: 2em 0;
}

.ibutton a {
    color: #614941;
    transition: .3s ease-in-out;
    padding: .5em 0;
}

.ibutton p.ch {
    font-size: 18px;
    letter-spacing: 3px;
    transition: .2s ease-in-out;
}

.ibutton p.en {
    font-size: 14px;
    line-height: 1.5;
}

.ibutton a:hover {
    background: rgba(0, 0, 0, 0.15);
}

.ibutton a:hover p.ch {
    color: #fff;
}

@media screen and (max-width:1170px) {

    .mibutton {
        width: 110px;
        padding: 2em 1.5em 1em 1.5em;
    }
}

@media screen and (max-width:1100px) {
    .inews {
        padding-top: 7.2rem;
    }
}

@media screen and (max-width:1000px) {
    .inews_mob {
        display: block;
    }
}

@media screen and (max-width:768px) {}

@media screen and (max-width:700px) {}

@media screen and (max-width:600px) {}

@media screen and (max-width:560px) {}

@media screen and (max-width:500px) {}

@media screen and (max-width:450px) {
    .mibutton {
        width: 100px;
        padding: 1.5em 1.5em 1em 1.5em;
        height: 90px;
    }
}

@media screen and (max-width:430px) {


    .menu_logo {
        padding: 3em 2em 2em;
    }

    
    .navbar {
        width: 100%;
        transform: translateX(100%);
    }

    .show {
        transform: translateX(0);
    }
}

@media screen and (max-width:414px) {
    .inews {
        padding-top: 3.2rem;
    }
}

@media screen and (max-width:390px) {}

@media screen and (max-width:360px) {
    .inews_mob {
        width: 95%;
        margin: 0 auto;
    }

    .inew_title:after {
        width: 85%;
    }
}

@media screen and (max-width:340px) {}

@media screen and (max-width:320px) {}

/*---iabout------------------------------------------------------------------------------------------------------------------------*/
.iabout {
    width: 100%;
    background: #fff;
    border-bottom-right-radius: 276px;
    padding: 16rem 0 13rem 0;
    position: relative;
}

.iab_deco {
    position: absolute;
    top: 0;
    left: 0;
}

.iab {
    width: 1368px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}

.iab .iab_img {
    width: 63.5%;
    -webkit-filter: drop-shadow(5px 4px 7px rgba(78, 78, 78, 0.5));
    filter: drop-shadow(5px 4px 7px rgba(78, 78, 78, 0.5));
}

.iab_txt {
    width: 440px;
    max-width: 100%;
    padding: 5rem 0 4rem 0;
    position: relative;
}

.iab_txt:after {
    content: '';
    background: url(../../images/deco.png) top left no-repeat;
    width: 58px;
    max-width: 100%;
    min-height: 48px;
    position: absolute;
    top: 0;
    right: 0;
}

.iab_txt .iab_title {
    padding-bottom: 3rem;
}

.iab_txt .iab_title h1 {
    font-size: 32px;
}

.iab_txt h5 {
    padding-bottom: 5rem;
    font-size: 20px;
}

.iab_txt p {
    font-size: 16px;
    text-align: justify;
    line-height: 2;
}

.iab_more {
    padding-top: 15rem;
    text-align: right;

}

.more {}

.more a {
    display: inline-block;
}

.more_deco {
    padding-right: 2rem;
    display: inline-block;
    font-size: 20px;
}

.more_txt {
    position: relative;
    padding-bottom: .5rem;
}

.more_txt:after {
    content: '';
    background: #d9c1a7;
    width: 108%;
    height: 3px;
    position: absolute;
    bottom: 0;
    right: 0;
	transition: .6s ease all;
}

.more_txt p {
    display: inline-block;
}

.more_txt p:first-child {
    color: #cb7b1a;
    font-size: 15px;
    line-height: 2.2;
    padding-right: 1.7rem;
    text-transform: uppercase;
}

.more_txt p:last-child {
    font-size: 20px;
    font-weight: 500;
}

.more a.more_txt,
.more a:hover .more_txt:after,
.more a:hover .more_txt p:first-child,
.more a:hover .more_txt p:last-child {
    transition: .6s ease-in-out;
}

.more a:hover .more_txt:after {
    left: auto;
    width: 5%;
}

.more a:hover .more_txt p:last-child {
    color: #000;
}

@media screen and (max-width:1370px) {
    .iab {
        padding: 0 2rem;
    }
}

@media screen and (max-width:1300px) {
    .iab .iab_img {
        width: 58%;
    }
}

@media screen and (max-width:1000px) {
    .iabout {
        margin-top: -1px;
        border-bottom-right-radius: 0;
    }

    .iab_deco {
        display: none;
    }

    .iab {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        background: #f2e5d7;
        width: 85%;
        border-radius: 50px;
        padding: 50px 0;
    }

    .iab:before {
        content: '';
        background: url(../../images/deco.png) top left no-repeat;
        width: 58px;
        max-width: 100%;
        min-height: 48px;
        position: absolute;
        top: -28px;
        right: 49px;
    }

    .iab .iab_txt:after {
        display: none;
    }

    .iab .iab_txt {
        display: flex;
        flex-wrap: wrap;
    }

    .iab_txt .iab_title {
        padding-bottom: 3rem;
        order: -1;
    }

    .iab .iab_txt h5 {
        padding-bottom: 0;
        order: 0;
    }

    .iab .iab_txt p {
        order: 2;
        padding-top: 2rem;
    }

    .iab_more {
        padding-top: 1rem;
        padding-left: 18rem;
        order: 1;
    }
}

@media screen and (max-width:991px) {}

@media screen and (max-width:834px) {}

@media screen and (max-width:768px) {
    .iab .iab_img {
        width: 90%;
        margin: 0 auto;
    }

    .iab_more {
        padding-left: 0;
        text-align: right;
        width: 100%;
    }
}

@media screen and (max-width:576px) {
    .iabout {
        padding: 8rem 0 13rem 0;
    }

    .iab .iab_img {}

    .more_txt p:last-child {
        font-size: 24px;
    }

}

@media screen and (max-width:450px) {
    .iabout {
        padding: 8rem 0 8rem 0;
    }

    .iab {
        width: 95%;
        border-radius: 20px;
        padding: 30px 0 20px;
    }

    .iab:before {
        right: 23px;
    }

    .iab .iab_txt {
        padding: 5rem 2rem 4rem 2rem;
    }

    .iab_txt .iab_title {
        padding-bottom: 1rem;
    }
}

@media screen and (max-width:414px) {
    .iab_txt .iab_title h1 {
        font-size: 25px;
    }
}

@media screen and (max-width:390px) {
    .iab_txt .iab_title h1 {
        font-size: 20px;
    }
}

@media screen and (max-width:360px) {
    .iab_txt .iab_title h1 {
        font-size: 22px;
    }
}

@media screen and (max-width:350px) {
    .iab_txt .iab_title h1 {
        font-size: 20px;
    }
}

@media screen and (max-width:320px) {
    .iab_txt .iab_title h1 {
        font-size: 20px;
    }
     .iab .iab_txt h5 {
        letter-spacing: 0px;
    }
    .more_deco {
        padding-right: 1rem;
        font-size: 16px;
    }

    .more_txt p:last-child {
        font-size: 20px;
    }
}

/*---iroom--------------------------------------------------------------------------------------------------------------------------*/
.iroom {
    width: 100%;
    min-height: 1400px;
    position: relative;
    z-index: 0;
    margin-top: -1px;
}

.iroom:before {
    content: '';
    background: #fff;
    width: 57%;
    min-height: 751px;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom-right-radius: 348px;
    z-index: -1;
}

.iroom .irm_inner {
    width: 1368px;
    max-width: 100%;
    margin: 0 auto;
    padding: 4.2rem 0 2rem;
    display: flex;
}

.irm_inner .irm_lt {
    margin-top: 7.5rem;
    margin-right: 14rem;
    padding-top: 7rem;
    width: 32%;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
}

.irm_inner .irm_lt:before {
    content: '';
    background: url(../../images/deco.png) top left no-repeat;
    width: 58px;
    max-width: 100%;
    min-height: 48px;
    position: absolute;
    top: 0;
    right: -5rem;
}

.irm_lt .irm_title {
    position: relative;
    width: 100%;
    text-align: right;
}

.irm_lt .irm_more {
    width: 100%;
    text-align: right;
}

.irm_lt div:nth-of-type(2) {
    padding-bottom: 6rem;
}

.irm_lt .irm_more span {
    display: block;
    text-align: right;
    font-size: 14px;
}

.irm_inner .irm_img {
    width: 58%;
}

.more_mob,
.more_mob2 {
    display: none;
}

@media screen and (max-width:1300px) {
    .iroom {
        min-height: 1090px;
    }

    .iroom .irm_inner {
        padding: 4.2rem 2rem 2rem;
    }
}

@media screen and (max-width:1100px) {
    .irm_inner .irm_lt {
        margin-right: 10rem;
    }
}

@media screen and (max-width:1000px) {
    .iroom {
        background: #fff;
        min-height: auto;
        padding: 0 0 7rem 0;
    }

    .iroom:before {
        display: none;
    }

    .iroom .irm_inner {
        flex-wrap: wrap;
        justify-content: center;
        background: #f2e5d7;
        width: 85%;
        border-radius: 50px;
        padding: 50px 0;
    }

    .irm_inner .irm_lt {
        width: 80%;
        margin: 0 auto;
    }

    .irm_lt .irm_title {
        text-align: left;
    }

    .irm_title img {
        display: none;
    }

    .irm_lt .irm_more {
        display: none;
    }

    .irm_inner .irm_img {
        width: 80%;
    }

    .irm_inner .irm_lt {
        padding-top: 0;
    }

    .irm_inner .irm_lt:before {
        top: -80px;
        right: -1rem;
    }

    .more_mob {
        display: block;
        padding: 2rem 3rem 0 0;
        position: relative;
		text-align: right;
    }

    .more_mob:after {
        content: '';
        background: #000;
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;

    }

    .more_mob span {
        display: block;
        text-align: right;
    }

    .more_mob2 {
        display: block;
        padding: 2rem 0;
        position: relative;
        width: 60%;
        margin: 0 auto;
        text-align: center;
    }

    .more_mob2 span {
        display: block;
        text-align: center;
    }
}

@media screen and (max-width:450px) {
    .iroom .irm_inner {
        width: 95%;
        border-radius: 20px;
        padding: 30px 0 20px;
    }

    .irm_inner .irm_lt {
        width: 90%;
    }

    .irm_inner .irm_lt:before {
        top: -60px;
    }

    .irm_lt .irm_title {
        padding-bottom: 1rem;
    }

    .irm_inner .irm_img {
        width: 90%;
    }

    .more_mob2 {
        width: 70%;
    }
}

@media screen and (max-width:414px) {
    .iroom {
        padding: 0 0 3rem 0;
    }

    .more_mob2 {
        width: 90%;
        text-align: right;
        padding: 4rem 0 2rem;
    }

    .more_mob2 span {
        text-align: right;
    }
}
@media screen and (max-width:390px){
    .more_mob:after {
    right: 2rem;
}
}
@media screen and (max-width:350px){
    .more_mob {
    padding: 2rem 2rem 0 0;	
}
.more_mob:after {
    right: 1.5rem;
}
.more_deco {
    padding-right: 0;
}
}
@media screen and (max-width:300px){
    .more_txt p:first-child {
    padding-right: 0.7rem;
}
}
/*---location--------------------------------------------------------------------------------------------------------------------------*/
.location {}

/*map*/
.map {
    position: relative;
    width: 828px;
    min-height: 516px;
    margin: 0 auto;
    max-width: 90%;
}

.map iframe {
    border: solid 10px #e9e2d8;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media screen and (max-width:450px) {
    .map {
        max-width: 100%;
        min-height: 390px;
    }
}

@media screen and (max-width:380px) {

    .location {
        padding-bottom: 1em;
    }
}

@media screen and (max-width:350px) {


    .map {
        min-height: 300px;
    }
}

/*************************
*********services_isce*****
**************************/
.isce_title {
    padding: 8rem 0 5.3rem;
    text-align: center;
    overflow: hidden;
    background: #f2e5d7;
}

.isce_title img,
.isce_title span {
    display: block;
}

.isce_title img {
    margin: 0 auto;
    padding-bottom: 1.8rem;
}

.isce_title span {
    font-size: 16px;
}

#services_isce {
    background: url(../../images/index1bg.jpg);
    background-position: top left;
    background-size: auto;
    background-repeat: repeat;
}

#services_isce h2 {
    color: #fff;
    padding-bottom: 15px;
    text-align: center;
    background-image: url(../../images/isceline.png);
    background-position: center bottom;
    background-size: auto;
    background-repeat: no-repeat;
    font-size: 20px;
    line-height: 1.5;
    padding: 10px 0;
}

.iscebg {
    background-image: url(../../images/iscebg.jpg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 1em;

}

.iscemore {
    background-image: url(../../images/iscemore.png);
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 16px;
}

.isce h2 span.iscenew {
    background: #dc5127;
    border-radius: 10px;
    font-size: 12px;
    padding: 2px 5px;
    vertical-align: middle;
    margin-right: 5px;
}

.isce h2 span.iscehot {
    background: #af2411;
    border-radius: 10px;
    font-size: 12px;
    padding: 2px 5px;
    vertical-align: middle;
    margin-right: 5px;
}

.isce {
    padding-top: 80px;
    padding-bottom: 60px;
}

.isce ul {
    margin: 0;
    padding: 0;
}

.isce ul li {
    display: inline-block;
    float: left;
    width: 25%;
    padding: 0 1em;
}

.isce ul li img {
    margin: 0 auto;
}

.isce ul li p {
    color: #fff;
    font-size: 16px;
}

.iscebtn img {
    margin: 0 auto;
    padding-bottom: 80px;
}

.isce_line {
    width: 100%;
    min-height: 35px;
    background: #f2e5d7;
}

@media(max-width:1700px) {
    .iscebg {
        padding: 0 100px;
    }
}

@media(max-width:1550px) {
    .iscebg {
        padding: 0 20px;
    }

    .isce ul li {
        padding: 0 15px;
    }
}

@media(max-width:1200px) {
    .isce ul li {
        width: 50%;
    }
}

@media(max-width:1100px) {
    #services_isce h2 {
        font-size: 16px;
    }
}

@media(max-width:991px) {
    #services_isce h2 {
        font-size: 20px;
    }

    .isce ul li {
        display: inline-block;
        float: left;
        width: 50%;
    }

    .isce ul li:nth-child(3) {
        clear: both;
    }

    .iscemore {
        margin-bottom: 20px;
    }

    .isce {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .iscebtn img {
        margin: 0 auto;
        padding-bottom: 20px;
    }
}

@media(max-width:900px) {
    .isce ul li {
        float: none;
        width: 22%;
        vertical-align: top;
    }

    .iscebg {
        text-align: center;
    }

    #services_isce h2 {
        font-size: 18px;
    }

    @media(max-width:700px) {
        .iscebg {
            padding: 0 15px;
        }

        .iscebtn img {
            max-width: 90%;
        }

        .isce ul li {
            width: 23%;
        }
    }

    @media(max-width:600px) {
        .isce ul li {
            width: 45%;
        }
    }

    @media(max-width:450px) {
        .isce_title {
            padding: 3rem 0;
        }

        .isce ul li {
            width: 48%;
        }
    }

    @media(max-width:380px) {
        .isce ul li {
            padding: 0 .5em;
        }

        .isce ul li p {
            font-size: 14px;
        }
    }

    @media(max-width:380px) {
        .isce_title {
            padding: 3rem 1rem;
        }
    }


    .isce li:hover {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        transform: translateY(-10px);
    }

    .isce ul li:hover img {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        opacity: 0.7;
    }

    .iscebtn img {
        position: relative;
        -webkit-animation: aniscebtn 0.6s infinite;
        animation: aniscebtn 0.6s infinite;
    }

    .iscebtn:hover img {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        transform: scale(0.9);
        transform-origin: center center;
    }

    @-webkit-keyframes aniscebtn {
        0% {
            top: 0;
        }

        50% {
            top: 10px;
        }

        100% {
            top: 2px;
        }
    }

    @keyframes aniscebtn {
        0% {
            top: 0;
        }

        50% {
            top: 10px;
        }

        100% {
            top: 2px;
        }
    }