/* ============== EOD EDITOR PLUGINS GUIDE  

    #
      - 
        -- 
    #BASIC SETTING
    #TITLE
      - non-border
    　- left-border
    　- bottom-border::after
    #CONTENT
      - iconSub
      - three-col
      - merge
    #PHOTO
    #PHOTO AND CONTENT
      - left txt 
      - right txt + bg
      - Sidebyside
    #VIDEO
      - videoTitle
      - videoRight
    #TABLE
      - lineStyle
      - bgStyle
      - nonStyle
    #SOCIAL
      - normal
      - squareTxt
      - circleLine
    #MAP AND STORE
      - singleMap
      - mapSidebyside
      - mapSidebysideBg
    #BUTTON
      - hoverLeftCircle
      - hoverIconMove
      - hoverGradient
      - hoverDBGradient
    #LIST
    #DIVIDER
    #GENERAL
    #RESPONSIVE


 */

 body{
     font-family: 'Courier New', Courier, monospace;
     /* padding: 50px 0; */
 }
 .defualt{
     font-size: 21px;
     font-weight: bold;
     padding: 50px 0 0;
 }
 .defualt-item{
     font-size: 16px;
     font-weight: 400;
     padding: 50px 0 0 50px;
     margin: 30px 0;
 }
 .defualt.title{
     /* padding-left: 50px; */
 }
 .align-items-center{
   align-items: center; 
 }

 .quickLinkin{
    position: fixed;
    width: 100%;
    background-color: #fff;
    padding: 10px 0;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 5%);
    z-index: 999;
 }
 .quickLinkin ul{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px 0;
    margin-bottom: 0;
 }
 /* .quickLinkin ul:first-child{
    border-bottom: solid 1px #f2f2f2;
 } */
 .quickLinkin ul li h3,
  .quickLinkin ul li a{
    font-weight: bold;
  }

 .quickLinkin ul li h3{
    background-color: #333;
    color: #fff;
    font-size: 19px;
    padding: 5px 22px;
    margin: 0;
 }
 .quickLinkin ul li a{
    color: #333;
    font-size: 17px;
    text-decoration: none;
 }
 .first-title{
    padding-top: 72px;
 }
.first-title,
.normal-title{
    position: relative;
}
.first-title h3,
.normal-title h3{
    text-align: center;
    color: #555;
    letter-spacing: 3px;
    font-size: 28px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ddd;
    border-bottom: solid 1px transparent;
    padding: 30px 0;
    margin-bottom: 0;
}
.normal-title{
    margin-top: 100px;
}


/* #BASIC SETTING */
.eod-editor{
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    /* padding: 30px 0; */
}
.eod-editor i{
    position: relative;
    top: 2px;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 24px;
}
.eod-editor .bgColor{
    background-color: #f2f2f2;
}
.eod-editor img{
    width: 100%;
    max-width: 100%;
}
.eod-editor .parallax {
    background-color: transparent;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    overflow: hidden;
    will-change: transform;
}


/* #TITLE */
.eod-editor .eodTitle h2{
    font-weight: bold;
    color: #555;
    margin: 20px 0;
}
.eod-editor .eodTitle p{
    margin: 0;
}

    /* non-border */
    .eod-editor .eodTitle .non-border{
        border: 0;
    }
    .eod-editor .eodTitle .non-border h2{
        font-size: 44px;
        margin: 0;
    }

    /* - left-border */
    .eod-editor .eodTitle .left-border{
        border-left: solid 5px #555;
        padding-left: 30px;
    }
    .eod-editor .eodTitle .left-border h2{
        font-size: 36px;
        margin-bottom: 10px;
    }

    /* - bottom-border::after */
    .eod-editor .eodTitle .bottom-border{
        position: relative;
    }
    .eod-editor .eodTitle .bottom-border::after{
        content: '';
        position: absolute;
        left: 0;
        bottom: -15px;
        display: inline-block;
        width: 35px;
        height: 3px;
        background-color: #555;
    }
    .eod-editor .eodTitle .bottom-border h2{
        font-size: 44px;
        margin: 30px 0 10px;
    }
    

/* ##TITLE ADVANCED */
.eod-editor .eodTitle h2{position: relative;}

.eod-editor .eodTitle.advanced .circleSub .main,
.eod-editor .eodTitle.advanced .overlapSub,
.eod-editor .eodTitle.advanced .shadowMain,
.eod-editor .eodTitle.advanced .borderSub{
    position: relative;
    text-align: center;
}
.eod-editor .eodTitle.advanced .overlapSub,
.eod-editor .eodTitle.advanced .borderSub{padding: 30px 0;}


    /* shadowMain */
    .eod-editor .eodTitle.advanced .shadowMain{
        padding: 30px 0;
    }
    .eod-editor .eodTitle.advanced .shadowMain .main{
        font-size: 60px;
        color: #000;
        text-shadow: 3px 3px 7px rgba(0, 0, 0, .25);
        margin: 0 0;
    }

    /* circleSub */
    .eod-editor .eodTitle.advanced .circleSub {
        padding: 30px 0 50px;
    }
    .eod-editor .eodTitle.advanced .circleSub .main{
        display: inline-block;
        font-size: 66px;
        color: #333;
        left: 50%;
        transform: translateX(-50%);
    }
    .eod-editor .eodTitle.advanced .circleSub .bottom-border::after{
        width: 75px;
        height: 2px;
        left: 50%;
        transform: translateX(-50%);
    }
    .eod-editor .eodTitle.advanced .circleSub .main > span{
        font-size: 18px;
    }

    .eod-editor .eodTitle.advanced .circlar{
        position: absolute;
        top: -15px;
        left: -20px;
        display: inline-block;
        width: 80px;
        height: 80px;
    }
    .eod-editor .eodTitle.advanced .circlar svg{
        display: block;
        transform: rotate(-20deg);
        overflow: visible;
    }
    .eod-editor .eodTitle.advanced .circlar svg > text{
        font-size: 18px;
        fill: #777;
    }
    .eod-editor .eodTitle.advanced .circlar path{ 
        fill: none; 
    }

    /* overlapSub */
    .eod-editor .eodTitle.advanced .overlapSub .main{
        position: relative;
        display: inline-block;
        font-size: 60px;
        color: #333;
        text-shadow: 3px 3px 7px rgba(0, 0, 0, .5);
        z-index: 0;
    }
    /* .eod-editor .eodTitle.advanced .overlapSub .main > p, */
    .eod-editor .eodTitle.advanced .overlapSub .main > span{
        position: absolute;
        display: inline-block;
        text-shadow: none;
        z-index: -1;
    }
    .eod-editor .eodTitle.advanced .overlapSub .main > span.leftDeco{
        display: block;
        top: -22px;
        left: -80px;
        font-size: 28px;
        color: #fff;
        background-color: #ddd;
        padding: 10px 20px;
    }
    .eod-editor .eodTitle.advanced .overlapSub .main > span:not(.leftDeco){
        font-size: 24px;
        font-weight: 400;
        top: -22px;
        right: 0;
    }

    /* borderSub */
    .eod-editor .eodTitle.advanced .borderSub{padding: 50px 0 10px;}
    .eod-editor .eodTitle.advanced .borderSub .main{
        position: relative;
        display: inline-block;
        font-size: 66px;
        font-weight: 300;
        line-height: 1.2;
        color: #555;
    }
    .eod-editor .eodTitle.advanced .borderSub .main > p{
        position: absolute;
        top: -50px;
        left: -88px;
        display: inline-block;

        color: #000;
        font-size: 36px;
        font-weight: 900;
        line-height: 1;
        border: solid 1px #aaa;
        padding: 8px 15px;
    }



/* #CONTENT */
.eod-editor .eodContent p,
.eod-editor .eodContent p{
    font-size: 15px;
}

    /* - merge */
    .eod-editor .eodContent .merge{
        color: #555;
    }
    .eod-editor .eodContent .merge p{
        color: #999;
    }
    .eod-editor .eodContent .merge h4 i{
        font-size: 24px;
        margin: 0 5px;
    }


/* ##CONTENT ADVANCED */
    /* - iconGlyphCon */
    .eod-editor .eodContent.advanced .iconGlyphCon{padding: 80px 0;}
    .eod-editor .eodContent.advanced .iconGlyphCon .sub-title{
        font-size: 18px;
        font-weight: bold;
    }
    .eod-editor .eodContent.advanced .iconGlyphCon p{
        position: relative;
        z-index: 0;
    }
    .eod-editor .eodContent.advanced .iconGlyphCon i{
        position: absolute;
        right: 0px;
        top: unset;
        bottom: -52px;
        width: 120px;
        height: 120px;
        color: #aaa;
        font-size: 120px;
        line-height: 1;
        opacity: 0.25;
        z-index: -1;
    }

    /* - borderCon */
    .eod-editor .eodContent.advanced .borderCon{
        padding: 50px 0;
        margin: 50px 0 30px;
    }
    .eod-editor .eodContent.advanced .borderCon .border{
        border: solid 2px #ddd!important;
        margin: 0 20px;
    }
    .eod-editor .eodContent.advanced .borderCon .sub-title{
        font-size: 21px;
    }
    .eod-editor .eodContent.advanced .borderCon .border > p{
        padding: 0 30px;
    }
    .eod-editor .eodContent.advanced .borderCon .top{
        position: relative;
        height: 100%;
        padding: 20px 0px 20px 30px;
    }
    .eod-editor .eodContent.advanced .borderCon .top > p{
        margin-bottom: 0;
    }
    .eod-editor .eodContent.advanced .borderCon .top .num{
        position: absolute;
        top: -50px;
        left: 20px;
        font-size: 120px;
        line-height: 1;
        color: #ddd;
        text-shadow: 3px 3px 3px rgb(0 0 0 / 35%);
        background-color: #fff;
        padding: 0 20px 0 10px;
    }
    .eod-editor .eodContent.advanced .borderCon .top .main{
        position: relative;
        top: 48px;
        display: inline-block;
        font-size: 28px;
        font-weight: 600;
        color: #555;
        line-height: 1;
    }    
    .eod-editor .eodContent.advanced .borderCon .col-md-7 p{
        padding: 10px 10px 5px;
        margin-bottom: 0;
    }

    /* - iconCircleCon */
    .eod-editor .eodContent.advanced .iconCircleCon{padding: 50px 0;}
    .eod-editor .eodContent.advanced .iconCircleCon p{
        color: #777;
        text-align: center;
    }
    .eod-editor .eodContent.advanced .iconCircleCon .circle{
        position: relative;
        display: inline-block;
        width: 130px;
        height: 130px;
        background-color: #ddd;
        border-radius: 50%;
        margin: auto;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 80px;
    }
    .eod-editor .eodContent.advanced .iconCircleCon .circle::after{
        content: '';
        display: inline-block;
        position: absolute;
        left: 50%;
        width: 1px;
        height: 65px;
        top: 130px;
        border-right: dashed 2px #ddd;
        /* background: #999; */
    }
    .eod-editor .eodContent.advanced .iconCircleCon .circle > i{
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 110px;
        height: 110px;
        font-size: 44px;
        color: #999;
        line-height: 2.2;

        border-radius: 50%;
        border: solid 7px #999;
        margin: auto;
        transform: translate(-50%, -50%);
    }




/* #PHOTO */

