@font-face {
    font-family: 'FontAwesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont1.eot) format('embedded-opentype'),
    url(../fonts/fontawesome-webfont.woff2) format('woff2'),
    url(../fonts/fontawesome-webfont.woff) format('woff'),
    url(../fonts/fontawesome-webfont.ttf) format('truetype'),
    url(//www.asiantigers-mobility.com/wp-content/themes/asian-tiger-corporate/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: dashicons;
    src: url(../fonts/dashicons.eot)
}

@font-face {
    font-family: dashicons;
    src: url(../fonts/dashicons.ttf) format("truetype"),
    url(//www.asiantigers-mobility.com/wp-includes/fonts/dashicons.svg#dashicons) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}



.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-513px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel,
.owl-carousel .owl-wrapper {
    display: none;
    position: relative
}

.owl-carousel {
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.grabbing {
    cursor: url(//www.asiantigers-mobility.com/wp-content/themes/asian-tiger-corporate/css/owl-carousel/grabbing.png) 8 8, move
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: .5
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url(//www.asiantigers-mobility.com/wp-content/themes/asian-tiger-corporate/css/owl-carousel/AjaxLoader.gif) center center no-repeat
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-513px)
    }
    100%,
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-513px) translateX(-200%)
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-513px)
    }
    100%,
    75% {
        opacity: .5;
        -moz-transform: translateZ(-513px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-513px)
    }
    100%,
    75% {
        opacity: .5;
        transform: translateZ(-513px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-513px) translateX(200%)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-513px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@-moz-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -moz-transform: translateZ(-513px) translateX(200%)
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-513px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        transform: translateZ(-513px) translateX(200%)
    }
    75% {
        opacity: .5;
        transform: translateZ(-513px)
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}

@font-face {
    font-family: flexslider-icon;
    src: url(//www.asiantigers-mobility.com/wp-content/themes/asian-tiger-corporate/css/fonts/flexslider-icon.eot);
    src: url(//www.asiantigers-mobility.com/wp-content/themes/asian-tiger-corporate/css/fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(//www.asiantigers-mobility.com/wp-content/themes/asian-tiger-corporate/css/fonts/flexslider-icon.woff) format('woff'), url(//www.asiantigers-mobility.com/wp-content/themes/asian-tiger-corporate/css/fonts/flexslider-icon.ttf) format('truetype'), url(//www.asiantigers-mobility.com/wp-content/themes/asian-tiger-corporate/css/fonts/flexslider-icon.svg#flexslider-icon) format('svg');
    font-weight: 400;
    font-style: normal
}

.flex-container a:focus,
.flex-container a:hover,
.flex-slider a:focus,
.flex-slider a:hover {
    outline: 0
}

.flex-control-nav,
.flex-direction-nav,
.slides,
.slides>li {
    margin: 0;
    padding: 0;
    list-style: none
}

.flex-pauseplay span {
    text-transform: capitalize
}

.flexslider {
    margin: 0;
    padding: 0;
    background: #fff;
    zoom: 1
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flex-pauseplay a,
.flexslider .slides img,
.no-js .flexslider .slides>li:first-child,
html[xmlns] .flexslider .slides {
    display: block
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

* html .flexslider .slides {
    height: 1%
}

.flexslider .slides {
    zoom: 1
}

.flexslider .slides img {
    width: 100%;
    height: auto
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default
}

.flex-pauseplay a {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: '\f003'
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

@font-face {
    font-family: "fontello";
    src: url(../fonts/fontello.eot);
    src: url(../fonts/fontello.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontello.woff) format("woff"),
    url(../fonts/fontello.ttf) format("truetype"),
    url(//www.asiantigers-mobility.com/wp-content/themes/asian-tiger-corporate/fonts/fontello/fontello.svg#fontello) format("svg");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: "Castle-T-Book";
    src: url(../fonts/Castle-T-Book.eot);
    src: url(../fonts/Castle-T-Book1.eot) format("embedded-opentype"),
    url(../fonts/Castle-T-Book.woff) format("woff"),
    url(../fonts/Castle-T-Book.ttf) format("truetype"),
    url(//www.asiantigers-mobility.com/wp-content/themes/asian-tiger-corporate/fonts/Castle-T-Book/Castle-T-Book.svg#Castle-T-Book) format("svg");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: "CastleT";
    src: url(//www.asiantigers-mobility.com/wp-content/themes/asian-tiger-corporate/fonts/Castle-T-Book/CastleT-Bold.eot);
    src: url(//www.asiantigers-mobility.com/wp-content/themes/asian-tiger-corporate/fonts/Castle-T-Book/CastleT-Bold.eot?#iefix) format("embedded-opentype"),
    url(//www.asiantigers-mobility.com/wp-content/themes/asian-tiger-corporate/fonts/Castle-T-Book/CastleT-Bold.woff) format("woff"),
    url(//www.asiantigers-mobility.com/wp-content/themes/asian-tiger-corporate/fonts/Castle-T-Book/CastleT-Bold.ttf) format("truetype"),
    url(//www.asiantigers-mobility.com/wp-content/themes/asian-tiger-corporate/fonts/Castle-T-Book/CastleT-Bold.svg#CastleT-Bold) format("svg");
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
}

.input-text-field {
    height: 50px;
    vertical-align: middle;
}

div,
p {
    font-size: 18px
}

input[type="button"].es_textbox_button {
    padding: 10px 0;
}

.font-form-fields,
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea,
form select,
.add-quote-form-popup form input[type="text"],
.add-quote-form-popup form input[type="email"],
.add-quote-form-popup form input[type="tel"],
.add-quote-form-popup form select,
.add-quote-form-popup form textarea {
    font-size: 18px;
}

@media (max-width: 1024px) {
    .font-form-fields,
    form input[type="text"],
    form input[type="email"],
    form input[type="tel"],
    form textarea,
    form select,
    .add-quote-form-popup form input[type="text"],
    .add-quote-form-popup form input[type="email"],
    .add-quote-form-popup form input[type="tel"],
    .add-quote-form-popup form select,
    .add-quote-form-popup form textarea {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .font-form-fields,
    form input[type="text"],
    form input[type="email"],
    form input[type="tel"],
    form textarea,
    form select,
    .add-quote-form-popup form input[type="text"],
    .add-quote-form-popup form input[type="email"],
    .add-quote-form-popup form input[type="tel"],
    .add-quote-form-popup form select,
    .add-quote-form-popup form textarea {
        font-size: 20px;
    }
}

* {
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

body {
    font-family: "Castle-T-Book", Arial, Verdana, sans-serif;
    font-size: 18px;
    line-height: 1.3em;
    color: black;
    overflow: hidden;
}

@media (min-width: 513px) and (max-width: 1024px) {
    body {
        font-size: 15px;
    }
}

@media (max-width: 640px) {
    body {
        font-size: 13px;
    }
}

@media (max-width: 320px) {
    body {
        font-size: 11px;
    }
}

h1 {
    font-size: 45px;
    color: #000;
    font-weight: normal;
    line-height: 1.3em;
    margin: 0 0 0.5em;
}

@media (min-width: 513px) and (max-width: 1024px) {
    h1 {
        font-size: 35px;
    }
}

@media (max-width: 640px) {
    h1 {
        font-size: 28px;
        font-weight: bold;
    }
}

@media (max-width: 320px) {
    h1 {
        font-size: 24px;
    }
}

h2 {
    font-size: 28px;
    color: #000;
    font-weight: normal;
    line-height: 1.3em;
}

@media (min-width: 513px) and (max-width: 1024px) {
    h2 {
        font-size: 20px;
    }
}

@media (max-width: 640px) {
    h2 {
        font-size: 22px;
        margin-bottom: .5em;
        font-weight: bold;
    }
}

@media (max-width: 320px) {
    h2 {
        font-size: 18px;
    }
}

h3 {
    font-size: 18px;
    color: #000;
    font-weight: normal;
    line-height: 1.3em;
    text-transform: capitalize;
}

@media (max-width: 640px) {
    h3 {
        font-size: 17px;
    }
}

@media (max-width: 360px) {
    h3 {
        font-size: 16px;
    }
}

h4 {
    font-size: 17px;
    color: #000;
    font-weight: normal;
    line-height: 1.3em;
    text-transform: capitalize;
}

@media (max-width: 640px) {
    h4 {
        font-size: 16px;
    }
}

@media (max-width: 360px) {
    h4 {
        font-size: 15px;
    }
}

h5 {
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    font-weight: bold;
}

@media (max-width: 640px) {
    h5 {
        font-size: 15px;
    }
}

@media (max-width: 360px) {
    h5 {
        font-size: 14px;
    }
}

a {
    text-decoration: none;
    outline: none;
    color: #999999;
}

a:hover {
    color: black;
}

a:active {
    outline: none;
}

img {
    border: 0;
    max-width: 100%;
}

input,
textarea,
select {
    font-family: "Castle-T-Book", Arial, Verdana, sans-serif;
}

@media (max-width: 767px) {
    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="button"] {
        height: 32px !important;
        font-size: 20px !important;
        vertical-align: middle;
    }
}

.site-footer ul li,
.site-header ul li {
    list-style: none;
}

.font-size-general,
.bx-countries .country-selected,
.bx-countries .list-countries,
.main-nav .nav-menu li a,
.top-menu .nav-menu li a,
.wp-slider .caption .date,
.media-post-content .container .content-post-media,
.home-post .bx-content .para-text,
.our-solutions .bx-content .para-text,
.why-asian-tigers .bx-content .para-text,
.tab-content-news .list-posts li .post-content,
.tab-content-blog .list-posts li .post-content,
.section-about .section-about-inner .about-content p,
.section-leadership .leader-content .item .left-item .intro-leader,
.tabcontents .contents .show-content,
.media-article-page .media-title .media-info,
.media-article-page .media-dtv,
.media-article-page .media-contents,
.media-article-content .media-title .title-page .date,
.list-mobile .flex-caption span.date,
.content-page {
    font-size: 18px;
}

@media (min-width: 513px) and (max-width: 1024px) {
    .font-size-general,
    .bx-countries .country-selected,
    .bx-countries .list-countries,
    .main-nav .nav-menu li a,
    .top-menu .nav-menu li a,
    .wp-slider .caption .date,
    .media-post-content .container .content-post-media,
    .home-post .bx-content .para-text,
    .our-solutions .bx-content .para-text,
    .why-asian-tigers .bx-content .para-text,
    .tab-content-news .list-posts li .post-content,
    .tab-content-blog .list-posts li .post-content,
    .section-about .section-about-inner .about-content p,
    .section-leadership .leader-content .item .left-item .intro-leader,
    .tabcontents .contents .show-content,
    .media-article-page .media-title .media-info,
    .media-article-page .media-dtv,
    .media-article-page .media-contents,
    .media-article-content .media-title .title-page .date,
    .list-mobile .flex-caption span.date,
    .content-page {
        font-size: 15px;
    }
}

@media (max-width: 640px) {
    .font-size-general,
    .bx-countries .country-selected,
    .bx-countries .list-countries,
    .main-nav .nav-menu li a,
    .top-menu .nav-menu li a,
    .wp-slider .caption .date,
    .media-post-content .container .content-post-media,
    .home-post .bx-content .para-text,
    .our-solutions .bx-content .para-text,
    .why-asian-tigers .bx-content .para-text,
    .tab-content-news .list-posts li .post-content,
    .tab-content-blog .list-posts li .post-content,
    .section-about .section-about-inner .about-content p,
    .section-leadership .leader-content .item .left-item .intro-leader,
    .tabcontents .contents .show-content,
    .media-article-page .media-title .media-info,
    .media-article-page .media-dtv,
    .media-article-page .media-contents,
    .media-article-content .media-title .title-page .date,
    .list-mobile .flex-caption span.date,
    .content-page {
        font-size: 16px;
        line-height: 1.5;
    }
}

@media (max-width: 320px) {
    .font-size-general,
    .bx-countries .country-selected,
    .bx-countries .list-countries,
    .main-nav .nav-menu li a,
    .top-menu .nav-menu li a,
    .wp-slider .caption .date,
    .media-post-content .container .content-post-media,
    .home-post .bx-content .para-text,
    .our-solutions .bx-content .para-text,
    .why-asian-tigers .bx-content .para-text,
    .tab-content-news .list-posts li .post-content,
    .tab-content-blog .list-posts li .post-content,
    .section-about .section-about-inner .about-content p,
    .section-leadership .leader-content .item .left-item .intro-leader,
    .tabcontents .contents .show-content,
    .media-article-page .media-title .media-info,
    .media-article-page .media-dtv,
    .media-article-page .media-contents,
    .media-article-content .media-title .title-page .date,
    .list-mobile .flex-caption span.date,
    .content-page {
        font-size: 11px;
    }
}

.font-site-title-general,
.wp-slider .caption .title,
.media-post-content .container .title-post-media,
.tab-content-news .list-posts li .post-title,
.tab-content-blog .list-posts li .post-title,
.tab-content-events ul li .post-title,
ul.tabs li,
.media-article-page .nav-links a,
.media-article-content .media-title .title-page h2,
.list-mobile .flex-caption .title {
    font-size: 28px;
}

@media (min-width: 513px) and (max-width: 1024px) {
    .font-site-title-general,
    .wp-slider .caption .title,
    .media-post-content .container .title-post-media,
    .tab-content-news .list-posts li .post-title,
    .tab-content-blog .list-posts li .post-title,
    .tab-content-events ul li .post-title,
    ul.tabs li,
    .media-article-page .nav-links a,
    .media-article-content .media-title .title-page h2,
    .list-mobile .flex-caption .title {
        font-size: 20px;
    }
}

@media (max-width: 640px) {
    .font-site-title-general,
    .wp-slider .caption .title,
    .media-post-content .container .title-post-media,
    .tab-content-news .list-posts li .post-title,
    .tab-content-blog .list-posts li .post-title,
    .tab-content-events ul li .post-title,
    ul.tabs li,
    .media-article-page .nav-links a,
    .media-article-content .media-title .title-page h2,
    .list-mobile .flex-caption .title {
        font-size: 20px;
    }
}

@media (max-width: 320px) {
    .font-site-title-general,
    .wp-slider .caption .title,
    .media-post-content .container .title-post-media,
    .tab-content-news .list-posts li .post-title,
    .tab-content-blog .list-posts li .post-title,
    .tab-content-events ul li .post-title,
    ul.tabs li,
    .media-article-page .nav-links a,
    .media-article-content .media-title .title-page h2,
    .list-mobile .flex-caption .title {
        font-size: 18px;
    }
}

.font-h1,
.latest-post .lst,
.media-article-content .media-title .title-page .slogan-page,
.main-banner .title-page .slogan-page {
    font-size: 45px;
}

@media (min-width: 513px) and (max-width: 1024px) {
    .font-h1,
    .latest-post .lst,
    .media-article-content .media-title .title-page .slogan-page,
    .main-banner .title-page .slogan-page {
        font-size: 35px;
    }
}

@media (max-width: 640px) {
    .font-h1,
    .latest-post .lst,
    .media-article-content .media-title .title-page .slogan-page,
    .main-banner .title-page .slogan-page {
        font-size: 28px;
    }
}

@media (max-width: 320px) {
    .font-h1,
    .latest-post .lst,
    .media-article-content .media-title .title-page .slogan-page,
    .main-banner .title-page .slogan-page {
        font-size: 24px;
    }
}

.site-content {
    overflow: hidden;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container:after {
    content: '';
    display: table;
    clear: both;
}

@media (max-width: 513px) {
    .container {
        padding: 0 19px;
    }
}

.title-page {
    margin-top: 80px;
}

.title-page .slogan-page {
    font-size: 48px;
    text-transform: capitalize;
    color: #000;
    line-height: 1.2em;
}

.breadcrumb {
    padding: 15px 0;
}

.breadcrumb ul {
    margin: 0;
}

.breadcrumb ul:after {
    content: '';
    display: table;
    clear: both;
}

.breadcrumb ul li {
    float: left;
    list-style: none;
}

.breadcrumb ul li.separator:after {
    content: '>';
    padding: 0 6px;
    color: #000;
}

.breadcrumb ul li.separator span:after {
    padding: 0px 0px;
}

.breadcrumb ul li a {
    color: #000;
}

.breadcrumb ul li a:hover {
    text-decoration: underline;
    color: #F2A900;
}

.breadcrumb ul li,
.breadcrumb ul li a,
.breadcrumb ul li span {
    display: block;
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
}

.btn-link {
    min-width: 298px;
    line-height: 64px;
    font-size: 28px;
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    text-align: center;
    background: #fdc527;
    cursor: pointer;
}

.btn-link:hover,
.btn-link:focus {
    color: #F2A900;
    background: black;
    border-color: #F2A900;
}

@media (max-width: 1024px) {
    .btn-link {
        font-size: 20px;
        line-height: 50px;
        min-width: 0;
        padding: 0 20px;
    }
}

.wp-tabs {
    position: relative;
}

.wp-tabs .btn-action {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    z-index: 10;
}

@media (max-width: 640px) {
    .wp-tabs .btn-action {
        margin-top: -12px;
    }
}

@media (max-width: 480px) {
    .wp-tabs .btn-action {
        margin-top: -10px;
    }
}

.wp-tabs .btn-action:before {
    font-family: "fontawesome";
    color: #000;
    font-size: 80px;
}

@media (max-width: 640px) {
    .wp-tabs .btn-action:before {
        font-size: 60px;
    }
}

@media (max-width: 480px) {
    .wp-tabs .btn-action:before {
        font-size: 50px;
    }
}

@media (max-width: 360px) {
    .wp-tabs .btn-action:before {
        font-size: 40px;
    }
}

.wp-tabs .btn-action.next {
    right: 20px;
}

.wp-tabs .btn-action.next:before {
    content: "\f105";
}

.wp-tabs .btn-action.prev {
    left: 7px;
}

.wp-tabs .btn-action.prev:before {
    content: "\f104";
}

@media (max-width: 513px) {
    .wp-tabs .btn-action {
        display: inline-block;
    }
}

.stories-tabs .btn-action {
    width: 0;
    height: 0;
}

@media (min-width: 513px) {
    .stories-tabs .btn-action.next {
        right: 50px;
    }
    .stories-tabs .btn-action.prev {
        left: 22px;
    }
}

@media (min-width: 375px) and (max-width: 627px) {
    .stories-tabs .btn-action.prev {
        left: 2px;
    }
}

.wp-solution-content .btn-action {
    width: 0;
    height: 0;
}

@media (max-width: 513px) {
    .wp-solution-content .btn-action.next {
        right: 50px;
    }
    .wp-solution-content .btn-action.prev {
        left: 22px;
    }
}

@media (max-width: 640px) {
    .wp-solution-content .btn-action.next {
        right: 30px;
    }
    .wp-solution-content .btn-action.prev {
        left: 15px;
    }
}

@media (max-width: 513px) {
    #desktop {
        display: none;
    }
}

#mobile {
    display: none;
}

@media (max-width: 513px) {
    #mobile {
        display: block;
    }
}

div.wpcf7-mail-sent-ok {
    border: 0;
    color: #F2A900;
    text-align: left;
    padding: 0;
    margin: 20px 0 0;
}

.content-page ul li,
.content-page ol li {
    list-style: default;
}

.bx-add-quote {
    width: 279px;
    height: 64px;
    line-height: 64px;
    background: black url(../images/icon-tiger01.png) center right no-repeat;
    position: fixed;
    right: 0;
    top: 202px;
    text-align: center;
    z-index: 9;
    padding-right: 74px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.bx-add-quote a {
    text-transform: capitalize;
    font-size: 22px;
    color: #F2A900;
}

.add-quote {
    position: fixed;
    right: 0;
    top: 164px;
    z-index: 10;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    transform-origin: bottom right;
}

@media (max-width: 513px) {
    .add-quote {
        display: none !important;
    }
}

.add-quote-mobile {
    display: none;
}

.add-quote {
    display: block;
    width: 100%;
    background: #4f4f4f url(../images/bg-add-quote-form-mb_yellow.png) 90% center no-repeat;
    background-size: contain;
    color: #F2A900;
    text-align: center;
    z-index: 999;
    width: 280px;
    letter-spacing: 1px;
    background-size: 48px;
}

.add-quote a {
    color: #F2A900;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: bold;
    line-height: 2.8em;
    display: block;
    padding-right: 70px;
    display: block;
}

@media (max-width: 513px) {
    .add-quote-mobile {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #4f4f4f url(../images/bg-add-quote-form-mb_yellow.png) right center no-repeat;
        background-size: contain;
        color: #F2A900;
        text-align: center;
        z-index: 999;
    }
    .add-quote-mobile a {
        color: #F2A900;
        text-transform: capitalize;
        font-size: 35px;
        font-weight: bold;
        line-height: 2.8em;
        display: block;
    }
}

@media (max-width: 513px) and (max-width: 640px) {
    .add-quote-mobile a {
        font-size: 18px;
        line-height: 50px;
    }
}

.top-header {
    background: #030303;
    color: #fff;
    padding: 7px 0 12px;
}

.bx-countries {
    float: left;
    position: relative;
    min-width: 209px;
    display: block;
}

.bx-countries .country-selected {
    display: block;
    position: relative;
    line-height: 1.2em;
    color: #fff;
}

.bx-countries .country-selected:before {
    font-family: "fontawesome";
    content: "\f041";
    padding-right: 15px;
    color: #fff;
}

.bx-countries .country-selected:after {
    font-family: "fontawesome";
    content: "\f0d7";
    padding-left: 30px;
    color: #fff;
}

.bx-countries:hover .country-selected {
    color: #F2A900;
}

.bx-countries .list-countries {
    display: none;
    width: 100%;
    position: absolute;
    left: -20px;
    top: 100%;
    background: rgba(0, 0, 0, 0.9);
    padding: 20px 0 10px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9999;
    line-height: 30px;
}

.bx-countries .list-countries li a {
    text-transform: capitalize;
    padding: 5px 0;
    display: block;
    color: #fff;
}

.bx-countries .list-countries li a.current {
    color: #F2A900;
}

.bx-countries .list-countries li a:hover {
    color: #777777;
}

.bx-countries:hover .list-countries {
    display: block;
}

.single-service #menu-main-menu .menu-item-type-post_type_archive>a[href*=service],
.bottom-header .main-nav .nav-menu .current-service-ancestor>a,
.bottom-header .main-nav .nav-menu .current-menu-ancestor>a,
.main-nav .nav-menu .current-menu-item>a {
    font-weight: bold;
}

.single-service #menu-main-menu .menu-item-type-post_type_archive>a[href*=service],
.bottom-header .main-nav .nav-menu .current-service-ancestor>a,
.bottom-header .main-nav .nav-menu .current-menu-ancestor>a,
.bottom-header .main-nav .nav-menu .current-menu-item>a {
    color: #fff;
}

.top-menu {
    float: right;
}

@media (min-width: 769px) {
    .top-menu {
        margin-top: 6px;
    }
}

.top-menu .nav-menu {
    margin: 0;
}

.top-menu .nav-menu li a {
    color: #F2A900;
}

@media (min-width: 769px) {
    .nav-menu {
        margin: 0;
        position: relative;
    }
    .nav-menu:after {
        content: '';
        display: table;
        clear: both;
    }
    .nav-menu li {
        float: left;
    }
    .nav-menu li.link-home {
        display: none;
    }
    .nav-menu li a {
        display: block;
        padding: 0 10px;
    }
    .nav-menu li:last-child a {
        padding-right: 0;
    }
    .nav-menu li .wp-sub-menu {
        display: none;
        position: absolute;
        top: 80%;
        z-index: 10;
        text-align: center;
        white-space: nowrap;
        left: -9999px;
        right: -9999px;
    }
    .nav-menu li .wp-sub-menu .sub-menu {
        display: inline-block;
        text-align: left;
        margin-bottom: 0;
    }
    .nav-menu li .wp-sub-menu li {
        display: inline-block;
        float: none;
        text-align: justify;
    }
    .nav-menu li .wp-sub-menu li a {
        color: #000;
        text-transform: capitalize;
        padding: 5px 10px;
        display: block;
        line-height: 30px;
    }
    @media (max-width: 1024px) {
        .nav-menu li .wp-sub-menu li a {
            line-height: 22px;
        }
    }
    .nav-menu li .wp-sub-menu li a:hover {
        color: #fff;
    }
    .nav-menu li.menu-item-has-children {
        position: relative;
    }
    .nav-menu li.menu-item-has-children:hover .wp-sub-menu {
        display: block;
    }
    .nav-menu .top-media-menu .wp-sub-menu {}
    .nav-menu .top-our-solutions-menu .wp-sub-menu {}
    .top-nav .nav-menu li a {
        font-weight: bold;
    }
    .main-nav .nav-menu>li:hover>a,
    .main-nav .nav-menu>li .current-menu-ancestor,
    .main-nav .nav-menu>li:hover>a,
    .main-nav .nav-menu>li .current-menu-item>a {
        font-weight: bold;
        color: #fff !important;
    }
}

.bottom-header {
    background: #F2A900;
    color: #000;
    padding: 10px 0;
}

.bottom-header .logo {
    float: left;
    position: relative;
    z-index: 100;
}

@media (max-width: 1024px) {
    .bottom-header .logo img {
        max-width: 220px;
    }
}

.bottom-header .main-menu {
    float: right;
    margin-top: 24px;
}

@media (max-width: 1024px) {
    .bottom-header .main-menu {
        margin-top: 15px;
    }
}

.bottom-header .main-menu .nav-menu>li>a {
    color: #000;
    text-transform: capitalize;
}

a[title="Join Us"] {
    font-weight: 500;
}

@media (max-width: 513px) {
    .desktop-header {
        display: none;
    }
}

.sticky-wrapper {
    display: none;
}

@media (max-width: 513px) {
    .sticky-wrapper {
        display: block;
    }
}

.mobile-header {
    display: none;
    z-index: 9999;
}

@media (max-width: 513px) {
    .mobile-header {
        display: block !important;
        background: #F2A900;
        color: #000;
        padding: 10px 0;
        position: relative;
        border-top: 10px solid #050505;
        width: 100%;
    }
}

@media (max-width: 513px) and (max-width: 480px) {
    .mobile-header {
        top: 0;
    }
}

@media (max-width: 513px) and (max-width: 360px) {
    .mobile-header {
        padding: 10px 0;
    }
}

@media (max-width: 513px) {
    .mobile-header .container {
        position: relative;
    }
    .mobile-header .logo {
        float: left;
        width: 70%;
    }
}

@media (max-width: 513px) and (max-width: 320px) {
    .mobile-header .logo {
        width: 75%;
    }
}

@media (max-width: 513px) {
    .mobile-header .logo site-title {
        padding-left: 7.89474%;
    }
}

@media (max-width: 513px) and (max-width: 640px) {
    .mobile-header .logo site-title {
        padding-left: 0;
    }
}

@media (max-width: 513px) {
    .mobile-header .logo site-title a img {
        max-width: 250px;
        width: 100%;
    }
    .mobile-header .menu {
        float: right;
        width: 98px;
        margin-top: 5px !important;
    }
}

@media (max-width: 513px) and (max-width: 480px) {
    .mobile-header .menu {
        width: 50px;
    }
}

@media (max-width: 513px) {
    .mobile-header .menu .title-menu {
        display: block;
        text-align: center;
        font-size: 25px;
        color: #000;
        text-transform: capitalize;
        cursor: pointer;
    }
}

@media (max-width: 513px) and (min-width: 513px) {
    .mobile-header .menu .title-menu {
        padding-top: 2px;
    }
}

@media (max-width: 513px) and (max-width: 640px) {
    .mobile-header .menu .title-menu {
        padding-top: 7px;
    }
}

@media (max-width: 513px) and (max-width: 480px) {
    .mobile-header .menu .title-menu {
        font-size: 15px;
    }
}

@media (max-width: 513px) {
    .mobile-header .menu .title-menu span {
        display: block;
    }
    .mobile-header .menu .title-menu .line-bar {
        width: 40px;
        height: 5px;
        background: #000;
        margin: 0 auto 8px;
    }
}

@media (max-width: 513px) and (max-width: 480px) {
    .mobile-header .menu .title-menu .line-bar {
        width: 30px;
        height: 3px;
        margin: 0 auto 6px;
    }
}

@media (max-width: 513px) {
    .mobile-header .nav-mobile-content {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 997;
    }
    .mobile-header .overlay-menu {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(19, 22, 39, 0.85);
        z-index: 998;
        top: 0;
    }
    .mobile-header .top-menu-mobile {
        background: #F2A900 url(../images/bg-menu-mobiles.png) right center no-repeat;
        background-size: contain;
        color: #000;
        border-top: 10px solid #000;
    }
    .mobile-header .top-menu-mobile:after {
        content: '';
        display: table;
        clear: both;
    }
    .mobile-header .top-menu-mobile .ic-angle-right {
        cursor: pointer;
        float: left;
        width: 100px;
        height: 100%;
        text-align: center;
    }
}

@media (max-width: 513px) and (max-width: 480px) {
    .mobile-header .top-menu-mobile .ic-angle-right {
        width: 80px;
    }
}

@media (max-width: 513px) and (max-width: 360px) {
    .mobile-header .top-menu-mobile .ic-angle-right {
        width: 50px;
    }
}

@media (max-width: 513px) {
    .mobile-header .top-menu-mobile .ic-angle-right:before {
        font-family: "fontawesome";
        content: "\f105";
        font-size: 50px;
        line-height: 89px;
        color: #000;
    }
}

@media (max-width: 513px) and (max-width: 360px) {
    .mobile-header .top-menu-mobile .ic-angle-right:before {
        line-height: 83px;
        font-size: 40px;
    }
}

@media (max-width: 513px) and (max-width: 320px) {
    .mobile-header .top-menu-mobile .ic-angle-right:before {
        line-height: 79px;
    }
}

@media (max-width: 513px) {
    .mobile-header .menu-links {
        position: fixed;
        top: 0;
        width: 83.33333%;
        z-index: 9999;
        background: #000;
        height: 100%;
        overflow: auto;
    }
    .mobile-header .menu-links ul {
        margin: 0;
        padding: 0 0 10px;
        display: block;
        float: none;
        font-family: 'Fortin-Sans';
    }
}

@media (max-width: 513px) and (max-width: 360px) {
    .mobile-header .menu-links ul {
        padding-bottom: 65px;
    }
}

@media (max-width: 513px) {
    .mobile-header .menu-links ul li a {
        text-transform: capitalize;
        display: block;
        text-align: center;
        font-size: 20px;
        font-family: "Castle-T-Book", Arial, Verdana, sans-serif;
        line-height: 25px;
        color: #fbb311;
        padding: 30px 0;
    }
}

@media (max-width: 513px) and (max-width: 360px) {
    .mobile-header .menu-links ul li a {
        font-size: 15px;
        padding: 20px 0;
    }
}

@media (max-width: 513px) {
    .mobile-header .menu-links ul li:nth-child(odd) {
        background-color: #121212;
    }
    .mobile-header .menu-links ul li:nth-child(odd) ul li:nth-child(even) {
        background-color: #121212;
    }
    .mobile-header .menu-links ul li:nth-child(odd) ul li:nth-child(odd) {
        background: #000;
    }
    .mobile-header .menu-links ul li:nth-child(even) {
        background: #000;
    }
    .mobile-header .menu-links ul li:nth-child(even) ul li:nth-child(odd) {
        background-color: #121212;
    }
    .mobile-header .menu-links ul li:nth-child(even) ul li:nth-child(even) {
        background: #000;
    }
    .mobile-header .menu-links ul li.menu-item-has-children {
        position: relative;
    }
    .mobile-header .menu-links ul li.menu-item-has-children .angle-down {
        position: absolute;
        height: 100%;
        width: 77px;
        top: 0;
        right: 0;
        font-size: 35px;
        line-height: 85px;
        z-index: 1000;
        color: #fbb311;
        cursor: pointer;
    }
}

@media (max-width: 513px) and (max-width: 360px) {
    .mobile-header .menu-links ul li.menu-item-has-children .angle-down {
        font-size: 25px;
        width: 30px;
        line-height: 65px;
    }
}

@media (max-width: 513px) {
    .mobile-header .menu-links ul li.menu-item-has-children .angle-down:after {
        font-family: "fontawesome";
        content: "\f107";
    }
    .mobile-header .menu-links ul li.menu-item-has-children .angle-down.active:after {
        content: "\f106";
    }
    .mobile-header .menu-links ul li ul {
        display: none;
    }
    .mobile-header .menu-links .top-nav ul li a {
        color: #fff;
    }
    .mobile-header .menu-links .other-links ul li a {
        color: rgba(255, 255, 255, 0.33);
    }
}

@media (max-width: 513px) and (max-width: 513px) {
    .mobile-header .menu-links .sub-menu li a {
        color: #ffffff;
        text-transform: capitalize;
    }
}

body .nav-mobile-content {
    right: -100%;
}

body .nav-mobile-content .overlay-menu {
    right: -513px;
}

body .nav-mobile-content .menu-links {
    right: -513px;
}

body.open-menu .nav-mobile-content {
    right: 0;
    -webkit-transition: all 0.8s ease-in-out 0s;
    -moz-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    -o-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
}

body.open-menu .nav-mobile-content .overlay-menu {
    right: 0;
}

body.open-menu .nav-mobile-content .menu-links {
    right: 0;
}

body.open-menu #page {
    position: relative;
    -webkit-transition: all 0.8s ease-in-out 0s;
    -moz-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    -o-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
}

@media (max-width: 513px) {
    body.open-menu #page {
        right: 82.94271%;
    }
}

@media (max-width: 640px) {
    body.open-menu #page {
        right: 81.11979%;
    }
}

@media (max-width: 480px) {
    body.open-menu #page {
        right: 82.42188%;
    }
}

@media (max-width: 414px) {
    body.open-menu #page {
        right: 80.98958%;
    }
}

@media (max-width: 375px) {
    body.open-menu #page {
        right: 79.81771%;
    }
}

@media (max-width: 360px) {
    body.open-menu #page {
        right: 79.42708%;
    }
}

@media (max-width: 320px) {
    body.open-menu #page {
        right: 78.125%;
    }
}

body.logged-in .menu-links {
    padding-top: 46px;
}

.subscrible-footer {
    background: #000;
    color: #fbc325;
    padding: 24px 0 41px;
}

@media (max-width: 513px) {
    .subscrible-footer {
        padding-bottom: 49px;
    }
}

@media (max-width: 513px) {
    .subscribe-wp {
        max-width: 668px;
        margin: 0 auto;
    }
}

.subscribe-wp .es_msg {
    text-align: center;
    color: #398f14;
    font-size: 20px;
    margin: 10px 0;
}

.subscribe-wp .es_msg:after {
    content: '';
    display: table;
    clear: both;
}

.subscribe-wp .es_msg span {
    display: block;
}

@media (min-width: 1025px) {
    .subscribe-wp .es_msg span {
        float: right;
        width: 59.90991%;
        text-align: left;
    }
}

@media (max-width: 513px) {
    .subscribe-wp .es_msg {
        margin-top: 5px;
    }
}

.subscribe-wp .subscribe-content:after {
    content: '';
    display: table;
    clear: both;
}

.subscribe-wp .subscribe-content .es_caption {
    float: left;
    width: 43%;
    font-size: 28px;
    line-height: 1.2em;
}

@media (max-width: 1024px) {
    .subscribe-wp .subscribe-content .es_caption {
        width: 100%;
        text-align: center;
        margin: 0 0 15px;
        font-size: 20px;
    }
}

@media (min-width: 641px) and (max-width: 513px) {
    .subscribe-wp .subscribe-content .es_caption {
        font-size: 20px;
        line-height: 1em;
        margin-bottom: 20px;
    }
}

@media (max-width: 640px) {
    .subscribe-wp .subscribe-content .es_caption {
        font-size: 20px;
    }
}

@media (max-width: 320px) {
    .subscribe-wp .subscribe-content .es_caption {
        font-size: 18px;
    }
}

.subscribe-wp .subscribe-content .es_caption span {
    display: block;
}

.subscribe-wp .subscribe-content .subscribe-input {
    float: right;
    width: 53%;
    padding-top: 6px;
    vertical-align: middle;
}

@media (max-width: 1024px) {
    .subscribe-wp .subscribe-content .subscribe-input {
        width: 100%;
    }
}

.subscribe-wp .subscribe-content .subscribe-input:after {
    content: '';
    display: table;
    clear: both;
}

.subscribe-wp .subscribe-content .subscribe-input .es_textbox {
    float: left;
    width: 40.6015%;
    margin-right: 2.25564%;
}

@media (max-width: 480px) {
    .subscribe-wp .subscribe-content .subscribe-input .es_textbox {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.subscribe-wp .subscribe-content .subscribe-input .es_textbox input {
    font-size: 28px;
    line-height: 50px;
    height: 50px;
    vertical-align: middle;
    color: #c3c3c3;
    padding: 0 15px;
    border: 0;
    margin: 0;
    background: #fff;
}

@media (max-width: 1024px) {
    .subscribe-wp .subscribe-content .subscribe-input .es_textbox input {
        font-size: 20px;
    }
}

@media (min-width: 641px) and (max-width: 513px) {
    .subscribe-wp .subscribe-content .subscribe-input .es_textbox input {
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        color: #b6b6b6;
    }
}

@media (max-width: 640px) {
    .subscribe-wp .subscribe-content .subscribe-input .es_textbox input {
        height: 50px;
        line-height: 1em;
        vertical-align: middle;
    }
}

@media (max-width: 320px) {
    .subscribe-wp .subscribe-content .subscribe-input .es_textbox input {
        font-size: 18px;
    }
}

.subscribe-wp .subscribe-content .subscribe-input .es_button {
    float: left;
    width: 14.28571%;
}

@media (max-width: 480px) {
    .subscribe-wp .subscribe-content .subscribe-input .es_button {
        width: 100%;
    }
}

.subscribe-wp .subscribe-content .subscribe-input .es_button input {
    width: 100%;
    text-align: center;
    background: #fbc325;
    color: #000;
    font-size: 28px;
    line-height: 50px;
    padding: 0;
    border: 0;
    margin: 0;
}

@media (min-width: 513px) and (max-width: 1024px) {
    .subscribe-wp .subscribe-content .subscribe-input .es_button input {
        font-size: 20px;
    }
}

@media (min-width: 641px) and (max-width: 513px) {
    .subscribe-wp .subscribe-content .subscribe-input .es_button input {
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
}

@media (max-width: 640px) {
    .subscribe-wp .subscribe-content .subscribe-input .es_button input {
        font-size: 20px;
    }
}

@media (max-width: 320px) {
    .subscribe-wp .subscribe-content .subscribe-input .es_button input {
        font-size: 18px;
    }
}

.subscribe-wp .subscribe-content .subscribe-input .es_button input:hover {
    background: #9f9f9f;
}

.footer-center {
    background: #eee;
    padding: 20px 0;
}

.footer-center .block-menu-left {
    float: left;
    width: 82.88288%;
}

.footer-center .block-menu-right {
    float: right;
    width: 14.41441%;
}

.footer-center .block-left {
    float: left;
    width: 59.00901%;
}

.footer-center .block-left .bx-links {
    margin-top: -3px;
}

.footer-center .block-left .bx-links:after {
    content: '';
    display: table;
    clear: both;
}

.footer-center .block-left .bx-links .item {
    float: left;
    width: 30.53435%;
    margin-right: 2.29008%;
}

.footer-items {
    float: left;
    margin-right: 1%;
    width: 18%
}

@media (max-width: 513px) {
    .footer-items {
        display: none;
    }
}

.footer-items.small-items {
    width: 11%
}

@media (min-width: 1200px) {
    .footer-items.about-item {
        width: 200px;
    }
    .footer-items.moving-item {
        width: 180px;
    }
    .footer-items.relocation-item {
        width: 170px;
    }
    .footer-items.realty-item {}
    .footer-items.media-item {
        width: 5.5%;
    }
    .footer-items.root-item {
        width: 8.5%;
    }
}

.footer-items.last-items {
    float: right;
}

.footer-center .block-left .bx-links .item.col1 {
    width: 30.53435%;
}

.footer-center .block-left .bx-links .item.col2 {
    width: 35.87786%;
}

.footer-center .block-left .bx-links .item.col3 {
    width: 26.71756%;
}

.footer-center .block-left h2 {
    margin-top: -1px;
}

.footer-center .block-left h3 a {
    text-transform: capitalize;
}

.footer-center a {
    text-transform: capitalize;
}

.footer-center .block-right {
    float: right;
    width: 40.99099%;
    padding-top: 3px;
}

.footer-center .block-right .bx-links:after {
    content: '';
    display: table;
    clear: both;
}

.footer-center .block-right .bx-links .item {
    float: left;
    width: 31.42857%;
    margin-right: 2.29008%;
}

.footer-center .block-right .bx-links .item:last-child {
    margin-right: 0;
    margin-top: 2px;
}

.footer-center .block-right .bx-links .item.col1 {
    width: 41.75824%;
}

.footer-center .block-right .bx-links .item.col2 {
    width: 21.97802%;
}

.footer-center h2 a,
.footer-center h3 a {
    font-size: 16px;
    color: #2c2c2c;
    font-weight: normal;
    text-transform: capitalize;
}

.footer-center .root-links {
    margin: 0 0 20px;
}

.footer-center .root-links li a {
    text-transform: capitalize;
    font-size: 16px;
    color: #2c2c2c;
    font-weight: normal;
}

@media (max-width: 1024px) {
    .footer-center .root-links li a {
        font-size: 14px;
    }
}

.footer-center .sub-links li a {
    line-height: 22px;
    font-size: 16px;
}

footer .social-media>ul {
    margin: 0;
}

.copy-right {
    text-align: center;
    font-size: 16px;
    color: #000;
    padding: 10px 0;
}

.copy-right a {
    color: #3d85c6;
}

@media (min-width: 769px) {
    .copy-right {
        padding: 10px 0 !important;
    }
}

form {
    display: block;
    background: #000000;
}

form input[type="text"],
form input[type="button"],
form input[type="email"],
form input[type="submit"],
form input[type="tel"],
form textarea,
form select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

form input[type="text"],
form input[type="email"],
form input[type="date"],
form input[type="tel"] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 0 1.96078%;
    margin: 10px 0;
    height: 50px;
    vertical-align: middle;
    border: 0;
    width: 100%;
}

.stories-content .more.btn,
form input[type="button"],
form input[type="button"]:focus {
    height: 64px;
    font-size: 25.59px;
    color: #fff;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
    background: #F2A900;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 10px 0;
}

.stories-content .more.btn:hover,
.stories-content .more.btn:hover,
form input[type="button"]:hover,
form input[type="button"]:focus:hover {
    color: #fff;
    background: #b2b2b2;
    border-color: #F2A900;
}

@media (max-width: 767px) {
    form input[type="button"],
    form input[type="button"]:focus {
        font-size: 20px;
        height: 50px;
    }
}

form textarea {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 0 1.96078%;
    margin: 6px 0;
    padding-top: 9px;
    min-height: 100px;
    vertical-align: middle;
}

form select {
    width: 100%;
    border: 0;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 0 1.96078%;
    margin: 10px 0;
    height: 50px;
    vertical-align: middle;
    position: relative;
    background-image: url(../images/arrow-ic.png);
    background-position: right center;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
}

form select option {
    padding: 2px 1.96078%;
    background-color: black;
}

form select:focus {
    border: 0;
}

form .fields .wpcf7-form-control {
    display: block;
    margin: 0 0 10px;
}

form .fields .wpcf7-form-control:after {
    content: '';
    display: table;
    clear: both;
}

form .fields .wpcf7-form-control .wpcf7-list-item {
    position: relative;
    line-height: 46px;
    padding-left: 60px;
    float: left;
    margin: 0 40px 0 0;
}

@media (max-width: 513px) {
    form .fields .wpcf7-form-control .wpcf7-list-item {
        display: block;
        margin: 0 0 36px 0;
        float: none;
    }
    form .fields .wpcf7-form-control .wpcf7-list-item:last-child {
        margin-bottom: 20px;
    }
}

form .fields .wpcf7-form-control .wpcf7-list-item:last-child {
    margin-right: 0;
}

form .fields .wpcf7-form-control .wpcf7-list-item:before {
    content: '';
    width: 46px;
    height: 46px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 0;
}

form .fields .wpcf7-form-control .wpcf7-list-item input {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

form .fields .wpcf7-form-control .wpcf7-list-item.active:after {
    content: '';
    width: 26px;
    height: 26px;
    background: #F2A900;
    position: absolute;
    top: 10px;
    left: 10px;
}

.add-quote-form {
    position: relative;
}

.auto-scroll {
    position: absolute;
    top: 204px;
}

@media (min-width: 769px) and (max-width: 1027px) {
    .auto-scroll {
        top: 198px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1027px) and (-webkit-min-device-pixel-ratio: 0) {
    .auto-scroll {
        top: 197px;
    }
}

.add-quote-form-popup {
    width: 537px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    z-index: 11;
}

@media (min-width: 1028px) {
    .add-quote-form-popup {
        top: 204px;
    }
}

@media (min-width: 769px) and (max-width: 1027px) {
    .add-quote-form-popup {
        top: 198px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1027px) and (-webkit-min-device-pixel-ratio: 0) {
    .add-quote-form-popup {
        top: 197px;
    }
}

@media (max-width: 513px) {
    .add-quote-form-popup {
        top: 0px;
        width: 100%;
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 1000;
    }
}

.add-quote-form-popup .popup-fixed {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    width: 100%;
}

.add-quote-form-popup .popup-fixed input[type="button"] {
    transform: translateY(0);
}

@media (min-width: 769px) {
    .add-quote-form-popup .popup-fixed {
        width: 537px;
    }
}

.add-quote-form-popup .title {
    cursor: pointer;
    text-transform: capitalize;
    font-size: 28px;
    text-align: center;
    color: #fbc325;
    font-weight: bold;
    margin: 0 0 10px;
}

@media (min-width: 513px) and (max-width: 1024px) {
    .add-quote-form-popup .title {
        font-size: 20px;
    }
}

@media (max-width: 640px) {
    .add-quote-form-popup .title {
        font-size: 20px;
    }
}

@media (max-width: 320px) {
    .add-quote-form-popup .title {
        font-size: 18px;
    }
}

.add-quote-form-popup .wp-form {
    text-align: right;
}

.add-quote-form-popup .wp-form .close-quote {
    display: inline-block;
    text-align: center;
    line-height: 65px;
    width: 65px;
    height: 65px;
    background: #000;
}

@media (max-width: 513px) {
    .add-quote-form-popup .wp-form .close-quote {
        position: absolute;
        right: 0;
        z-index: 1;
        background: none;
    }
}

.add-quote-form-popup .wp-form .close-quote:before {
    font-family: "fontawesome";
    content: "\f105";
    color: #F2A900;
    font-size: 30px;
}

@media (max-width: 513px) {
    .add-quote-form-popup .wp-form .close-quote:before {
        font-size: 36px;
        line-height: 55px;
    }
}

@media (max-width: 480px) {
    .add-quote-form-popup .wp-form .close-quote:before {
        font-size: 30px;
    }
}

.add-quote-form-popup .wp-form .close-quote-m {
    display: none;
}

@media (max-width: 513px) {
    .add-quote-form-popup .wp-form .close-quote-m {
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        display: inline-block;
        position: relative;
    }
}

@media (max-width: 513px) {
    .add-quote-form-popup .wp-form {
        position: relative;
        min-height: 100%;
        overflow-y: auto;
    }
}

.add-quote-form-popup .wp-form-content {
    padding: 20px 50px 30px;
    background: #222222 url(//www.asiantigers-mobility.com/wp-content/themes/asian-tiger-corporate/images/bg-form-popup.png) right bottom no-repeat;
    text-align: left;
}

@media (max-width: 513px) {
    .add-quote-form-popup .wp-form-content {
        width: 100%;
        padding: 20px 50px percentage 0.0651;
        position: absolute;
        min-height: 100%;
    }
}

@media (max-width: 479px) {
    .add-quote-form-popup .wp-form-content {
        padding: 20px 20px 6.51042%;
    }
}

.add-quote-form-popup div.wpcf7-validation-errors {
    color: red;
    border: 0;
}

.add-quote-form-popup form {
    background: none;
}

.add-quote-form-popup form input[type="text"],
.add-quote-form-popup form input[type="email"],
.add-quote-form-popup form input[type="tel"] {
    height: 46px;
    margin: 6px 0;
    width: 100%;
    vertical-align: middle;
}

@media (max-width: 513px) {
    .add-quote-form-popup form input[type="text"],
    .add-quote-form-popup form input[type="email"],
    .add-quote-form-popup form input[type="tel"] {
        margin: 10px 0;
    }
}

@media (max-width: 767px) {
    .add-quote-form-popup form input[type="text"],
    .add-quote-form-popup form input[type="email"],
    .add-quote-form-popup form input[type="tel"] {
        height: 50px;
    }
}

.add-quote-form-popup form select {
    height: 50px;
    margin: 6px 0;
}

@media (max-width: 513px) {
    .add-quote-form-popup form select {
        margin: 10px 0;
    }
}

@media (max-width: 767px) {
    .add-quote-form-popup form select {
        height: 50px;
        line-height: 50px;
    }
}

.add-quote-form-popup form textarea {
    margin: 6px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 130px;
    font-family: "Castle-T-Book", Arial, Verdana, sans-serif;
    line-height: 1.2em;
    letter-spacing: 0;
    padding-top: 9px;
}

@media (max-width: 767px) {
    .add-quote-form-popup form textarea {
        margin: 10px 0;
    }
}

.add-quote-form-popup form input[type="button"] {
    margin: 15px 0 0;
    margin: 6px 0;
    background: #e8b012 none repeat scroll 0% 0%;
    font-size: 28px;
}

@media (max-width: 1024px) {
    .add-quote-form-popup form input[type="button"] {
        font-size: 20px;
        height: 50px;
        line-height: 1em;
    }
}

@media (max-width: 513px) {
    .add-quote-form-popup form input[type="button"] {
        height: 50px;
        vertical-align: middle;
        margin: 10px 0;
        line-height: 1em;
    }
}

.add-quote-form-popup form input[type="button"]:hover,
.add-quote-form-popup form input[type="button"]:focus:hover {
    background: #000 none repeat scroll 0% 0%;
}

.add-quote-form-popup form .wpcf7-select::-ms-expand {
    display: none;
}

.ajax-loader {
    display: none;
}

.ask-for-quote-form {
    padding: 50px 30px;
    background: #000;
    width: 530px;
}

.ask-for-quote-form .title {
    text-transform: capitalize;
    font-size: 39px;
    text-align: center;
    color: #F2A900;
    font-weight: bold;
    margin: 0 0 30px;
}

@media (max-width: 513px) {
    .ask-for-quote-form .title {
        font-size: 30px;
    }
}

@media (max-width: 627px) {
    .ask-for-quote-form .title {
        font-size: 16px;
    }
}

.textarea-add-for-quote textarea {
    min-height: 130px;
}

.page-template-askforquote-page .section-form {
    padding: 55px 0 57px;
}

.page-template-askforquote-page .section-form .entry-header {
    margin-bottom: 15px;
    padding-top: 40px;
}

@media (min-width: 375px) and (max-width: 627px) {
    .page-template-askforquote-page .section-form .entry-header {
        font-size: 30px;
    }
}

.page-template-askforquote-page form select,
.page-template-askforquote-page form input[type="text"],
.page-template-askforquote-page form input[type="email"],
.page-template-askforquote-page form input[type="date"],
.page-template-askforquote-page form input[type="tel"] {
    height: 46px;
    line-height: 46px;
    vertical-align: middle;
}

@media (max-width: 513px) {
    .page-template-askforquote-page form select,
    .page-template-askforquote-page form input[type="text"],
    .page-template-askforquote-page form input[type="email"],
    .page-template-askforquote-page form input[type="date"],
    .page-template-askforquote-page form input[type="tel"] {
        line-height: 1em;
    }
}

@media (max-width: 767px) {
    .page-template-askforquote-page form select,
    .page-template-askforquote-page form input[type="text"],
    .page-template-askforquote-page form input[type="email"],
    .page-template-askforquote-page form input[type="date"],
    .page-template-askforquote-page form input[type="tel"] {
        height: 50px;
        vertical-align: middle;
        line-height: 1em;
    }
}

.page-template-askforquote-page form textarea {
    min-height: 130px;
}

.flexslider {
    position: relative;
}

.flexslider .item-slider {
    position: relative;
    line-height: 1;
    text-transform: capitalize;
}

.flexslider .flex-caption {}

@media (max-width: 513px) {
    .flexslider .flex-caption .btn-link {
        display: none;
    }
}

.flexslider .flex-caption .wp-caption {
    margin: 150px 0 0 0;
}

@media (max-width: 1024px) {
    .flexslider .flex-caption .wp-caption {
        margin-top: 80px;
    }
}

@media (max-width: 513px) {
    .flexslider .flex-caption .wp-caption {
        max-width: 600px;
        margin: 60px auto 0;
    }
}

@media (max-width: 599px) {
    .flexslider .flex-caption .wp-caption {
        margin-top: 30px;
    }
}

.flexslider .flex-caption .welcome-caption {
    font-size: 65px;
    line-height: 1.5em;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 1px;
    opacity: 0;
    transition: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.flexslider .flex-caption .welcome-caption p {
    font-size: 35px;
    color: #fff;
}

@media (max-width: 513px) {
    .flexslider .flex-caption .welcome-caption p {
        font-size: 24px;
        color: #fff;
    }
}

.flexslider .flex-caption {}

.flexslider .item-slider.flex-active-slide .flex-caption .welcome-caption {
    opacity: 1;
}

@media (min-width: 513px) and (max-width: 1024px) {
    .flexslider .flex-caption .welcome-caption {
        font-size: 40px;
    }
}

@media (max-width: 640px) {
    .flexslider .flex-caption .welcome-caption {
        font-size: 25px;
    }
}

@media (max-width: 320px) {
    .flexslider .flex-caption .welcome-caption {
        font-size: 21px;
    }
}

.flexslider .flex-caption .title-caption {
    font-size: 50px;
    line-height: 1em;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 2px;
    margin-top: -5px;
}

@media (min-width: 513px) and (max-width: 1024px) {
    .flexslider .flex-caption .title-caption {
        font-size: 35px;
        margin-top: 0;
    }
}

@media (max-width: 640px) {
    .flexslider .flex-caption .title-caption {
        font-size: 18px;
        margin-top: 0;
    }
}

@media (max-width: 320px) {
    .flexslider .flex-caption .title-caption {
        font-size: 16px;
        letter-spacing: 0;
    }
}

.flexslider .flex-caption .des-caption {
    font-size: 25px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 8px;
    margin: 6px 0 17px 0;
}

@media (min-width: 513px) and (max-width: 1024px) {
    .flexslider .flex-caption .des-caption {
        font-size: 18px;
        letter-spacing: 7px;
    }
}

@media (max-width: 640px) {
    .flexslider .flex-caption .des-caption {
        font-size: 13px;
        letter-spacing: 6px;
    }
}

@media (max-width: 320px) {
    .flexslider .flex-caption .des-caption {
        font-size: 13px;
        letter-spacing: 5px;
    }
}

.flexslider .flex-caption p {
    margin: 0;
}

.flexslider .flex-caption .btn-link {
    font-size: 28px;
}

@media (min-width: 513px) and (max-width: 1024px) {
    .flexslider .flex-caption .btn-link {
        font-size: 20px;
    }
}

@media (max-width: 640px) {
    .flexslider .flex-caption .btn-link {
        font-size: 20px;
    }
}

@media (max-width: 320px) {
    .flexslider .flex-caption .btn-link {
        font-size: 18px;
    }
}

.flexslider .flex-direction-nav {
    display: none;
}

.flexslider .flex-direction-nav li a {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 11;
    font-size: 0;
    color: transparent;
}

.flexslider .flex-direction-nav li a:before {
    font-family: "fontello";
    color: #F2A900;
    font-size: 50px;
}

.flexslider .flex-direction-nav li a.flex-prev {
    left: 40px;
}

.flexslider .flex-direction-nav li a.flex-prev:before {
    content: '\ef9f';
}

.flexslider .flex-direction-nav li a.flex-next {
    right: 40px;
}

.flexslider .flex-direction-nav li a.flex-next:before {
    content: '\efa0';
}

.flexslider:hover .flex-direction-nav {
    display: block;
}

.flexslider-controls {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    z-index: 10;
}

@media (max-width: 513px) {
    .flexslider-controls {
        display: none;
    }
}

.flex-control-paging li {
    float: left;
    margin: 0 30px 0 0;
    font-size: 0;
    line-height: 0;
    color: transparent;
}

.flex-control-paging li a {
    display: block;
    cursor: pointer;
    width: 14px;
    height: 14px;
    background: rgba(0, 0, 0, 0.5);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
    background: #F2A900;
}

.lstflexslider .flex-direction-nav li a {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 11;
    font-size: 0;
    color: transparent;
}

.lstflexslider .flex-direction-nav li a:before {
    font-family: "fontawesome";
    color: #F2A900;
    font-size: 40px;
}

.lstflexslider .flex-direction-nav li a.flex-prev {
    left: -65px;
}

.lstflexslider .flex-direction-nav li a.flex-prev:before {
    content: "\f053";
}

.lstflexslider .flex-direction-nav li a.flex-next {
    right: -65px;
}

.lstflexslider .flex-direction-nav li a.flex-next:before {
    content: "\f054";
}

.wp-slider {
    position: relative;
    padding-bottom: 92px;
}

@media (max-width: 513px) {
    .wp-slider {
        display: none;
    }
}

.wp-slider .caption {
    text-align: left;
    margin: 0 0 19px;
    height: 90px;
    overflow: hidden;
}

.wp-slider .caption span {
    display: block;
}

.wp-slider .caption .date {
    margin-bottom: 5px;
}

.wp-slider .caption .title {
    line-height: 1.13em;
    text-transform: capitalize;
}

.wp-slider .caption .title a {
    color: #fff;
}

.wp-slider .item .image-videos {
    position: relative;
    display: block;
    width: 100%;
}

.wp-slider .item .image-videos:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.wp-slider .item .image-videos:after {
    content: '';
    border-width: 25px 0 25px 38px;
    border-style: solid;
    border-color: transparent transparent transparent #F2A900;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -19px;
    z-index: 2;
}

.outer-slider {
    position: relative;
}

.outer-slider .item {
    padding: 0 10px;
}

.lastest-list {
    width: 1px;
    min-width: 100%;
}

.customNavigation .btn {
    position: absolute;
    top: 50%;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    z-index: 12;
}

.customNavigation .btn:before {
    font-family: "fontello";
    font-size: 50px;
    color: #F2A900;
}

.customNavigation .btn.prev {
    left: -30px;
}

@media (max-width: 1199px) {
    .customNavigation .btn.prev {
        left: 15px;
    }
}

.customNavigation .btn.prev:before {
    content: '\ef9f';
}

.customNavigation .btn.next {
    right: -30px;
}

@media (max-width: 1199px) {
    .customNavigation .btn.next {
        right: 15px;
    }
}

.customNavigation .btn.next:before {
    content: '\efa0';
}

.media-post-content {
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #919191;
    background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#e8e8e8), to(#919191));
    background-image: -webkit-radial-gradient(circle, #e8e8e8, #919191);
    background-image: -moz-radial-gradient(circle, #e8e8e8, #919191);
    background-image: -o-radial-gradient(circle, #e8e8e8, #919191);
    background-image: radial-gradient(circle, #e8e8e8, #919191);
    background-repeat: no-repeat;
}

.media-post-content .container {
    color: #000000;
    line-height: 1.5em;
}

.media-post-content .container .post-content {
    max-width: 850px;
}

@media (max-width: 513px) {
    .media-post-content .container .post-content {
        max-width: 616px;
    }
}

.media-post-content .container .title-post-media {
    letter-spacing: 5px;
    text-transform: capitalize;
    margin-bottom: 12px;
    line-height: 28px;
}

.media-post-content .container .content-post-media {
    text-align: left;
}

@media (max-width: 640px) {
    .media-post-content .container {
        min-height: 460px;
        line-height: 1.2em;
    }
    .media-post-content .container .post-content {
        max-width: 616px;
    }
    .media-post-content .container .title-post-media {
        margin-bottom: 18px;
    }
}

.media-post-content .media-post-background {
    min-height: 428px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/blog/bg-tigers-media-rgt.png) right top no-repeat;
}

@media (max-width: 513px) {
    .media-post-content .media-post-background {
        background: url(../images/blog/bg-tiger-media-right.png) right top no-repeat;
        min-height: 460px;
    }
}

@media (max-width: 513px) {
    .media-post-content .bx-content {
        padding-bottom: 20px !important;
        max-width: 600px;
        margin: 0 auto;
    }
}

#html5-watermark {
    display: none !important;
}

#html5-close {
    margin-top: -77px !important;
    margin-right: 25px !important;
}

@media (max-width: 513px) {
    #html5-close {
        margin-top: -58px !important;
    }
}

#html5-close .wp-img {
    display: block;
}

@media (max-width: 640px) {
    #html5-close .wp-img {
        width: 36px;
        padding-top: 4px;
    }
}

@media (max-width: 480px) {
    #html5-close .wp-img {
        width: 32px;
        padding-top: 10px;
    }
}

#html5-lightbox-box {
    margin-top: 120px !important;
}

@media (max-width: 513px) {
    #html5-lightbox-box {
        margin-top: 72px !important;
    }
}

.home-post a {}

.home-post .post-content:after {
    content: '';
    display: table;
    clear: both;
}

.home-post .bx-content .para-text {
    line-height: 21px;
    color: #000;
    margin: 20px 0 40px;
}

@media (max-width: 513px) {
    .home-post .bx-content .para-text {
        line-height: 22px;
    }
}

.home-post .bx-content ul {
    margin: 0;
    padding: 0;
}

.home-post .bx-content ul li {
    list-style: none;
    font-size: 22px;
    line-height: 30px;
}

.our-solutions {
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 400px;
}

@media (max-width: 980px) {
    .our-solutions {
        background-size: contain;
    }
}

.our-solutions .post-content {}

@media (min-width: 513px) and (max-width: 800px) {
    .our-solutions .post-content {
        min-height: 520px;
    }
}

@media (max-width: 627px) {
    .our-solutions .post-content {
        min-height: 0px;
    }
}

.our-solutions .bx-content {
    max-width: 745px;
    padding-top: 40px;
}

@media (max-width: 513px) {
    .our-solutions .bx-content {
        margin: 0 auto;
        max-width: 600px;
    }
}

@media (max-width: 360px) {
    .our-solutions .bx-content {
        padding-bottom: 50px !important;
    }
}

@media (max-width: 627px) {
    .our-solutions .bx-content {
        padding-bottom: 37px !important;
    }
}

.why-asian-tigers .bx-content h2,
.our-solutions .bx-content h2 {
    padding: 15px 0;
    font-size: 45px;
    margin: 0;
}

@media (min-width: 800px) and (max-width: 1024px) {
    .our-solutions .bx-content h2 {
        margin-bottom: 4px;
        font-size: 35px;
    }
}

@media (min-width: 513px) and (max-width: 799px) {
    .our-solutions .bx-content h2 {
        margin-bottom: 10px;
        font-size: 35px;
    }
}

@media (max-width: 640px) {
    .why-asian-tigers .bx-content h2,
    .our-solutions .bx-content h2 {
        font-size: 24px;
    }
}

@media (max-width: 320px) {
    .our-solutions .bx-content h2 {
        font-size: 24px;
    }
}

.home-post .bx-content .para-text {
    line-height: 1.5em;
}

.our-solutions .bx-content .para-text {
    margin: 0 80px 15px 0px;
}

@media (max-width: 513px) {
    .our-solutions .bx-content .para-text {
        margin: 4px 0 16px;
    }
}

.home-post .btn-link {
    text-transform: capitalize;
}

.why-asian-tigers {
    padding-top: 30px;
    min-height: 400px;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #919191;
    background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#e8e8e8), to(#919191));
    background-image: -webkit-radial-gradient(circle, #e8e8e8, #919191);
    background-image: -moz-radial-gradient(circle, #e8e8e8, #919191);
    background-image: -o-radial-gradient(circle, #e8e8e8, #919191);
    background-image: radial-gradient(circle, #e8e8e8, #919191);
    background-repeat: no-repeat;
}

@media (max-width: 513px) {
    .why-asian-tigers {
        padding-top: 0px;
    }
}

@media (max-width: 640px) {
    .why-asian-tigers {
        min-height: 0;
    }
}

.home-post .container {
    position: relative;
    overflow: hidden;
}

.home-post .image-left {
    float: left;
    width: 42.79279%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 513px) {
    .home-post .image-left {
        width: 38%;
        min-height: 0px;
    }
}

@media (max-width: 678px) {
    .home-post .image-left {
        display: none;
    }
}

@media (min-width: 480px) {
    .home-post .image-left {
        position: absolute;
        bottom: 0;
    }
}

@media (max-width: 479px) {
    .home-post .image-left {
        width: 100%;
        margin: 0 0 20px;
    }
}

.home-post .image-left img {
    margin-left: -30px;
    margin-bottom: -250px;
}

@media (max-width: 513px) {
    .home-post .image-left img {
        margin-left: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 1024px) {
    .home-post .image-left img {
        margin-bottom: -150px;
    }
}

@media (max-width: 479px) {
    .home-post .image-left img {
        padding-right: 0;
    }
}

@media (max-width: 479px) {
    .why-asian-tigers .post-content {}
}

.home-post .bx-content {
    float: right;
    width: 57.20721%;
    padding-bottom: 30px;
    position: relative;
    z-index: 2;
    padding-top: 30px;
}

.home-post.our-solutions .bx-content {
    float: left;
}

.home-post.our-solutions .image-left {
    right: 0;
}

.home-post.our-solutions .image-left img {
    margin-bottom: 0;
}

@media (max-width: 513px) {
    .home-post .bx-content {
        padding-bottom: 71px !important;
    }
}

@media (max-width: 640px) {
    .home-post .bx-content {
        padding: 32px 0 !important;
    }
}

@media (max-width: 479px) {
    .home-post .bx-content {
        width: 100%;
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }
}

.why-asian-tigers .bx-content h1 {
    margin-bottom: 0;
    font-size: 45px;
}

@media (min-width: 513px) and (max-width: 1024px) {
    .why-asian-tigers .bx-content h1 {
        font-size: 35px;
    }
}

@media (max-width: 640px) {
    .why-asian-tigers .bx-content h1 {
        font-size: 28px;
    }
}

@media (max-width: 320px) {
    .why-asian-tigers .bx-content h1 {
        font-size: 24px;
    }
}

.why-asian-tigers .bx-content .para-text {
    margin-top: 12px;
    margin-bottom: 51px;
}

@media (max-width: 513px) {
    .why-asian-tigers .bx-content .para-text {
        line-height: 1.5em;
        margin-bottom: 30px;
    }
}

@media (max-width: 627px) {
    .why-asian-tigers .bx-content .para-text {
        line-height: 1.5em;
        margin-bottom: 30px;
    }
}

@media (max-width: 640px) {
    .why-asian-tigers .bx-content .para-text {
        line-height: 1.5em;
    }
}

@media (max-width: 320px) {
    .why-asian-tigers .bx-content .para-text {
        line-height: 1.5em;
    }
}

.bx-content .para-text p {
    text-align: justify;
}

.stories-tabs {
    background: #F2A900;
}

@media (max-width: 513px) {
    .stories-tabs .container {
        padding: 0;
    }
}

.stories-tabs ul.list-tabs {
    padding: 0;
    margin: 0;
}

@media (max-width: 513px) {
    .stories-tabs ul.list-tabs {
        padding: 0;
        margin: 0 -20px;
    }
}

.stories-tabs ul.list-tabs:after {
    content: '';
    display: table;
    clear: both;
}

.stories-tabs ul.list-tabs li {
    color: #fff;
    float: left;
    width: 33.33333%;
    text-align: center;
    cursor: pointer;
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: #fff;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: background-color 0s ease 0s;
    -moz-transition: background-color 0s ease 0s;
    -ms-transition: background-color 0s ease 0s;
    -o-transition: background-color 0s ease 0s;
    transition: background-color 0s ease 0s;
    font-size: 28px;
}

.general-tabs ul.list-tabs li {
    padding: 0;
}

@media (max-width: 513px) {
    .stories-tabs ul.list-tabs li {
        width: 100%;
        border-width: 0;
        padding: 29px 0;
        background: #F2A900;
        color: #000;
    }
}

@media (max-width: 640px) {
    .stories-tabs ul.list-tabs li {
        padding: 20px 0;
    }
}

@media (max-width: 360px) {
    .stories-tabs ul.list-tabs li {
        padding: 15px 0;
    }
}

@media (max-width: 320px) {
    .stories-tabs ul.list-tabs li {
        padding: 10px 0;
    }
}

.stories-tabs ul.list-tabs li span {
    font-size: 28px;
    line-height: 1.2em;
    text-transform: capitalize;
    display: block;
    padding-top: 43px;
    padding-bottom: 43px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: initial;
    color: #fff;
}

.general-tabs ul.list-tabs li span {
    padding-bottom: 43px;
}

@media (max-width: 640px) {
    .stories-tabs ul.list-tabs li span {
        font-size: 35px;
        line-height: 45px;
        background-position: 40% center;
        background-size: 36px 30px;
    }
}

@media (max-width: 480px) {
    .stories-tabs ul.list-tabs li span {
        background-position: 40% center;
        background-size: 33px 23px;
        font-size: 30px;
        line-height: 45px;
        padding-left: 49px;
        padding-top: 2px;
    }
}

@media (max-width: 414px) {
    .stories-tabs ul.list-tabs li span {
        background-position: 40% center;
        background-size: 31px 23px;
        font-size: 25px;
        line-height: 45px;
        padding-left: 0;
        padding-top: 30px;
    }
}

@media (max-width: 320px) {
    .stories-tabs ul.list-tabs li span {
        padding-left: 60px;
        font-size: 25px;
        background-position: 40% center;
        background-size: 30px 20px;
        padding-top: 1px;
    }
}

.stories-tabs ul.list-tabs li:first-child {
    border-left: 0;
}

.stories-tabs ul.list-tabs li:first-child:before {
    content: '';
    height: 100%;
    width: 1000px;
    position: absolute;
    top: 0;
    left: -1000px;
    z-index: 1;
    background: #F2A900;
}

.stories-tabs ul.list-tabs li:last-child {
    border-right: 0;
}

.stories-tabs ul.list-tabs li:last-child:after {
    content: '';
    height: 100%;
    width: 1000px;
    position: absolute;
    top: 0;
    right: -1000px;
    z-index: 1;
    background: #F2A900;
}

.stories-tabs ul.list-tabs li:hover,
.stories-tabs ul.list-tabs li.current {
    background: #b2b2b2;
    color: #000;
}

.stories-tabs ul.list-tabs li:hover img,
.stories-tabs ul.list-tabs li.current img {
    -webkit-filter: brightness(0);
    -moz-filter: brightness(0);
    -ms-filter: brightness(0);
    -o-filter: brightness(0);
    filter: brightness(0);
}

.stories-tabs ul.list-tabs li:hover:first-child:before,
.stories-tabs ul.list-tabs li.current:first-child:before {
    background: #b2b2b2;
}

.stories-tabs ul.list-tabs li:hover:last-child:after,
.stories-tabs ul.list-tabs li.current:last-child:after {
    background: #b2b2b2;
}

.list-posts {
    list-style: none;
}

.list-posts li .post-date {
    font-size: 18px;
}

@media (min-width: 513px) and (max-width: 1024px) {
    .list-posts li .post-date {
        font-size: 15px;
    }
}

@media (max-width: 640px) {
    .list-posts li .post-time-info {}
}

@media (max-width: 320px) {
    .list-posts li .post-date {
        font-size: 11px;
    }
}

.list-posts li .post-title {
    font-size: 28px;
    line-height: 28px;
    text-transform: none;
}

@media (min-width: 513px) and (max-width: 1024px) {
    .list-posts li .post-title {
        font-size: 20px;
    }
}

@media (max-width: 640px) {
    .list-posts li .post-title {
        font-size: 20px;
    }
}

@media (max-width: 320px) {
    .list-posts li .post-title {
        font-size: 18px;
    }
}

.list-posts li .post-title a {
    color: #000;
}

.list-posts li .post-thumb a {
    display: block;
}

.list-posts li .post-thumb a img {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}

.list-posts li .post-content {
    font-size: 18px;
    line-height: 20px;
    color: #797979;
}

@media (max-width: 1024px) {
    .list-posts li .post-content {
        font-size: 15px;
    }
}

@media (max-width: 513px) {
    .list-posts li .post-content {
        line-height: 22px;
    }
}

@media (max-width: 640px) {
    .list-posts li .post-content {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .list-posts li .post-content {
        line-height: 1.2em;
    }
}

@media (max-width: 320px) {
    .list-posts li .post-content {
        font-size: 11px;
    }
}

.tab-content-blog,
.tab-content-news {
    padding-bottom: 40px;
}

.tab-content-blog .list-posts li,
.tab-content-news .list-posts li {
    margin-top: 50px;
    padding: 10px;
}

.list-posts li:hover .post-title,
.list-posts li:hover .post-title {
    color: #F2A900;
}

.tab-content-blog .list-posts li:nth-child(odd),
.tab-content-news .list-posts li:nth-child(odd) {
    background-color: #F0F0F0;
}

.tab-content-blog .list-posts.oddRow li:nth-child(odd),
.tab-content-news .list-posts.oddRow li:nth-child(odd) {
    background-color: #fff;
}

.tab-content-blog .list-posts.oddRow li:nth-child(even),
.tab-content-news .list-posts.oddRow li:nth-child(even) {
    background-color: #F0F0F0;
}

@media (max-width: 513px) {
    .tab-content-blog .list-posts li,
    .tab-content-news .list-posts li {
        margin-top: 41px;
    }
}

@media (max-width: 480px) {
    .tab-content-blog .list-posts li,
    .tab-content-news .list-posts li {
        margin-top: 20px;
    }
}

.tab-content-blog .list-posts li .post-date,
.tab-content-news .list-posts li .post-date {
    margin-bottom: 3px;
}

.tab-content-blog .list-posts li a:focus .post-title,
.tab-content-news .list-posts li a:focus .post-title {
    color: #F2A900;
}

.tab-content-blog .list-posts li .post-title,
.tab-content-news .list-posts li .post-title {
    text-transform: none;
}

.tab-content-blog .list-posts li .post-thumb,
.tab-content-news .list-posts li .post-thumb {
    margin: 12px 0;
    height: 200px !important;
    overflow: hidden;
}

.tab-content-blog .list-posts li .post-content,
.tab-content-news .list-posts li .post-content {
    margin-bottom: 10px;
}

@media (min-width: 513px) {
    .tab-content-blog .list-posts li .tab-content-news .list-posts li {
        min-height: 650px;
    }
}

@media (max-width: 513px) {
    .tab-content-blog .list-posts li .post-content,
    .tab-content-news .list-posts li .post-content {
        margin-bottom: -5px;
    }
}

@media (max-width: 480px) {
    .tab-content-blog .list-posts li .post-content,
    .tab-content-news .list-posts li .post-content {
        margin-bottom: 0px;
    }
}

.tab-content-events ul {
    margin: 0;
}

.tab-content-events ul li {
    padding: 25px 0;
}

@media (max-width: 480px) {
    .tab-content-events ul li {
        padding: 30px 0;
    }
}

.tab-content-events ul li:nth-child(odd) {
    background: #f7f7f7;
    position: relative;
}

.tab-content-events ul li:nth-child(odd):before {
    content: '';
    width: 1000px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -1000px;
    background: #f7f7f7;
}

.tab-content-events ul li:nth-child(odd):after {
    content: '';
    width: 1000px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -1000px;
    background: #f7f7f7;
}

.tab-content-events ul li .post-title {
    text-transform: none;
}

@media (max-width: 513px) {
    .tab-content-events ul li .post-title {
        margin-top: 00px;
    }
}

.tab-content-events ul li .post-title {
    margin: 0 0 10px;
}

.tab-content-events ul li a:focus .post-title {
    color: #F2A900;
}

.tab-content-events ul li .post-content {
    margin: 0 0 10px;
}

@media (max-width: 1024px) {
    .tab-content-events ul li .post-content {
        font-size: 16px;
        line-height: 1.5em;
    }
}

@media (max-width: 800px) {
    .tab-content-events ul li .post-content {
        margin-bottom: 20px;
    }
}

@media (max-width: 320px) {
    .tab-content-events ul li .post-content {
        line-height: 1.2em;
    }
}

.tab-content-events ul li .post-time-info {
    line-height: 30px;
}

@media (max-width: 1024px) {
    .tab-content-events ul li .post-time-info {
        font-size: 15px;
        line-height: 1.5em;
    }
}

.tab-content-events ul li .post-time-info label {
    display: inline-block;
    width: 100px;
}

@media (max-width: 639px) {
    .tab-content-events ul li .post-time-info label {
        display: inline;
        margin-right: 15px;
    }
}

.tab-content-videos ul {
    margin: 0;
}

.tab-content-videos ul li {
    padding: 40px 0;
}

@media (max-width: 513px) {
    .tab-content-videos ul li:nth-child(odd) {
        background: #f7f7f7;
        position: relative;
    }
    .tab-content-videos ul li:nth-child(odd):before {
        content: '';
        width: 1000px;
        height: 100%;
        position: absolute;
        top: 0;
        left: -1000px;
        background: #f7f7f7;
    }
    .tab-content-videos ul li:nth-child(odd):after {
        content: '';
        width: 1000px;
        height: 100%;
        position: absolute;
        top: 0;
        right: -1000px;
        background: #f7f7f7;
    }
}

@media (max-width: 480px) {
    .tab-content-videos ul li {
        padding: 30px 0;
    }
}

.tab-content-videos ul li .post-thumb a {
    position: relative;
}

.tab-content-videos ul li .post-thumb a img {
    max-width: 100%;
}

.tab-content-videos ul li .post-thumb a:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.tab-content-videos ul li .post-thumb a:after {
    content: '';
    border-width: 25px 0 25px 38px;
    border-style: solid;
    border-color: transparent transparent transparent #F2A900;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -19px;
    z-index: 2;
}

@media (max-width: 513px) {
    .tab-content-videos ul li .post-thumb a:after {
        border-width: 35px 0 35px 53px;
        margin-top: -35px;
    }
}

@media (max-width: 480px) {
    .tab-content-videos ul li .post-thumb a:after {
        border-width: 35px 0 35px 53px;
        margin-top: -35px;
    }
}

.tab-content-videos ul li .post-title {
    text-transform: none;
}

@media (max-width: 513px) {
    .tab-content-videos ul li .post-title {
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .tab-content-videos ul li .post-title {
        margin-top: 0px;
    }
}

.tab-content-videos ul li .post-content {
    margin: 1px 0 40px;
}

@media (max-width: 513px) {
    .tab-content-videos ul li .post-content {
        margin: 10px 0 0;
    }
}

@media (max-width: 480px) {
    .tab-content-videos ul li .post-content {
        margin: 00px 0 0;
    }
}

.tab-content-videos ul li .post-time-info {
    line-height: 30px;
}

@media (max-width: 1024px) {
    .tab-content-videos ul li .post-time-info {
        font-size: 15px;
        line-height: 1.5em;
    }
}

.tab-content-videos ul li .post-time-info label {
    display: inline-block;
    width: 120px;
}

@media (max-width: 639px) {
    .tab-content-videos ul li .post-time-info label {
        width: 80px;
    }
}

@media (min-width: 769px) {
    .tab-content-blog ul,
    .tab-content-news ul {
        margin: 0;
    }
    .tab-content-blog ul:after,
    .tab-content-news ul:after {
        content: '';
        display: table;
        clear: both;
    }
    .tab-content-blog ul li,
    .tab-content-news ul li {
        float: left;
        width: 31.53153%;
        margin-right: 2.7027%;
    }
    .tab-content-blog ul li:nth-child(3n),
    .tab-content-blog ul li:last-child,
    .tab-content-news ul li:nth-child(3n),
    .tab-content-news ul li:last-child {
        margin-right: 0;
    }
    .tab-content-blog ul li:nth-child(3n + 1),
    .tab-content-news ul li:nth-child(3n + 1) {
        clear: left;
    }
}

@media (max-width: 513px) {
    .tab-content-blog,
    .tab-content-news {
        max-width: 668px;
        margin: 0 auto;
    }
    .tab-content-blog ul,
    .tab-content-news ul {
        margin: 0;
    }
    .tab-content-blog ul:after,
    .tab-content-news ul:after {
        content: '';
        display: table;
        clear: both;
    }
    .tab-content-blog ul li,
    .tab-content-news ul li {
        float: left;
        width: 47.94521%;
        margin-right: 4.10959%;
    }
    .tab-content-blog ul li:nth-child(2n),
    .tab-content-news ul li:last-child,
    .tab-content-news ul li:nth-child(2n),
    .tab-content-news ul li:last-child {
        margin-right: 0;
    }
    .tab-content-blog ul li:nth-child(2n + 1),
    .tab-content-news ul li:nth-child(2n + 1) {
        clear: left;
    }
}

@media (max-width: 479px) {
    .tab-content-blog ul,
    .tab-content-news ul {
        margin: 0;
    }
    .tab-content-blog ul:after,
    .tab-content-news ul:after {
        content: '';
        display: table;
        clear: both;
    }
    .tab-content-blog ul li,
    .tab-content-news ul li {
        display: block;
        width: 100%;
    }
}

@media (min-width: 513px) {
    .tab-content-events ul li .item-content {
        position: relative;
    }
    .tab-content-events ul li .item-content:after {
        content: '';
        display: table;
        clear: both;
    }
    .tab-content-events ul li .item-content .bx-img {
        float: left;
        width: 31.53153%;
        margin-right: 2.7027%;
    }
}

@media (min-width: 513px) and (max-width: 1024px) {
    .tab-content-events ul li .item-content .bx-img {
        width: 40%;
        margin-right: 2%;
    }
}

@media (min-width: 513px) {
    .tab-content-events ul li .item-content .bx-img a {
        display: block;
    }
    .tab-content-events ul li .item-content .bx-img a img {
        display: block;
        width: 100%;
        height: auto;
    }
    .tab-content-events ul li .item-content .bx-info {
        width: 65.76577%;
        float: left;
    }
}

@media (min-width: 513px) and (max-width: 1024px) {
    .tab-content-events ul li .item-content .bx-info {
        width: 58%;
    }
}

@media (max-width: 767px) {
    .tab-content-events ul li .item-content {
        position: relative;
    }
    .tab-content-events ul li .item-content:after {
        content: '';
        display: table;
        clear: both;
    }
    .tab-content-events ul li .item-content .bx-img {
        margin: 0 0 10px;
    }
    .tab-content-events ul li .item-content .bx-img a {
        display: block;
    }
    .tab-content-events ul li .item-content .bx-img a img {
        display: block;
    }
}

@media (min-width: 513px) {
    .tab-content-videos ul li .item-content {
        position: relative;
    }
    .tab-content-videos ul li .item-content:after {
        content: '';
        display: table;
        clear: both;
    }
    .tab-content-videos ul li .item-content .bx-img {
        float: left;
        width: 31.53153%;
        margin-right: 2.7027%;
    }
}

@media (min-width: 513px) and (max-width: 1024px) {
    .tab-content-videos ul li .item-content .bx-img {
        width: 40%;
        margin-right: 2%;
    }
}

@media (min-width: 513px) {
    .tab-content-videos ul li .item-content .bx-img a {
        display: block;
    }
    .tab-content-videos ul li .item-content .bx-img a img {
        display: block;
    }
    .tab-content-videos ul li .item-content .bx-info {
        width: 65.76577%;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
    }
}

@media (min-width: 513px) and (max-width: 1024px) {
    .tab-content-videos ul li .item-content .bx-info {
        width: 58%;
    }
}

@media (min-width: 513px) {
    .tab-content-videos ul li .item-content .bx-info .bx-info-inner {
        margin: auto;
    }
}

@media (max-width: 767px) {
    .tab-content-videos ul li .item-content {
        position: relative;
    }
    .tab-content-videos ul li .item-content:after {
        content: '';
        display: table;
        clear: both;
    }
    .tab-content-videos ul li .item-content .bx-img a {
        display: block;
    }
    .tab-content-videos ul li .item-content .bx-img a img {
        display: block;
        width: 100%;
    }
    .tab-content-videos ul li .item-content .bx-info .bx-info-inner {
        padding: 0 !important;
    }
}

.stories-content {
    padding-bottom: 30px;
}

@media (max-width: 513px) {
    .stories-content {
        padding-bottom: 36px;
    }
}

@media (max-width: 480px) {
    .stories-content {
        padding-bottom: 20px;
    }
}

.load-more {
    text-align: center;
    padding-top: 40px;
}

@media (max-width: 480px) {
    .load-more {
        padding-top: 20px;
    }
}

.load-more span {
    cursor: pointer;
    display: inline-block;
}

.load-more span:before {
    font-family: "fontawesome";
    content: "\f107";
    color: #F2A900;
    font-size: 80px;
    line-height: 60px;
}

@media (max-width: 640px) {
    .load-more span:before {
        font-size: 50px;
    }
}

.about-us-page .bx-content:after {
    content: '';
    display: table;
    clear: both;
}

@media (max-width: 513px) {
    .about-banner {
        display: none;
    }
}

.section-about {
    background-color: #646464;
    background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#fefefe), to(#646464));
    background-image: -webkit-radial-gradient(circle, #fefefe, #646464);
    background-image: -moz-radial-gradient(circle, #fefefe, #646464);
    background-image: -o-radial-gradient(circle, #fefefe, #646464);
    background-image: radial-gradient(circle, #fefefe, #646464);
    background-repeat: no-repeat;
}

.section-about .section-about-inner {
    background: #cbcbcb url(../images/about_us/aboutus-bg.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 82px;
    padding-top: 82px;
}

@media (max-width: 513px) {
    .section-about .section-about-inner {
        background-color: #cbcbcb;
        background-image: url(../images/about_us/aboutus-bg.jpg);
        background-size: cover;
        padding-bottom: 70px;
        padding-top: 70px;
    }
}

@media (max-width: 640px) {
    .section-about .section-about-inner {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.section-about .section-about-inner .about-content {
    max-width: 980px;
    text-align: justify;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.section-about .section-about-inner .about-content:after {
    content: '';
    display: table;
    clear: both;
}

@media (max-width: 513px) {
    .section-about .section-about-inner .about-content {
        max-width: 600px;
        margin: 0 auto;
        text-align: left;
    }
}

.section-about .section-sr-inner h1 {
    text-transform: none;
}

.section-about .section-about-inner .about-content h1 {
    text-transform: none;
}

.section-about .section-about-inner .about-content h2 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 8px;
    margin-bottom: 0.3em;
    text-transform: none;
}

@media (max-width: 513px) {
    .section-about .section-about-inner .about-content h2 {
        line-height: 24px;
        letter-spacing: 6px;
    }
}

@media (min-width: 513px) and (max-width: 1024px) {
    .section-about .section-about-inner .about-content h2 {
        font-size: 20px;
    }
}

@media (max-width: 640px) {
    .section-about .section-about-inner .about-content h2 {
        font-size: 20px;
    }
}

@media (max-width: 320px) {
    .section-about .section-about-inner .about-content h2 {
        font-size: 18px;
    }
}

.section-about .section-about-inner .about-content p {
    text-align: justify;
    line-height: 22px;
    color: #000;
}

@media (max-width: 1024px) {
    .section-about .section-about-inner .about-content p {
        line-height: 1.5em;
    }
}

.section-about .section-about-inner .about-content p:last-child {
    margin-bottom: 0px;
}

.section-vmc {
    background: #F2A900;
    color: #000;
}

.section-vmc h1 {
    margin: 0 auto;
    font-size: 32px;
    max-width: 250px;
    color: #fff;
    margin-bottom: 11px;
}

@media (min-width: 769px) {
    .section-vmc .container {
        position: relative;
    }
    .section-vmc .container:before {
        content: '';
        height: 100%;
        width: 2px;
        background: #fff;
        position: absolute;
        top: 0;
        left: 33.33333%;
    }
    .section-vmc .container:after {
        content: '';
        height: 100%;
        width: 2px;
        background: #fff;
        display: block;
        clear: none;
        position: absolute;
        top: 0;
        right: 33.33333%;
    }
}

@media (max-width: 513px) {
    .section-vmc .vmc-content {
        margin: 0 -15px;
    }
}

.section-vmc .vmc-content:after {
    content: '';
    display: table;
    clear: both;
}

.section-vmc .item {
    float: left;
    width: 33.33333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 40px 0;
}

@media (max-width: 513px) {
    .section-vmc .item {
        width: 100%;
        border-bottom: 1px solid #fff;
        padding-bottom: 55px;
    }
}

.section-vmc .item:first-child {
    border-left: 0;
}

.section-vmc .item:last-child {
    border-right: 0;
}

@media (max-width: 513px) {
    .section-vmc .item:last-child {
        border-bottom: 0;
    }
}

.section-vmc .item .text-note {
    margin: 0 auto;
    font-size: 22px;
    line-height: 26px;
    text-align: justify;
}

@media (min-width: 769px) {
    .section-vmc .item .text-note {
        max-width: 250px;
    }
}

@media (max-width: 767px) {
    .section-vmc .item .text-note {
        text-align: center;
        font-size: 16px;
        padding: 0 19px;
    }
}

.about-us-page .general-content h1 {
    padding-top: 1em;
    padding-bottom: 0;
}

.section-leadership {
    background: #e5e5e5;
}

.section-leadership hr {
    background: #fff;
    height: 2px;
    margin-bottom: 0;
}

@media (min-width: 769px) {
    .section-leadership .container {
        position: relative;
    }
    .section-leadership .container:before {
        content: '';
        height: 100%;
        width: 2px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -1px;
    }
}

@media (max-width: 513px) {
    .section-leadership .leader-content {
        margin: 0 -19px;
    }
}

.section-leadership .leader-content .item {
    float: left;
    width: 100%;
    position: relative;
    padding: 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 380px;
}

@media (max-width: 513px) {
    .section-leadership .leader-content .item {
        min-height: 360px;
    }
}

@media (max-width: 640px) {
    .section-leadership .leader-content .item {
        min-height: 320px;
    }
}

@media (max-width: 480px) {
    .section-leadership .leader-content .item {
        min-height: 350px;
    }
}

@media (max-width: 414px) {
    .section-leadership .leader-content .item {
        min-height: 375px;
    }
}

@media (max-width: 375px) {
    .section-leadership .leader-content .item {
        min-height: 400px;
    }
}

@media (max-width: 360px) {
    .section-leadership .leader-content .item {
        min-height: 375px;
    }
}

@media (max-width: 320px) {
    .section-leadership .leader-content .item {
        min-height: 325px;
    }
}

.section-leadership .leader-content .item:after {
    content: '';
    display: table;
    clear: both;
}

.section-leadership .leader-content .item.col-left {
    width: 100%;
    padding: 40px 0
}

@media (max-width: 513px) {
    .section-leadership .leader-content .item.col-left {
        width: 100%;
    }
}

.section-leadership .leader-content .item.col-right {
    float: right;
}

.section-leadership .leader-content .item .info-leader {
    position: static;
}

@media (max-width: 513px) {
    .section-leadership .leader-content .item .info-leader {
        bottom: 57px;
    }
}

@media (max-width: 640px) {
    .section-leadership .leader-content .item .info-leader {
        width: 100%;
    }
}

@media (max-width: 513px) {
    .section-leadership .leader-content .item .info-leader .info-leader-content {
        max-width: 706px;
        padding: 0 0;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }
}

@media (max-width: 360px) {
    .section-leadership .leader-content .item .info-leader .info-leader-content span {
        font-size: 16px;
        line-height: 1.2em;
    }
}

@media (max-width: 513px) {
    .section-leadership .leader-content .item {
        width: 100%;
        border-bottom: 3px solid #fff;
        padding-top: 55px;
    }
    .section-leadership .leader-content .item .inner-item {
        max-width: 706px;
        padding: 0 19px;
        margin: 0 auto;
    }
}

.section-leadership .leader-content .item .left-item {
    max-width: 513px;
    min-height: 250px;
    width: 50%;
}

.section-leadership .leader-content .item.col-right .left-item {
    margin-left: 50%;
}

@media (max-width: 640px) {
    .section-leadership .leader-content .item .left-item {
        width: 100%;
    }
    .section-leadership .leader-content .item.col-right .left-item {
        margin-left: 0;
    }
    .section-leadership .info-leader-content>* {
        line-height: 1.5em;
    }
    .section-leadership .info-leader span {
        font-size: 16px;
    }
    .section-leadership .leader-content .item.col-right .left-item .info-leader-content {
        margin-left: 50%;
    }
}

.section-leadership .leader-content .item .left-item .intro-leader {
    line-height: 22px;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}

.section-leadership .leader-content .item .left-item .intro-leader p {
    text-align: justify;
}

.section-leadership .leader-content .item .right-item {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    margin-left: 50%;
}

.section-leadership .leader-content .item.col-right .right-item {
    margin-left: 10%;
}

.section-leadership .leader-content .item .right-item img {
    width: 300px;
    height: auto;
}

.section-leadership>.container:first-child .leader-content .item .right-item img {
    width: 330px;
    height: auto;
}

@media (max-width: 1024px) {
    .section-leadership .leader-content .item .right-item {
        width: 50%;
    }
}

@media (max-width: 513px) {
    .section-leadership .leader-content .item .right-item {
        right: 3.90625%;
    }
    .section-leadership .leader-content .item.col-right .right-item {
        margin-left: 0;
    }
}

@media (max-width: 640px) {
    .section-leadership .leader-content .item .right-item {
        width: 36%;
    }
}

@media (max-width: 480px) {
    .section-leadership .leader-content .item .right-item {
        width: 58%;
    }
}

@media (max-width: 414px) {
    .section-leadership .leader-content .item .right-item {
        width: 50%;
        right: 1.906%;
    }
}

@media (max-width: 320px) {
    .section-leadership .leader-content .item .right-item {
        width: 50%;
    }
}

.info-leader h2 {
    line-height: 1.2em;
    text-transform: capitalize;
    font-weight: bold;
}

.info-leader span {
    display: block;
    line-height: 28px;
    font-size: 22px;
}

.section-sr {
    background-color: #646464;
    background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#fefefe), to(#646464));
    background-image: -webkit-radial-gradient(circle, #fefefe, #646464);
    background-image: -moz-radial-gradient(circle, #fefefe, #646464);
    background-image: -o-radial-gradient(circle, #fefefe, #646464);
    background-image: radial-gradient(circle, #fefefe, #646464);
    background-repeat: no-repeat;
}

@media (min-width: 769px) {
    .section-sr {
        position: relative;
    }
    .section-sr:before {
        content: '';
        width: 2px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -1px;
    }
}

@media (max-width: 513px) {
    .section-sr {
        background-position: left top;
    }
}

.section-sr .section-sr-inner {
    min-height: 480px;
    background: url(../images/about_us/bg-rightsr.png) right top no-repeat;
    background-size: contain;
}

@media (max-width: 513px) {
    .section-sr .section-sr-inner {
        background-position: right bottom;
    }
}

.section-sr .section-sr-inner .sr-content {
    text-align: left;
}

@media (max-width: 360px) {
    .section-sr .section-sr-inner .sr-content {
        text-align: left;
    }
}

@media (max-width: 513px) {
    .section-sr .section-sr-inner .sr-content {
        margin: 0 -19px;
        padding: 0 !important;
    }
}

.section-sr .section-sr-inner .sr-content:after {
    content: '';
    display: table;
    clear: both;
}

.section-sr .section-sr-inner .sr-content .item {
    float: left;
    width: 45.04505%;
}

@media (max-width: 513px) {
    .section-sr .section-sr-inner .sr-content .item.col-left {
        background: #9f9f9f url(../images/about_us/bg-leftsr.png) left center no-repeat;
        background-size: contain;
        border-bottom: 3px solid #fff;
    }
}

.section-sr .section-sr-inner .sr-content .item.col-right {
    float: right;
}

@media (max-width: 513px) {
    .section-sr .section-sr-inner .sr-content .item.col-right {
        background: #9f9f9f url(../images/about_us/bg-rightsr.png) right center no-repeat;
        background-size: contain;
    }
}

@media (max-width: 513px) {
    .section-sr .section-sr-inner .sr-content .item {
        width: 100%;
        padding: 2em 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 397px;
    }
    .section-sr .section-sr-inner .sr-content .item .inner-item {
        max-width: 706px;
        margin: 0 auto;
        padding: 0 19px;
    }
}

.section-sr .section-sr-inner .sr-content h1 {
    line-height: 1em;
    margin-bottom: 5px;
}

@media (max-width: 360px) {
    .section-sr .section-sr-inner .sr-content h1 {
        font-size: 25px;
    }
}

@media (min-width: 800px) {
    .section-sr .section-sr-inner .sr-content h1 {
        text-align: left;
    }
}

.section-sr .section-sr-inner .sr-content p {
    line-height: 22px;
    margin-bottom: 10px;
    text-align: justify;
}

@media (max-width: 320px) {
    .section-sr .section-sr-inner .sr-content p {
        font-size: 14px;
    }
}

.section-career {
    background: #fbc325;
    text-align: center;
    padding: 50px 0;
}

.section-career h1 {
    letter-spacing: 8px;
    text-transform: capitalize;
    line-height: 55pt;
    margin: 0;
}

@media (max-width: 1024px) {
    .section-career h1 {
        line-height: 1.2em;
    }
}

@media (max-width: 513px) {
    .section-career h1 {
        letter-spacing: 1px;
        padding-bottom: 10px;
    }
}

@media (max-width: 360px) {
    .section-career h1 {
        font-size: 25px;
        line-height: 1.2em;
    }
}

.section-career span,
.section-career p {
    font-size: 22px;
    line-height: 33px;
    margin: 0;
}

@media (max-width: 360px) {
    .section-career span,
    .section-career p {
        font-size: 17px;
        line-height: 1.5em;
    }
}

.section-career span a,
.section-career p a {
    font-weight: bold;
    color: #000;
}

@media (min-width: 513px) {
    .section-career span,
    .section-career p {
        line-height: 25px;
    }
}

@media (min-width: 375px) and (max-width: 667px) {
    .section-career span,
    .section-career p {
        font-size: 18px;
        line-height: 20px;
    }
}

.section-contact {
    min-height: 249px;
    background: url(//www.asiantigers-mobility.com/wp-content/themes/asian-tiger-corporate/images/bg-contact.png) center center no-repeat;
}

@media (max-width: 513px) {
    .section-contact {
        background-image: url(//www.asiantigers-mobility.com/wp-content/themes/asian-tiger-corporate/images/bg-contact-mobile.png);
        background-size: contain;
        min-height: 549px;
    }
}

@media (max-width: 640px) {
    .section-contact {
        min-height: auto;
        padding: 50px 0;
    }
}

.section-contact .ct-content {
    text-align: center;
}

.section-contact .ct-content .title {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 8px;
    text-transform: capitalize;
}

@media (max-width: 513px) {
    .section-contact .ct-content .title {
        font-size: 50px;
        line-height: 1em;
        letter-spacing: 4px;
        margin-bottom: 22px;
    }
}

@media (max-width: 360px) {
    .section-contact .ct-content .title {
        font-size: 17px;
        font-weight: bold;
    }
}

@media (min-width: 375px) and (max-width: 640px) {
    .section-contact .ct-content .title {
        font-size: 22px;
        font-weight: bold;
    }
}

.section-contact .ct-content .email-info {
    font-size: 24px;
    line-height: 40px;
    text-transform: capitalize;
}

@media (max-width: 513px) {
    .section-contact .ct-content .email-info {
        font-size: 35px;
        line-height: 1.28em;
    }
    .section-contact .ct-content .email-info.enquiry {
        margin-bottom: 24px;
    }
}

@media (max-width: 460px) {
    .section-contact .ct-content .email-info {
        font-size: 15px;
    }
}

@media (min-width: 375px) and (max-width: 640px) {
    .section-contact .ct-content .email-info {
        font-size: 18px;
    }
}

@media (max-width: 513px) {
    .section-contact .ct-content .email-info label {
        display: block;
    }
}

.section-contact .ct-content .email-info a {
    font-weight: bold;
    color: #F2A900;
}

@media (max-width: 640px) {
    .section-contact .ct-content {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }
}

.contact-us-page .main-content .wpcf7-form .wpcf7-list-item-label {
    font-size: 22px;
}

@media (max-width: 360px) {
    .contact-us-page .main-content .wpcf7-form .wpcf7-list-item-label {
        font-size: 18px;
    }
}

.contact-us-page .main-content .wpcf7-form .wpcf7-textarea {
    font-family: "Castle-T-Book", Arial, Verdana, sans-serif;
}

@media (max-width: 360px) {
    .contact-us-page .main-content .wpcf7-form .wpcf7-textarea {
        font-size: 18px;
    }
}

.contact-us-page .main-content .wpcf7-form .wpcf7-select::-ms-expand {
    display: none;
}

.section-download {
    min-height: 204px;
    background: url(../images/resource/bg-download.png) right center no-repeat;
    background-size: contain;
    padding-top: 80px;
}

@media (max-width: 640px) {
    .section-download {
        min-height: 150px;
    }
}

.section-download .download-here {
    text-align: center;
    font-size: 30px;
    color: #000;
    text-transform: capitalize;
    letter-spacing: 4px;
}

@media (max-width: 513px) {
    .section-download .download-here {
        max-width: 540px;
        margin: 0 auto;
        font-family: 45px;
        line-height: 48px;
    }
}

@media (max-width: 320px) {
    .section-download .download-here {
        line-height: 0px;
    }
}

@media (max-width: 640px) {
    .section-download .download-here {
        line-height: 30px;
        font-size: 19px;
    }
}

.section-download .download-here a {
    color: #F2A900;
}

@media (max-width: 360px) {
    .section-download .download-here p {
        font-size: 19px;
    }
}

.section-download:hover {
    cursor: pointer;
}

.section-form {
    background-color: #646464;
    background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#fefefe), to(#646464));
    background-image: -webkit-radial-gradient(circle, #fefefe, #646464);
    background-image: -moz-radial-gradient(circle, #fefefe, #646464);
    background-image: -o-radial-gradient(circle, #fefefe, #646464);
    background-image: radial-gradient(circle, #fefefe, #646464);
    background-repeat: no-repeat;
    padding: 65px 0;
}

@media (max-width: 513px) {
    .section-form {
        padding: 0;
    }
}

@media (max-width: 513px) {
    .section-form .container {
        padding: 0;
    }
}

.section-form .entry-header {
    text-align: center;
    color: #fbc325;
    text-transform: capitalize;
    font-size: 39px;
    line-height: 1.2em;
    margin-bottom: 20px;
    padding-top: 40px;
}

@media (max-width: 320px) {
    .section-form .entry-header {
        font-size: 25px;
    }
}

.section-form .entry-header a {
    color: #F2A900;
    text-transform: capitalize;
    font-size: 39px;
    line-height: 1.2em;
}

.section-form .entry-title {
    text-align: center;
}

.section-form .entry-title a {
    color: #F2A900;
}

.section-form .main-content {
    background: #000;
}

.section-form form {
    max-width: 800px;
    background: black;
    color: #c4c4c4;
    padding: 0 5.85586% 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 640px) {
    .section-form form {
        background-size: 34%;
    }
}

@media (max-width: 513px) {
    .section-form form {
        padding: 0 6.51042% 40px;
    }
}

.section-form form input[type="button"] {
    width: auto;
    padding: 0 80px;
}

.section-form form .ajax-loader {
    display: none;
}

.section-form form .wpcf7-mail-sent-ok {
    border: 0;
    text-align: center;
    padding: 0;
    color: #F2A900;
    margin: 1em 0;
}

.section-form form .wpcf7-validation-errors {
    border: 0;
    text-align: center;
    padding: 0;
    color: #ff0000;
    margin: 1em 0;
}

.wpcf7-hidden {
    display: none;
}

.wpcf7-form .field span {
    display: block;
}

@media (max-width: 513px) {
    .add-for-quote-page .section-form .container {
        padding: 0;
    }
}

@media (max-width: 513px) {
    .add-for-quote-page .section-form .container form {
        padding: 0 6.51042% 40px;
    }
}

.add-for-quote-page .section-form .container form .wpcf7-select::-ms-expand {
    display: none;
}

.section-contries h2 {
    color: #F2A900;
    margin-bottom: 1em;
    font-size: 1.5em;
}

.section-contries {
    background: #fff url(../images/contant_us/20170322_AsianTigersMobility_website_contact_us_map-07.png) left center no-repeat;
    color: #000;
    padding: 48px 0 40px;
}

.section-contries>.container .row:after {
    display: block;
    content: '';
    clear: both;
}

@media (max-width: 513px) {
    .section-contries {
        padding: 20px 0;
        ;
    }
}

.section-contries .container .locations-ct select {
    font-size: 28px;
}

.section-contries .container .locations-ct select::-ms-expand {
    display: none;
}

@media (min-width: 513px) and (max-width: 1024px) {
    .section-contries .container .locations-ct select {
        font-size: 20px;
    }
}

@media (max-width: 640px) {
    .section-contries .container .locations-ct select {
        font-size: 20px;
    }
}

@media (max-width: 320px) {
    .section-contries .container .locations-ct select {
        font-size: 18px;
    }
}

.section-contries .locations h4 {
    font-size: 19px;
    line-height: 2em;
    margin-bottom: 3px;
}

.section-contries .locations ul {
    list-style: none;
}

.section-contries .locations ul:after {
    content: '';
    display: table;
    clear: both;
}


/*.section-contries .locations ul li:nth-child(2),
.section-contries .locations ul li:nth-child(5){
clear:both;
}
.section-contries .locations ul li:last-child{width:50%;}
.section-contries .locations ul li:nth-child(1){width:100%;}
.section-contries .locations ul li:nth-child(4){width:50%;}*/

.section-contries .locations ul li {
    width: 50%;
    font-size: 24px;
    line-height: 30px;
    text-transform: none;
    letter-spacing: -1px;
}

.section-contries .locations ul li a {
    font-size: 22px;
}


/*@media (max-width: 513px) {
.section-contries .locations ul li{width:50%;clear:none !important;}
.section-contries .locations ul li:nth-child(2n){
clear:both;
}
}*/

.section-contries .locations-ct {
    color: #000;
    padding-right: 20px;
    :
}

.section-contries .locations-ct p {
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 1em;
}

@media (max-width: 513px) {
    .section-contries .locations-ct p {
        font-size: 16px;
    }
    .section-contries .locations-ct {
        float: none;
        width: 100%;
        padding-right: 0px;
    }
}

.section-contries .locations-ct a {
    color: #000;
}

.section-contries .locations-ct select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 2em;
    line-height: 2em;
    background: #F2A900 url(//www.asiantigers-mobility.com/wp-content/themes/asian-tiger-corporate/images/arrow-ic-black.png) right center no-repeat;
    color: #000;
    text-transform: capitalize;
    border-bottom: 1px solid #000;
    padding: 0 45px 0 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-contries .locations-ct select option {
    padding: 2px 30px;
    font-weight: normal;
    color: #ffffff;
    text-transform: none;
}

@media (max-width: 767px) {
    .section-contries .locations-ct select {
        height: 50px;
        line-height: 50px;
    }
}

@media (max-width: 320px) {
    .section-contries .locations-ct select {
        font-size: 16px;
    }
}

@media (max-width: 513px) {
    .section-contries .locations-ct .info-location {
        border: 19px solid #F2A900;
        padding: 30px 4.10959%;
    }
}

.section-contries .locations-ct .info-location select {
    border: 1px solid #F2A900;
    padding-left: 22px;
    margin-bottom: 23px;
    font-size: 28px;
}

.section-contries .locations-ct .info-location select option {
    padding: 2px 25px;
    color: #fff;
    text-transform: capitalize;
}

@media (min-width: 513px) and (max-width: 1024px) {
    .section-contries .locations-ct .info-location select {
        font-size: 20px;
    }
}

@media (max-width: 640px) {
    .section-contries .locations-ct .info-location select {
        font-size: 20px;
    }
}

@media (max-width: 320px) {
    .section-contries .locations-ct .info-location select {
        font-size: 18px;
    }
}

.section-contries .location-news .news-table {
    background: #fff;
}

@media (max-width: 513px) {
    .section-contries .location-news .news-table {
        width: 100%;
    }
}

.section-contries .location-news .news-table .body {
    max-height: 300px;
    overflow-y: auto;
    border-bottom: 1px solid #eeeeee;
}

.section-contries .location-news .news-table .head {
    color: #fff;
    background: #F2A900;
}

.section-contries .location-news .news-table .news-row {
    color: #000;
}

.section-contries .location-news .news-table a:not(:last-child) .news-row {
    border-bottom: 1px solid #eeeeee;
}

.section-contries .location-news .news-table .news-row>* {
    padding: .5em;
}

.section-contries .location-news .news-table .date {
    float: left;
    width: 8em;
}

.section-contries .location-news .news-table .title {
    overflow: hidden;
}

#ct-singapore p {
    margin: 0 0 30px;
}

#ct-singapore label {
    display: block;
    text-transform: capitalize;
}

.state-child-content p {
    margin: 0 0 30px;
}

.state-child-content .item {
    line-height: 1.5em;
}

.state-child-content .item.address {
    margin: 0 0 25px;
}

.general-content h1 {
    padding: 15px 0;
    margin: 0;
    text-align: center;
}

.general-content,
.solution-content {
    background: #e5e5e5;
}

.solution-content h1 {
    padding: 0.5em 0 0;
    margin: 0;
}

.solution-content .left-sidebar {
    display: none;
    float: left;
    width: 25.67568%;
    background: #a0a0a0;
}

@media (max-width: 513px) {
    .solution-content .left-sidebar {
        width: auto;
        position: relative;
        float: none;
        display: block;
        margin: 0 -19px;
    }
}

.solution-content .right-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 94px;
}

@media (max-width: 513px) {
    .solution-content .right-content {
        width: 100%;
        padding-left: 0;
    }
}

.solution-content .right-content .entry-footer {
    margin-bottom: 20px;
}

@media (min-width: 769px) {
    .solution-content .container {
        position: relative;
    }
}

.solution-content .wp-solution-content {}

.solution-content .wp-solution-content:after {
    content: '';
    display: table;
    clear: both;
}

.solution-breadcrumb {
    background: #fff;
}

@media (min-width: 769px) {
    .solution-content .wp-solution-content {
        position: relative;
        max-width: 700px;
    }
}

ul.tabs {
    margin: 0 0 0 -30px;
    padding: 40px 0;
}

@media (max-width: 513px) {
    ul.tabs {
        text-align: center;
        padding: 20px 0;
    }
}

@media (max-width: 513px) {
    ul.tabs {
        margin: 0;
    }
}

ul.tabs li {
    display: block;
    color: #000;
    text-transform: capitalize;
    line-height: 35px;
    padding-left: 30px;
}

@media (max-width: 513px) {
    ul.tabs li {
        display: inline-block;
    }
}

@media (min-width: 513px) and (max-width: 1024px) {
    ul.tabs li {
        padding-left: 45px;
    }
}

@media (min-width: 1025px) {
    ul.tabs li.selected,
    ul.tabs li.current,
    ul.tabs li:hover {
        color: #f5f5f5;
        background: url(//www.asiantigers-mobility.com/wp-content/themes/asian-tiger-corporate/images/solution-ic.png) left center no-repeat;
        cursor: pointer;
    }
}

@media (max-width: 1024px) {
    ul.tabs li.selected,
    ul.tabs li.current,
    ul.tabs li:hover {
        color: #f5f5f5;
        background: url(//www.asiantigers-mobility.com/wp-content/themes/asian-tiger-corporate/images/solution-ic.png) 15px center no-repeat;
        cursor: pointer;
    }
}

@media (max-width: 513px) {
    ul.tabs li.selected,
    ul.tabs li.current,
    ul.tabs li:hover {
        color: #000;
        background: url(//www.asiantigers-mobility.com/wp-content/themes/asian-tiger-corporate/images/TigerHead.png) left center no-repeat;
        cursor: pointer;
    }
}

@media (max-width: 513px) {
    ul.tabs li {
        background: url(//www.asiantigers-mobility.com/wp-content/themes/asian-tiger-corporate/images/TigerHead.png) left center no-repeat;
        line-height: 44px;
        padding-left: 60px;
    }
}

.tabcontents .contents .img-thumbnail {
    padding: 20px 0;
}

.tabcontents .contents .img-thumbnail img {
    max-width: 100%;
}

.tabcontents .contents .show-content {
    line-height: 1.5em;
    padding-bottom: 50px;
}

.tabcontents .contents .show-content h1,
.tabcontents .contents .show-content h2,
.tabcontents .contents .show-content h3,
.tabcontents .contents .show-content h4,
.tabcontents .contents .show-content h5,
.tabcontents .contents .show-content h6 {
    text-transform: none;
}

.tabcontents .contents ul.list-posts {
    display: block;
}

.tabcontents .tab-content-events ul.list-posts {
    display: block;
}

.tabcontents .contents ol {
    padding-left: 20px;
}

@media (min-width: 769px) {
    #new.tabcontents .contents ul {
        display: block;
    }
}

.wp-solution-content .tabcontents .contents .img-thumbnail {
    padding: 20px 0 8px 0;
}

.wp-solution-content .tabcontents .contents .img-thumbnail img {
    max-width: 100%;
}

.wp-solution-content .tabcontents .contents .show-content {
    line-height: 1.5em;
    padding-bottom: 50px;
    text-align: justify;
}

.wp-solution-content .tabcontents .contents .show-content h1,
.wp-solution-content .tabcontents .contents .show-content h2,
.wp-solution-content .tabcontents .contents .show-content h3,
.wp-solution-content .tabcontents .contents .show-content h4,
.wp-solution-content .tabcontents .contents .show-content h5,
.wp-solution-content .tabcontents .contents .show-content h6 {
    text-transform: none;
}

.wp-solution-content .tabcontents .contents .show-content p {
    margin: 0 0 24px;
}

.wp-solution-content ul {
    padding-left: 24px;
}

.main-moving-services .solution-top-image,
.main-moving-services .title-wrap,
.main-relocation-services .solution-top-image,
.main-relocation-services .title-wrap,
.main-realty-services .solution-top-image,
.main-realty-services .title-wrap {
    display: inline-block;
}

.main-moving-services .title-wrap,
.main-relocation-services .title-wrap,
.main-realty-services .title-wrap {
    vertical-align: middle;
}

.page-template-our-solutions-page .main-banner {}

.page-template-our-solutions-page .main-banner .breadcrumb {}

.page-template-our-solutions-page .main-banner .title-page {
    margin-top: 0;
}

.page-template-our-solutions-page .main-banner .title-page .title-wrap {
    padding-left: 10px;
}

.page-template-our-solutions-page .main-banner .title-page .title-wrap h2 {
    padding-top: 20px;
}

@media (min-width: 1024px) {
    .page-template-our-solutions-page .main-banner .title-page .title-wrap {
        display: inline-block;
    }
}

@media (min-width: 1024px) {
    .page-template-our-solutions-page .main-banner .title-page img {
        display: inline-block;
    }
}

.solution-content ul.tabs {
    position: absolute;
    transition: top 0s;
}

@media (min-width: 769px) {
    .solution-content ul.tabs {
        padding-top: 34px;
    }
}

.solution-content ul.tabs li {
    font-size: 28px;
}

@media (min-width: 513px) and (max-width: 1024px) {
    .solution-content ul.tabs li {
        font-size: 35px;
    }
}

@media (max-width: 640px) {
    .solution-content ul.tabs li {
        font-size: 35px;
    }
}

@media (max-width: 480px) {
    .solution-content ul.tabs li {
        font-size: 30px;
    }
}

@media (max-width: 414px) {
    .solution-content ul.tabs li {
        font-size: 25px;
    }
}

@media (max-width: 320px) {
    .solution-content ul.tabs li {
        font-size: 25px;
    }
}

@media (min-width: 1024px) {
    li.our-solutions-tab.selected,
    li.our-solutions-tab.current,
    li.our-solutions-tab:hover {
        cursor: pointer;
    }
}

.media-article-page {
    padding-bottom: 105px;
    background: url(../images/new/bg-left-tiger316h.png) left top no-repeat;
}

.media-article-page.media-article-videos {
    background: none;
}

@media (max-width: 513px) {
    .media-article-page {
        padding-bottom: 66px;
        background: none;
    }
    .media-article-page .breadcrumb {
        display: none;
    }
}

@media (max-width: 513px) {
    .media-article-page {
        padding-bottom: 30px;
    }
}

.media-article-page .media-article-content {
    max-width: 700px;
}

@media (max-width: 513px) {
    .media-article-page .media-article-content {
        max-width: 668px;
        margin: 0 auto;
    }
}

.media-article-page .media-title .title-page {
    margin-top: 50px;
}

@media (max-width: 513px) {
    .media-article-page .media-title .title-page {
        margin-top: 20px;
    }
}

.media-article-page .media-title .slogan-page {
    margin-bottom: 50px;
}

@media (max-width: 513px) {
    .media-article-page .media-title .slogan-page {
        font-size: 50px;
    }
}

.media-article-page .media-title .media-info {
    line-height: 1.5em;
}

.media-article-page .media-fimg {
    margin: 27px 0 40px;
}

.media-article-page .media-video .wplightbox {
    display: block;
}

.media-article-page .media-video .wp-image {
    position: relative;
    display: block;
    width: 100%;
}

.media-article-page .media-video .wp-image:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.media-article-page .media-video .wp-image:after {
    content: '';
    border-width: 50px 0 50px 76px;
    border-style: solid;
    border-color: transparent transparent transparent #F2A900;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -38px;
    z-index: 2;
}

@media (max-width: 513px) {
    .media-article-page .media-video .wp-image:after {
        border-width: 45px 0 45px 68px;
        top: 50%;
        margin-top: -25px;
        left: 50%;
        margin-left: -19px;
    }
}

@media (max-width: 480px) {
    .media-article-page .media-video .wp-image:after {
        border-width: 35px 0 35px 53px;
    }
}

.media-article-page .media-video .wp-image img {
    width: 100%;
    max-width: 100%;
}

.media-article-page .media-dtv {
    margin: 30px 0;
    line-height: 30px;
}

@media (max-width: 1024px) {
    .media-article-page .media-dtv {
        line-height: 1.5em;
    }
}

.media-article-page .media-dtv label {
    display: inline-block;
    width: 117px;
}

@media (max-width: 513px) {
    .media-article-page .media-dtv label {
        width: 100px;
    }
}

@media (max-width: 640px) {
    .media-article-page .media-dtv label {
        width: 80px;
    }
}

@media (max-width: 320px) {
    .media-article-page .media-dtv label {
        width: 65px;
    }
}

.media-contents ul li {
    margin-left: 27px;
}

.media-contents img.size-large,
.media-contents img.size-full {
    width: 100%;
}

.media-article-page .media-contents {
    line-height: 1.5em;
}

.media-article-page .media-contents h1,
.media-article-page .media-contents h2,
.media-article-page .media-contents h3,
.media-article-page .media-contents h4,
.media-article-page .media-contents h5,
.media-article-page .media-contents h6 {
    text-transform: none;
}

.media-article-page .navigation .container {
    padding: 0;
}

.media-article-page .nav-links:after {
    content: '';
    display: table;
    clear: both;
}

.media-article-page .nav-links .nav-previous {
    float: left;
}

.media-article-page .nav-links .nav-next {
    float: right;
}

.media-article-page .nav-links a {
    min-width: 190px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    line-height: 64px;
    color: black;
    text-transform: capitalize;
    display: inline-block;
    text-align: center;
    background: #fdc527;
    border-left: 12px solid black;
    cursor: pointer;
}

@media (max-width: 513px) {
    .media-article-page .nav-links a {
        min-width: auto;
    }
}

.media-article-page .nav-links a span {
    display: block;
    height: 64px;
    line-height: 64px;
    font-weight: bold;
    padding: 0 30px;
    color: black !important;
}

@media (max-width: 480px) {
    .media-article-page .nav-links a span {
        padding: 0 10px;
    }
}

.media-article-page .nav-links a:hover {
    color: #F2A900;
    background: black;
    border-color: #F2A900;
}

.media-article-page .nav-links a:hover span {
    color: #F2A900 !important;
}

.comments-area {
    display: none;
}

.latest-post {
    background: #0e0e0e;
    color: #fff;
    text-align: center;
}

.latest-post.latest-post-events,
.latest-post.latest-post-videos {
    background: #010101;
}

@media (max-width: 513px) {
    .latest-post {
        background: #000;
    }
}

.latest-post .lst {
    color: #F2A900;
    text-align: center;
    text-transform: capitalize;
    line-height: 1.2em;
    padding: 60px 0 40px;
}

@media (max-width: 513px) {
    .latest-post .lst {
        padding: 20px 0 15px;
    }
}

.lstflexslider {
    position: relative;
    padding-bottom: 92px;
}

@media (max-width: 513px) {
    .lstflexslider {
        display: none;
    }
}

.lstflexslider .flex-caption {
    text-align: left;
    margin-right: 20px;
}

.lstflexslider .flex-caption span {
    display: block;
}

.lstflexslider .flex-caption span:first-child {
    font-size: 20px;
}

.lstflexslider .flex-caption span:last-child {
    font-size: 31px;
    line-height: 1.13em;
    text-transform: capitalize;
}

.lstflexslider .flex-control-nav {
    display: none;
}

.lstflexslider .flex-direction-nav li a {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
    display: inline-block;
}

.lstflexslider .flex-direction-nav li a:before {
    font-family: "fontawesome";
    color: #F2A900;
    font-size: 40px;
}

.lstflexslider .flex-direction-nav .flex-prev {
    left: 0;
}

.lstflexslider .flex-direction-nav .flex-prev:before {
    content: "\f053";
}

.lstflexslider .flex-direction-nav .flex-next {
    right: 0;
}

.lstflexslider .flex-direction-nav .flex-next:before {
    content: "\f054";
}

.media-article-content .media-title .title-page .date {
    line-height: 1.2em;
    display: block;
    margin-bottom: 15px;
}

.media-article-content .media-title .title-page h2 {
    line-height: 1em;
    font-weight: bold;
    margin-bottom: -4px;
}

.media-article-content .media-title .title-page .slogan-page {
    line-height: 1em;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 41px;
}

@media (max-width: 640px) {
    .media-article-content .media-title .title-page .slogan-page {
        line-height: 32px;
    }
}

@media (max-width: 513px) {
    .media-article-content .media-title .title-page .slogan-page {
        margin-bottom: 15px;
    }
}

.media-article-content .action:after {
    content: '';
    display: table;
    clear: both;
}

.media-article-content .action .btn-link {
    padding: 0;
    min-width: 90px;
}

.media-article-content .action .btn-link a {
    display: block;
    padding: 0 30px;
    color: #fff;
}

@media (max-width: 479px) {
    .media-article-content .action .btn-link a {
        padding: 0 15px;
    }
}

.media-article-content .action .btn-link:hover a {
    color: #fff;
    background: #4f4f4f;
    border-color: #F2A900;
}

.media-article-content .action .btn-link.btn-prev {
    float: left;
}

@media (min-width: 769px) {
    .media-article-content .action .btn-link.btn-prev {
        min-width: 191px;
    }
}

.media-article-content .action .btn-link.btn-next {
    float: right;
}

@media (min-width: 769px) {
    .media-article-content .action .btn-link.btn-next {
        min-width: 139px;
    }
}

.list-mobile {
    display: none;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 30px;
    max-width: 668px;
    margin: 0 auto;
}

@media (max-width: 513px) {
    .list-mobile {
        display: block;
        padding-bottom: 15px;
    }
}

.list-mobile .flex-caption {
    margin-bottom: 20px;
}

.list-mobile .flex-caption span {
    display: block;
}

.list-mobile .flex-caption span.date {
    line-height: 22px;
    padding-bottom: 5px;
}

.list-mobile .flex-caption .title {
    display: block;
    color: white;
    line-height: 1em;
    text-transform: capitalize;
}

.list-mobile .image-videos {
    position: relative;
    display: block;
    width: 100%;
}

.list-mobile .image-videos:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.list-mobile .image-videos:after {
    content: '';
    border-width: 25px 0 25px 38px;
    border-style: solid;
    border-color: transparent transparent transparent #F2A900;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -19px;
    z-index: 2;
}

.list-mobile ul li {
    display: block;
    margin-bottom: 35px;
}

.list-mobile ul li:last-child {
    margin-bottom: 0;
}

.main-banner {
    background: #fff;
}

.main-banner .title-page {
    margin: 0 0 20px;
}

.main-banner .title-page h2 {
    line-height: 1em;
    font-weight: bold;
}

.main-banner .title-page .slogan-page {
    text-transform: capitalize;
    color: #000;
    line-height: 1em;
    font-weight: bold;
}

.content-page {
    padding: 30px 0 80px;
    line-height: 1.5em;
    max-width: 700px;
    min-height: 200px;
}

content-page p {
    margin-bottom: 20px;
}

.content-page p a {
    color: #F2A900;
    text-decoration: underline;
}

.page-template-aboutus-page .main-banner .breadcrumb {}

.page-template-aboutus-page .main-banner .breadcrumb ul li a,
.page-template-aboutus-page .main-banner .breadcrumb ul li span {
    font-size: 16px;
}

.page-template-aboutus-page .main-banner .title-page {}

.page-template-aboutus-page .main-banner .title-page h2 {}

.page-template-aboutus-page .main-banner .title-page .slogan-page {
    font-size: 48px;
    margin-top: -2px;
}

@media (max-width: 513px) {
    .top-page-cms {
        display: none;
    }
}

#site-navigation>* {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 513px) {
    #site-navigation>* {
        display: block;
    }
}

.search .entry-title {
    font-size: 28px;
    margin: 0;
    margin-bottom: 10px;
}

.search .entry-summary {
    padding: 0px
}

.search .post-thumbnail {
    float: left;
    width: 30%;
    margin-bottom: 0;
}

.search .entry-content {
    overflow: hidden;
}

.search .has-post-thumbnail .entry-content {
    padding-left: 20px;
}

.search article {
    margin: 0 !important;
    padding-top: 20px !important;
    padding: 20px;
    border-bottom: 1px solid;
}

.search article:after {
    display: block;
    content: '';
    clear: both;
}

.search .pagination {
    margin: 20px 0;
}

.search .pagination .nav-links {
    min-height: 48px;
    padding: 0 48px;
    position: relative;
}

.search .pagination .page-numbers {
    line-height: 48px;
}

.search .pagination .prev:before,
.search .pagination .next:before,
.search .pagination .prev,
.search .pagination .next {
    width: 48px;
    height: 48px;
    line-height: 48px;
}

@media (max-width: 513px) {
    .search .post-thumbnail {
        float: none;
        width: 100%;
        margin-bottom: 1em;
    }
    .search .has-post-thumbnail .entry-content {
        padding-left: 0;
    }
    .search .entry-title {
        font-size: 20px;
    }
    .search .entry-summary {
        line-height: 1.2em;
    }
}

.page-numbers {
    margin: 0 3px;
    color: #999999;
}

.page-numbers.current {
    color: #F2A900;
}

a.page-numbers:hover {
    color: #F2A900;
}

form.search {
    background: transparent;
}

.search-field {
    margin-left: 5px;
    font-size: 20px;
    position: relative;
    width: 1.5em;
    height: 1.5em;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    transition: .2s;
}

.search-field.active {
    background-color: #000;
    color: #F2A900;
}

.search-field:before {
    position: absolute;
    top: 6px;
    left: 5px;
    z-index: 20;
    font-weight: 400;
    font-family: dashicons!important;
    content: "\f179";
    cursor: pointer;
}

.search-field .wrapper_input {
    visibility: hidden;
    position: absolute;
    top: 100%;
    background-color: #000;
    width: 300px;
    right: 0;
    padding: 10px 15px;
    opacity: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: .2s;
    z-index: 9999;
}

.search-field.active .wrapper_input {
    visibility: visible;
    opacity: 1;
}

.search-field .wrapper_input button,
.search-field .wrapper_input input {
    margin: 0;
    height: 1.5em;
    width: auto;
    font-size: 16px;
    line-height: 1.5em;
    padding: 0 5px;
}

.search-field .wrapper_input input {
    width: 100%;
}

.search-field .wrapper_input button {
    float: right;
    background-color: #F2A900;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    height: 24px
}

.search-field .wrapper_input .wrap_text {
    overflow: hidden;
}

@media (max-width: 513px) {
    .search-field {
        margin: 0 auto;
        width: 100%;
    }
    .search-field .wrapper_input {
        visibility: visible;
        position: relative;
        top: 100%;
        background-color: #000;
        width: 300px;
        right: 0;
        padding: 10px 15px;
        opacity: 1;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        transition: .2s;
        z-index: 9999;
    }
    .search-field .wrapper_input {
        display: flex;
        flex-flow: row wrap;
        margin: 0 auto;
    }
    .search-field .wrapper_input button {
        order: 2;
        width: 100%;
        margin-bottom: 30px;
    }
    .search-field .wrapper_input .wrap_text {
        overflow: hidden;
        float: left;
        width: 100%;
        order: 1;
    }
}

.footer-center>container {
    position: relative;
}

footer .social-media {
    clear: both;
    display: block;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    white-space: nowrap;
}

footer .social-media ul {
    margin-right: 1%;
    padding-right: 30px;
}

footer .social-media li {
    display: inline-block;
}

footer .social-media li a {
    display: block;
    font-size: 24px;
    width: 1.5em;
    height: 1.5em;
    overflow: hidden;
    text-align: center;
    color: #eee;
    background-color: #0c090d;
    border-radius: .2em;
}

footer .social-media li a:hover {
    background: #F2A900;
}

footer .social-media li a:before {
    display: block;
    font-family: FontAwesome;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    margin-bottom: 1em;
}

footer .social-media li a[href*=youtube]:before {
    content: "\f167";
}

footer .social-media li a[href*=twitter]:before {
    content: "\f099";
}

footer .social-media li a[href*=facebook]:before {
    content: "\f09a";
    width: auto;
    margin-top: 0.3em;
    margin-left: .2em;
    font-size: 1.3em;
    line-height: 1em;
}

footer .social-media li a[href*=instagram]:before {
    content: "\f16d";
}

@media (max-width: 513px) {
    footer .social-media {
        text-align: left;
    }
}

.wrap-add-quote .section-form .entry-header h2 {
    padding: 0 5.85586%;
    text-align: left;
    color: #fff;
    margin-bottom: 0;
}

.wrap-add-quote .section-form {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    overflow-y: auto;
    background-color: #fff;
    background-image: none;
    display: none;
}

html.quote-from-on .wrap-add-quote .section-form {
    display: block;
}

html.quote-from-on {
    overflow-y: hidden;
}

.wrap-add-quote .main-content {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    background: #888;
}

.wrap-add-quote .main-content {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    background: #888;
}

.wrap-add-quote .section-form .close_btn {
    cursor: pointer;
    color: #fff;
    right: 1em;
    top: 1em;
    position: absolute;
    font-size: 40px;
}

.wrap-add-quote .section-form form {
    background: transparent;
}

.wrap-add-quote form label {
    color: #fff;
}

.wrap-add-quote form select,
.wrap-add-quote form input[type=text],
.wrap-add-quote form input[type=email],
.wrap-add-quote form input[type=tel],
.wrap-add-quote form input[type=date] {
    background-color: #fff;
    color: #000;
    line-height: 2em;
    height: 2em;
    font-size: 16px;
}

.wrap-add-quote option {
    background-color: #fff;
}

.from-add-quote .interested {
    overflow: hidden;
    color: #fff;
    width: 50%;
}

.from-add-quote .interested p {
    margin-bottom: 5px;
}

.from-add-quote .interested span {
    display: block;
}

.from-add-quote .interested .wpcf7-checkbox>span {
    float: left;
    width: 50%;
    margin: 0;
}

.from-add-quote .interested .wpcf7-checkbox>span span {
    display: inline-block;
}

.from-add-quote .wrap-row {
    margin-right: -20px;
}

.from-add-quote .col {
    width: 50%;
    float: left;
    padding-right: 20px;
}

.from-add-quote .col>* {
    box-sizing: border-box;
}

.from-add-quote [type=button] {
    width: 95% !important;
}

.clearfix:after {
    display: block;
    clear: both;
    content: '';
}

.pull-right {
    float: right;
    width: 45%;
}



@media (max-width: 513px) {
    .from-add-quote .col {
        width: 100%;
    }
    .from-add-quote .bottom>* {
        float: none;
        width: 100%;
    }
}

form .from-add-quote input[type="button"] {
    border: none;
    border-radius: 5px;
}

.forceMiddle {
    height: 100%;
    white-space: nowrap;
}

.forceMiddle>* {
    display: inline-block;
    vertical-align: middle;
    float: none !important;
}

.forceMiddle:before {
    height: 100%;
    display: inline-block;
    content: '';
    vertical-align: middle;
}

.page_icon_list ul {
    font-size: 0;
    margin-bottom: 20px;
}

.page_icon_list ul li {
    display: inline-block;
    font-size: 16px;
    width: 33.33333333%;
    text-align: center;
    padding: 20px 60px;
    vertical-align: top;
}

.page_icon_list.cat ul li {
    width: 33.33333333%;
}

.page_icon_list ul li .wrapper>* {
    height: 70px;
    width: auto;
}

.page_icon_list ul li>a {
    display: block;
    padding: 20%;
    border: 1px solid #e2e2e2;
}

.page_icon_list ul li>a>.icon {
    padding-top: 100%;
    position: relative;
    margin-bottom: 10px;
}

.page_icon_list ul li>a>.icon>div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 100%;
}

.page_icon_list ul li>a .item-name {
    opacity: 1;
}

.page_icon_list ul li>a>.icon>img {
    max-width: 100%;
    height: auto;
}

.page_icon_list ul li>a>.item-name {
    height: 1.6em;
}

.page_icon_list ul li>a>.item-name>h4 {
    white-space: normal;
}

.single-service .tabcontents h1 {
    margin-bottom: 20px;
}

@media (max-width: 513px) {
    .term-relocation .page_icon_list ul li>a>.item-name {
        height: 3.9em;
    }
    .page_icon_list ul li,
    .page_icon_list.cat ul li {
        padding: 10px;
        width: 50%;
    }
    .page_icon_list ul li>a {
        padding: 10%;
    }
    .from-add-quote .bottom>* {
        float: none;
        width: 100%;
    }
}

.icon_list ul {
    margin: 0;
    font-size: 0;
}

.icon_list li {
    display: inline-block;
    padding: 10px;
    width: 12.5%;
    vertical-align: top;
    font-size: 18px;
}

.icon_list .wrapper {
    position: relative;
}

.icon_list .wrapper {
    font-size: 0;
}

.icon_list .wrapper .hover {
    display: none;
}

.icon_list li .item-name {
    margin-top: 10px;
}

.icon_list li:hover .wrapper .hover {
    display: block;
}

.icon_list li:hover .wrapper .normal {
    display: none;
}

.icon_list .item-name {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

.hide {
    display: none;
}

@media (max-width: 513px) {
    .type-service .icon_list li .item-name {
        opacity: 1;
    }
    .type-service .icon_list li>a {
        display: block;
        padding: 10%;
        border: 1px solid #e2e2e2;
    }
    .type-service .icon_list li h4 {
        height: 2.6em;
    }
}

.wrap_more {
    text-align: center;
    margin-top: 1em;
}

.wrap_more>a {
    height: 2em !important;
    line-height: 2em;
    margin-top: 2em;
    width: auto !important;
    display: inline-block;
}

.paginate {
    text-align: center;
    margin: 1em 0 2em;
}

.coming {
    padding: 80px 0;
    font-size: 48px;
    text-align: center;
}

.read-more {
    color: #F2A900;
    white-space: nowrap;
}

.copy-right {
    text-align: left;
}

@media (max-width: 1024px) {
    .service_list ul li {
        padding: 20px;
    }
}

@media (max-width: 513px) {
    .page-template-country-profile .icon_list,
    .type-service .icon_list {
        padding-top: 19px;
    }
    .icon_list li {
        width: 50%;
    }
    .service_list ul li,
    .service_list.cat ul li {
        width: 50%;
    }
}

.countries_top-co .item-name,
.page-template-country-profile .icon_list li .item-name {
    opacity: 1 !important;
}

.page-template-country-profile article {
    background: #ddd;
    padding: 40px 0;
    padding-top: 1px !important;
    background-size: cover;
    background-position: center;
}

.page-template-country-profile .header {
    position: relative;
    top: -3em;
    margin-bottom: -3em;
}

.page-template-country-profile .country_info {
    background-color: rgba(255, 255, 255, .8);
    margin-top: 6em;
    padding: 1em 2em;
}

.page-template-country-profile .country_info .file {
    margin-left: 1em;
}

.page-template-country-profile .country_info .file a {
    display: inline-block;
    padding: 1em 1em;
    background-color: #f7a800;
    color: #fff;
}

.page-template-country-profile .country_info header {
    display: inline-block;
    background: #f7a800;
}

.page-template-country-profile .country_info header h2 {
    color: #fff;
    font-size: 2em;
    padding: .2em .5em;
}

.page-template-country-profile .left {
    overflow: hidden;
}

.page-template-country-profile .describe {
    margin: 1.5em 0;
}

.page-template-country-profile .table {
    width: 100%;
}

.page-template-country-profile .table-row>* {
    border-top: 1px solid #ccc;
    padding: .8em 0;
    vertical-align: middle;
}

.page-template-country-profile .table-row>*:first-child {
    width: 10em;
}

.table {
    display: table;
}

.table-row {
    display: table-row;
}

.table-row>* {
    display: table-cell;
}

@media (max-width: 513px) {
    .page-template-country-profile .country_info {
        margin-top: 0;
        padding: 1em;
    }
    .page-template-country-profile article {
        padding-top: 40px !important;
    }
    .page-template-country-profile .country_info header {
        display: block;
        text-align: center;
    }
    .page-template-country-profile .header {
        top: 0;
        margin-bottom: 0;
        width: 100%;
        float: left;
    }
    .page-template-country-profile .header:after {
        clear: both;
    }
    .page-template-country-profile .country_info .file {
        margin-left: 0;
        text-align: center;
        float: left !important;
        width: 100%;
    }
    .page-template-country-profile .country_info .file a {
        display: block;
    }
    .page-template-country-profile .icon_list li {
        width: 33.33333333%;
    }
    .page-template-country-profile .left {
        clear: both;
    }
    .nav-mobile-content .top-nav,
    .nav-mobile-content .other-links {
        display: none;
    }
}

.faq {
    background-color: #e7e7e7;
}

.faq header h2 {
    padding: 0 10px;
    text-decoration: underline;
}

.faq>.icon_list {
    padding: 10px 0;
}

article.type-faq.hentry {
    margin: 10px 0 20px;
}

.type-faq .header {
    border: 1px solid #bfbfc1;
    margin-bottom: -1px;
    cursor: pointer;
}

.type-faq .header h3 {
    clear: none;
    line-height: 1.5em;
    padding-left: 5px;
}

.type-faq .header h3:before {
    display: block;
    content: "\f078";
    font-family: FontAwesome;
    float: right;
    padding: 0 .5em;
    background-color: #fff;
}

.type-faq .content {
    transition: none;
    padding: 5px 10px;
    border: 1px solid #bfbfc1;
    display: none;
}

.type-faq .content p {
    margin-bottom: .5em;
}

.faq .question .content ol,
.faq .question .content ul {
    padding-left: 1em;
    margin-bottom: .5em;
}

.faq h3 {
    text-transform: none;
}

@media (max-width: 513px) {
    .faq .container {
        padding-top: 19px;
    }
    .faq .item-name {
        height: 2.3em;
    }
    .page-id-3211 .icon_list.visible-xs {
        display: none;
    }
    .parent-pageid-3211 .icon_list:not(.visible-xs) {
        display: none;
    }
}

.page-template-template-useful-form article {
    padding: 20px 0;
}

.page-template-template-useful-form article header {
    margin: 20px 0;
}

section.contact-form form {
    background-color: transparent;
    padding: 0 5.85586% 40px;
}

section.contact-form form .ajax-loader {
    display: none;
}

section.contact-form form [type=button] {
    width: 100% !important;
}

section.contact-form .entry-header {
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 20px;
    padding-top: 40px;
}

section.contact-form .entry-header h2 {
    padding: 0 5.85586%;
    text-align: left;
    color: #fff;
    margin-bottom: 0;
}

.section-contries .container>.pull-left {
    width: 50%;
    float: left;
}

.section-contries .container>.pull-left>* {
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .section-contries .container>.pull-left {
        width: 100%;
        float: none;
    }
    .section-contries .wrap-add-quote .main-content {
        max-width: 100%;
    }
}

.visible-xs {
    display: none;
}

@media (max-width: 767px) {
    .locations a {
        font-size: 16px;
    }
    .wpcf7-form-control-wrap.service {
        line-height: 1.5em;
    }
    #ct-corporate p {
        font-size: 16px;
    }
    .copy-right {
        line-height: 1.5em;
    }
    .copy-right span:first-child {
        display: block;
        line-height: 1.5em;
    }
    .hidden-xs {
        display: none;
    }
    .visible-xs {
        display: block;
    }
}

.content ul li {
    margin-left: 1.5em;
}

ul.service_type,
ul.service_type ul {
    list-style: none;
    padding: 0;
    overflow: hidden;
    text-align: left;
}

.service_type_name {
    color: #fff;
}

.service_type>li {
    width: 18em;
    z-index: 1;
    position: relative;
    display: inline-block;
    line-height: 1.5em;
    font-size: 14px;
    vertical-align: top;
    margin-bottom: 10px;
    margin-right: 10px;
}

.service_type>li .image {
    max-height: 132px;
    overflow: hidden;
    margin-bottom: 10px;
}

.service_type>li .image img {
    max-width: 100%;
}

.service_type>li a {
    color: #fff;
}

.service_type>li a:hover {
    color: #F2A900;
}

.service_type>li .service_type_name {
    margin: 8px 0;
    padding: 0 10px;
}

.service_type>li .service {
    padding: 0 10px 10px;
}

.service_type>li:after {
    display: block;
    width: 100%;
    content: '';
    background-color: rgba(120, 120, 120, .8);
    position: absolute;
    bottom: -1000px;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

@media (max-width: 767px) {
    .flexslider .container {
        margin-left: auto;
        display: block;
    }
    ul.service_type {
        margin-top: 20px;
    }
    .service_type>li .image {
        max-height: none;
    }
    .service_type>li {
        width: 100%;
        display: block;
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
    }
}

[name="google_conversion_frame"] {
    display: none;
}

.flexslider .flex-caption .container {
    padding: 150px 0 80px;
}

.flexslider .flex-caption .welcome-caption {
    opacity: 1;
    position: relative;
    z-index: 999;
}

.flexslider .flex-caption .wp-caption {
    margin: 0;
}

.flexslider .flex-caption .container .image>img {
    width: 100%;
}

.flexslider .slides {
    height: 100%;
}

.flexslider .flex-viewport {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.flexslider .slides>li {
    height: 100%;
    background-size: cover;
    background-position: center;
}

@media (max-width: 767px) {
    .flexslider .flex-caption .container {
        padding: 20px;
    }
}

.page-template-template-useful-form article ul {
    list-style-position: inside;
}

.page-template-template-useful-form article ul:after {
    clear: both;
    display: block;
    content: '';
}

.page-template-template-useful-form article li {
    float: left;
    margin-left: 0;
    width: 50%;
}

.footer-center>.container {
    position: relative;
}

.footer-center>.container ul {
    margin-bottom: 0px;
}

@media (max-width: 513px) {
    footer .footer-center {
        display: none;
    }
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default!important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold
}

.ui-widget-header a {
    color: #333
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214)
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(//www.asiantigers-mobility.com/wp-content/themes/asian-tiger-corporate/css/images/ui-icons_444444_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(//www.asiantigers-mobility.com/wp-content/themes/asian-tiger-corporate/css/images/ui-icons_444444_256x240.png)
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url(//www.asiantigers-mobility.com/wp-content/themes/asian-tiger-corporate/css/images/ui-icons_555555_256x240.png)
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url(//www.asiantigers-mobility.com/wp-content/themes/asian-tiger-corporate/css/images/ui-icons_ffffff_256x240.png)
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url(//www.asiantigers-mobility.com/wp-content/themes/asian-tiger-corporate/css/images/ui-icons_777620_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(//www.asiantigers-mobility.com/wp-content/themes/asian-tiger-corporate/css/images/ui-icons_cc0000_256x240.png)
}

.ui-button .ui-icon {
    background-image: url(//www.asiantigers-mobility.com/wp-content/themes/asian-tiger-corporate/css/images/ui-icons_777777_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666
}

.ct-corporates {
    display: none;
}

.ct-corporates>p {
    font-size: 20px !important;
}

#ct-corporate {
    display: block;
}

#gztel {
    display: inline-block;
    text-indent: 5.2em;
}

.wechatcode {
    width: 100px;
}

.section-contries {
    padding-top: 0;
}

.section-contries h2 {
    margin-top: 15px;
}

.angle-down1 {
    position: absolute;
    height: 100%;
    width: 77px;
    top: 0;
    right: 0;
    font-size: 35px;
    line-height: 85px;
    z-index: 1000;
    color: #fbb311;
    cursor: pointer
}

..angle-down1:after {
    font-family: "fontawesome";
    content: "\f106";
}
#form_display{
    display: block;
    padding: 0;
    overflow: hidden;
    background: #888;
}
input:-input-placeholder{
    color:#000;
    font-size: 17px;
}
input::-webkit-input-placeholder{
    color:#000;
    font-size: 17px;
}
input:-moz-input-placeholder,-ms-input-placeholder {
    color:#000;
    font-size: 17px;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
    color:#000;
    font-size: 17px;
}