/*思源黑*/
/*@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);*/

/*黑體*/
/*@import url(//fonts.googleapis.com/earlyaccess/cwtexhei.css);*/

/*仿宋體*/
/*@import url(//fonts.googleapis.com/earlyaccess/cwtexfangsong.css);*/

/*楷書*/
/*@import url(//fonts.googleapis.com/earlyaccess/cwtexkai.css);*/

/*明體*/
/*@import url(//fonts.googleapis.com/earlyaccess/cwtexming.css);*/

/*圓體*/
/*@import url(//fonts.googleapis.com/earlyaccess/cwtexyen.css);*/

* {
    -webkit-text-size-adjust: none;
    outline: none;
    hlbr: expression(this.onFocus=this.blur());
}

html,
html *:not(i),
body,
body *:not(i) {
    font-family: 'Poppins', Arial, "Open Sans", "微軟正黑體", "Microsoft JhengHei" !important;
}

label.error {
    display: none !important;
}

input.error,
textarea.error,
select.error {
    border: 1px solid #FF0000 !important;
    background-color: #ffeeee !important;
}

.transition *,
.transition:hover * {
    -o-transition: all .20s linear !important;
    -webkit-transition: all .20s linear !important;
    -moz-transition: all .20s linear !important;
    transition: all .20s linear !important;
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: opacity 1s 0s ease;
    opacity: 0;
}

img.img-responsive {
    max-width: 100%;
    height: auto;
}

.div-table img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.div-table.no-margin img {
    margin: 0;
}

#verifyImgCode {
    cursor: pointer;
}

.error404 {
    padding-top: 3em;
    padding-bottom: 3em;
    text-align: center;
}

.youtube_content {
    position: relative;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.youtube_content {
    padding-bottom: 56.25%;
}

.youtube_content iframe,
.youtube_content object,
.youtube_content embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.all-trans {
    -o-transition: all .5s linear !important;
    -webkit-transition: all .5s linear !important;
    -moz-transition: all .5s linear !important;
    transition: all .5s linear !important;
}

.all-trans:hover {
    -o-transition: all .5s linear !important;
    -webkit-transition: all .5s linear !important;
    -moz-transition: all .5s linear !important;
    transition: all .5s linear !important;
}

.overlybox {
    display: block;
    overflow: hidden;
}

.overlybox img {
    transition: all 0.5s;
}

.overlybox:hover img {
    transform: scale(1.4);
}

.fullTexty {
    text-align: justify;
    text-justify: auto;
}

.overflowTexty {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.overflow_multi {
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.noDisplay {
    display: none;
}

.spriteIMG {
    background-image: url(images/common_images/sprite.png);
    background-repeat: no-repeat;
}

#verifyImgCode {
    cursor: pointer;
}


/* This code is tested with latest version of Firefox and Chrome */

.image-shadow-box {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 50px rgba(0, 0, 0, 0.1) inset;
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    margin-bottom: 30px;
}

.image-shadow-box:before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 14px;
    left: 11px;
    width: 50%;
    height: 20%;
    box-shadow: 0 14px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-5deg) skew(-0deg);
    -moz-transform: rotate(-5deg) skew(-0deg);
    -ms-transform: rotate(-5deg) skew(-0deg);
    -o-transform: rotate(-5deg) skew(-0deg);
    transform: rotate(-5deg) skew(-0deg);
}

.image-shadow-box:after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 14px;
    right: 11px;
    width: 50%;
    height: 20%;
    box-shadow: 0 14px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(5deg) skew(0deg);
    -moz-transform: rotate(5deg) skew(0deg);
    -ms-transform: rotate(5deg) skew(0deg);
    -o-transform: rotate(5deg) skew(0deg);
    transform: rotate(5deg) skew(0deg);
}