/* #PHOTO ADVANCED */
    /* five column  */
    .eodPhoto.advanced .five-col{
        padding: 50px;
    }
    .eodPhoto.advanced .five-col .img{
        padding-bottom: 0px;
    }

    /* photo stagger */
    /* .eodPhoto.advanced .photoStagger{
        position: relative;
        display: block;
        height: auto;
        width: 90%;
        min-height: 672px;
        padding: 50px 0;
        margin: auto;
        overflow-y: clip;
    } */

    .eodPhoto.advanced .photoStagger {
        position: relative;
        display: block;
        /* height: 100vh; */
        width: 80%;
        min-height: 700px;
        padding: 30px 0 275px;
        margin: 50px auto;
        /* margin-bottom: 230px; */
        /* overflow-y: clip; */
    }
    .eodPhoto.advanced .photoStagger img{
        width: 100%;
        height: auto;
    }
    .eodPhoto.advanced .photoStagger .staggerLeft,
    .eodPhoto.advanced .photoStagger .staggerRight{
        position: relative;
        display: inline-block;
        /* width: calc( 100% / 2 ); */
        width: 60%;
    }
    .eodPhoto.advanced .photoStagger .staggerLeft{
        top: 0;
        left: 0%;
        z-index: 1;
    }
    /* .eodPhoto.advanced .photoStagger .staggerRight{
        position: absolute;
        bottom: 0%;
        left: 42%;
        z-index: 2;
    } */
    .eodPhoto.advanced .photoStagger .staggerRight {
        position: absolute;
        top: 275px;
        z-index: 2;
        right: 0;
    }
    .eodPhoto.advanced .photoStagger .staggerRight img{
        box-shadow: -13px -11px 15px rgb(0 0 0 / 15%);
    }

    /* circle stagger */
    .eodPhoto.advanced .circleStagger{}
    .eodPhoto.advanced .circleStagger ul{
        position: relative;
        display: block;
        height: 400px;
        max-width: 1200px;
        padding: 50px 0;
        margin: auto;
    }
    .eodPhoto.advanced .circleStagger ul li{position: absolute; display: inline-block; width: auto;}
    .eodPhoto.advanced .circleStagger ul li > .circle{
        position: relative;
        display: inline-block;
        width: 300px;
        height: 300px;
        border-radius: 50%;
        box-shadow: -5px 0px 13px rgb(0 0 0 / 35%);
        overflow: hidden;
    }
    .eodPhoto.advanced .circleStagger ul li:first-child{
        left: 6%;
        z-index: 1;
    }
    .eodPhoto.advanced .circleStagger ul li:nth-child(2){
        left: 27%;
        z-index: 2;
    }
    .eodPhoto.advanced .circleStagger ul li:nth-child(3){
        left: 48%;
        z-index: 3;
    }
    .eodPhoto.advanced .circleStagger ul li:last-child{
        left: 69%;
        z-index: 4;
    }
    .eodPhoto.advanced .circleStagger ul li img{
        position: absolute;
        width: auto;
        max-width: unset;
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    /* stagger mix */
    .eodPhoto.advanced .staggerMix {
        position: relative;
        padding: 80px 0 100px;
    }
    .eodPhoto.advanced .staggerMix .imgLeft,
    .eodPhoto.advanced .staggerMix .imgRight{
        position: relative;
    }
    .eodPhoto.advanced .staggerMix .num{
        position: absolute;
        top: -45px;
        display: inline-block;
        background-color: #999;
        width: 130px;
        height: 130px;
    }
    .eodPhoto.advanced .staggerMix .num > span{
        display: block;
        font-size: 90px;
        color: #fff;
        padding: 20px 0;
        line-height: 1;
        text-align: center;
    }
    .eodPhoto.advanced .staggerMix .num > span::before,
    .eodPhoto.advanced .staggerMix .num > span::after{
        content: '';
        position: absolute;
        bottom: -25px;
        right: -26px;
        display: inline-block;
        width: 50px;
        height: 50px;
        background-color: #ddd;
        box-shadow: 2px 2px 3px rgb(0 0 0 / 15%);
    }
    .eodPhoto.advanced .staggerMix .num > span::after{
        bottom: 12px;
        right: -36px;
        width: 22px;
        height: 22px;
        background-color: #999;
        box-shadow: none;
    }
    .eodPhoto.advanced .staggerMix .imgLeft > img,
    .eodPhoto.advanced .staggerMix .imgRight > img{
        display: block;
        width: 80%;
        margin: auto;
    }
    .eodPhoto.advanced .staggerMix .circleImg{
        position: absolute;
        right: 0;
        bottom: -65px;
        display: inline-block;
        width: 250px;
        height: 250px;
        border-radius: 50%;
        overflow: hidden;
        box-shadow: 3px 3px 5px rgb(0 0 0 / 15%);
    }
    .eodPhoto.advanced .staggerMix .circleImg img{
        width: auto;
        height: 100%;
        max-width: fit-content;
    }

    /* photoPuzzles */
    .eodPhoto.advanced .photoPuzzle{
        position: relative;
        padding: 30px 0 50px;
    }
    .eodPhoto.advanced .photoPuzzle img{
        width: 100%;
    }
    .eodPhoto.advanced .photoPuzzle ul{
        display: flex;
        justify-content: center;
        padding-left: 0;
        list-style: none;
    }
    .eodPhoto.advanced .photoPuzzle ul li{
        padding: 10px 20px;
    }




/* #PHOTO AND CONTENT */
.eod-editor .eodPhotoCon img{
    width: 100%;
}
.eod-editor .eodPhotoCon .non-border,
.eod-editor .eodPhotoCon .bottom-border{
    padding-bottom: 30px;
}
    /* left txt */
    .eod-editor .eodPhotoCon .leftTxt{}
    
    /* right txt + bg */
    .eod-editor .eodPhotoCon .rightTxtBg{
        max-height: 420px;
        overflow: hidden;
    }
    .eod-editor .eodPhotoCon .rightTxtBg h2{
        margin-top: 0;
    }
    /*.eod-editor .eodPhotoCon .rightTxtBg .col-md-7{
        margin-left: -30px;
    } */
    .eod-editor .eodPhotoCon .rightTxtBg .bgColor{
        padding: 50px;
        margin-left: -30px;
    }
    .eod-editor .eodPhotoCon .rightTxtBg .mask{
        width: auto;
        height: 100%;
        overflow: hidden;
    }
    .eod-editor .eodPhotoCon .rightTxtBg .mask img{
        width: max-content;
        height: 100%;
    }
    .eod-editor .eodPhotoCon .rightTxtBg .bottom-border::after{
        top: 60px;
        bottom: unset;
    }

    /* Sidebyside */
    .eod-editor .eodPhotoCon .Sidebyside img{
        padding-bottom: 15px;
    }
    .eod-editor .eodPhotoCon .Sidebyside .Sidebyside-left,
    .eod-editor .eodPhotoCon .Sidebyside .Sidebyside-right{
        padding: 30px;
    }

    /* CircleTitle */
    .eod-editor .circleTitle {
        position: relative;
        padding: 80px 0;
    }
    .eod-editor .circleTitle ul{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0;
    }
    .eod-editor .circleTitle ul li {
        padding: 20px;
    }
    .eod-editor .circleTitle ul li .circle{
        border-radius: 50%;
        box-shadow: -3px 3px 5px rgb(0 0 0 / 15%);
        overflow: hidden;
    }
    .eod-editor .circleTitle ul li .ct-title{
        position: relative;
        padding: 25px 0 0px;
    }
    .eod-editor .circleTitle ul li .ct-title h3{
        font-size: 28px;
        letter-spacing: 1px;
        text-align: center;
    }

/* ##PHOTO AND CONTENT ADVANCED */
    /* ribbonTitle */
    .eod-editor .eodPhotoCon.advanced .ribbonTitle{
        position: relative;
        max-width: 550px;
        padding: 50px 0;
        margin: auto;
    }
    .eod-editor .eodPhotoCon.advanced .ribbonTitle .ribbonImg{
        position: relative;
        border-radius: 30px;
        overflow: hidden;
    }
    .eod-editor .eodPhotoCon.advanced .ribbonTitle .ribbonImg img{
        width: 100%;
    }
    .eod-editor .eodPhotoCon.advanced .ribbonTitle .ribbonImg .main{
        position: absolute;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 80px;
        line-height: 2.5;
        bottom: 32px;
        padding: 0 20px;
        background-color: rgb(255 255 255 / 65%);
        box-shadow: 0px 3px 5px rgb(0 0 0 / 25%);
    }
    .eod-editor .eodPhotoCon.advanced .ribbonTitle p{
        color: #555;
        line-height: 1.7;
        padding: 20px 10px 0 10px;
    }

    /* normalStagger */
    .eod-editor .eodPhotoCon.advanced .normalStagger{
        position: relative;
        max-width: 850px;
        min-height: 600px;
        max-height: 100%;
        padding: 50px 0 80px;
        margin: auto;
        margin-bottom: 50px;
        overflow-y: clip;
    }
    .eod-editor .eodPhotoCon.advanced .normalStagger .img{
        max-width: 550px;
    }
    .eod-editor .eodPhotoCon.advanced .normalStagger .img img{
        width: 100%;
    }
    .eod-editor .eodPhotoCon.advanced .normalStagger .content{
        position: absolute;
        right: 0;
        top: 285px;
        max-width: 500px;
        background-color: #fff;
        padding: 20px 35px;
        box-shadow: 3px 3px 5px rgb(0 0 0 / 25%);
    }
    .eod-editor .eodPhotoCon.advanced .normalStagger .content .main{
        font-size: 28px;
        color: #555;
        margin-bottom: 15px;
    }
    .eod-editor .eodPhotoCon.advanced .normalStagger .content p{
        line-height: 1.8;
        margin-bottom: 0;
    }

    /* circlePhotoCon */
    .eod-editor .eodPhotoCon.advanced .circlePhotoCon{
        position: relative;
        padding: 50px 0;
    }
    .eod-editor .eodPhotoCon.advanced .circlePhotoCon .img{
        position: relative;
        display: block;
        width: 300px;
        height: 300px;
        border-radius: 50%;
        margin: auto;
        overflow: hidden;
    }
    .eod-editor .eodPhotoCon.advanced .circlePhotoCon .img img{
        position: absolute;
        width: auto;
        max-width: 500px;
        max-height: 300px;
        left: 50%;
        transform: translateX(-50%);
    }
    .eod-editor .eodPhotoCon.advanced .circlePhotoCon .main{
        margin-bottom: 20px;
    }


/* #VIDEO */
.YoutubeStyle {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.YoutubeStyle iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.YoutubeStyle embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    /* videoTitle */
    .eod-editor .eodVideo .videoTitle .eodTitle{
        padding-bottom: 10px;
    }
    .eod-editor .eodVideo .videoTitle .eodTitle .non-border h2{
        font-size: 24px;
        color: #333;
    }
    .eod-editor .eodVideo .videoTitle .YoutubeStyle{

    }
    /* videoSidebyside */
    /* .eod-editor .eodVideo .videoSidebyside .YoutubeStyle{
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        margin-bottom: 15px;
    }
    .eod-editor .eodVideo .videoSidebyside .YoutubeStyle iframe{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .eod-editor .eodVideo .videoSidebyside .YoutubeStyle iframe embed{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    } */
    

    /* videoRight */
    .eod-editor .eodVideo .videoRight .eodTitle .non-border h2{
        font-size: 24px;
        color: #333;
        padding-bottom: 10px;
    }
    .eod-editor .eodVideo .videoRight .eodTitle,
    .eod-editor .eodVideo .videoRight p{
        padding-left: 30px;
    }

/* #VIDEO ADVANCED */
    /* videoIntro */
    .eod-editor .eodVideo.advanced .videoIntro{
        position: relative;
        padding-bottom: 80px;
        margin: 0 0 50px;
    }
    .eod-editor .eodVideo.advanced .videoIntro .info{
        position: absolute;
        top: 0;
        left: 5%;
        color: #fff;
        background-color: #000;
        width: 350px;
        padding: 30px;
        z-index: 1;
    }
    .eod-editor .eodVideo.advanced .videoIntro .info h2{
        color: #fff;
        font-size: 28px;
        font-weight: 500;
        padding-bottom: 25px;
    }
    .eod-editor .eodVideo.advanced .videoIntro .video{
        position: relative;
        top: 65px;
        background-color: #ddd;
        padding: 50px;
        margin: 0 0 65px;
        margin-left: 30%;
    }
    /* videoStagger */
    .eodVideo.advanced .videoStagger{
        position: relative;
        padding: 50px 0;
    }
    .eodVideo.advanced .videoStagger .eodTitle{margin-bottom: 10px;}
    .eodVideo.advanced .videoStagger .main{font-size: 32px;padding-left: 5px;}
    .eodVideo.advanced .videoStagger .col-md-6{
        padding: 50px 60px; 
    }
    .eodVideo.advanced .videoStagger .col-md-6:first-child{
        padding-top: 180px;
    }
    .eodVideo.advanced .videoStagger .video{
        position: relative;
    }
    .eodVideo.advanced .videoStagger .video::before{
        content: '';
        position: absolute;
        right: -15px;
        bottom: -15px;
        display: block;
        width: 100%;
        height: 100%;
        background-color: #ddd;
    }
    /* videoNonParallax */
    .eodVideo.advanced .videoNonParallax{
        position: relative;
        margin: 60px 0;
        padding: 100px 0;
        background-color: #F9F9F9;
        overflow: hidden;
        background-size: cover;
        background-position: center;
    }
    .eodVideo.advanced .videoNonParallax::after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .55);
        
        z-index: -1;
    }
    .eodVideo.advanced .videoNonParallax .content{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .eodVideo.advanced .videoNonParallax .video {
        position: relative;
        display: block;
        max-width: 650px;
        width: 100%;
        height: 100%;
    }
    .eodVideo.advanced .videoNonParallax .info{
        display: inline-block;
        width: 440px;
        top: 0;
        right: -440px;
        background-color: #fff;
        padding: 80px 50px;
    }
    .eodVideo.advanced .videoNonParallax .info .main{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .eodVideo.advanced .videoNonParallax .info p{
        margin-bottom: 0;
    }


/* #TABLE */
    .eod-editor .eodTable{
        position: relative;
        display: block;
        max-width: 100%;
        margin: 50px 0;
        overflow: auto;
    }
    .eod-editor .eodTable table{
        min-width: 800px;
    }
        /* lineStyle */
        .eod-editor .eodTable table.lineStyle{
            width: 100%;
        }
        .eod-editor .eodTable table.lineStyle,
        .eod-editor .eodTable table.lineStyle th,
        .eod-editor .eodTable table.lineStyle td{
            color: #555;
            border: solid 1px #999;
            border-collapse: collapse;
        }
        .eod-editor .eodTable table.lineStyle{
            border-width: 2px;
        }
        .eod-editor .eodTable table.lineStyle th:first-child,
        .eod-editor .eodTable table.lineStyle td:first-child{
            min-width: 80px;
            text-align: center;
        }
        .eod-editor .eodTable table.lineStyle thead,
        .eod-editor .eodTable table.lineStyle tr:nth-child(even){
            background-color: #ddd;
        }
        .eod-editor .eodTable table.lineStyle th,
        .eod-editor .eodTable table.lineStyle td{
            padding: 20px;
        }

        /* bgStyle */
        .eod-editor .eodTable table.bgStyle{
            width: 100%;
        }
        .eod-editor .eodTable table.bgStyle,
        .eod-editor .eodTable table.bgStyle th,
        .eod-editor .eodTable table.bgStyle td{
            color: #555;
            border: solid 2px #fff;
            border-collapse: collapse;
        }
        .eod-editor .eodTable table.bgStyle{
            border-width: 2px;
        }
        .eod-editor .eodTable table.bgStyle th:first-child,
        .eod-editor .eodTable table.bgStyle td:first-child{
            max-width: 80px;
            text-align: center;
            border-top-left-radius: 15px;
            border-bottom-left-radius: 15px;
        }
        .eod-editor .eodTable table.bgStyle th:last-child,
        .eod-editor .eodTable table.bgStyle td:last-child{
            max-width: 80px;
            border-top-right-radius: 15px;
            border-bottom-right-radius: 15px;
        }
        .eod-editor .eodTable table.bgStyle th,
        .eod-editor .eodTable table.bgStyle td{
            background-color: #ddd;
        }
        .eod-editor .eodTable table.bgStyle th:first-child,
        .eod-editor .eodTable table.bgStyle td:first-child{
            color: #fff;
            background-color: #555 ;
        }
        .eod-editor .eodTable table.bgStyle th,
        .eod-editor .eodTable table.bgStyle td{
            padding: 20px;
        }

        /* nonStyle */
        .eod-editor .eodTable table.nonStyle{
            width: 100%;
        }
        .eod-editor .eodTable table.nonStyle tr:first-child,
        .eod-editor .eodTable table.nonStyle tr:last-child{
            border-bottom: 2px #ddd solid;
        }
        .eod-editor .eodTable table.nonStyle th,
        .eod-editor .eodTable table.nonStyle td{
            color: #333;
            border-bottom: solid 1px #ddd;
            border-collapse: collapse;
            padding: 30px 20px;
        }
        .eod-editor .eodTable table.nonStyle td{
            color: #999;
        }
        .eod-editor .eodTable table.nonStyle th:first-child,
        .eod-editor .eodTable table.nonStyle td:first-child{
            min-width: 80px;
            text-align: center;
        }

/* ##TABLE ADVANCED */
        /* cardStyle */
        .eodTable.advanced table.cardStyle{
            position: relative;
            width: 100%;
        }
        .eodTable.advanced table.cardStyle tr{
            display: block;
            background-color: #fff;
            border-left: solid 5px #555;
            margin: 20px;
            box-shadow: 3px 5px 13px rgb(0 0 0 / 15%);            
        }
        .eodTable.advanced table.cardStyle th,
        .eodTable.advanced table.cardStyle td{
            color: #333;
            font-size: 17px;
            text-align: center;
            padding: 30px 20px;
        }
        .eodTable.advanced table.cardStyle th{
            min-width: 300px;
        }
        .eodTable.advanced table.cardStyle td{
            width: calc( 100% / 3 );
        }

        /* TBGradient */
        .eodTable.advanced.TBG{
            box-shadow: 3px 5px 13px rgb(0 0 0 / 25%);        
            border-radius: 7px;    
        }
        .eodTable.advanced .TBGradient{
            position: relative;
            width: 100%;
            background-image: linear-gradient(0deg, #eee 80%,#fff);
            border-radius: 7px;    
            box-shadow: 3px 5px 13px rgb(0 0 0 / 25%);            
            z-index: 1;
        }
        
        /* .eodTable.advanced .TBGradient::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 100%;
            background-color: #333;
            z-index: -1;
        } */
        .eodTable.advanced table.TBGradient th,
        .eodTable.advanced table.TBGradient td{
            color: #333;
            font-size: 17px;
            text-align: center;
            padding: 20px;

        }
        .eodTable.advanced table.TBGradient tr:not(:last-child) td{
            border-bottom: solid 1px #fff;
        }

        /* TBPBG */
        .eodTable.advanced .TBPBG{
            position: relative;
            display: block;
            width: 100%;
            background-color: #555;
            border-radius: 45px;
            border-top-left-radius: 0;
            padding: 0 50px;
            margin-top: 100px;
        }
/* .eodTable.advanced table.TBPBG::before{
            content: '';
            position: absolute;
            display: inline-block;
            top: -90px;
            background: url('/_content/AppCore.Shares/backend/js/contentbuilder/assets/minimalist-blocks/images/SVG/05_表格\ 進階\ \(3\)-上標題.svg') no-repeat;
            width: 100%;
            height: 90px;
        } */
.eodTable.advanced .main.TBPBG-title {
    color: #fff;
    position: absolute;
    top: 11px;
    background: url('../svg/table-title.svg') no-repeat;
    background-size: contain;
    width: 100%;
    height: 90px;
    padding: 26px;
    padding-left: 80px;
}

.eodTable.advanced .TBPBG thead,
.eodTable.advanced .TBPBG tbody {
    display: block;
}

    .eodTable.advanced .TBPBG thead tr,
    .eodTable.advanced .TBPBG tr:not(:last-child) {
        border-bottom: solid 1px #fff;
    }

.eodTable.advanced .TBPBG tr {
    display: flex;
}

.eodTable.advanced .TBPBG th,
.eodTable.advanced .TBPBG td {
    color: #fff;
    font-size: 17px;
    text-align: center;
    width: calc( 100% /4 );
    padding: 30px 20px;
}

    .eodTable.advanced .TBPBG td:first-child {
        margin-left: 10px;
    }



/* #SOCIAL */
.eod-editor .eodSocial {
    position: relative;
    width: 100%;
}

    .eod-editor .eodSocial i {
        margin-right: 0;
    }

    /* original */
    .eod-editor .eodSocial .original {
    }

        .eod-editor .eodSocial .original ul {
            display: flex;
            justify-content: center;
            width: 100%;
        }

            .eod-editor .eodSocial .original ul li {
                position: relative;
                width: 188px;
                height: 88px;
                text-align: center;
                margin-top: 10px;
                margin-bottom: 10px;
            }

                .eod-editor .eodSocial .original ul li i {
                    display: inline-block;
                    width: 100%;
                    height: 100%;
                    font-size: 60px;
                    line-height: 1.5;
                    color: #999;
                }

    /* normal */
    .eod-editor .eodSocial .normal ul {
        display: block;
        margin-bottom: 0;
        /* justify-content: center; */
    }

        .eod-editor .eodSocial .normal ul li {
            position: relative;
            background-color: #999;
            width: 60px;
            height: 60px;
            text-align: center;
            border-radius: 50%;
            margin: auto;
            margin-top: 10px;
            margin-bottom: 10px;
        }

            .eod-editor .eodSocial .normal ul li i {
                position: absolute;
                left: 0;
                top: 2px;
                font-size: 30px;
                color: #fff;
                width: 100%;
                height: 100%;
                border-radius: 50%;
                padding: 18px 0;
            }

    /* squareTxt */
    .eod-editor .eodSocial .squareTxt ul {
        display: flex;
        justify-content: center;
    }

        .eod-editor .eodSocial .squareTxt ul li {
            position: relative;
            display: block;
            text-align: center;
            min-width: 100px;
        }

            .eod-editor .eodSocial .squareTxt ul li p {
                display: block;
                width: 100%;
                margin-bottom: 0;
            }

            .eod-editor .eodSocial .squareTxt ul li i {
                font-size: 60px;
                width: 88px;
                height: 88px;
                line-height: 1;
                margin-bottom: 8px
            }

            .eod-editor .eodSocial .squareTxt ul li span {
                font-weight: bold;
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translateX(-50%);
            }

            .eod-editor .eodSocial .squareTxt ul li i,
            .eod-editor .eodSocial .squareTxt ul li span {
                color: #999;
            }

    /* circleLine */
    .eod-editor .eodSocial .circleLine ul {
        display: flex;
        justify-content: center;
    }

        .eod-editor .eodSocial .circleLine ul li {
            position: relative;
            display: block;
            width: 60px;
            height: 60px;
            text-align: center;
            border-radius: 50%;
            margin: 10px 30px;
        }

            .eod-editor .eodSocial .circleLine ul li i {
                position: absolute;
                left: 0;
                top: 2px;
                display: inline-block;
                font-size: 36px;
                color: #999;
                width: 100%;
                height: 100%;
                border: solid 1px #999;
                border-radius: 50%;
                line-height: 1;
                padding: 11px 0;
            }

/* ##SOCIAL ADVANCED */
/* slanted */
.eodSocial.advanced .slanted {
    padding: 80px 0;
}

    .eodSocial.advanced .slanted,
    .eodSocial.advanced .slanted ul li .icon,
    .eodSocial.advanced .slanted ul li span {
        position: relative;
        z-index: 0;
    }

        .eodSocial.advanced .slanted ul,
        .eodSocial.advanced .slanted ul li {
            display: flex;
            justify-content: center;
        }

            .eodSocial.advanced .slanted ul li {
                width: calc( 100% / 3 );
            }

                .eodSocial.advanced .slanted ul li:not(:last-child) {
                    margin: auto
                }

                .eodSocial.advanced .slanted ul li a {
                    display: contents;
                }

                .eodSocial.advanced .slanted ul li .icon {
                    margin-left: 50px;
                }

                    .eodSocial.advanced .slanted ul li .icon::after {
                        content: '';
                        position: absolute;
                        top: -20px;
                        left: -40px;
                        display: inline-block;
                        width: 120px;
                        height: 80px;
                        background-color: #000;
                        transform: skew(-27deg);
                        z-index: -1;
                    }

                    .eodSocial.advanced .slanted ul li .icon > i {
                        font-size: 36px;
                        color: #fff;
                        width: 44px;
                        height: 35px;
                        line-height: 35px;
                    }

                .eodSocial.advanced .slanted ul li span {
                    right: -5px;
                    bottom: -38px;
                    color: #fff;
                    z-index: 0;
                    text-align: center;
                    width: 135px;
                }

                    .eodSocial.advanced .slanted ul li span::before {
                        position: absolute;
                        top: -4px;
                        left: 0;
                        content: '';
                        display: inline-block;
                        width: 135px;
                        height: 35px;
                        background-color: #777;
                        padding: 5px 20px;
                        transform: skew(-27deg);
                        z-index: -1;
                    }

/* solidCircle */
.eodSocial.advanced .solidCircle {
    position: relative;
}

    .eodSocial.advanced .solidCircle ul {
        display: flex;
        justify-content: center;
        height: 100%;
        padding: 50px 0;
    }

        .eodSocial.advanced .solidCircle ul li {
            width: calc( 100% / 3 );
            text-align: center;
        }

            .eodSocial.advanced .solidCircle ul li a {
                display: inline-block;
                width: 100%;
                height: 100%;
            }

            .eodSocial.advanced .solidCircle ul li .icon {
                position: relative;
                top: 0px;
                display: inline-block;
                width: 151px;
                height: 151px;
                border-radius: 50%;
                z-index: 0;
            }

                .eodSocial.advanced .solidCircle ul li .icon::before {
                    content: '';
                    position: absolute;
                    left: 0px;
                    top: 0px;
                    display: inline-block;
                    width: 151px;
                    height: 151px;
                    background: linear-gradient(150deg, #000, #777);
                    border-radius: 50%;
                    z-index: -1;
                }

                .eodSocial.advanced .solidCircle ul li .icon::after {
                    content: '';
                    position: absolute;
                    left: 10px;
                    top: 10px;
                    display: inline-block;
                    width: 131px;
                    height: 131px;
                    background: linear-gradient(-10deg, #000, #777);
                    border-radius: 50%;
                    z-index: -1;
                }

                .eodSocial.advanced .solidCircle ul li .icon > i {
                    position: relative;
                    top: 50%;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    font-size: 52px;
                    line-height: 52px;
                    color: #fff;
                    transform: translateY(-50%);
                    z-index: 999;
                }

                    .eodSocial.advanced .solidCircle ul li .icon > i::before {
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        transform: translate(-50%, -50%);
                    }

                .eodSocial.advanced .solidCircle ul li .icon > span {
                    position: absolute;
                    transform: translate(-50%, -50%) rotate(0deg);
                    display: inline-block;
                    height: 65%;
                }

            .eodSocial.advanced .solidCircle ul li:first-child .icon > span {
                top: 62%;
                left: 62%;
                width: 48%;
            }

            .eodSocial.advanced .solidCircle ul li:nth-child(2) .icon > span {
                top: 66%;
                left: 60%;
                width: 56%;
            }

            .eodSocial.advanced .solidCircle ul li:last-child .icon > span {
                top: 68%;
                left: 63%;
                width: 68%;
            }
/* .eodSocial.advanced .solidCircle ul li .icon > span > img{
            position: absolute;
            top: 38px;
            right: 0;
            display: block;
            width: auto;
            height: 88px;
            margin: auto;
            margin-right: 0;
        } */

/* shape */
.eodSocial.advanced .shape {
}

    .eodSocial.advanced .shape ul {
        display: block;
        /* justify-content: center; */
    }

        .eodSocial.advanced .shape ul li {
            margin: auto;
            width: 241px;
            height: 140px;
            padding: 40px 0;
        }

            .eodSocial.advanced .shape ul li .icon {
                position: relative;
                display: inline-block;
                width: 220px;
                height: 100%;
            }

                .eodSocial.advanced .shape ul li .icon svg {
                    position: absolute;
                    left: 0px;
                    top: 0;
                    width: 65px;
                    z-index: 5;
                }

            .eodSocial.advanced .shape ul li a {
                position: relative;
                display: block;
                top: 10px;
                width: 100%;
                height: 100%;
                color: #fff;
                font-size: 24px;
                z-index: 0;
            }

                .eodSocial.advanced .shape ul li a::before,
                .eodSocial.advanced .shape ul li a::after {
                    content: '';
                    position: absolute;
                    display: inline-block;
                    background-color: #999;
                    z-index: -1;
                }

                .eodSocial.advanced .shape ul li a::before {
                    top: 0;
                    left: 52px;
                    width: 100%;
                    min-width: 168px;
                    max-width: 168px;
                    height: 50px;
                    border-radius: 12px;
                    border-top-left-radius: 0;
                    border-bottom-left-radius: 0;
                }

                .eodSocial.advanced .shape ul li a::after {
                    background-color: transparent;
                    top: 0;
                    left: 32px;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 0 0 50px 20px;
                    border-color: transparent transparent #999 transparent;
                }

                .eodSocial.advanced .shape ul li a > span {
                    position: absolute;
                    top: 2px;
                    line-height: 2;
                    width: 100%;
                    text-align: center;
                    padding: 0 0 0 45px;
                }




/* #MAP AND STORE */
/* singleMap */
.eod-editor .eodMap .singleMap .eodTitle .non-border h2 {
    font-size: 32px;
    padding-bottom: 25px;
}

.eod-editor .eodMap .singleMap .row {
    margin: 20px 80px;
}

.eod-editor .eodMap .singleMap .map-item {
    border-left: solid 3px #333;
    padding-left: 30px;
}

    .eod-editor .eodMap .singleMap .map-item p {
        padding: 8px 0;
        margin-bottom: 0;
    }

    .eod-editor .eodMap .singleMap .map-item span:nth-child(2) {
        display: block;
    }

/* mapSidebyside */
.eod-editor .eodMap .mapSidebyside .eodTitle .non-border h2 {
    font-size: 24px;
    padding-bottom: 10px;
}

.eod-editor .eodMap .mapSidebyside ul li p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 5px;
}

/* mapSidebysideBg */
.eod-editor .eodMap .mapSidebysideBg .row .row {
    background-color: #f2f2f2;
    padding: 20px;
    margin: 0;
}

.eod-editor .eodMap .mapSidebysideBg .eodTitle .non-border h2 {
    font-size: 24px;
    padding-bottom: 10px;
}

.eod-editor .eodMap .mapSidebysideBg ul li p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 5px;
}

/* ##MAP AND STORE ADVANCED */
/* map connection */
.eodMap.advanced .connection {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 900px;
    padding: 50px 0;
    margin: auto;
}

    .eodMap.advanced .connection .info .main {
        font-size: 36px;
        font-weight: 500;
        padding-bottom: 30px;
    }

    .eodMap.advanced .connection .info ul {
        list-style: none;
        border-left: solid 2px #555;
        padding-left: 15px;
        margin-bottom: 0;
    }

        .eodMap.advanced .connection .info ul li p {
            font-weight: 500;
            color: #555;
            margin-bottom: 10px;
        }

.eodMap.advanced .cnt-links {
    display: block;
    width: 180px;
    height: 180px;
    text-align: center;
    border-radius: 50%;
    border: solid 1px #555;
    padding: 38px 10px;
    margin: auto;
}

    .eodMap.advanced .cnt-links a {
        width: 100%;
        height: 100%;
        text-decoration: none;
    }

    .eodMap.advanced .cnt-links p {
        color: #555;
        padding: 0 0 15px;
        margin-bottom: 0;
    }

        .eodMap.advanced .cnt-links p > i {
            display: inline-block;
            font-size: 55px;
            width: 55px;
            height: 55px;
            line-height: 1;
            margin: 0;
        }

    .eodMap.advanced .cnt-links span {
        color: #555;
        font-size: 18px;
    }

/* floatingLOC */
.eodMap.advanced .floatingLOC {
    position: relative;
    padding: 60px 0;
    min-height: 80vh;
}

    .eodMap.advanced .floatingLOC iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ccc;
    }

    .eodMap.advanced .floatingLOC .floatingMenu {
        overflow-x: hidden;
        overflow-y: auto;
        max-width: 400px;
        max-height: 60vh;
    }

        .eodMap.advanced .floatingLOC .floatingMenu ul {
            position: relative;
            padding: 20px;
            list-style: none;
            overflow-x: hidden;
            overflow-y: auto;
        }

            .eodMap.advanced .floatingLOC .floatingMenu ul li {
                background-color: #fff;
            }

                .eodMap.advanced .floatingLOC .floatingMenu ul li > strong {
                    color: #555;
                }

                .eodMap.advanced .floatingLOC .floatingMenu ul li a {
                    font-size: 15px;
                    color: #777;
                    text-decoration: none;
                }

                .eodMap.advanced .floatingLOC .floatingMenu ul li p {
                    margin-bottom: 0;
                }

                .eodMap.advanced .floatingLOC .floatingMenu ul li .toggle > h3 {
                    color: #fff;
                    font-size: 19px;
                    font-weight: bold;
                    background: #777;
                    padding: 20px 20px 20px 30px;
                    margin-bottom: 0;
                }

                    .eodMap.advanced .floatingLOC .floatingMenu ul li .toggle > h3::before {
                        content: '\eac2';
                        font-family: "font-icons";
                        font-size: 18px;
                        color: #fff;
                        padding-right: 8px;
                    }

                .eodMap.advanced .floatingLOC .floatingMenu ul li ul li {
                    padding: 8px 0;
                }

/* staggerMap */
.eodMap.advanced .staggerMap {
    padding: 50px 0 120px;
    margin-bottom: 50px;
}

    .eodMap.advanced .staggerMap .content {
        position: relative;
    }

    .eodMap.advanced .staggerMap .info {
        background: linear-gradient(-22deg, #ddd, #fafafa 70%);
        width: 500px;
        padding: 50px 30px 80px;
        margin-left: 50px;
    }

        .eodMap.advanced .staggerMap .info h2 {
            font-weight: 600;
        }

        .eodMap.advanced .staggerMap .info ul {
            list-style: none;
            padding-left: 20px;
        }

            .eodMap.advanced .staggerMap .info ul li {
                position: relative;
                padding: 3px 0;
                line-height: 1.2;
            }

                .eodMap.advanced .staggerMap .info ul li::before {
                    position: absolute;
                    top: 50%;
                    left: -15px;
                    content: '';
                    display: inline-block;
                    width: 5px;
                    height: 5px;
                    background-color: #555;
                    /* padding: 3px 0; */
                    transform: translateY(-50%) rotate(45deg);
                }

                .eodMap.advanced .staggerMap .info ul li.email {
                    max-width: 210px;
                    word-break: break-all;
                }

                .eodMap.advanced .staggerMap .info ul li p {
                    margin-bottom: 0;
                }

                .eodMap.advanced .staggerMap .info ul li a {
                    color: #555;
                    text-decoration: none;
                }

    .eodMap.advanced .staggerMap .img {
        position: absolute;
        bottom: -35%;
        right: 10%;
        max-width: 250px;
        max-height: 250px;
        overflow: hidden;
        box-shadow: -5px 0px 13px rgb(0 0 0 / 15%);
    }

        .eodMap.advanced .staggerMap .img img {
            position: relative;
            display: inline-block;
            width: 300px;
            max-width: 300px;
            margin: auto;
            left: -25px;
        }

/* #BUTTON */
.eod-editor .eodButton {
    position: relative;
    display: block;
    text-align: center;
}

    .eod-editor .eodButton button {
        display: inline-block;
        text-align: center;
        border-radius: 35px;
        padding: 12px 40px;
        color: #555;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 2px;
        border: 1px #555 solid;
        outline: none;
        transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
    }
    /* LeftCircle */
    .eod-editor .eodButton .LeftCircle button {
        background-color: transparent;
    }

    /* IconMove */
    .eod-editor .eodButton .IconMove button {
        position: relative;
        color: #fff;
        background-color: #555;
        border: 0;
        border-radius: 5px;
        min-width: 220px;
    }

        .eod-editor .eodButton .IconMove button::after {
            position: absolute;
            top: 13px;
            right: 20px;
            content: '\e924';
            font-family: "font-icons";
            font-size: 16px;
            color: #fff;
            transition: all .3s ease-in-out;
        }

    /* Gradient */
    .eod-editor .eodButton .Gradient button {
        background: linear-gradient(-65deg, #f2f2f2, #aaa 80%, #f2f2f2);
        border: 0;
        border-radius: 5px;
        padding: 15px 60px;
    }

    /* DBGradient */
    .eod-editor .eodButton .DBGradient ul {
        display: flex;
        justify-content: center;
    }

        .eod-editor .eodButton .DBGradient ul li {
            margin: 0 20px;
        }

    .eod-editor .eodButton .DBGradient button {
        border: 0;
        border-bottom: 1px #555 solid;
        border-radius: 0;
        background: linear-gradient(-55deg, #f2f2f2 50%, #ddd 50%);
        padding: 12px 50px;
    }

    /* ##BUTTON ADVANCED */
    .eod-editor .eodButton.advanced {
        position: relative;
        display: block;
        text-align: center;
        padding: 30px 0;
    }

        .eod-editor .eodButton.advanced button {
            display: inline-block;
            height: 53px;
            text-align: center;
            border-radius: 35px;
            padding: 12px 40px;
            color: #555;
            font-size: 18px;
            font-weight: 500;
            line-height: 1;
            letter-spacing: 2px;
            border: 1px #555 solid;
            outline: none;
            transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
        }
        /* hoverLeftCircle */
        .eod-editor .eodButton.advanced .hoverLeftCircle button {
            background-color: transparent;
        }

            .eod-editor .eodButton.advanced .hoverLeftCircle button:hover {
                color: #fff;
                background-color: #555;
            }

        /* hoverIconMove */
        .eod-editor .eodButton.advanced .hoverIconMove button {
            position: relative;
            color: #fff;
            background-color: #555;
            border: 0;
            border-radius: 5px;
            min-width: 220px;
        }

            .eod-editor .eodButton.advanced .hoverIconMove button::after {
                position: absolute;
                top: 13px;
                right: 20px;
                content: '\e924';
                font-family: "font-icons";
                font-size: 16px;
                color: #fff;
                transition: all .3s ease-in-out;
            }

            .eod-editor .eodButton.advanced .hoverIconMove button:hover::after {
                right: 10px;
            }

        /* hoverGradient */
        .eod-editor .eodButton.advanced .hoverGradient button {
            background: linear-gradient(-65deg, #f2f2f2, #aaa 80%, #f2f2f2);
            border: 0;
            border-radius: 5px;
            padding: 15px 60px;
        }

            .eod-editor .eodButton.advanced .hoverGradient button:hover {
                background: linear-gradient(-65deg, #f2f2f2, #aaa 30%, #f2f2f2);
            }

        /* hoverDBGradient */
        .eod-editor .eodButton.advanced .hoverDBGradient ul {
            display: flex;
            justify-content: center;
        }

            .eod-editor .eodButton.advanced .hoverDBGradient ul li {
                margin: 0 20px;
            }

        .eod-editor .eodButton.advanced .hoverDBGradient button {
            border: 0;
            border-bottom: 1px #555 solid;
            border-radius: 0;
            background: linear-gradient(-55deg, #f2f2f2 50%, #ddd 50%);
            padding: 12px 50px;
        }

            .eod-editor .eodButton.advanced .hoverDBGradient button:hover {
                background: linear-gradient(-55deg, #ddd 50%, #f2f2f2 50%);
            }

/* separateColor */
.eodButton.advanced .separateColor button {
    position: relative;
    background-color: #ddd;
    border: 1px #ddd solid;
    padding-right: 100px;
}

    .eodButton.advanced .separateColor button > i {
        position: absolute;
        right: 0;
        top: -1px;
        color: #fff;
        background-color: #000;
        width: 60px;
        height: 53px;
        padding: 14px 0;
        margin: 0;
        border-top-right-radius: 35px;
        border-bottom-right-radius: 35px;
    }
/* quotation */
.eodButton.advanced .quotation button {
    position: relative;
    border: 0;
    font-size: 15px;
    font-weight: 600;
    width: 220px;
    height: 50px;
    background-color: transparent;
}

    .eodButton.advanced .quotation button::before,
    .eodButton.advanced .quotation button > span::after {
        border-left: 2px solid #555;
        border-top: 2px solid #555;
        bottom: 0;
        color: #555;
        content: "";
        height: 18px;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 18px;
    }

    .eodButton.advanced .quotation button::after,
    .eodButton.advanced .quotation button > span::before {
        border-bottom: 2px solid #555;
        border-right: 2px solid #555;
        bottom: 0;
        color: #555;
        content: "";
        height: 18px;
        left: auto;
        position: absolute;
        right: 0;
        width: 18px;
    }

    .eodButton.advanced .quotation button > span {
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        line-height: 2;
        padding: 14px;
        margin: 0;
    }

        .eodButton.advanced .quotation button > span::before {
            top: 0;
            bottom: unset;
            border-bottom: 0;
            border-top: 2px solid #555;
        }

        .eodButton.advanced .quotation button > span::after {
            top: unset;
            bottom: 0;
            border-top: 0;
            border-bottom: 2px solid #555;
        }

        .eodButton.advanced .quotation button > span i {
            position: relative;
            display: inline-block;
            background-color: #555;
            width: 20px;
            height: 2px;
            margin: 0 0 4px 7px;
        }

            .eodButton.advanced .quotation button > span i::after {
                content: '';
                position: absolute;
                display: inline-block;
                width: 12px;
                height: 2px;
                bottom: 2.2px;
                background-color: #555;
                transform: rotate(34deg) skewX(-56deg);
            }
/* tbCircle */
.eodButton.advanced .tbCircle ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding-left: 0;
}

.eod-editor .eodButton.advanced .tbCircle button {
    position: relative;
    display: block;
    width: 160px;
    height: 160px;
    color: #fff;
    border-radius: 50%;
    border: solid 13px #aaa;
    background-color: #000;
    padding: 0;
    margin: 0 50px;
}

    .eod-editor .eodButton.advanced .tbCircle button > span {
        position: absolute;
        top: 35px;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6px 10px 6px;
        border-color: transparent transparent #fff transparent;
        transform: translateX(-50%);
    }



/* #LIST */
.eod-editor .eodList {
    position: relative;
}

    .eod-editor .eodList i {
        font-weight: bold;
        min-width: 24px;
        margin-right: 5px;
    }

    /* singleList */
    .eod-editor .eodList .singleList ul li:not(:last-child) {
        padding-bottom: 30px;
    }

    .eod-editor .eodList .singleList p {
        padding-left: 30px;
        margin-bottom: 0;
    }

        .eod-editor .eodList .singleList p.sub-title {
            font-size: 24px;
            margin-bottom: 5px;
        }


    /* sidebysideList */
    .eod-editor .eodList .sidebysideList p {
        display: flex;
    }

    /* numberList */
    .eod-editor .eodList .numberList ol {
        list-style-type: decimal;
        counter-reset: item;
        padding-left: 0;
    }

        .eod-editor .eodList .numberList ol li {
            list-style-type: none;
            counter-increment: item;
            padding-bottom: 20px;
        }

            .eod-editor .eodList .numberList ol li::before {
                position: absolute;
                content: counter(item) ".";
                display: inline-block;
                font-weight: bold;
                left: 0;
            }

            .eod-editor .eodList .numberList ol li p:not(.sub-title) {
                color: #777;
            }

            .eod-editor .eodList .numberList ol li .sub-title {
                font-weight: bold;
                padding-left: 22px;
                margin-bottom: 5px;
            }

    /* ##LIST ADVANCED */
    /* queueList */
    .eod-editor .eodList.advanced .queueList {
        position: relative;
        padding: 80px 0 50px;
    }

        .eod-editor .eodList.advanced .queueList ul {
            display: flex;
            justify-content: center;
            padding-left: 0;
        }

            .eod-editor .eodList.advanced .queueList ul li {
                position: relative;
                background-color: #f2f2f2;
                padding: 60px 35px;
            }

                .eod-editor .eodList.advanced .queueList ul li:first-child {
                    border-top-left-radius: 15px;
                    border-bottom-left-radius: 15px;
                }

                .eod-editor .eodList.advanced .queueList ul li:last-child {
                    border-top-right-radius: 15px;
                    border-bottom-right-radius: 15px;
                }

                .eod-editor .eodList.advanced .queueList ul li:nth-child(even) {
                    background-color: #ccc;
                }

                .eod-editor .eodList.advanced .queueList ul li .num {
                    position: absolute;
                    top: -75px;
                    left: -45px;
                    font-size: 106px;
                    color: #555;
                }

                .eod-editor .eodList.advanced .queueList ul li .main {
                    color: #000;
                    font-size: 28px;
                    font-weight: 600;
                    letter-spacing: 2px;
                    margin-bottom: 10px;
                }

                .eod-editor .eodList.advanced .queueList ul li p {
                    font-size: 17px;
                    color: #555;
                    line-height: 1.5;
                    margin-bottom: 0;
                }

    /* squareList */
    .eod-editor .eodList.advanced .squareList {
        position: relative;
        padding: 50px 0;
    }

        .eod-editor .eodList.advanced .squareList ul {
            display: block;
            width: 80%;
            margin: auto;
        }

            .eod-editor .eodList.advanced .squareList ul li {
                position: relative;
                padding: 60px 0;
            }

                .eod-editor .eodList.advanced .squareList ul li .main {
                    margin-bottom: 5px;
                }

                .eod-editor .eodList.advanced .squareList ul li .num {
                    position: absolute;
                    top: 0;
                    left: -44px;
                    display: inline-block;
                    width: 110px;
                    height: 105px;
                    background-color: #555;
                    color: #fff;
                    font-size: 66px;
                    text-align: center;
                    line-height: 1.5;
                    border-radius: 10px;
                    padding: 9px 0 7px;
                }

                    .eod-editor .eodList.advanced .squareList ul li .num::after {
                        position: absolute;
                        top: -22px;
                        content: '';
                        display: inline-block;
                        width: 45px;
                        height: 42px;
                        background-color: #f2f2f2;
                        border-radius: 5px;
                    }

                .eod-editor .eodList.advanced .squareList ul li .content {
                    background-color: #f2f2f2;
                    padding: 10px 60px 10px 110px;
                    border-radius: 12px;
                }

/* cardList */
.eodList.advanced .cardList {
    position: relative;
    padding: 50px 0;
}

    .eodList.advanced .cardList ul {
        display: flex;
        justify-content: center;
        width: 90%;
        padding-left: 0;
        margin: auto;
    }

        .eodList.advanced .cardList ul li {
            background-color: #f2f2f2;
            width: calc( 100% /3);
            padding: 40px;
            margin: 0 20px;
            box-shadow: 3px 5px 13px rgba(0, 0, 0, .05);
        }

            .eodList.advanced .cardList ul li .main {
                font-size: 24px;
                font-weight: 500;
                margin: 30px 0 0px;
            }

            .eodList.advanced .cardList ul li .num {
                position: relative;
                font-size: 44px;
                font-weight: bold;
                color: #999;
                padding-bottom: 8px;
            }

                .eodList.advanced .cardList ul li .num::after {
                    content: '';
                    position: absolute;
                    left: 3px;
                    bottom: 0;
                    width: 18px;
                    height: 2px;
                    background-color: #333
                }

            .eodList.advanced .cardList ul li .content p {
                color: #999;
                margin-bottom: 30px;
            }

            .eodList.advanced .cardList ul li .img {
                position: relative;
                width: 269px;
                height: 269px;
                margin: auto;
                overflow: hidden;
            }

                .eodList.advanced .cardList ul li .img img {
                    position: absolute;
                    width: auto;
                    max-width: unset;
                    height: 100%;
                    left: 50%;
                    transform: translateX(-50%);
                }



/* #DIVIDER */
.eod-editor .eodDivider .doubleLine,
.eod-editor .eodDivider .centerDeco,
.eod-editor .eodDivider .centerIcon {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    padding: 20px 0;
    margin: 10px auto;
    color: #E5E5E5;
    width: 100%;
}

    .eod-editor .eodDivider .doubleLine::after,
    .eod-editor .eodDivider .doubleLine::before,
    .eod-editor .eodDivider .centerDeco::after,
    .eod-editor .eodDivider .centerDeco::before,
    .eod-editor .eodDivider .centerIcon::after,
    .eod-editor .eodDivider .centerIcon::before {
        content: '';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        height: 1px;
        background-color: #555;
    }

    .eod-editor .eodDivider .doubleLine::before,
    .eod-editor .eodDivider .centerDeco::before,
    .eod-editor .eodDivider .centerIcon::before {
        display: none;
        margin-right: 0.5rem;
    }

    .eod-editor .eodDivider .doubleLine::after,
    .eod-editor .eodDivider .centerDeco::after,
    .eod-editor .eodDivider .centerIcon::after {
        margin-left: 0.5rem;
    }

    .eod-editor .eodDivider .centerDeco.center::before,
    .eod-editor .eodDivider .centerIcon.center::before {
        display: block;
    }


    /* doubleLine */
    .eod-editor .eodDivider .doubleLine::after {
        height: 2px;
    }

    .eod-editor .eodDivider .doubleLine p {
        position: absolute;
        top: 27px;
        width: 100%;
        height: 1px;
        background-color: #777;
        margin-left: 0.5rem;
    }

/* centerDeco */
.eod-editor .eodDivider .centerDeco {
    position: relative;
}

    .eod-editor .eodDivider .centerDeco::after,
    .eod-editor .eodDivider .centerDeco::before {
        background-color: #999;
    }

    .eod-editor .eodDivider .centerDeco span {
        width: 10px;
        height: 10px;
        background-color: #999;
        margin: 5px;
        transform: rotate(45deg);
    }


/* centerIcon */
.eod-editor .eodDivider .centerIcon {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    padding: 20px 0;
    margin: 10px auto;
    color: #E5E5E5;
    width: 100%;
}

    .eod-editor .eodDivider .centerIcon a:hover {
        color: #888;
    }

    .eod-editor .eodDivider .centerIcon.divider-rounded i {
        width: 65px;
        height: 65px;
        line-height: 60px;
        color: #777;
        background-color: transparent;
        border-radius: 50%;
        border: solid 2px #aaa;
        margin-right: 0;
    }

    .eod-editor .eodDivider .centerIcon.divider-rounded::before,
    .eod-editor .eodDivider .centerIcon.divider-rounded::after {
        margin-left: 0;
        margin-right: 0;
    }
/* ##DIVIDER ADVANCED */
.eodDivider.advanced {
    padding: 50px 0;
}

    /* jagged / backArrows */
    .eodDivider.advanced .jagged,
    .eodDivider.advanced .backArrows {
        position: relative;
        padding: 35px 0;
    }

        .eodDivider.advanced .jagged svg,
        .eodDivider.advanced .backArrows svg {
            position: absolute;
            max-width: 50%;
        }

            .eodDivider.advanced .jagged svg:first-child,
            .eodDivider.advanced .backArrows svg:first-child {
                top: 0;
                left: 0;
            }

            .eodDivider.advanced .jagged svg:last-child,
            .eodDivider.advanced .backArrows svg:last-child {
                right: 0;
                bottom: 0;
            }

        .eodDivider.advanced .jagged p,
        .eodDivider.advanced .backArrows p {
            font-size: 24px;
            font-weight: 500;
            text-align: center;
            letter-spacing: 1px;
            margin-bottom: 0;
        }

    /* backArrows */
    .eodDivider.advanced .backArrows {
        padding: 25px 0;
    }

        .eodDivider.advanced .backArrows svg {
            max-width: 61%;
        }

        .eodDivider.advanced .backArrows p {
            letter-spacing: 2px;
        }

    /* repeatedX / repeatedDots */
    .eodDivider.advanced .repeatedX,
    .eodDivider.advanced .repeatedDots {
        position: relative;
        display: block;
        height: 18px;
        background: url('../svg/divider_x.svg') repeat-x;
        margin: 30px 0;
    }

    .eodDivider.advanced .repeatedDots {
        height: 5px;
        background: url('../svg/divider_dot.svg') repeat-x;
    }


/* #GENERAL */



/* #RESPONSIVE */
@media (max-width: 1440px){
    /* PHOTO */
    /* circleStagger */
    /* .eodPhoto.advanced .circleStagger ul li{
        width: 250px;
        height: 250px;
    } */
    /* staggerMix */
    .eodPhoto.advanced .staggerMix .circleImg {
        width: 220px;
        height: 220px;
    }

    /* MAP AND STORE */
    .eodMap.advanced .staggerMap .info {
        width: 100%;
        margin-left: 0;
    }
    .eodMap.advanced .staggerMap .info ul li.email{max-width: 100%;}
    .eodMap.advanced .staggerMap .img{
        bottom: -38%;
        right: 0;
    }

    /* VIDEO */
    .eod-editor .eodVideo.advanced .videoIntro .video {
        margin-left: 35%;
    }
}
@media (max-width: 1199px){
    /* PHOTOCON */
        /* rightTxtBg */
        .eod-editor .eodPhotoCon .rightTxtBg{max-height: 400px;}
        .eod-editor .eodPhotoCon .rightTxtBg .mask img{
            max-width: unset;
        }



    /* PHOTO */
        /* staggerMix */
        .eodPhoto.advanced .staggerMix .circleImg {
            width: 180px;
            height: 180px;
        }
        /* photoStagger */
        .eodPhoto.advanced .photoStagger {
            min-height: 555px;
            padding: 30px 0 210px;
        }
        .eodPhoto.advanced .photoStagger .staggerRight {
            top: 210px;
        }
        /* circleStagger */
        .eodPhoto.advanced .circleStagger ul {
            height: 350px;
        }
        .eodPhoto.advanced .circleStagger ul li > .circle{
            width: 250px;
            height: 250px;
        }
        .eodPhoto.advanced .circleStagger ul li:first-child{
            left: 2%;
        }
        .eodPhoto.advanced .circleStagger ul li:nth-child(2){
            left: 25%;
        }
        .eodPhoto.advanced .circleStagger ul li:nth-child(3){
            left: 48%;
        }
        .eodPhoto.advanced .circleStagger ul li:last-child{
            left: 71%;
        }


    /* VIDEO */
        /* videoIntro */
        .eod-editor .eodVideo.advanced .videoIntro {
            padding-bottom: 30px;
        }
        .eod-editor .eodVideo.advanced .videoIntro .info{
            top: 0;
            left: 0;
            width: 50%;
        }
        .eod-editor .eodVideo.advanced .videoIntro .video {
            padding: 20px;
            margin-left: 50%;
        }
        /* videoStagger */
        .eodVideo.advanced .videoStagger .col-md-6 {
            padding: 20px 30px;
        }
        .eodVideo.advanced .videoStagger .col-md-6:first-child {
            padding-top: 100px;
        }
        /* videoNonParallax */
        .eodVideo.advanced .videoNonParallax .info {
            padding: 50px 30px;
        }


        
    /* MAP AND STORE */
    .eodMap.advanced .staggerMap .info ul li.email{max-width: 44%;}


    /* BUTTON */
        


    /* LIST */
        /* queueList */
        .eod-editor .eodList.advanced .queueList ul {
            display: block;
            width: 100%;
        }
        .eod-editor .eodList.advanced .queueList ul li{
            display: inline-block;
            width: calc( ( 100% / 2 ) - 3px );
        }
        .eod-editor .eodList.advanced .queueList ul li:first-child {
            border-top-left-radius: 15px;
            border-bottom-left-radius: 0;
        }
        .eod-editor .eodList.advanced .queueList ul li:nth-child(2){
            border-top-right-radius: 15px;
        }
        .eod-editor .eodList.advanced .queueList ul li:nth-child(3){
            border-bottom-left-radius: 15px;
            background-color: #ccc;
        }
        .eod-editor .eodList.advanced .queueList ul li:last-child {
            border-top-right-radius: 0;
            border-bottom-right-radius: 15px;
            background-color: #f2f2f2;
        }
        /* cardList */
        .eodList.advanced .cardList ul{
            width: 100%;
        }
        .eodList.advanced .cardList ul li{
            padding: 30px;
            margin: 0 10px;
        }
        .eodList.advanced .cardList ul li .img{
            width: 232px;
            height: 232px;
        }

    /* DIVIDER */
        /* backArrows */
        .eodDivider.advanced .backArrows svg{
            max-width: 65%;
        }
        /* repeatedDots */
        .eodDivider.advanced .repeatedDots {
            height: 6px;
        }
    
}
@media (max-width: 991px){
    .basic-title {
        padding-top: 0px;
    }
    .quickLinkin{
        display: inline-block;
        text-align: left;
        bottom: 0;
        padding-top: 0;
        padding-bottom: 10px;
    }
    .quickLinkin ul{
        display: inline-block;
        width: 100%;
        padding: 0;
    }
     .quickLinkin ul:first-child {
        border-bottom: 0;
    }
    .quickLinkin ul li:not(:first-child){
        display: inline-block;
        width: calc( ( 100% / 6 ) - 8px );
        vertical-align: top;
        line-height: 1;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .quickLinkin ul li h3 {
        font-size: 17px;
        text-align: center;
    }
    .quickLinkin ul li a {
        font-size: 15px;
    }

    /* CONTENT */
        /* borderCon */
        .eod-editor .eodContent.advanced .borderCon .border{
            margin: 0;
        }
        .eod-editor .eodContent.advanced .borderCon .top {
            padding: 10px 30px;
        }
        
        .eod-editor .eodContent.advanced .borderCon .top .num{
            font-size: 80px;
        }
        .eod-editor .eodContent.advanced .borderCon .top .main {
            top: 25px;
        }
        .eod-editor .eodContent.advanced .borderCon .col-md-5,
        .eod-editor .eodContent.advanced .borderCon .col-md-7{
            width: 100%;
        }
        .eod-editor .eodContent.advanced .borderCon .col-md-7 p {
            padding: 10px 30px;
        }



    /* PHOTO */
        /* staggerMix */
        .eodPhoto.advanced .staggerMix .num{
            width: 95px;
            height: 90px;
        }
        .eodPhoto.advanced .staggerMix .num > span{
            display: block;
            font-size: 65px;
            color: #fff;
            padding: 12px 0;
            line-height: 1;
            text-align: center;
        }
        .eodPhoto.advanced .staggerMix .num > span::before,
        .eodPhoto.advanced .staggerMix .num > span::after{
            content: '';
            position: absolute;
            bottom: -20px;
            right: -18px;
            display: inline-block;
            width: 35px;
            height: 35px;
            background-color: #ddd;
            box-shadow: 2px 2px 3px rgb(0 0 0 / 15%);
        }
        .eodPhoto.advanced .staggerMix .num > span::after{
            bottom: 6px;
            right: -30px;
            width: 20px;
            height: 20px;
            background-color: #999;
            box-shadow: none;
        }
        .eodPhoto.advanced .staggerMix .circleImg{
            width: 135px;
            height: 135px;
        }

        /* photoStagger */
        .eodPhoto.advanced .photoStagger {
            width: 100%;
            min-height: 470px;
        }

        /* circleStagger */
        .eodPhoto.advanced .circleStagger ul li > .circle{
            width: 185px;
            height: 185px;
        }
        .eodPhoto.advanced .circleStagger ul li:first-child{
            left: 0;
        }
        .eodPhoto.advanced .circleStagger ul li:nth-child(2){
            left: 24%;
        }
        .eodPhoto.advanced .circleStagger ul li:nth-child(3){
            left: 48.5%;
        }
        .eodPhoto.advanced .circleStagger ul li:last-child{
            left: 73%;
        }
        /* five-col */
        .eodPhoto.advanced .five-col .img{
            padding-bottom: 20px;
        }


    
    /* PHOTOCON */
        /* Sidebyside */
        .eod-editor .eodPhotoCon .Sidebyside .Sidebyside-left,
        .eod-editor .eodPhotoCon .Sidebyside .Sidebyside-right{
            padding: 15px;
        } 
        /* CircleTitle */
        .eod-editor .circleTitle ul{
            display: block;
        }
        .eod-editor .circleTitle ul li {
            display: inline-block;
            width: calc(( 100% / 2 ) - 3px );
        }
        /* circlePhotoCon */
        .eod-editor .eodPhotoCon.advanced .circlePhotoCon .img {
            width: 200px;
            height: 200px;
        }
        .eod-editor .eodPhotoCon.advanced .circlePhotoCon .img img {
            max-height: 200px;
        }

       


    /* SOCIAL */
        /* slanted */
        .eodSocial.advanced .slanted{
            padding: 30px 0;
        }
        .eodSocial.advanced .slanted ul{
            display: block;
        }
        .eodSocial.advanced .slanted ul li{
            width: 100%;
            padding: 50px 0;
        }
    


    /* Map */
        /* singleMap */
        .eod-editor .eodMap .singleMap .row{
            margin: 20px 0px;
        }
        /* mapSidebysideBg */
        .eod-editor .eodMap .mapSidebyside .row .row .col-md-6{
            width: 100%;
        }
        /* mapSidebysideBg */
        .eod-editor .eodMap .mapSidebysideBg .row .row{
            flex-direction: column-reverse;
        }
        .eod-editor .eodMap .mapSidebysideBg .row .row .col-md-6{
            width: 100%;
        }
        /* staggerMap */
        .eodMap.advanced .staggerMap .content{margin-bottom: 30px;}
        .eodMap.advanced .staggerMap .info{padding-bottom: 30px;}
        .eodMap.advanced .staggerMap .img{
            position: relative;
            bottom: 0;
        }
        .eodMap.advanced .staggerMap .img,
        .eodMap.advanced .staggerMap .img img{ 
            left: 0;
            width: 100%;
            max-width: 100%;
            max-height: 100%;
        }
        .eodMap.advanced .staggerMap {
            padding: 50px 0;
            margin-bottom: 0;
        }



    /* VIDEO */
        /* videoStagger */
        .eodVideo.advanced .videoStagger .main {
            font-size: 28px;
        }
        /* videoNonParallax */
        .eodVideo.advanced .videoNonParallax .video{
            max-width: 100%;
        }
        .eodVideo.advanced .videoNonParallax .content{
            flex-direction: column;
        }
        .eodVideo.advanced .videoNonParallax .info{
            width: 100%;
            padding: 30px 30px 50px;
        }



    /* LIST */
        /* cardList */
        .eodList.advanced .cardList ul li {
            padding: 20px;
        }
        .eodList.advanced .cardList ul li .img {
            width: 172px;
            height: 172px;
        }



    /* DIVIDER */
        /* jagged / backArrows */
        .eodDivider.advanced .jagged,
        .eodDivider.advanced .backArrows{
            padding: 20px 0;
        }
        /* backArrows */
        .eodDivider.advanced .backArrows svg{
            max-width: 72%;
        }
        .eodDivider.advanced .repeatedX {
            height: 12px;
        }

}
@media (max-width: 767px){
    /* TITLE */
    .eod-editor .title .non-border h2,
    .eod-editor .title .bottom-border h2{
        font-size: 32px;
    }
    .eod-editor .title .left-border h2{
        font-size: 28px;
    }
        /* shadowMain */
        .eod-editor .eodTitle.advanced .shadowMain .main {
            font-size: 50px;
        }

        .eod-editor .eodTitle.advanced .circleSub .main{
            font-size: 44px;
        }
        
        .eod-editor .eodTitle.advanced .borderSub .main{
            font-size: 50px;
            padding-top: 50px;
        }
        .eod-editor .eodTitle.advanced .borderSub .main > p{
            top: 0;
            left: 50%;
            width: max-content;

            font-size: 24px;
            word-break: keep-all;
            transform: translateX(-50%);
        }

        .eod-editor .eodTitle.advanced .overlapSub .main{
            font-size: 48px;
            padding-top: 40px;
        }
        .eod-editor .eodTitle.advanced .overlapSub .main > span.leftDeco{
            top: 0px;
            left: 0px;
            font-size: 18px;
            padding: 10px 20px;
        }
        .eod-editor .eodTitle.advanced .overlapSub .main > span:not(.leftDeco){
            top: 5px;
        }



    /* CONTENT */
        .eod-editor .eodContent.advanced .iconGlyphCon .col-md-4{
            padding-bottom: 50px;
        }
        .eod-editor .eodContent.advanced .iconGlyphCon i {
            width: 80px;
            height: 80px;
            font-size: 80px;
            bottom: -35px;
        }

        .eod-editor .eodContent.advanced .borderCon .top .main {
            top: 45px;
        }
        .eod-editor .eodContent.advanced .borderCon .border{
            margin-bottom: 50px;
        }
        .eod-editor .eodContent.advanced .borderCon .top {
            padding: 10px 30px 30px;
        }
        .eod-editor .eodContent.advanced .borderCon .top .num{
            top: -30px;
        }

        .eod-editor .eodContent.advanced .iconCircleCon .col-md-4{
            margin-bottom: 55px;
        }
        .eod-editor .eodContent.advanced .iconCircleCon .circle {
            margin-bottom: 45px;
        }
        .eod-editor .eodContent.advanced .iconCircleCon .circle::after{
            height: 35px;
        }



    /* PHOTO */
        /* photoStagger */
        .eodPhoto.advanced .photoStagger {
            min-height: 390px;
            padding: 30px 0 135px;
            margin-bottom: 80px;
        }
        .eodPhoto.advanced .photoStagger .staggerRight {
            top: 155px;
        }

        /* staggerMix */
        .eodPhoto.advanced .staggerMix .num {
            width: 110px;
            height: 110px;
        }
        .eodPhoto.advanced .staggerMix .num > span {
            padding: 23px 0;
        }
        .eodPhoto.advanced .staggerMix .imgLeft, 
        .eodPhoto.advanced .staggerMix .imgRight{
            margin: 80px 0;
        }
        .eodPhoto.advanced .staggerMix .circleImg {
            right: 0;
            width: 180px;
            height: 180px;
        }

        /* photoPuzzle */
        .eodPhoto.advanced .photoPuzzle ul li {
            padding: 0 10px;
        }
        /* circleStagger */
        .eodPhoto.advanced .circleStagger ul{
            height: 555px;
        }
        .eodPhoto.advanced .circleStagger ul li > .circle{
            width: 220px;
            height: 220px;
        }
        .eodPhoto.advanced .circleStagger ul li:first-child{
            left: 10%;
        }
        .eodPhoto.advanced .circleStagger ul li:nth-child(2){
            left: 48%;
        }
        .eodPhoto.advanced .circleStagger ul li:nth-child(3){
            bottom: 45px;
            left: 10%;
        }
        .eodPhoto.advanced .circleStagger ul li:last-child{
            left: 48%;
            bottom: 45px;
        }



    /* PHOTOCON */
        /* rightTxtBg */
        .eod-editor .eodPhotoCon .rightTxtBg {
            max-height: 100%;
            overflow: visible;
        }
        .eod-editor .eodPhotoCon .rightTxtBg .bgColor{
            padding: 30px;
            margin-left: 0;
        }
        .eod-editor .eodPhotoCon .rightTxtBg .mask img{
            width: 100%;
        }
        .eod-editor .eodTitle.advanced .circlar {
            top: -18px;
            left: -15px;
            width: 70px;
        }
        /* Sidebyside */
        .eod-editor .eodPhotoCon .Sidebyside .Sidebyside-left,
        .eod-editor .eodPhotoCon .Sidebyside .Sidebyside-right{
            padding: 0;
        }
        .eod-editor .eodPhotoCon .Sidebyside .Sidebyside-left{
            padding-bottom: 30px;
        }
        /* CircleTitle */
        .eod-editor .circleTitle ul li .ct-title h3{font-size: 23px;}
        /* normalStagger */
        .eod-editor .eodPhotoCon.advanced .normalStagger .content {
            position: relative;
            top: unset;
            width: 100%;
            margin: auto;
        }
        .eod-editor .eodPhotoCon.advanced .normalStagger {
            padding: 50px 0;
        }
        /* circlePhotoCon */
        .eod-editor .eodPhotoCon.advanced .circlePhotoCon .img {
            width: 250px;
            height: 250px;
            margin-bottom: 30px;
        }
        .eod-editor .eodPhotoCon.advanced .circlePhotoCon .img img {
            max-height: 250px;
        }
        .eod-editor .eodPhotoCon.advanced .circlePhotoCon .main{
            margin-bottom: 10px;
        }



    /* TABLE */
        /* TBPBG */
        .eodTable.advanced .main.TBPBG-title {
            top: 40px;
            background-size: 90%;
            padding-left: 35px;
        }



    /* VIDEO */
        /* videoRight */
        .eod-editor .eodVideo .videoRight .eodTitle,
        .eod-editor .eodVideo .videoRight p{
            padding-left: 0px;
        }
        /* videoIntro */
        .eod-editor .eodVideo.advanced .videoIntro .info{
            position: relative;
            width: 100%;
        }
        .eod-editor .eodVideo.advanced .videoIntro .video {
            top: 0;
            padding: 20px;
            margin: 0;
        }
        /* videoStagger */
        .eodVideo.advanced .videoStagger .col-md-6:first-child {
            padding-top: 0px;
        }



    /* SOCIAL */
        /* circleLine */
        .eod-editor .eodSocial .circleLine ul li{
            margin: 10px 20px;
        }
        /* socialCircle */
        .eodSocial.advanced .solidCircle ul li .icon{
            width: 110px;
            height: 110px;
            background: transparent;
        }
        .eodSocial.advanced .solidCircle ul li .icon::before {
            width: 110px;
            height: 110px;
        }
        .eodSocial.advanced .solidCircle ul li .icon::after {
            left: 8px;
            top: 8px;
            width: 95px;
            height: 95px;
        }
        .eodSocial.advanced .solidCircle ul li .icon > span{
            height: 50%;
        }
        .eodSocial.advanced .solidCircle ul li:first-child .icon > span {
            top: 55%;
            left: 62%;
            width: 48%;
        }
        .eodSocial.advanced .solidCircle ul li:nth-child(2) .icon > span {
            top: 56%;
            left: 62%;
            width: 60%;
        }
        .eodSocial.advanced .solidCircle ul li:last-child .icon > span {
            top: 60%;
            left: 64%;
            width: 64%;
        }

        /* shape */
        .eodSocial.advanced .shape ul li {}
        .eodSocial.advanced .shape ul li .icon {
            width: 100%;
            background: transparent;
        }
        .eodSocial.advanced .shape ul li a::before {
            top: 10px;
            left: 32px;
            min-width: 180px;
            max-width: 180px;
        }
        .eodSocial.advanced .shape ul li a::after {
            top: 20px;
            left: 18px;
            border-width: 0 0 40px 15px;
        }
        .eodSocial.advanced .shape ul li .icon svg {
            left: 0;
            width: 65px;
        }
        .eodSocial.advanced .shape ul li a {
            top: 0;
            font-size: 17px;
        }
        .eodSocial.advanced .shape ul li a > span {
            top: 10px;
            left: 0%;
            line-height: 2.4;
            width: 212px;
            padding: 0 0 0 35px;
            font-size: 21px;
        }

        

    /* MAP */
        /* mapSidebyside */
        .eod-editor .eodMap .mapSidebyside .info{
            padding-bottom: 50px;
        }
        /* mapSidebysideBg */
        .eod-editor .eodMap .mapSidebysideBg .row .row {
            margin-bottom: 35px;
        }
        /* connection */
        .eodMap .connection {
            flex-direction: column-reverse;
        }
        .eodMap .connection .info .main {
            padding: 20px 0;
        }
        .eodMap .cnt-links {
            width: 200px;
            height: 200px;
            padding: 48px 10px;
        }
        .eodMap .cnt-links p > i {
            font-size: 60px;
        }



    /* LIST */
        /* singleList */
        .eod-editor .eodList .singleList p{
            padding-left: 0px;
        }
        /* queueList */
        .eod-editor .eodList.advanced .queueList ul li{
            display: block;
            width: 100%;
        }
        .eod-editor .eodList.advanced .queueList ul li:first-child {
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
            border-bottom-left-radius: 0;
        }
        .eod-editor .eodList.advanced .queueList ul li:nth-child(2){
            border-top-right-radius: 0;
        }
        .eod-editor .eodList.advanced .queueList ul li:nth-child(3){
            border-bottom-left-radius: 0;
            background-color: #f2f2f2;

        }
        .eod-editor .eodList.advanced .queueList ul li:last-child {
            border-bottom-left-radius: 15px;
            border-bottom-right-radius: 15px;
            background-color: #ccc;
        }
        .eod-editor .eodList.advanced .queueList ul li .num {
            top: -60px;
            left: 13px;
            font-size: 90px;
        }

        /* squareList */
        .eod-editor .eodList.advanced .squareList ul{width: 90%;}
        .eod-editor .eodList.advanced .squareList ul li .num {
            left: -30px;
        }
        .eod-editor .eodList.advanced .squareList ul li .content {
            padding: 10px 35px 10px 100px;
        }

        /* cardList */
        .eodList.advanced .cardList ul{display: block;}
        .eodList.advanced .cardList ul li {
            width: 100%;
            padding: 30px;
            margin: 20px 0;
        }
        .eodList.advanced .cardList ul li .img{
            display: block;
            width: 395px;
            height: 395px;
            margin: auto;
        }

    /* DIVIDER */
        /* jagged / backArrows */
        .eodDivider.advanced .jagged {
            padding: 20px 0;
        }
        .eodDivider.advanced .jagged svg {
            max-width: 66%;
        }
        .eodDivider.advanced .jagged p, .eodDivider.advanced .backArrows p{font-size: 21px;}
        /* backArrows */
        .eodDivider.advanced .backArrows {
            padding: 15px 0;
        }
        .eodDivider.advanced .backArrows svg {
            max-width: 75%;
        }

    /* BUTTON */
        /* tbCircle */
        .eod-editor .eodButton.advanced .tbCircle button {
            width: 130px;
            height: 130px;
            margin: 0 10px;
        }
        .eod-editor .eodButton.advanced .tbCircle button > span {
            top: 25px;
            border-width: 0 6px 10px 6px;
        }
        
}
@media (max-width: 479px) {
.quickLinkin ul li:not(:first-child){
    width: calc( ( 100% / 4 ) - 8px );
}

    /* BUTTON */
        /* DBGradient */
        .eod-editor .eodButton .DBGradient ul,
        .eod-editor .eodButton.advanced .hoverDBGradient ul{
            flex-direction: column;
        }
        .eod-editor .eodButton .DBGradient ul li,
        .eod-editor .eodButton.advanced .hoverDBGradient ul li{
            margin: 10px 20px 20px;
        }
        /* tbCircle */
        .eodButton.advanced .tbCircle ul {
            display: block;
        }
        .eodButton.advanced .tbCircle ul li{
            padding: 10px 0;
        }
        .eod-editor .eodButton.advanced .tbCircle button {
            width: 130px;
            height: 130px;
            color: #fff;
            border: solid 11px #aaa;
            margin: auto;
        }

        

    /* PHOTO */
        /* staggerMix */
        .eodPhoto.advanced .staggerMix .circleImg {
            right: 0;
            bottom: -45px;
            width: 150px;
            height: 150px;
        }
        /* photoStagger */
        .eodPhoto.advanced .photoStagger {
            margin-bottom: 50px;
            min-height: 300px;
        }
        .eodPhoto.advanced .photoStagger .staggerRight {
            top: 130px;
        }
        /* circleStagger */
        .eodPhoto.advanced .circleStagger ul{
            height: 535px;
            max-width: 375px;
            margin: auto;
        }
        .eodPhoto.advanced .circleStagger ul li > .circle{
            width: 210px;
            height: 210px;
        }
        .eodPhoto.advanced .circleStagger ul li:first-child{
            left: 0%;
        }
        .eodPhoto.advanced .circleStagger ul li:nth-child(2){
            left: 44%;
        }
        .eodPhoto.advanced .circleStagger ul li:nth-child(3){
            left: 0%;
        }
        .eodPhoto.advanced .circleStagger ul li:last-child{
            left: 44%;
        }



    /* PHOTOCON */
        /* ribbonTile */
        .eod-editor .eodPhotoCon .ribbonTitle .ribbonImg .main {
            height: 65px;
            line-height: 2.7;
        }
        /* CircleTitle */
        .eod-editor .circleTitle{
            padding: 50px 0;
        }
        .eod-editor .circleTitle ul li {
            padding: 10px 10px 20px;
        }
        .eod-editor .circleTitle ul li .ct-title {
            padding: 20px 0 0px;
        }
        .eod-editor .circleTitle ul li .ct-title h3{font-size: 21px;}



    /* TABLE */
        /* TBPBG */
        .eodTable.advanced .main.TBPBG-title {
            top: 48px;
            background-size: 100%;
            height: 52px;
            padding: 14px;
            padding-left: 30px;
        }



    /* SOCIAL */
        /* original */
        .eod-editor .eodSocial .original ul li{
            width: 72px;
            height: 72px;
        }
        .eod-editor .eodSocial .original ul li i{
            font-size: 48px;
        }
        /* slanted */
        .eodSocial.advanced .slanted ul li span {
            right: 0;
            bottom: -45px;
        }
        /* shape */
        .eodSocial.advanced .shape ul li {
            height: 100px;
            width: 212px;
            padding: 20px 0;
        }



    /* MAP AND STORE */
        /* connection */
        .eodMap .connection .info .main {
            padding-bottom: 20px;
        }
        .eodMap .cnt-links {
            margin-bottom: 20px;
        }



    /* VIDEO */
        /* videoNonParallax */
        .eodVideo.advanced .videoNonParallax .info{
            padding: 30px;
        }



    /* LIST */
        /* squareList */
        .eod-editor .eodList.advanced .squareList ul li .main{margin-top: 50px;}
        .eod-editor .eodList.advanced .squareList ul li .num {
            top: 23px;
            left: 20px;
            width: 90px;
            height: 85px;
            font-size: 50px;
        }
        .eod-editor .eodList.advanced .squareList ul li .content {
            padding: 10px 35px;
        }

        /* cardList */
        .eodList.advanced .cardList ul li .img {
            /* width: 290px;
            height: 290px; */
            width: 100%;
            height: 300px;
        }



    /* DIVIDER */
        /* jagged */
        .eodDivider.advanced .jagged svg {
            max-width: 100%;
        }
        /* backArrows */
        .eodDivider.advanced .backArrows {
            padding: 12px 0;
        }
        .eodDivider.advanced .backArrows svg {
            max-width: 90%;
        }
        /* repeatedDots */
        .eodDivider.advanced .repeatedDots {
            height: 8px;
        }
}