.corner3px {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.corner4px {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.corner5px {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.corner6px {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.corner7px {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.corner8px {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.corner9px {
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.corner10px {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.corner11px {
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
}




/* margin bottom */

.cms_mb0 {
    margin-bottom: 0px;
}

.cms_mb10 {
    margin-bottom: 10px;
}

.cms_mb20 {
    margin-bottom: 20px;
}

.cms_mb30 {
    margin-bottom: 30px;
}

.cms_mb40 {
    margin-bottom: 40px;
}

.cms_mb50 {
    margin-bottom: 50px;
}

.cms_mb60 {
    margin-bottom: 60px;
}

.cms_mb70 {
    margin-bottom: 70px;
}

.cms_mb80 {
    margin-bottom: 80px;
}

.cms_mb90 {
    margin-bottom: 90px;
}

.cms_mb100 {
    margin-bottom: 100px;
}

.cms_mb110 {
    margin-bottom: 110px;
}

.cms_mb120 {
    margin-bottom: 120px;
}




/* margin top */

.cms_mt0 {
    margin-top: 0px;
}

.cms_mt10 {
    margin-top: 10px;
}

.cms_mt20 {
    margin-top: 20px;
}

.cms_mt30 {
    margin-top: 30px;
}

.cms_mt40 {
    margin-top: 40px;
}

.cms_mt50 {
    margin-top: 50px;
}

.cms_mt60 {
    margin-top: 60px;
}

.cms_mt70 {
    margin-top: 70px;
}

.cms_mt80 {
    margin-top: 80px;
}

.cms_mt90 {
    margin-top: 90px;
}

.cms_mt100 {
    margin-top: 100px;
}

.cms_mt110 {
    margin-top: 110px;
}

.cms_mt120 {
    margin-top: 120px;
}




/* margin left */

.cms_ml0 {
    margin-left: 0px;
}

.cms_ml10 {
    margin-left: 10px;
}

.cms_ml20 {
    margin-left: 20px;
}

.cms_ml30 {
    margin-left: 30px;
}

.cms_ml40 {
    margin-left: 40px;
}

.cms_ml50 {
    margin-left: 50px;
}

.cms_ml60 {
    margin-left: 60px;
}

.cms_ml70 {
    margin-left: 70px;
}

.cms_ml80 {
    margin-left: 80px;
}

.cms_ml90 {
    margin-left: 90px;
}

.cms_ml100 {
    margin-left: 100px;
}

.cms_ml110 {
    margin-left: 110px;
}

.cms_ml120 {
    margin-left: 120px;
}




/* margin right */

.cms_mr0 {
    margin-right: 0px;
}

.cms_mr10 {
    margin-right: 10px;
}

.cms_mr20 {
    margin-right: 20px;
}

.cms_mr30 {
    margin-right: 30px;
}

.cms_mr40 {
    margin-right: 40px;
}

.cms_mr50 {
    margin-right: 50px;
}

.cms_mr60 {
    margin-right: 60px;
}

.cms_mr70 {
    margin-right: 70px;
}

.cms_mr80 {
    margin-right: 80px;
}

.cms_mr90 {
    margin-right: 90px;
}

.cms_mr100 {
    margin-right: 100px;
}

.cms_mr110 {
    margin-right: 110px;
}

.cms_mr120 {
    margin-right: 120px;
}


/**** editor-area ****/

.editor-area {
    color: #000;
}

.editor-area p {
    margin-bottom: 15px;
    color: #000;
    line-height: 28px;
    font-size: 16px;
}

/*.editor-area p:last-child {
    margin-bottom: 0;
}*/


.editor-area img {
    margin-bottom: 15px;
}

.editor-area ul {
    list-style-type: disc;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 30px;
}

.editor-area ol {
    list-style-type: decimal;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 30px;
}

.editor-area h1 {
    font-size: 36px;
}

.editor-area h2 {
    font-size: 30px;
}

.editor-area h3 {
    font-size: 24px;
}

.editor-area h4 {
    font-size: 18px;
}

.editor-area h5 {
    font-size: 14px;
}

.editor-area h6 {
    font-size: 12px;
}

.editor-area h1,
.editor-area h2,
.editor-area h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
}

.editor-area h4,
.editor-area h5,
.editor-area h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
}


.scrollup {
    width: 50px;
    display: none;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    background-color: #333333;
    color: #fff;
    position: fixed;
    right: 30px;
    bottom: 30px;
}

.scrollup:hover {
    background-color: #767676;
    color: #fff;
}
.blueimp-gallery>.indicator>li {
    background-size: cover;
}
.blueimp-gallery>.next,
.blueimp-gallery>.prev,
.blueimp-gallery>.close,
.blueimp-gallery>.title,
.blueimp-gallery>.indicator {
    display: block;
}
.blueImpGallery #links a {
    width: 200px;
    height: 150px;
    display: inline-block;
    text-align: center;
    margin: 7px;
}
.blueImpGallery #links a img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}
/******************************
            symod
******************************/
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../../../fonts/glyphicons-halflings-regular.eot');
    src: url('../../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
    url('../../../fonts/glyphicons-halflings-regular.woff2') format('woff2'),
    url('../../../fonts/glyphicons-halflings-regular.woff') format('woff'),
    url('../../../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
    url('../../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {position: relative;top: 1px;display: inline-block;font-family: 'Glyphicons Halflings' !important;font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.glyphicon-asterisk:before {content: "\002a";}
.glyphicon-plus:before {content: "\002b";}
.glyphicon-euro:before,.glyphicon-eur:before {content: "\20ac";}
.glyphicon-minus:before {content: "\2212";}
.glyphicon-cloud:before {content: "\2601";}
.glyphicon-envelope:before {content: "\2709";}
.glyphicon-pencil:before {content: "\270f";}
.glyphicon-glass:before {content: "\e001";}
.glyphicon-music:before {content: "\e002";}
.glyphicon-search:before {content: "\e003";}
.glyphicon-heart:before {content: "\e005";}
.glyphicon-star:before {content: "\e006";}
.glyphicon-star-empty:before {content: "\e007";}
.glyphicon-user:before {content: "\e008";}
.glyphicon-film:before {content: "\e009";}
.glyphicon-th-large:before {content: "\e010";}
.glyphicon-th:before {content: "\e011";}
.glyphicon-th-list:before {content: "\e012";}
.glyphicon-ok:before {content: "\e013";}
.glyphicon-remove:before {content: "\e014";}
.glyphicon-zoom-in:before {content: "\e015";}
.glyphicon-zoom-out:before {content: "\e016";}
.glyphicon-off:before {content: "\e017";}
.glyphicon-signal:before {content: "\e018";}
.glyphicon-cog:before {content: "\e019";}
.glyphicon-trash:before {content: "\e020";}
.glyphicon-home:before {content: "\e021";}
.glyphicon-file:before {content: "\e022";}
.glyphicon-time:before {content: "\e023";}
.glyphicon-road:before {content: "\e024";}
.glyphicon-download-alt:before {content: "\e025";}
.glyphicon-download:before {content: "\e026";}
.glyphicon-upload:before {content: "\e027";}
.glyphicon-inbox:before {content: "\e028";}
.glyphicon-play-circle:before {content: "\e029";}
.glyphicon-repeat:before {content: "\e030";}
.glyphicon-refresh:before {content: "\e031";}
.glyphicon-list-alt:before {content: "\e032";}
.glyphicon-lock:before {content: "\e033";}
.glyphicon-flag:before {content: "\e034";}
.glyphicon-headphones:before {content: "\e035";}
.glyphicon-volume-off:before {content: "\e036";}
.glyphicon-volume-down:before {content: "\e037";}
.glyphicon-volume-up:before {content: "\e038";}
.glyphicon-qrcode:before {content: "\e039";}
.glyphicon-barcode:before {content: "\e040";}
.glyphicon-tag:before {content: "\e041";}
.glyphicon-tags:before {content: "\e042";}
.glyphicon-book:before {content: "\e043";}
.glyphicon-bookmark:before {content: "\e044";}
.glyphicon-print:before {content: "\e045";}
.glyphicon-camera:before {content: "\e046";}
.glyphicon-font:before {content: "\e047";}
.glyphicon-bold:before {content: "\e048";}
.glyphicon-italic:before {content: "\e049";}
.glyphicon-text-height:before {content: "\e050";}
.glyphicon-text-width:before {content: "\e051";}
.glyphicon-align-left:before {content: "\e052";}
.glyphicon-align-center:before {content: "\e053";}
.glyphicon-align-right:before {content: "\e054";}
.glyphicon-align-justify:before {content: "\e055";}
.glyphicon-list:before {content: "\e056";}
.glyphicon-indent-left:before {content: "\e057";}
.glyphicon-indent-right:before {content: "\e058";}
.glyphicon-facetime-video:before {content: "\e059";}
.glyphicon-picture:before {content: "\e060";}
.glyphicon-map-marker:before {content: "\e062";}
.glyphicon-adjust:before {content: "\e063";}
.glyphicon-tint:before {content: "\e064";}
.glyphicon-edit:before {content: "\e065";}
.glyphicon-share:before {content: "\e066";}
.glyphicon-check:before {content: "\e067";}
.glyphicon-move:before {content: "\e068";}
.glyphicon-step-backward:before {content: "\e069";}
.glyphicon-fast-backward:before {content: "\e070";}
.glyphicon-backward:before {content: "\e071";}
.glyphicon-play:before {content: "\e072";}
.glyphicon-pause:before {content: "\e073";}
.glyphicon-stop:before {content: "\e074";}
.glyphicon-forward:before {content: "\e075";}
.glyphicon-fast-forward:before {content: "\e076";}
.glyphicon-step-forward:before {content: "\e077";}
.glyphicon-eject:before {content: "\e078";}
.glyphicon-chevron-left:before {content: "\e079";}
.glyphicon-chevron-right:before {content: "\e080";}
.glyphicon-plus-sign:before {content: "\e081";}
.glyphicon-minus-sign:before {content: "\e082";}
.glyphicon-remove-sign:before {content: "\e083";}
.glyphicon-ok-sign:before {content: "\e084";}
.glyphicon-question-sign:before {content: "\e085";}
.glyphicon-info-sign:before {content: "\e086";}
.glyphicon-screenshot:before {content: "\e087";}
.glyphicon-remove-circle:before {content: "\e088";}
.glyphicon-ok-circle:before {content: "\e089";}
.glyphicon-ban-circle:before {content: "\e090";}
.glyphicon-arrow-left:before {content: "\e091";}
.glyphicon-arrow-right:before {content: "\e092";}
.glyphicon-arrow-up:before {content: "\e093";}
.glyphicon-arrow-down:before {content: "\e094";}
.glyphicon-share-alt:before {content: "\e095";}
.glyphicon-resize-full:before {content: "\e096";}
.glyphicon-resize-small:before {content: "\e097";}
.glyphicon-exclamation-sign:before {content: "\e101";}
.glyphicon-gift:before {content: "\e102";}
.glyphicon-leaf:before {content: "\e103";}
.glyphicon-fire:before {content: "\e104";}
.glyphicon-eye-open:before {content: "\e105";}
.glyphicon-eye-close:before {content: "\e106";}
.glyphicon-warning-sign:before {content: "\e107";}
.glyphicon-plane:before {content: "\e108";}
.glyphicon-calendar:before {content: "\e109";}
.glyphicon-random:before {content: "\e110";}
.glyphicon-comment:before {content: "\e111";}
.glyphicon-magnet:before {content: "\e112";}
.glyphicon-chevron-up:before {content: "\e113";}
.glyphicon-chevron-down:before {content: "\e114";}
.glyphicon-retweet:before {content: "\e115";}
.glyphicon-shopping-cart:before {content: "\e116";}
.glyphicon-folder-close:before {content: "\e117";}
.glyphicon-folder-open:before {content: "\e118";}
.glyphicon-resize-vertical:before {content: "\e119";}
.glyphicon-resize-horizontal:before {content: "\e120";}
.glyphicon-hdd:before {content: "\e121";}
.glyphicon-bullhorn:before {content: "\e122";}
.glyphicon-bell:before {content: "\e123";}
.glyphicon-certificate:before {content: "\e124";}
.glyphicon-thumbs-up:before {content: "\e125";}
.glyphicon-thumbs-down:before {content: "\e126";}
.glyphicon-hand-right:before {content: "\e127";}
.glyphicon-hand-left:before {content: "\e128";}
.glyphicon-hand-up:before {content: "\e129";}
.glyphicon-hand-down:before {content: "\e130";}
.glyphicon-circle-arrow-right:before {content: "\e131";}
.glyphicon-circle-arrow-left:before {content: "\e132";}
.glyphicon-circle-arrow-up:before {content: "\e133";}
.glyphicon-circle-arrow-down:before {content: "\e134";}
.glyphicon-globe:before {content: "\e135";}
.glyphicon-wrench:before {content: "\e136";}
.glyphicon-tasks:before {content: "\e137";}
.glyphicon-filter:before {content: "\e138";}
.glyphicon-briefcase:before {content: "\e139";}
.glyphicon-fullscreen:before {content: "\e140";}
.glyphicon-dashboard:before {content: "\e141";}
.glyphicon-paperclip:before {content: "\e142";}
.glyphicon-heart-empty:before {content: "\e143";}
.glyphicon-link:before {content: "\e144";}
.glyphicon-phone:before {content: "\e145";}
.glyphicon-pushpin:before {content: "\e146";}
.glyphicon-usd:before {content: "\e148";}
.glyphicon-gbp:before {content: "\e149";}
.glyphicon-sort:before {content: "\e150";}
.glyphicon-sort-by-alphabet:before {content: "\e151";}
.glyphicon-sort-by-alphabet-alt:before {content: "\e152";}
.glyphicon-sort-by-order:before {content: "\e153";}
.glyphicon-sort-by-order-alt:before {content: "\e154";}
.glyphicon-sort-by-attributes:before {content: "\e155";}
.glyphicon-sort-by-attributes-alt:before {content: "\e156";}
.glyphicon-unchecked:before {content: "\e157";}
.glyphicon-expand:before {content: "\e158";}
.glyphicon-collapse-down:before {content: "\e159";}
.glyphicon-collapse-up:before {content: "\e160";}
.glyphicon-log-in:before {content: "\e161";}
.glyphicon-flash:before {content: "\e162";}
.glyphicon-log-out:before {content: "\e163";}
.glyphicon-new-window:before {content: "\e164";}
.glyphicon-record:before {content: "\e165";}
.glyphicon-save:before {content: "\e166";}
.glyphicon-open:before {content: "\e167";}
.glyphicon-saved:before {content: "\e168";}
.glyphicon-import:before {content: "\e169";}
.glyphicon-export:before {content: "\e170";}
.glyphicon-send:before {content: "\e171";}
.glyphicon-floppy-disk:before {content: "\e172";}
.glyphicon-floppy-saved:before {content: "\e173";}
.glyphicon-floppy-remove:before {content: "\e174";}
.glyphicon-floppy-save:before {content: "\e175";}
.glyphicon-floppy-open:before {content: "\e176";}
.glyphicon-credit-card:before {content: "\e177";}
.glyphicon-transfer:before {content: "\e178";}
.glyphicon-cutlery:before {content: "\e179";}
.glyphicon-header:before {content: "\e180";}
.glyphicon-compressed:before {content: "\e181";}
.glyphicon-earphone:before {content: "\e182";}
.glyphicon-phone-alt:before {content: "\e183";}
.glyphicon-tower:before {content: "\e184";}
.glyphicon-stats:before {content: "\e185";}
.glyphicon-sd-video:before {content: "\e186";}
.glyphicon-hd-video:before {content: "\e187";}
.glyphicon-subtitles:before {content: "\e188";}
.glyphicon-sound-stereo:before {content: "\e189";}
.glyphicon-sound-dolby:before {content: "\e190";}
.glyphicon-sound-5-1:before {content: "\e191";}
.glyphicon-sound-6-1:before {content: "\e192";}
.glyphicon-sound-7-1:before {content: "\e193";}
.glyphicon-copyright-mark:before {content: "\e194";}
.glyphicon-registration-mark:before {content: "\e195";}
.glyphicon-cloud-download:before {content: "\e197";}
.glyphicon-cloud-upload:before {content: "\e198";}
.glyphicon-tree-conifer:before {content: "\e199";}
.glyphicon-tree-deciduous:before {content: "\e200";}
.glyphicon-cd:before {content: "\e201";}
.glyphicon-save-file:before {content: "\e202";}
.glyphicon-open-file:before {content: "\e203";}
.glyphicon-level-up:before {content: "\e204";}
.glyphicon-copy:before {content: "\e205";}
.glyphicon-paste:before {content: "\e206";}
.glyphicon-alert:before {content: "\e209";}
.glyphicon-equalizer:before {content: "\e210";}
.glyphicon-king:before {content: "\e211";}
.glyphicon-queen:before {content: "\e212";}
.glyphicon-pawn:before {content: "\e213";}
.glyphicon-bishop:before {content: "\e214";}
.glyphicon-knight:before {content: "\e215";}
.glyphicon-baby-formula:before {content: "\e216";}
.glyphicon-tent:before {content: "\26fa";}
.glyphicon-blackboard:before {content: "\e218";}
.glyphicon-bed:before {content: "\e219";}
.glyphicon-apple:before {content: "\f8ff";}
.glyphicon-erase:before {content: "\e221";}
.glyphicon-hourglass:before {content: "\231b";}
.glyphicon-lamp:before {content: "\e223";}
.glyphicon-duplicate:before {content: "\e224";}
.glyphicon-piggy-bank:before {content: "\e225";}
.glyphicon-scissors:before {content: "\e226";}
.glyphicon-bitcoin:before {content: "\e227";}
.glyphicon-btc:before {content: "\e227";}
.glyphicon-xbt:before {content: "\e227";}
.glyphicon-yen:before {content: "\00a5";}
.glyphicon-jpy:before {content: "\00a5";}
.glyphicon-ruble:before {content: "\20bd";}
.glyphicon-rub:before {content: "\20bd";}
.glyphicon-scale:before {content: "\e230";}
.glyphicon-ice-lolly:before {content: "\e231";}
.glyphicon-ice-lolly-tasted:before {content: "\e232";}
.glyphicon-education:before {content: "\e233";}
.glyphicon-option-horizontal:before {content: "\e234";}
.glyphicon-option-vertical:before {content: "\e235";}
.glyphicon-menu-hamburger:before {content: "\e236";}
.glyphicon-modal-window:before {content: "\e237";}
.glyphicon-oil:before {content: "\e238";}
.glyphicon-grain:before {content: "\e239";}
.glyphicon-sunglasses:before {content: "\e240";}
.glyphicon-text-size:before {content: "\e241";}
.glyphicon-text-color:before {content: "\e242";}
.glyphicon-text-background:before {content: "\e243";}
.glyphicon-object-align-top:before {content: "\e244";}
.glyphicon-object-align-bottom:before {content: "\e245";}
.glyphicon-object-align-horizontal:before {content: "\e246";}
.glyphicon-object-align-left:before {content: "\e247";}
.glyphicon-object-align-vertical:before {content: "\e248";}
.glyphicon-object-align-right:before {content: "\e249";}
.glyphicon-triangle-right:before {content: "\e250";}
.glyphicon-triangle-left:before {content: "\e251";}
.glyphicon-triangle-bottom:before {content: "\e252";}
.glyphicon-triangle-top:before {content: "\e253";}
.glyphicon-console:before {content: "\e254";}
.glyphicon-superscript:before {content: "\e255";}
.glyphicon-subscript:before {content: "\e256";}
.glyphicon-menu-left:before {content: "\e257";}
.glyphicon-menu-right:before {content: "\e258";}
.glyphicon-menu-down:before {content: "\e259";}
.glyphicon-menu-up:before {content: "\e260";}
.img-circle {border-radius: 50%;}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  /*background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  */background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  /*background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  */background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 15;
  width: auto;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.panel {margin-bottom: 20px;background-color: #fff;border: 1px solid transparent;border-radius: 4px;-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);box-shadow: 0 1px 1px rgba(0, 0, 0, .05);}
.panel-body {padding: 15px;}
.panel-heading {padding: 0;border-bottom: 1px solid transparent;border-top-left-radius: 3px;border-top-right-radius: 3px;}
.panel-heading > .dropdown .dropdown-toggle {color: inherit;}
.panel-title {margin-top: 0;margin-bottom: 0;font-size: 16px;color: inherit;}
.panel-title > a,.panel-title > small,.panel-title > .small,.panel-title > small > a,.panel-title > .small > a {color: inherit;display: block;padding: 10px 15px;}
.panel-footer {padding: 10px 15px;background-color: #f5f5f5;border-top: 1px solid #ddd;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;}
.panel > .list-group,.panel > .panel-collapse > .list-group {margin-bottom: 0;}
.panel > .list-group .list-group-item,.panel > .panel-collapse > .list-group .list-group-item {border-width: 1px 0;border-radius: 0;}
.panel > .list-group:first-child .list-group-item:first-child,.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {border-top: 0;border-top-left-radius: 3px;border-top-right-radius: 3px;}
.panel > .list-group:last-child .list-group-item:last-child,.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {border-bottom: 0;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {border-top-left-radius: 0;border-top-right-radius: 0;}
.panel-heading + .list-group .list-group-item:first-child {border-top-width: 0;}
.list-group + .panel-footer {border-top-width: 0;}
.panel > .table,.panel > .table-responsive > .table,.panel > .panel-collapse > .table {margin-bottom: 0;}
.panel > .table caption,.panel > .table-responsive > .table caption,.panel > .panel-collapse > .table caption {padding-right: 15px;padding-left: 15px;}
.panel > .table:first-child,.panel > .table-responsive:first-child > .table:first-child {border-top-left-radius: 3px;border-top-right-radius: 3px;}
.panel > .table:first-child > thead:first-child > tr:first-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,.panel > .table:first-child > tbody:first-child > tr:first-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {border-top-left-radius: 3px;border-top-right-radius: 3px;}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {border-top-left-radius: 3px;}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {border-top-right-radius: 3px;}
.panel > .table:last-child,.panel > .table-responsive:last-child > .table:last-child {border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;}
.panel > .table:last-child > tbody:last-child > tr:last-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,.panel > .table:last-child > tfoot:last-child > tr:last-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {border-bottom-left-radius: 3px;}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {border-bottom-right-radius: 3px;}
.panel > .panel-body + .table,.panel > .panel-body + .table-responsive,.panel > .table + .panel-body,.panel > .table-responsive + .panel-body {border-top: 1px solid #ddd;}
.panel > .table > tbody:first-child > tr:first-child th,.panel > .table > tbody:first-child > tr:first-child td {border-top: 0;}
.panel > .table-bordered,.panel > .table-responsive > .table-bordered {border: 0;}
.panel > .table-bordered > thead > tr > th:first-child,.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,.panel > .table-bordered > tbody > tr > th:first-child,.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,.panel > .table-bordered > tfoot > tr > th:first-child,.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,.panel > .table-bordered > thead > tr > td:first-child,.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,.panel > .table-bordered > tbody > tr > td:first-child,.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,.panel > .table-bordered > tfoot > tr > td:first-child,.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {border-left: 0;}
.panel > .table-bordered > thead > tr > th:last-child,.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,.panel > .table-bordered > tbody > tr > th:last-child,.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,.panel > .table-bordered > tfoot > tr > th:last-child,.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,.panel > .table-bordered > thead > tr > td:last-child,.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,.panel > .table-bordered > tbody > tr > td:last-child,.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,.panel > .table-bordered > tfoot > tr > td:last-child,.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {border-right: 0;}
.panel > .table-bordered > thead > tr:first-child > td,.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,.panel > .table-bordered > tbody > tr:first-child > td,.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,.panel > .table-bordered > thead > tr:first-child > th,.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,.panel > .table-bordered > tbody > tr:first-child > th,.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {border-bottom: 0;}
.panel > .table-bordered > tbody > tr:last-child > td,.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,.panel > .table-bordered > tfoot > tr:last-child > td,.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,.panel > .table-bordered > tbody > tr:last-child > th,.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,.panel > .table-bordered > tfoot > tr:last-child > th,.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {border-bottom: 0;}
.panel > .table-responsive {margin-bottom: 0;border: 0;}
.panel-group {margin-bottom: 20px;}
.panel-group .panel {margin-bottom: 0;border-radius: 4px;}
.panel-group .panel + .panel {margin-top: 5px;}
.panel-group .panel-heading {border-bottom: 0;}
.panel-group .panel-heading + .panel-collapse > .panel-body,.panel-group .panel-heading + .panel-collapse > .list-group {border-top: 1px solid #ddd;}
.panel-group .panel-footer {border-top: 0;}
.panel-group .panel-footer + .panel-collapse .panel-body {border-bottom: 1px solid #ddd;}
.panel-default {border-color: #ddd;}
.panel-default > .panel-heading {color: #333;background-color: #f5f5f5;border-color: #ddd;}
.panel-default > .panel-heading + .panel-collapse > .panel-body {border-top-color: #ddd;}
.panel-default > .panel-heading .badge {color: #f5f5f5;background-color: #333;}
.panel-default > .panel-footer + .panel-collapse > .panel-body {border-bottom-color: #ddd;}
.panel-primary {border-color: #337ab7;}
.panel-primary > .panel-heading {color: #fff;background-color: #337ab7;border-color: #337ab7;}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {border-top-color: #337ab7;}
.panel-primary > .panel-heading .badge {color: #337ab7;background-color: #fff;}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {border-bottom-color: #337ab7;}
.panel-success {border-color: #d6e9c6;}
.panel-success > .panel-heading {color: #3c763d;background-color: #dff0d8;border-color: #d6e9c6;}
.panel-success > .panel-heading + .panel-collapse > .panel-body {border-top-color: #d6e9c6;}
.panel-success > .panel-heading .badge {color: #dff0d8;background-color: #3c763d;}
.panel-success > .panel-footer + .panel-collapse > .panel-body {border-bottom-color: #d6e9c6;}
.panel-info {border-color: #bce8f1;}
.panel-info > .panel-heading {color: #31708f;background-color: #d9edf7;border-color: #bce8f1;}
.panel-info > .panel-heading + .panel-collapse > .panel-body {border-top-color: #bce8f1;}
.panel-info > .panel-heading .badge {color: #d9edf7;background-color: #31708f;}
.panel-info > .panel-footer + .panel-collapse > .panel-body {border-bottom-color: #bce8f1;}
.panel-warning {border-color: #faebcc;}
.panel-warning > .panel-heading {color: #8a6d3b;background-color: #fcf8e3;border-color: #faebcc;}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {border-top-color: #faebcc;}
.panel-warning > .panel-heading .badge {color: #fcf8e3;background-color: #8a6d3b;}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {border-bottom-color: #faebcc;}
.panel-danger {border-color: #ebccd1;}
.panel-danger > .panel-heading {color: #a94442;background-color: #f2dede;border-color: #ebccd1;}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {border-top-color: #ebccd1;}
.panel-danger > .panel-heading .badge {color: #f2dede;background-color: #a94442;}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {border-bottom-color: #ebccd1;}
.panel-body:before,.panel-body:after {display: table;content: " ";}
.panel-body:after{clear: both;}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.collapse.in {
    display: block !important;
}
s, strike, del {text-decoration: line-through;}
sub, sup {position: relative;font-size: 75%;line-height: 0;vertical-align: baseline;}
sub {bottom: -.25em;}
sup {top: -.5em;}
@media (min-width: 576px){
    .col-sm-6.div-td {width: 50%;}
    .col-sm-8.div-td {width: 66.666667%;}
}
/******************************
            header
******************************/
/* 主按鈕列 */
.mega-menu .menu-links > li > a {padding: 0px;text-transform: none;margin: 0 13px;width: auto;line-height: normal;}
.mega-menu .menu-links > li:hover > a {border-bottom: 1px solid #083090;}
.header.light .mega-menu .menu-links > li:hover > a {color: #083090;}
.header.light .search .search-btn:hover {color: #2828ff;}
.search .search-box button {color: #2828ff;}
.search .search-box button:hover {color: #004b97;}
.header.light .mega-menu .menu-links > li.active > a {color: #004b97;}
.lang , .lang_list {display: none;}
.lang_list.open {display: block;}
@media (max-width: 1110px) and (min-width: 1081px) {
    .mega-menu .menu-links > li > a {margin: 0 8px;}
}
@media (max-width: 1080px) and (min-width: 992px) {
    .mega-menu .menu-links > li > a {margin: 0 5px;}
}
@media (max-width: 991px) {
    .mega-menu > section.menu-list-items {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        background: rgba(255,255,255,1);
    }
    .mega-menu.desktopTopFixed .menu-logo {padding: 10px 0;}
    .search-cart {right: 40px;}
    .mega-menu .menu-links > li > a {font-size: 16px;padding: 10px 0;}
    .lang {
        display: inline-block;
        position: absolute;
        right: 70px;
        z-index: 999;
    }
    .lang > a {
        margin-top: 20px;
        display: inline-block;
        padding-right: 15px;
        padding-left: 10px;
        color: #000!important;
    }
    .lang_list {
        background-color: #004b97;
        padding: 10px;
        position: absolute;
        right: 70px;
        top: 60px;
    }
    .lang_list a {color: #fff!important;}
    .lanav {display: none!important;}
}
/* 下拉 */
.mega-menu .drop-down-multilevel li:hover > a {color: #fff;}
.mega-menu .drop-down-multilevel li:hover {background: #083090;}
.mega-menu .menu-links > li.active .drop-down-multilevel li.active a {
    color: #fff;
    background: #004b97;
}
.mega-menu .menu-links > li.active .drop-down-multilevel a:hover {color: #fff;}
.mega-menu .menu-links > li.active .drop-down-multilevel li.active i {color: #fff;}
.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a {
    color: #fff;
    background: #004b97;
}
.mega-menu .drop-down-multilevel li:hover > a , .mega-menu .drop-down-multilevel li:hover > a i {color: #fff;}
.mega-menu .menu-links > li.active .drop-down-multilevel li:hover a , 
.mega-menu .menu-links > li.active .drop-down-multilevel li .drop-down-multilevel li:hover a {color: #fff;}
.mega-menu .menu-links > li.active .drop-down-multilevel li .drop-down-multilevel li a {
    color: #555555;
}
/******************************
            footer
******************************/
.cookieBlock {display: none;width: 100%;padding-top: 10px;padding-bottom: 10px;position: fixed;bottom: 0;left: 0;z-index: 1;-webkit-transition: all 0.3s 0s ease-in-out;-o-transition: all 0.3s 0s ease-in-out;transition: all 0.3s 0s ease-in-out;}
.cookieBlock.show {z-index: 9999;display: block;}
.slideInUp {-webkit-animation-name: slideInUp;animation-name: slideInUp;-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.cookieBlock:before {content: '';width: 100%;height: 100%;background-color: #000000;opacity: 0.8;position: absolute;top: 0;left: 0;z-index: 0;}
.cookieBlock_cont {margin: 0 auto;padding: 0 30px;display: flex;flex-wrap: nowrap;align-items: center;justify-content: center;background: transparent;}
.cookieBlock_item {z-index: 1;position: relative;text-align: center;}
.cookieBlockItem_lt {flex: 0 0 90%;}
.cookieBlockItem_rt {flex: 0 0 10%;}
.cookieBlock__txt {color: #FFFFFF;margin: 10px;z-index: 10000;text-align: left;position: relative;}
.cookie__Btn{border-color: #fff !important;color: #fff !important;background-color: transparent !important;}
.cookie__Btn:hover{border-color: #fff !important;color: #333 !important;background-color: #fff !important;}
.footer-widget p {text-align: center;}
.footer .footer-gallery ul li {width: 30%;}
.footer .editor-area p {font-size: 14px;}
.contact-add p {text-align: center;margin-bottom: 0;}
.contact-add h5 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    display: inline-block;
}
.footer.footer-one-page .contact-add i {padding-right: 5px;}
.footer-gallery a img {margin-bottom: 0;}
.footer.black-bg {
    background: #004b97;
    background-image: 
    -webkit-linear-gradient(#004b97 0%, #5c5cad 100%);
    background-image: 
    -webkit-gradient(#004b97 0%, #5c5cad 100%);
    background-image: 
    -o-linear-gradient(#004b97 0%, #5c5cad 100%);
    background-image: 
    -moz-linear-gradient(#004b97 0%, #5c5cad 100%);
    background-image: 
    linear-gradient(#004b97 0%, #5c5cad 100%);
}
.footer-widget {border-top: 1px solid rgba(255,255,255,0.5);}
.footer-useful-link ul li a:hover {color: #d0d0d0;}
.contact-add a {color: rgba(255,255,255,0.5);}
.contact-add a:hover {color: #d0d0d0;}
.footer-widget {padding: 10px 0;}
.row-flex-nowrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.row-flex-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer .container-fluid {padding: 0 15px;}
.footer-hedding {width: 15%;text-align: center;}
.footer-useful-link.footer-hedding {width: 15%;}
.footer-useful-link.footer-hedding ul {margin-top: 0;}
.footer-hedding ul {margin: 0;padding: 0;}
.footer a {font-size: inherit;}
.footer-useful-link ul li a ,
.footer.footer-one-page h5 ,
.footer.footer-one-page p a {color: #fff;}
.footer-useful-link ul li {margin-bottom: 5px;}
.footer_sitemap {
    width: 84%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.editor-area .social-icons ul li:last-child {margin-bottom: 8px;}
@media (max-width: 991px) {
    .footer .footer-gallery ul li {width: 10%;}
    .footer-gallery {margin: 20px 0;}
    .footer .row-flex-nowrap {flex-wrap: wrap;flex-direction: column-reverse;}
    .footer-hedding {width: 100%;}
    .footer-useful-link.footer-hedding {width: 33%;}
    .footer_sitemap {width: 100%;flex-wrap: wrap;}
}
@media (max-width: 767px) {
    .cookieBlock_cont {display: inline-block;}
    .footer .footer-gallery ul li {width: 31.33333%;}
    .footer-hedding {text-align: center;}
    .contact-add p {margin-bottom: 1rem;}
}
/******************************
            common
******************************/
/* binner */
/*.parallax.binner_sec {
    background-origin: content-box;
}*/
/* 麵包屑 */
ul.page-breadcrumb {
    margin: 0;
    padding: 0;
}
.breadcrumb {
    margin-bottom: 0;
    background-color: #004b97;
    border-radius: 0;
}
ul.page-breadcrumb li a:hover {color: #d0d0d0;}
/* 左側選單 */
.sidebar-widget .sidebar-nav {margin-bottom: 20px;}
.sidebar-widget h2.title i {margin-right: 5px;}
.sidebar-nav li {list-style: none;}
.main {
    line-height: 45px;
    cursor: pointer;
    padding: 0px;
    font-size: 16px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto;
}
.bg-sidebar .main a {color: #000;padding: 0 70px 0 20px;display: block;}
ul.subs li a {
    display: block;
    padding: 10px 20px;
    background-color: #F5F5F5;
    font-size: 14px;
    font-weight: bold;
}
.bg-sidebar .main {background-color: #f0f0f0 ;color: #000;border-bottom: 1px solid #bebebe;}
.sidebar-nav .bg-sidebar:last-child .main {border-bottom: none;}
.bg-sidebar .main:hover , .bg-sidebar.active .main {background-color: #004b97;}
.bg-sidebar .main:hover a , .bg-sidebar.active .main a {color: #fff;}
@media (max-width: 991px) {
    .sidebar-widget .section-title {cursor: pointer;border-bottom: 1px dotted #999;}
    .sidebar-widget h2.title i {
        margin-right: 0;
        position: absolute;
        right: 0;
        top: 5px;
    }
}
@media (max-width: 767px) {
    .sidebar-widget .sidebar-nav .bg-sidebar .main {background-image: none!important;}
    .bg-sidebar .main a {padding: 0 20px;}
}
/* 頁碼 */
nav ul.pagination {margin-top: 50px;}
.page-item.active .page-link {
    background: #2828ff;
    border-color: #2828ff;
}
.page-item.active .page-link:hover {background-color:#2828ff;}
.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover {background-color:#2828ff;}
/* 詳細頁標題 */
.inner_title h2 {font-size: 25px;z-index: 0;}
.inner_title p {margin-top: 0;}
.section-title {margin-bottom: 25px;}
/* 客製列表 */
.products_brands_sec .row-flex-wrap,
.teaching_list_sec .row-flex-wrap,
.download_list_sec .row-flex-wrap,
.faq_list_sec .row-flex-wrap,
.leasehold_list_sec .row-flex-wrap,
.store_sec .row-flex-wrap {justify-content: flex-start;}
.products_brands_sec .col_list,
.teaching_list_sec .col_list,
.download_list_sec .col_list,
.faq_list_sec .col_list,
.leasehold_list_sec .col_list,
.store_sec .col_list {padding: 0 7px;}
/******************************
        rev-slider
******************************/
.rev-slider .rev-btn:hover {background-color: #2828ff !important;color: #fff !important;}
.owl-carousel .owl-dots .owl-dot:hover span, .owl-carousel .owl-dots .owl-dot.active span {background: #2828ff;}
@media (max-width: 767px) {
    .tp-caption.tp-hidden-caption, .tp-forcenotvisible, .tp-hide-revslider, .tp-parallax-wrap.tp-hidden-caption {
        visibility: visible!important;
        display: block!important;
    }
    .erinyen.tparrows {min-width: 40px;min-height: 40px;}
    .erinyen.tparrows:before {line-height: 40px;}
    .erinyen.tparrows .tp-title-wrap {display: none;}
    .tp-caption.rev-btn {padding: 10px !important;}
    .tp-revslider-slidesli .tp-parallax-wrap:nth-of-type(2) .tp-caption.tp-resizeme {font-size: 16px !important;}
    .tp-revslider-slidesli .tp-parallax-wrap:nth-of-type(3) .tp-caption.tp-resizeme {font-size: 14px !important;}
}
/******************************
        home-sale
******************************/
.homesaleSec .portfolio-item .portfolio-overlay {
    float: none;
    text-align: center;
    padding: 10px 5px;
}
.homesaleSec .portfolio-item .portfolio-overlay {background-color: rgba(24, 22, 22, .7);}
.homesaleSec .portfolio-item .portfolio-overlay h4 {
    font-weight: normal;
    margin-bottom: 0;
    font-size: 18px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.homesaleSec .portfolio-item .portfolio-overlay h4 a {color: #fff;}
.homesaleSec .portfolio-item:before {display: none;}
/******************************
        home-news
******************************/
.homenewsSec {padding-top: 60px;}
.homenewsSec .entry-meta li {display: inline-block;color: #004b97;}
.homenewsSec .blog-info .entry-meta li {margin-right: 10px;}
.homenewsSec .blog-info .entry-meta li:last-child {margin-right: 0;}
.homenewsSec .blog-box.blog-2 {height: auto;}
.homenewsSec .blog-box:hover { box-shadow: 3px 3px 10px #ddd;}
.homenewsSec .blog-simple:hover { box-shadow: 3px 3px 10px #ddd;}
.homenewsSec .blog-box h4 {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.homenewsSec .blog-box p {
    padding: 0;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 42px;
    margin-bottom: 0;
}
.homenewsSec .blog-name h6 {
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 36px;
}
.homenewsSec .blog-name p {
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 63px;
    margin-bottom: 0;
}
.homenewsSec .blog.blog-simple .entry-meta ul li i {color: #004b97;padding-right: 0;}
.homenewsSec .blog.blog-simple .entry-meta ul li {color: #004b97;margin-right: 10px;}
.homenewsSec .blog.blog-simple .entry-meta ul li:last-child {margin-right: 0;}
.homenewsSec .popup-gallery , .homenewsSec .blog-image {overflow: hidden;}
.homenewsSec .popup-gallery img , .homenewsSec .blog-image img {
    -webkit-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    -ms-transition: transform 0.35s;
    -moz-transition: transform 0.35s;
    transition: transform 0.35s;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
 
}
.homenewsSec .popup-gallery:hover img , .homenewsSec .blog-image:hover img { 
    -webkit-transform:scale(1.20);
    -moz-transform:scale(1.20);
    -ms-transform:scale(1.20);
    -o-transform:scale(1.20);
    transform:scale(1.20);
}
@media (min-width: 601px) {
    .homenewsSec .blog.blog-simple.blog-left .blog-image {margin-right: 0;}
    .homenewsSec .blog-simple {
        display: flex;
        align-content: center;
        justify-content: space-between;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }
    .homenewsSec .blog-simple .blog-name {
        align-self: center;
    }
}
@media (max-width: 1200px) {
    .homenewsSec .blog-info p {font-size: 14px;}
}
@media (max-width: 767px) {
    .homenewsSec .blog-box.blog-2 .blog-info {padding: 10px;}
    .homenewsSec.animated {margin-top: 0;}
    .homenewsSec {padding-top: 50px;}
}
@media (max-width: 600px) {
    .homenewsSec .blog.blog-simple.blog-left .blog-name {
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 10px;
        background-color: #fff;
    }
    .homenewsSec .blog-name h6 {
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
    }
    .homenewsSec .blog.blog-simple:not(:first-of-type) {display: none;}
    .homenewsSec .blog-name p , .homenewsSec .blog-info p {display: none;}
    .homenewsSec .entry-meta {margin-bottom: 0!important;}
    /*
    .homenewsSec .blog-box p , .homenewsSec .blog-name p {margin-bottom: 0;}
    .homenewsSec .blog-box p {
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        max-height: 63px;
    }
    */
}
/******************************
        home-products
******************************/
.isotope-filters a {
    margin: 4px;
    cursor: pointer;
    padding: 6.5px 25px;
    font-size: 15px;
    border-radius: 3px;
    background: transparent;
    color: #363636;
    font-weight: 500;
    border: 1px solid #ccc;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.isotope-filters a.active, .isotope-filters a:hover {
    background: #84ba3f;
    color: #fff;
    border-color: #84ba3f;
}
.isotope-filters .nav-item {display: table-cell;}
.tab .nav.nav-tabs > li > a.active, .nav.nav-tabs > li > a.active:focus, .nav.nav-tabs > li > a.active:hover , .tab .nav.nav-tabs > li > a:hover {color:#fff;background: #2828ff;}
.tab .nav.nav-tabs li.active > a , .tab .nav.nav-tabs > li:hover > a {color:#fff;background: #2828ff;}
.homeproductsSec .nav.nav-tabs {justify-content: center;}
.homeproductsSec .nav.nav-tabs li a {margin: 4px;}
.tab-title {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.tab-text {
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 63px;
}
.homeproductsSec .home-products-list {margin-bottom: 20px;}
.homeproductsSec .tab-pane .home-products-pic {overflow: hidden;}
.homeproductsSec .tab-pane .home-products-pic img {
    -webkit-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    -ms-transition: transform 0.35s;
    -moz-transition: transform 0.35s;
    transition: transform 0.35s;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.homeproductsSec .tab-pane .home-products-list:hover img {
    -webkit-transform:scale(1.10);
    -moz-transform:scale(1.10);
    -ms-transform:scale(1.10);
    -o-transform:scale(1.10);
    transform:scale(1.10);
}
.homeproductsSec .divider {
    -webkit-transition: border-color 1.5s;
    -o-transition: border-color 1.5s;
    -ms-transition: border-color 1.5s;
    -moz-transition: border-color 1.5s;
    transition: border-color 1.5s;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.homeproductsSec .home-products-list:hover .divider.outset {
    border-color: #004b97;
}
@media (max-width: 767px) {
    .homeproductsSec .tab-pane .tab-text {display: none;}
    .homeproductsSec .tab-pane .home-products-list:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)):not(:nth-of-type(4)) {display: none;}
}
/******************************
        home-video
******************************/
.homevideoSec {padding: 100px 0 120px;}
.bg-top-before , .bg-top-after {position: relative;}
.bg-top-before:before {
    background-image: url(../../../images/common/bg-02.png);
    top: 0;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    height: 80px;
    width: 100%;
}
.bg-top-after:after {
    background-image: url(../../../images/common/bg-03.png);
    bottom: 0;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    height: 80px;
    width: 100%;
}
.homevideoSec .homore {margin: 0;}
@media (max-width: 767px) {.homevideoSec {padding-top: 40px;padding-bottom: 70px;}}
/******************************
        home-review
******************************/
.homereviewSec .blog-overlay:before {display: none;}
.homereviewSec .blog-overlay .blog-name {
    padding-left: 0px;
    bottom: 0px;
}
.homereviewSec .blog-overlay .blog-name h4 {
    background-color: rgba(0,0,0,.5);
    margin: 0;
    padding: .5rem 10px .5rem;
    margin-top: 10px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
}
.homereviewSec .blog-overlay .blog-name h4 a:hover {color: #fff;}
.blog-overlay .tag {
    background: #F6C843;
    margin-left: 10px;
    padding: 5px 10px;
}
.custom-content {
    margin-top: -145px;
    background: #fff;
    padding: 50px 30px 20px;
}
@media (max-width: 767px) {
    .homereviewSec .review_item:last-child {display: none;}
}
/******************************
        home-clients
******************************/
.homeclientsSec .clients-list {margin-bottom: 40px;}
.homeclientsSec .owl-carousel .owl-item .item {overflow: hidden;}
.homeclientsSec .owl-carousel .owl-item .item:hover img {
    -webkit-transform: scale(1.10);
    -moz-transform: scale(1.10);
    -ms-transform: scale(1.10);
    -o-transform: scale(1.10);
    transform: scale(1.10);
}
.homeclientsSec .owl-carousel .owl-item img {
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.homeclientsSec .owl-carousel .owl-item img:hover {opacity: 1;}
/******************************
        home-edi
******************************/
.homeeditSec {
    padding: 40px 0;
    background-position: bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
/******************************
        common-list
******************************/
.col_list {width: 24%;height: 260px;}
.col_list .products-brands-menu ,
.col_list .business-service-box {height: 100%;}
.business-service-box {padding: 20px 10px;}
@media (max-width: 991px) {
    .col_list {width: 32%;height: 32vw;}
}
@media (max-width: 767px) {
    .col_list {width: 49%;height: 66vw;}
}
/******************************
        news-list
******************************/
.news_list_sec .product-image {overflow: hidden;}
.news_list_sec .product-image img {
    -webkit-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    -ms-transition: transform 0.35s;
    -moz-transition: transform 0.35s;
    transition: transform 0.35s;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.news_list_sec .product-image:hover img {
    -webkit-transform: scale(1.20);
    -moz-transform: scale(1.20);
    -ms-transform: scale(1.20);
    -o-transform: scale(1.20);
    transform: scale(1.20);
}
.news_list_sec .product-title {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news_list_sec .product-title a {font-size: 18px;font-weight: 600;}
.news_list_sec .product-date {margin: 10px 0;}
.news_list_sec .product-date ul {list-style: none;}
.news_list_sec .product-date ul li {display: inline-block;margin-right: 10px;}
.news_list_sec .product-date ul li:last-child {margin-right: 0;}
.news_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #999;
}
.news_list_sec .news_listing:last-of-type .news_item {border-bottom: none;margin-bottom: 0;padding-bottom: 0;}
.news_item .product-image {width: 48%;display: inline-block;}
.news_item .product-des {width: 49%;display: inline-block;}
.news_item .product-info p {
    max-height: 125px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
    .news_item {flex-wrap: wrap;justify-content: center;}
    .news_item .product-image {width: 100%;display: block;}
    .news_item .product-des {width: 100%;display: block;}
    .news_list_sec .product-title {margin-top: 10px;}
    .news_item .product-info p {max-height: 65px;-webkit-line-clamp: 3;}
}
/******************************
        tv-list
******************************/
.portfolio-item .portfolio-overlay {
    padding: 8px 5px;
    background-color: rgba(24, 22, 22, .7);
}
.tv_sec .portfolio-item a.popup ,
.teaching_view_sec .portfolio-item a.popup {
    width: 50px;
    height: 50px;
    background: #ff0000;
    color: #fff;
    line-height: 50px;
    font-size: 30px;
}
.portfolio-item a.popup:hover {background: #004b97;}
/******************************
        products-brands
******************************/
.sidebar-widget h2.title {font-size: 20px;}
.section-title span.theme-bg {
    background: #004b97;
    padding: 0 8px;
    margin: 0 5px;
}
.sidebar-widget .section-title {margin-bottom: 15px;}
.products_brands_sec .products-brands-menu {height: 100%;}
.products_brands_sec .business-service-box h6 ,
.products_brands_sec .business-service-box p {margin-top: 10px;margin-bottom: 0;}
.products-brands-menu .business-service-box h6 {font-size: 18px;margin-top: 1rem;word-break: break-all;}
.products-brands-menu .business-service-box p {font-size: 16px;margin-bottom: 0;word-break: break-all;}
@media (max-width: 991px) {
    .sidebar-widget .sidebar-nav ul {max-height: 300px;overflow-y: auto;}
}
/******************************
        products-intro
******************************/
.product_series_menu .blog-box .post-category {
    display: block;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    color: #fff;
    background-color: #004b97;
    -webkit-transition: all 0.3s ease;
    -moz-transition: ll 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    margin-right: 0;
}
.product_series_menu {margin-bottom: 20px;}
.product_series_menu .blog-info h4 {font-size: 16px;padding: 0 30px;}
.product_series_menu .blog-box {
    background-color: #fff;
    height: 100%;
    padding: 0 0 30px;
}
.product_series_menu .blog-box:hover {
    -webkit-box-shadow: 1px 1px 10px #ddd;
    -moz-box-shadow: 1px 1px 10px #ddd;
    box-shadow: 1px 1px 10px #ddd;
}
.product_series_menu .blog-box:hover h4 {color: #444;}
.product_series_sec {padding: 20px 0 0;margin-top: 20px;border-top: 2px dashed #999;}
/******************************
        products-list
******************************/
.feature-text.left-icon .feature-icon {position: relative;}
.feature-text.left-icon .feature-info {padding-left: 0px;}
.action-box.theme-bg {
    padding: 20px;
    background-color:#3c3c3c; 
}
.button.button-border.white:hover, .button.button-border.white:focus {color: #3c3c3c;}
.marketing-service .feature-text {
    padding: 20px 10px;
    width: 25%;
    /*display: flex;*/
    flex-direction: column;
    height: auto;
}
.list_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.list_menu .feature-info p {font-size: 16px;word-break: break-all;}
.list_menu .feature-info h5 {line-height: normal;}
@media (max-width: 1200px) and (min-width: 601px) {
    .action-box a.button {
        position: absolute;
        right: 15px !important;
        top: 50%;
        margin-top: -20px;
    }
}
@media (max-width: 767px) {
    .marketing-service .feature-text {width: 50%;}
}
/******************************
        products-more
******************************/
.more_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.more_list .feature-info p {font-size: 16px;word-break: break-all;}
/******************************
        products-view
******************************/
.owl-carousel .owl-dots .owl-dot span {background-color: #ddd;}
.products_view_sec .port-singal {margin-bottom: 30px;}
/******************************
        products-search
******************************/
.nice-select {height: 47px;line-height: normal;width: 100%}
.products_search_sec .nice-select {margin-bottom: 15px;}
.products_search_sec .nice-select .list {min-width: 100%;}
@media (min-width: 992px) {
    .products_search_sec .login-fancy .button {float: right;}
}
@media (max-width: 767px) {
    .products_search_sec .login-fancy form .button {float: right;}
}
/******************************
        teaching-list
******************************/
.team .team-info h5 {text-transform: none; line-height: 24px;font-size: 22px;}
.team .team-info span {font-size: 18px; text-transform: none;}
/******************************
        teaching-view
******************************/
.teaching_view_sec .portfolio-overlay {padding-left: 10px;padding-right: 10px;}
.portfolio-item:before {display: none;}
/******************************
        download-list
******************************/
.download_list_sec .clients-info {display: block;margin: 15px 0;}
.download_list_sec .clients-info a {font-size: 18px;color: #333;}
.download_list_sec .clients-info a:hover {color: #2828ff;}
/******************************
            service
******************************/
.contact-box i {background-color: #004b97;}
.contact-box {word-break: break-all;}
/******************************
        faq-list
******************************/
.faq_list_sec .clients-info {display: block;margin: 15px 0;}
.faq_list_sec .clients-info a {font-size: 18px;color: #333;}
.faq_list_sec .clients-info a:hover {color: #2828ff;}
@media (min-width: 768px) {
    .faq_list_sec .s003 form .inner-form .input-field.first-wrap {width: 45%;}
}
/******************************
        faq-view
******************************/
.editor-area .nav-tabs > li {display: inline-block;}
.editor-area .nav-tabs > li > a {
    line-height: normal;
    border-radius: 0px;
    padding: 8px 30px;
    border: 1px solid #eeeeee;
    margin-right: 0;
}
.editor-area .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #2828ff;
    border-color: transparent;
}
.editor-area ul.nav-tabs {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
    border-bottom: none;
}
.editor-area .nav > li:not(.active) > a:hover {
    background-color: #004b97;
    border-color: transparent;
    color: #fff;
}
@media (min-width: 768px) {
    .faq_view_sec .s003 form .inner-form .input-field.first-wrap {width: 45%;}
}
@media (max-width: 767px) {
    .editor-area .nav-tabs > li {display: block;width: 100%;}
}
/******************************
        leasehold-list
******************************/
.leasehold_list_sec .clients-info {display: block;margin: 15px 0;}
.leasehold_list_sec .clients-info a {font-size: 18px;color: #333;}
.leasehold_list_sec .clients-info a:hover {color: #2828ff;}
/******************************
        leasehold-view
******************************/
.leasehold_view_sec .clients-box {display: table;width: 100%;}
.leasehold_view_sec .clients-info {display: table-cell;vertical-align: middle;}
.leasehold_view_sec .clients-info p {font-size: 14px;margin: 7px 0;}
.clients-info a {color: #2828ff;}
.clients-info a:hover {color: #004b97;}
@media (max-width: 991px) {
    .leasehold_view_sec .clients-box {display: block;text-align: center;}
    .leasehold_view_sec .clients-photo {float: none;display: inline-block;margin-right: 0;}
    .leasehold_view_sec .clients-info {display: block;} 
}
/******************************
            store
******************************/
.contact-5 .feature-info {padding: 20px;}
.store_sec .feature-info a.store_map {font-size: 20px;}
.store_sec .feature-info a.store_map i {
    width: 30px;
    height: 30px;
    background: #004b97;
    border-radius: 50%;
    line-height: 30px;
    color: #fff;
}
/******************************
        retrospect-list
******************************/
.retrospect_list {width: 100%;}
.retrospect_list_sec .entry-meta li {
    display: inline-block;
    padding: 0 10px 0;
    border-right: 1px dotted;
}
.retrospect_list_sec .entry-meta ul li i {
    color: #2828ff;
    padding-right: 6px;
}
.entry-meta .tag {
    background: #004b97;
    padding: 3px 5px;
    color: #fff;
}
.retrospect_list_sec .entry-meta li:first-child {padding-left: 0;}
.retrospect_list_sec .entry-meta li:last-child {border: none;}
.button.icon-color{color: #2828ff;}
.button.icon-color i {border: 1px solid #2828ff;}
.retrospect_item {display: flex;padding-bottom: 30px;margin-bottom: 30px;border-bottom: 2px dotted #999;}
.retrospect_list:nth-child(even) .retrospect_item {flex-direction: row-reverse;}
.retrospect_list_sec .retrospect_list:last-of-type .retrospect_item {border-bottom: none;margin-bottom: 0;padding-bottom: 0;}
@media (max-width: 767px) {
    .retrospect_item {flex-wrap: wrap;flex-direction: column-reverse !important;}
    .retrospect_item .section-title {margin: 10px 0 15px;}
    .retrospect_list .retrospect_item .entry-meta {margin: 10px 0 15px !important;}
    .retrospect_list .retrospect_item a.button {margin-top: 0 !important;}
    .retrospect_list_sec .entry-meta li {display: inline;line-height: 28px;}
    .retrospect_list_sec .retrospect_item p {
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        max-height: 65px;
    }
}
/******************************
        retrospect-view
******************************/
.retrospect_view_sec .portfolio-item a.popup {
    display: inline-block;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.retrospect_view_sec .entry-meta li {
    display: inline-block;
    padding: 0 10px 0;
    border-right: 1px dotted;
}
.retrospect_view_sec .entry-meta ul li i {
    color: #2828ff;
    padding-right: 6px;
}
.retrospect_view_sec .entry-meta li:first-child {padding-left: 0;}
.retrospect_view_sec .entry-meta li:last-child {border: none;}
.portfoliomg {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #d0d0d0;
}
.retrospect_syst {margin-bottom: 20px;}
.retrospect_syst img {padding: 10px;border: 1px solid #d0d0d0;}
.retrospect_syst p {font-size: 16px;line-height: 28px;color: #000;}
@media (max-width: 767px) {
    .retrospect_view_sec .entry-meta li {display: inline;line-height: 28px;}
    .retrospect_syst {margin-bottom: 0;}
    .retrospect_syst p {margin-top: 15px;}
}
/******************************
            search
******************************/
.search_sec .section-title {margin-bottom: 10px;}
.widget-search input {
    font-size: 13px;
    height: auto;
    line-height: 1.33333;
    padding: 15px 15px 15px 20px;
    color: #323232;
    box-shadow: none;
    background: transparent;
    border: 1px solid #999;
    padding-left: 15px;
    border-radius: 3px;
}
.widget-search button {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 15px;
    right: 27px;
    top: 27px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.widget-search i {
    top: 0;
}
.widget-search input:focus {
    border: 1px solid #004b97;
}
.search_sec .sidebar-widget h2.title i {
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 5px;
}
.search_sec .sidebar-widget .section-title {
    cursor: pointer;
    border-bottom: 1px dotted #999;
}
/******************************
            contact
******************************/
#capcha_image {
    position: relative;
    padding-right: 20px;
    cursor: pointer;
}
#capcha_image:after {
    content: "\f021";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    left: auto;
}
.touch-in .contact-box {padding: 30px 15px;}
.contact-map iframe {height: 300px;}
/******************************
            registration
******************************/
.registration_sec form  .section-title {margin-top: 20px;}
.registration_sec .radioBox {margin-bottom: 20px;}
.nice-select .list {min-width: 100%;z-index: 100;}
.bootstrap-datetimepicker-widget table td span.active {background-color: #2828ff;}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {background: #2828ff;}
/******************************
        rwd-table
******************************/
.rwd-table {background: #fff;overflow: hidden;font-size: 16px;}
.rwd-table i {font-size: 18px;}
.rwd-table a{color: #595656;}
.rwd-table a:hover {color: #2828ff;}
.rwd-table tr:nth-child(odd) {background: #f4f4f4;}
.rwd-table tr:first-child {background: #3c3c3c;word-break: keep-all;}
.rwd-table tr:first-child th {color: #fff;}
.rwd-table th,.rwd-table td {margin: 0.5em 1em;}
.rwd-table {min-width: 100%;}
.rwd-table th {display: none;border-bottom: 2px solid #dddddd;}
.rwd-table td {display: table;}
.rwd-table td:before {content: attr(data-th) " : ";font-weight: bold;width: 6.5em;display: table-cell;vertical-align: middle;}
.rwd-table th,.rwd-table td {text-align: left;}
.responsive_table .rwd-table th,.responsive_table .rwd-table td {text-align: center;}
.rwd-table th,.rwd-table td:before {color: #555;font-weight: bold;}
@media (min-width: 768px) {
    .rwd-table td:before {display: none;}
    .rwd-table th,.rwd-table td {display: table-cell;padding: .5em !important;}
}
/******************************
            radio
******************************/
.cm-sex {display: inline-block !important;margin-right: 10px;margin-top: 7px;}
label.control-label {display: block;clear: both;}
.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio] {position: absolute;margin-left: -20px;}
.radio input {width: 1px;height: 1px;opacity: 0;}
.radio input:checked + .outer {border-width: 2px;border-style: solid;border-color: #004da1;background: #004da1;}
.radio .outer {width: 15px;height: 15px;display: block;float: left;margin: 2px 7px 0 0;border-width: 2px;border-style: solid;border-color: #e9e9e9;border-radius: 50%;background-color: #fff;}
.radio input:checked + .outer .inner {background-color: #fff;opacity: 1;}
.radio .inner {-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;width: 7px;height: 7px;display: block;margin: 2px;border-radius: 50%;opacity: 0;position: relative;}
/******************************
            basic
******************************/
*::-moz-selection { background: #2828ff; color: #fff; text-shadow: none; }
::-moz-selection { background: #2828ff; color: #fff; text-shadow: none; }
::selection { background: #2828ff; color: #fff; text-shadow: none; }
a:focus, a:hover { color: #004b97;}
a, button, input { color: #004b97;}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8,
.col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}
.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}
.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}
.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}
.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}
.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}
.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}
.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}
.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}
.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}
.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}
.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}
.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}
.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}
.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}
.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}
.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}
.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}
.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}
.col-xs-offset-0{margin-left:0}
.section-title p {font-size: 16px;}
.section-title .title {font-size: 30px;}
#back-to-top .top {background-color: rgba(0,0,0,.5);}
section:hover .title-effect:nth-child(even), section:focus .title-effect:nth-child(even) {color: #004b97;}
.section-title:nth-child(odd) .title-effect::before {background-color: #2828ff;}
.button {
    background: #004b97;
    text-transform: none;
    border: 2px solid #004b97;
}
.button:hover, .button:focus { background: #003866; color: #ffffff; border-color: #003866; }
.homore {float: right;margin-top: 10px;padding: 8px 15px;}
.button.icon i {margin-left: 5px;}
@media (max-width: 767px) {.homore {margin: 0;}}
.title_divider {
    position: relative;
    background-repeat: repeat-x;
    background-position: center center;
    overflow: hidden;
}
.title_divider span {
    text-align: center;
    display: inline-block;
    padding: 0 20px;
    position: relative;
    vertical-align: baseline;
    font-size: 28px;
}
.title_divider span i {padding-right: 10px;}
.title_divider span::before , .title_divider span::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 1160px;
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-position: center center;
    background-image: url(../../../images/common/dotted.png);
    height: 9px;
    margin-top: -6.5px;
}
.title_divider span::before {right: 100%;}
.title_divider span::after {left: 100%;}
.bt_in {
    margin-top: 30px;
    padding: 20px 0 0;
    border-top: 1px dashed #d0d0d0;
}
.bt_in .button.disabled {background-color: #333;cursor: not-allowed;border-color: #333;}
.table {margin-bottom: 15px;}
.theme-color {color: #2828ff;}
.youtube-embed-wrapper {margin-bottom: 15px;}
.editor-area ul li:last-child {margin-bottom: 15px;}
.blueimp-gallery>.next, .blueimp-gallery>.prev {color: #fff!important;}
.blueImpGallery #links {text-align: center;}