/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    src: url(Averta-Regular.ttf);
    font-family: 'Averta-Regular';
}

@font-face {
    src: url(UTM_Avo.ttf);
    font-family: 'UTM_Avo';
}

@font-face {
    src: url(UTMAvoBold.ttf);
    font-family: 'UTM_AvoBold';
}

@font-face {
    src: url(UTM_AvoItalic.ttf);
    font-family: 'UTM_AvoItalic';
}

@font-face {
    src: url(UTM_AvoBold_Italic.ttf);
    font-family: 'UTM_AvoBold_Italic';
}

@font-face {
    font-family: 'FontAwesome';
    src: url(fontawesome-webfont.eot);
    src: url('fontawesome-webfont.eot') format('embedded-opentype'),url('fontawesome-webfont.woff2') format('woff2'),url('fontawesome-webfont.woff') format('woff'),url(fontawesome-webfont.ttf) format('truetype'),url('/wp-content/themes/flatsome-child/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}
ul.list-info{
display:none !important;
}
.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
}

.pull-left {
    float: left
}

.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 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-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 {
    -ms-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-pp: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-resistance: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: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-500px: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"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,.fa-s15:before,.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
}

.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 1200px;
}

body {
    color: #000;
    /* font-family: 'Averta-Regular' !important; */
    /* font-family: 'UTM_Avo' !important; */
}

h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2 {
    /* font-family: 'Averta-Regular' !important; */
    margin-bottom: 0;
}

.header-nav-main.nav-left {
    justify-content: center;
}

.nav > li > a {
    padding: 10px 6px;
    /* text-transform: unset; */
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    transition: .1s ease-in-out;
    transition-property: color,background-color,border-color,box-shadow;
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 400;
    display: block;
    color: #fff;
    padding: 0 7px;
    height: 50px;
    line-height: 50px;
    /* font-family: 'UTM Avo',"Helvetica Neue",Helvetica,Arial,sans-serif!important; */
    /* font-weight: unset !important; */
}

label.screen-reader-text {
    display: none;
}

input#woocommerce-product-search-field-0 {
    /* border-color: #f8a200; */
    /* color: #f8a200; */
    /* border-radius: 20px; */
}

button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    background: transparent;
    /* border-style: none; */
    color: #14974a;
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
}

.flex-col.hide-for-medium.flex-right {
    margin-left: 30px;
}

.tabbed-content .nav, .tabbed-content .tab-panels {
    width: 100%;
    display: block;
}

.tab-home.tabbed-content .nav >li {
    margin: 0 5px;
    margin-bottom: 0 !important;
    width: 24%;
    display: inline-block;
    margin-bottom: 25px;
    border: 1px solid #14214B;
    border-radius: 31px;
    text-align: center;
}


.tt_slogan h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 29px;
    margin-top: 6px;
    color: #14974a;
    margin-bottom: 0;
}
.nav > li > a:hover{
        background-color: #E6DC13 !important;
    color: #fff !important;
}
.header-search a{
    color: #14974a !important;
}
.icon-thanhlap{border-left: 1px solid #d5e3f1;padding-left: 10px;}
.icon-thanhlap h3{color: #14974a;font-weight: bold;font-size: 20px;line-height: 24px;}
.icon-thanhlap p{
        font-size: 15px;
    color: #14974a;
}
.title-hd{margin-bottom: 0;}
.title-hd h2{
border-bottom: 1px solid #eaeaea;
}
.title-hd h2 span{
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    background-image: -webkit-gradient(linear, left top, right top, from(#5574f7), to(#60c2ff));
    background-image: -webkit-linear-gradient(left, #5574f7, #60c2ff);
    background-image: -o-linear-gradient(left, #5574f7, #60c2ff);
    background-image: linear-gradient(to right, #5574f7, #60c2ff);
    background-image: linear-gradient(to right, #14974a, #14974aa3);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 8px 22px 4px 9px;
    margin-right: 0;
    border: unset;
}
.icon-hoatdong{border-bottom: 1px solid #124a86;padding-bottom: 15px;}
.icon-hoatdong h3{
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    color: #14974a;
    text-transform: uppercase;
}
.col-hd .col-inner{
    border: 1px solid #eeeeee;
    padding: 24px;
    position: relative;
    height: 174px;
}
.col-hd p{
    color: #444444;
    font-size: 15px;
    line-height: 22px;
    padding: 12px 0 0 0;
    font-weight: 500;
}
.col-hd .col-inner:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #18994d;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.col-hd .col-inner:hover:before{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.col-hd:hover .icon-box-img img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.col-hd:hover .icon-hoatdong h3{
    color: #fff;
}
.col-hd:hover p{
    color: #fff;
}
.col-hd:hover .icon-hoatdong{
    border-bottom: 1px solid #fff;
    }
    .icon-quytrinh{color: #333;background-color: #f5f5f5;border-color: #ddd;overflow: hidden;padding: 10px;}
    .icon-quytrinh h3{font-weight: bold;color: #14974a;font-size: 40px;position: relative;/* left: -5px; *//* top: -14px; */line-height: 1;width: 61px;float: left;margin-right: 17px;/* padding-right: 10px; */}
    .icon-quytrinh h3:before {
    content: '';
    content: '';
    width: 2px;
    height: 33px;
    background: #999;
    position: absolute;
    right: 0;
    top: 4px;
}
    .icon-quytrinh p{margin-top: 7px;float: left;}
    @media(min-width: 992px){
        .row-du-toan{
            max-width: 800px !important;
        }
    }
    .col-taisao{
        /* padding-bottom: 0; */
    }
    .icon-taisao{

    }
    .icon-taisao .icon-box-img{
        margin-bottom: 0;
    }
    .icon-taisao .icon-box-text{position: absolute;top: 0;padding: 10px;background: #ffffff94;height: 100%;width: 100%;border-radius: 20px;justify-content: center;}
    .icon-taisao .icon-box-text h3{
        color: #14974a;
        text-transform: uppercase;
        text-align: center;
        height: 100%;
        /* width: 100px; */
        height: 100px;
        display: inline-block;
        position: absolute;
        left: 50%;
        font-size: 20px;
        line-height: 25px;
        top: 55%;
        transform: translate(-50%, -50%);
    }
    @media(min-width: 992px){
         .row-taisao{max-width: 1100px;}
    }
   
    .tai-sao-chon{
        background-image: linear-gradient(to right, #14974a, #14974aa3);
    }
    .review-item{

    }
.review-item-img{
    text-align: center;
    margin-bottom: 10px;
}
    .review-item-img img{
        border-radius: 50%;
        width: 250px;
        height: 250px;
        border: 5px solid #14974a;
        margin: 0 auto;
        text-align: center;
    }
    .cm-nhan{
        margin-top: 30px;
    }
    .review-item-content{
        text-align: center;
    }
    .cm-nhan .col{
        padding-bottom: 0;
    }
    .doi-ngu{
        padding-bottom: 0 !important;
    }
    .row-doitac{
        margin-top: 30px;
        margin: 0 -10px;
        margin-top: 30px;
    }
.row-doitac .col{
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
}
    .new-left{

    }
    .new-left .box-push .box-text{
        padding: 0;
    background-color: rgba(255,255,255,0.95);
    max-width: 100%;
    margin: 0;
    margin-top: 10px;
    }
    .new-left .box-push .box-text h5{color: #263f64;font-weight: bold;border: none;}
    .new-left .box-push .box-text .is-divider{
        display: none;
    }
    .col-new-left{
        padding-left: 0;
        padding-bottom: 0;
    }
    .new-left .col{
        padding:0;
    }
    .new-left{
        margin-top: 20px;
    }
    .col-new-right{
        padding-right: 0;
        padding-bottom: 0;
    }
    .new-right{
        margin-top: 20px;
    }
    .new-right .box-image{
        width: 106px;
        float: left;
    }
    .new-right .box-text{text-shadow: unset !important;float: left;position: relative;width: 67%;padding-top: 0;padding-right: 0;}
    .new-right .box-text h5{
        font-size: 15px;
        color: #263f64 !important;
        font-weight: bold !important;
        text-transform: unset;
        border: unset;
        line-height: 16px;
        margin-bottom: 0;
        padding-bottom: 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        padding-top: 0;
    }
    .new-right .box-text .post-meta{
        color: #9a9a9a;
        font-size: 12px;
    }
     .new-right .box-text .is-divider{
        display: none;
     }
      .new-right .col{
        padding: 0;
        padding-bottom: 10px;
      }
      .video-home{
        margin-top: 20px;
        margin-bottom: 0;
      }
      .footer-1 .widget-title {
    padding-bottom: 15px;
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 31px;
    float: left;
    width: 100%;
}
.footer-1 p{
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0;
    float: left;
    width: 100%;
}
.footer-1 .widget{
    margin-bottom: 0;
}
.box-new .col ul li{
    margin-left: 0;
}
.flex-caption {
    /* padding: 20px 0; */
    padding-left: 10px;
}
.post .flex-caption .title {
    font-size: 16px;
}
.post .flex-caption .title {
    color: #263f64;
    font-weight: bold;
    margin-top: 10px;
}
.post .flex-caption .title a{
     color: #263f64;
    font-weight: bold;
}
.post.b-post{
    margin-top:20px;
}
.post-list-index {
    margin-bottom: 15px;
}
.cnv-img-16x9 {
    position: relative;
    display: block;
    overflow: hidden;
}
.tab-content .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
}
.list-post-title a {
    color: #263f64 !important;
    font-weight: bold !important;
    font-size: 14px;
}
.post-title-index .time {
    color: #9a9a9a;
    font-size: 13px;
}
.list-post-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 16px;
}
.project-tabs-menu{

}
.project-tabs-menu ul{position: absolute;right: 0;top: 0;justify-content: right;text-align: right;}
.project-tabs-menu ul li{display: inline-block;/* padding: 0 20px; */}
.project-tabs-menu ul li.active{

}
.project-tabs-menu ul li a{
    background: #14974a;
    color: #fff;
    border-radius: unset;
    padding: 7px 31px;
    height: 32px;
    line-height: 24px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.project-tabs-menu ul li.active a{background-image: linear-gradient(to right, #14974a, #14974aa3);background-color: transparent;}

.inner-block{

}
.inner-block img{height: 278px;width: 100%;}
.inner-block h3{
    text-align: center;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 2;
    height: 43px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 10px;
}
.inner-block p{font-size: 15px;overflow: hidden;text-overflow: ellipsis;line-height: 20px;-webkit-line-clamp: 2;height: 42px;display: -webkit-box;-webkit-box-orient: vertical;}
@font-face{font-family:'UTM Avo';src:url(fonts/UTMAvo.eot);src:url(fonts/UTMAvo.eot?#iefix) format("embedded-opentype"),url(fonts/UTMAvo.woff2) format("woff2"),url(fonts/UTMAvo.woff) format("woff"),url(fonts/UTMAvo.ttf) format("truetype"),url(fonts/UTMAvo.svg#UTMAvo) format("svg");font-weight:400;font-style:normal}
@font-face{font-family:'UTM Avo';src:url(fonts/utm-avobold.ttf) format("truetype");font-weight:700;font-style:normal}
@font-face{font-family:'UTM Avo';src:url(fonts/utm-avobold.ttf) format("truetype");font-weight:700;font-style:italic}
body{/* font-family: 'UTM Avo',"Helvetica Neue",Helvetica,Arial,sans-serif!important; */}
*{margin:0px;padding:0px;}
.btn-edit{
    background: #14974a;
    color: #E6DC13;
    display: block;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    padding: 10px 0;
    }.call-mobile i {
    font-size: 20px;
    line-height: 40px;
    background: #B52026;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    float: right;
}.success {
    background-color: #1E73BE;
    padding: 10px;border-radius: 99px;
    color: #fff!important;
}.call-mobile2{position:fixed;bottom:53px;height:40px;line-height:40px;padding:0;border-radius:40px;color:#fff;left:20px;z-index:99999}
.box-new .col:nth-child(3n+1){clear:both}.box-new .col ul {padding-bottom:30px;}
.box-new .col li:nth-child(1) a{display: block;
    height: 200px;
    overflow: hidden;}
.box-new .col h3 {
    font-weight: bold;
    font-size: 15px;
    padding: 10px 0;
    margin-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    }
.title-custom-link{margin: 0 0 10px;color: #14974a;    text-transform: uppercase;}
.link-post-custom {    padding: 8px;
    border: 2px dashed #167ac6;
    color: #fff;
    background-color: #ededed;
    border-color: #4cae4c;}.link-post-custom li {list-style:none !important;}
.link-post-custom li a:hover{color: #14974a;}
.center {text-align:center;}
.panel-collapse{background:#fff}
.panel-default>.panel-heading:hover{    color: #fff;
    background-color: #E6DC13;}.panel-default>.panel-heading:hover a{color:#14974a}
.panel-group .col-md-6:nth-child(2n+1){clear:both}
.panel-title {position: relative;
    padding-left: 60px;}
.panel-title span {font-weight: bold;
    color: #14974a;
    font-size: 40px;
    position: absolute;
       left: -5px;
    top: -14px;
    line-height: 1;}.panel-title span:before{content:'';content: '';
    width: 2px;
    height: 28px;
    background: #999;
    position: absolute;
    right: -6px;
    top: 9px;}
.panel-group .panel {background: none;
    box-shadow: none;margin-bottom:15px;
    border: 0;}
.center a{    display: inline-block;
    padding: 8px;
    font-weight: bold;
    background: #14974a;
    color: #fff;}
.wp_phongthuy_form .form-line .label {    display: block;
    color: #333;
    text-align: left;
    font-size: 13px;
    padding: 0;
    margin-bottom: 10px;}
    .col-12-video{
        padding: 0;
        padding-top: 20px;
    }
    .icon-sp-new{

    }
     .icon-sp-new .video-button-wrapper a {
    position: absolute;
    left: 0px;
    font-size: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    border: unset;
    z-index: 9999;
}
  .icon-sp-new .icon-box-img {
    margin-bottom: 0;
}
.icon-sp-new .icon-box-img::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 51;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    background: none;
    font-family: "FontAwesome";
    content: "\f16a";
    color: #da2e2e;
    width: 63px;
    height: 63px;
    transition: all 0.3s ease-in-out 0s;
    opacity: 1;
    z-index: 9999;
    font-size: 64px;
}
.icon-sp-new .video-button-wrapper a:hover {
    background: transparent;
}
.icon-sp-new h3{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #195595;
    line-height: 23px;
    margin-top: 15px;
}
.col-xemthem-video{
    padding: 0;
}
footer .footer-1:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(39 160 89 / 61%);
}
.footer-1 .row{
    position:relative;
    z-index: 9;
}
.solia-ft a{
    border-radius: 50%;
    text-align: center;
    /* line-height: 31px; */
    padding-top: 0;
}
.tintuc-viceo{
    padding-bottom: 0 !important;
}
.khach-hang{
    padding-bottom: 0 !important;
}
.info-form .col{
    padding-bottom: 0;
}
.new-page-moi .col{
    padding-bottom: 0;
}
.col-12-gt{
    padding-bottom: 0;
}
.project-tab-panel .row{
    margin: 0 -15px;
}
.list-left-collection2{
    border-bottom: solid 1px #abdcff;
    margin-bottom: 10px;
}
.list-left-collection2 li{
    display: inline-block;
    margin-right: 40px;
}
.list-left-collection2 li a{
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    color: #14974ae0;
    line-height: 24px;
    padding: 5px 0 5px 0;
    border-bottom: solid 1px transparent;
    position: relative;
    z-index: 1;
    margin-bottom: -1px;
}
.call-mobile{background:#ED1C24;position:fixed;bottom:10px;height:40px;line-height:40px;padding:0;border-radius:40px;color:#fff;left:20px;z-index:99999}
.call-mobile a{color:#fff;font-size:18px;font-weight:700;text-decoration:none;margin-right:10px;padding-left:10px}
.call-mobile i{font-size:20px;line-height:40px;}
.desc h3 a:hover{color:#E6DC13}
a{text-decoration:none;cursor:pointer;color:#333}
img{max-width:100%;border:none;height:auto}
li{list-style:none}
p.wp-caption-text{text-align:center}
.content-post img{display:block;margin:15px auto}
.wp-caption.aligncenter{max-width:100%!important}
.content-post ul{padding-left:20px}
.content-post li{list-style:inside}
.alignnone{margin:5px 20px 20px 0}
.aligncenter,div.aligncenter{display:block;margin:5px auto}
.alignright{float:right;margin:5px 0 20px 20px}
.alignleft{float:left;margin:5px 20px 20px 0}
.aligncenter{display:block;margin:5px auto}
a img.alignright{float:right;margin:5px 0 20px 20px}
a img.alignnone{margin:5px 20px 20px 0}
a img.alignleft{float:left;margin:5px 20px 20px 0}
a img.aligncenter{display:block;margin-left:auto;margin-right:auto}
.wp-caption{background:#fff;border:1px solid #f0f0f0;max-width:96%;padding:5px 3px 10px;text-align:center}
.wp-caption.alignnone{margin:5px 20px 20px 0}
.wp-caption.alignleft{margin:5px 20px 20px 0}
.wp-caption.alignright{margin:5px 0 20px 20px}
.wp-caption img{border:0 none;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}
.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;text-align:center;margin:0;padding:0 4px 5px}
.wp-pagenavi{margin:20px 0;text-align:center}
.wp-pagenavi a,.wp-pagenavi span.current{margin:2px;text-decoration:none;border:1px solid #e3e3e3;color:#000;background:#fff;display:inline-block;width:40px;height:40px;text-align:center;line-height:35px;font-weight:700;font-size:12px}
.wp-pagenavi span.current{text-shadow:none}
.wp-pagenavi a:visited{padding:6px 6px 5px;margin:2px;text-decoration:none;border:1px solid #e3e3e3;color:#000;background:#fff}
.wp-pagenavi a:hover{border:1px solid #14974a;color:#fff;background:#14974a;text-shadow:none}
.wp-pagenavi .previouspostslink,.wp-pagenavi .nextpostslink{border:0;background:none}
.wp-pagenavi .previouspostslink:hover,.wp-pagenavi .nextpostslink:hover{color:#898989;background:none;border:0}
.wp-pagenavi a:active{padding:6px 6px 5px;margin:2px;text-decoration:none;border:1px solid #e3e3e3;color:#000;background:#fff}
.wp-pagenavi span.pages{display:none}
.wp-pagenavi span.current{margin:2px;border:1px solid #000;color:#000;border:1px solid #14974a;color:#fff;background:#14974a}
.wp-pagenavi span.extend{margin:2px;color:#000;background:#fff;float:left;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;width:50px;height:50px;line-height:44px;text-align:center;border:1px solid #e3e3e3;background:#fff}
h1,h2,h3,h4,h5,h6{/* margin:0 0 30px; *//* font-family:inherit; *//* font-weight:300; *//* color:#222328; *//* text-transform:inherit; */}
.logo{float:left}
.logo img{    height: 100px;}
ul{margin:0}
.header-menu{background:#14974a}
.header-top{padding:20px 0}
.header-menu ul.menu > li{float:left;position:relative}
.header-menu ul.menu > li > ul{display:none;position:absolute;top:100%;left:0;z-index:999;background:#fff;min-width:200px}
.header-menu ul.menu > li.search-menu{float:right;position:relative}
.header-menu ul.menu > li.search-menu .searchform{
    z-index: 99;display:none;position:absolute;top:100%;right:0;width:300px;border-radius:3px;-webkit-box-shadow:0 0 5px 0 rgba(102,102,102,0.4);background:#fafafa;color:#5f5f63;box-shadow:0 0 5px 0 rgba(102,102,102,0.4);padding:10px}
.header-menu ul.menu > li.search-menu .searchform input{width:100%;height:38px;border:solid 1px #ccc;border-radius:3px;outline:none;padding:0 12px;-webkit-box-sizing:border-box;box-sizing:border-box}
.header-menu ul.menu > li.search-menu .searchform button{position:absolute;right:0;top:0;bottom:0;width:40px;text-align:center;border:0;background:transparent;color:#555}
.header-menu ul.menu > li > a,.header-menu ul.menu > li > ul > li > a{   transition:.1s ease-in-out;transition-property:color,background-color,border-color,box-shadow;position:relative;z-index:1;font-size:15px;font-weight:400;display:block;color:#fff;padding:0 12px;height:50px;line-height:50px}
.header-menu ul.menu > li > ul > li > a{color:#333;border-bottom:1px dashed #ddd}
.header-menu ul.menu > li:hover > ul{display:block;box-shadow:0 0 25px -5px rgba(0,0,0,.2)}
.header-menu ul.menu > li > a:hover,.header-menu ul.menu > li.current-menu-item > a,.header-menu ul.menu > li > ul > li > a:hover{background-color:#E6DC13;color:#fff}
.info-right{float:right;font-weight:bold;}
#menu-item-16 a{font-size:20px}
.info-right li{display:flex;align-items:center;color:#14974a;padding:7px 10px;height:60px; font-size:15px}
.info-right li a{color:#14974a;display:block}
.info-right li.address{margin-right:10px}
.info-right li.hotline{}
.header-top .row{align-items:center;margin:0;display:flex}
.info-right{display:flex;align-items:center}
.info-right li i{margin-right:12px; font-size:25px}
.menu-tab{text-align:center}
.menu-tab > li{padding:0 20px;display:inline-block;    background: #ededed;border: 1px solid #14974a;}
.menu-tab > li:not(:last-child):after{position:absolute;right:0;content:'';height:50%;margin-top:-30px;border-right:1px solid #ccc}
.menu-tab > li > a{padding:10px 35px;color:#222;font-size:16px;font-weight:400;display:block;text-align:center}
.menu-tab > li.active,.menu-tab > li:hover{background:#14974a}
.menu-tab > li.active:after{display:none}
.menu-tab > li.active a,.menu-tab > li:hover a{color:#fff}
.text-title{margin-bottom:10px;color:#222;font-weight:400;letter-spacing:-.1px;font-size:15px}
.box-title{    color: #14974a;
    font-weight: 700;
    margin-bottom: 15px;padding-top:15px;
    font-size: 24px;
    text-transform: uppercase;}
.menu-tab{margin-bottom:30px}
.box-title span{/* color:#E6DC13; */}
.container .content{padding-left:0px}
.project-tab .item .img{overflow:hidden;position:relative}
.project-tab .item .img a img{height:380px;width:100%;object-fit:cover}
.project-tab .item .img .desc{display:block;position:absolute;max-width:240px;margin:0 auto;top:50%;left:0;right:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);padding:0;background:transparent}
.project-tab .item .img .desc .wrap{border:0;background:#fff;text-align:center;max-width:0;-webkit-transition-property:max-width;-o-transition-property:max-width;transition-property:max-width;-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s;-webkit-transition-delay:0;-o-transition-delay:0;transition-delay:0;overflow:hidden;padding:0}
.project-tab .item .img .desc .wrap .content{width:240px;padding:9px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}
.project-tab .item .img .desc .wrap .content .top{height:2px;position:absolute;top:9px;left:9px;right:100%;-webkit-transition-property:all;-o-transition-property:all;transition-property:all;-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s;-webkit-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s;background:#E6DC13}
.project-tab .item .img .desc .wrap .content .right{width:2px;position:absolute;top:9px;right:9px;bottom:100%;-webkit-transition-property:all;-o-transition-property:all;transition-property:all;-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s;-webkit-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s;background:#E6DC13}
.project-tab .item .img .desc .wrap .content .left{width:2px;position:absolute;top:100%;left:9px;bottom:9px;-webkit-transition-property:all;-o-transition-property:all;transition-property:all;-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s;-webkit-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s;background:#E6DC13}
.project-tab .item .img .desc .wrap .content .bottom{height:2px;position:absolute;bottom:9px;left:100%;right:9px;-webkit-transition-property:all;-o-transition-property:all;transition-property:all;-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s;-webkit-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s;background:#E6DC13}
.project-tab .item .img .desc .wrap .content .info{padding:15px}
.project-tab .item .img .desc .wrap .content .info h3,.project-tab .item .img .desc .wrap .content .info p{-webkit-transition-property:all;-o-transition-property:all;transition-property:all;-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s;-webkit-transition-delay:1s;-o-transition-delay:0.2s;transition-delay:0.2s;opacity:0;visibility:hidden}
.project-tab .item .img .desc .wrap .content .info h3{text-transform:uppercase;font-size:17px;font-weight:700;color:#14974a;margin-bottom:5px;line-height:28px}
.project-tab .item .img .desc .wrap .content .info p{font-size:13px;font-weight:400;color:#666;margin:0}
.project-tab .item:hover .desc .wrap{max-width:240px}
.project-tab .item:hover .desc .wrap .content{width:240px;padding:9px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}
.project-tab .item:hover .desc .wrap .content .top{right:9px}
.project-tab .item:hover .desc .wrap .content .right{bottom:9px}
.project-tab .item:hover .desc .wrap .content .left{top:9px}
.project-tab .item:hover .desc .wrap .content .bottom{left:9px}
.project-tab .item:hover .desc .wrap .content .info h3,.project-tab .item:hover .desc .wrap .content .info p{opacity:1;visibility:visible}
.footer{background-image:url(img/background-footer-163212f3.jpeg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;color:#fff;position: relative;/* padding-bottom: 30px; */}
.footer a{color:#fff}
.top-footer{padding:15px 0 30px;    background: #14974a;}
.hotline-bg .content a, .email-bg .content a{color: #fff}
.footer-info .info .title{font-weight:700;margin-bottom:10px}
.footer-info .info ul.top li{margin-bottom:10px;position:relative;padding-left:20px}
.footer-info .info ul.top li i{position:absolute;top:4px;left:0}
.footer-info .info ul.bot li span{color:rgba(255,255,255,.7)}
.footer-info .info ul.bot li{display:inline-block;margin-right:5px}
.footer-info .info ul.bot li a{height:25px;width:25px;line-height:25px;text-align:center;border-radius:5px;display:block;color:#333;background:#fff}
.ttl-footer{font-size:16px;text-transform:uppercase;color:#E6DC13;line-height:1.5;margin-bottom:20px;font-weight: 700;}
.footer ul.link > li{padding-bottom:10px}
.footer ul.link > li:before{content:"\e072";font-family:'Glyphicons Halflings';font-size:8px;padding-right:5px;position:relative;top:-2px}
.logo-ft{margin-bottom:20px}
.project-cat-item .col-md-4:nth-child(3n+1) , .item-project .col-md-4:nth-child(3n+1) {clear:both}
.about-home,.survey-schedule,.filter-home{background:#e9e9e9;padding:30px 0}
.project-tab{padding:30px 0;background:#f5f5f5}
.service-home,.customer-comments,.project-content-home{padding:30px 0}
.service-home .item .title{margin:10px 0;display:inline-block;border-bottom:1px solid #E6DC13;padding-bottom:10px;font-weight:700; color:#14974a}
.slider-customer .img img{border-radius:50%;height:125px;width:125px;object-fit:cover;display:block;margin:0 auto;border:3px solid #ddd}
.slider-customer .content{margin:10px 0}
.slider-customer .owl-nav > *{position: absolute;top: 40%;z-index: 999;font-size: 16px;background: none}
.slider-customer .owl-nav > .owl-prev{left: 0}
.slider-customer .owl-nav > .owl-next{right: 0}
.slider-customer .owl-nav > * i{font-size: 16px;
    background: #14974a;
    color: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;}
.slider-customer .name span{font-weight:700}
.hotline-bg,.email-bg{position:relative}
.hotline-bg .content,.email-bg .content{position:absolute;left:50%;z-index:10;transform:translate(-50%,-50%);top:50%;color:#fff}
.hotline-bg .content img,.email-bg .content img{width:100%}
.hotline-bg .content span{margin-bottom:10px;display:block}
.hotline-bg .content div{font-size:24px;font-weight:400;line-height:24px;letter-spacing:2px}
.email-bg .content div{font-size:20px}
.survey-schedule .container{width:970px}
.icon{/* position: relative; *//* height: 45px; *//* margin-top:20px; */}
.icon span {    position: relative;
    z-index: 33;
    color: #fff;
    font-weight: bold;
    font-size: 20px;}
.icon:before{
    /* transform: rotate( -45deg ); */
    transition: transform 150ms ease;
    /* width:50px; */
    /* height:50px; */
    background:#14974a;
    /* content:''; */
    border:3px solid  #E6DC13;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -25px;
    }
.survey-schedule input[type=submit],.page-template-lien-he input[type=submit]{width:100%;background-color:#14974a;color:#fff;font-size:16px;font-weight:400;border:0;padding:10px 0}
.hotline-bg{margin-bottom:30px}
.item-project img{width:100%;height:250px;object-fit:cover}
.item-project a{display:block;position:relative}
.item-project .title-project{position:absolute;bottom:0;left:0;width:100%;padding:30px;font-size:16px;color:#E6DC13;z-index:-1;background:#00000083;transition:all .5s}
.form-search .box{display:flex;align-items:center}
.form-search .box input{width:60px;margin:0 5px}
.refer-search .title{text-align:center;margin-bottom:30px;font-weight:400;font-size:20px}
.form-search .box span{font-size:12px}
.form-search .row > div{margin-bottom:10px}
.form-search .row > div button{background-color:#14974a;color:#fff;font-size:14px;display:block;border:1px solid #d1d1d1;text-transform:uppercase;font-weight:400;outline:0;width:100%;margin:0;padding:0 10px;border-radius:5px;height:40px}
.form-search .row > div a{box-sizing:border-box;width:100%;max-width:100%;font-size:14px;font-weight:400;color:#fff;padding:0 10px;background-color:#E6DC13;height:40px;display:block;-webkit-transition:none;text-align:center;line-height:40px;-o-transition:none;transition:none;border-radius:5px}
.form-search .box{text-align:center}
.item-project:hover .title-project{z-index:1}
.row{/* margin:0 -5px; */}
.row > div{/* padding:0 5px; */}
.project-tab .row > div{margin-bottom:10px}
.list-project > div{margin-bottom:10px}
.project-tab .row > div:nth-child(3n+1){clear:left}

.search-post{max-width:90%}
.search-post .item .title{text-align:left;margin-bottom:30px;font-weight:400;font-size:20px}
.search-post .item input[type=submit]{background-color:#14974a;color:#fff;font-size:14px;display:block;border:1px solid #d1d1d1;text-transform:uppercase;font-weight:400;outline:0;width:auto;margin:0;padding:0 10px;border-radius:5px;height:40px}
.search-post .row >div{margin-bottom:10px}
.search-post .item .form .width{max-width:120px;display:inline-block}
.search-post .item .form label{display:block}
.bot-footer{background-color:#0a6d32;padding:10px 0;text-align:center}
.banner-pro{position:relative ;
    overflow: hidden;}
.banner-pro h1{position:absolute;left: 10%;z-index:10;bottom:0px;margin-bottom:0;font-weight:700;text-align:center;color:#fff;font-size:50px;    background: #00000083;
    padding: 15px;}
.banner-pro:before{content: '';display: block;height: 100%;width: 100%;position: absolute;opacity: 0.3;z-index: 9}
.list-service a.more-link{background-color:#14974a;display:inline-block;color:#fff;padding:8px 20px;min-width:160px;margin-top:25px;margin-bottom:20px}
#maincontent{padding:30px 0}
.banner-pro img{width:100%}
.info-project{border:1px solid #ddd;background:#fff;position:relative;padding:5px 15px}
.info-project h1,.post-title{font-size:20px;line-height:30px;padding-bottom:10px;margin-bottom:10px;font-weight:700;color:#222;border-bottom:1px solid #e2e2e2}
.info-project .triangle{    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 30px solid #14974a;
    border-left: 30px solid transparent;}
.info-project ul li{padding:5px 0;margin-bottom:10px;border-bottom:1px solid #eee;display:block}
.info-project ul li span:first-child{font-size:14px;font-weight:700;color:#222;line-height:22px}
.info-project ul li span:last-child{text-align:right;font-size:13px;font-weight:400;line-height:16px;color:#777}
.project-content{margin-top:30px}
.single #maincontent{background:#e9e9e9}
.project-content{background:#fff;padding:15px!important}
.project-content .title{font-size:32px;line-height:1.4;font-weight:300;margin-bottom:30px}
.fb_iframe_widget_fluid_desktop iframe{width:100%!important}
.content-post h1,.content-post h2,.content-post h3,.content-post h4,.content-post h5,.content-post h6{font-size:20px}
.project-cat-item .img img,.list-service img{height:255px;width:100%;object-fit:cover}
.project-cat-item .desc h3{line-height:28px;margin-bottom:0;font-weight:300}
.project-cat-item .desc p{margin:0}
.project-cat-item .desc{text-align:center}
.project-cat-item .desc p a{font-size:14px;font-weight:300;color:#666}
.project-cat-item .desc h3 a{font-weight:400;color:#14974a;font-size:20px}
.project-cat-item > div{/* margin-bottom:30px; */}
.list-news .item{margin-bottom:30px}
.list-news .item .img img{width:100%}
.list-news .item h3.title{font-size:18px;font-weight:700;margin-top:5px;margin-bottom:15px;color:#000}
.list-news .item .content{font-size:14px;margin-bottom:10px;color:#000;padding-left: 0}
.list-news .item .date{font-size:12px;color:#ddd;margin-bottom: 10px;}
.list-news .item .img{}
.single-tin-tuc .header,.search .header{position:relative}
.single-tin-tuc #maincontent{background:#fff}
.sidebar .widget{border:1px solid #e2e2e2;border-radius:5px;margin-bottom:30px}
.sidebar-title{font-size:24px;margin-bottom:15px;border-bottom:1px solid #e2e2e2;line-height:1.4;font-weight:300;padding:0 10px;padding-bottom:10px;    background: #14974a;color: #E6DC13;}
.widget-feature-project .project-list{padding:0 10px}
.widget-feature-project .project-list li{margin-bottom:20px}
.widget-feature-project .project-list li .wrap-feature-project .project_title{font-size:16px;color:#393737;text-align:center;margin:20px 0 0}
.list-blogs{padding:0 10px;}
.list-blogs> div{margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #ddd;padding: 0;}
.list-blogs> div .img{float:left;width:35%}
.list-blogs> div .info{float:right;width:65%;padding-left:15px}
.list-blogs> div .info h3.title{font-size:14px;color:#222;line-height:20px;margin-bottom:0}
.main-slider{margin-bottom:10px}
.form-post{
    /* margin: 20px 0; */
    padding: 10px 20px;
    border-radius: 15px;
    border: 2px dashed #E6DC13;
    }
.form-post .col{
    padding-bottom:0;
}
    .post-pro{    background: #e9e9e9;
    padding: 10px 5px !important;}
    .post-pro >div{margin-bottom: 10px;}
    .info-form li{margin-bottom: 10px;font-weight: 700;font-size: 15px;width: 100%;list-style: inside;margin-left: 0 !important;}
    .info-form li > div{display: inline-block;    vertical-align: middle;}
    .info-form li > div:first-child{margin-right: 10px;}
    .info-form li > div > a{    display: inline-block;
    color: #fff;
    background: #14974a;
    padding: 5px;
    border-radius: 5px;
    text-align: center;}
    .info-form li > div > a span{font-weight: initial;font-size: 13px;    }
    .post-pro input[type=submit]{    background: #14974a;
    color: #fff;
    width: 100%;
    border: 0;
    display: block;
    padding: 10px 0;}
.mobile-menu,.click-menu{display:none}
.menu-header ul.menu > li > span,.menu-mobile > div{display:none}
    .modal-header {
    text-align: center;
    padding: 15px 20px;
    color: #fff;
    background: #14974a;
    position: relative;
    font-weight: bold;}
    .modal-title{color: #fff}
    .modal-header .close {
    margin-top: 0;
    opacity: 1;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 25px;}
    .modal-header:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-width: 10px;
    margin-left: -10px;
    border-top-color:#14974a;}
    .modal input[type=submit]{background: #14974a;color: #fff;border:0;padding: 5px 20px;}
    .modal-dialog {
    margin: 70px auto;}
@media(max-width:768px) {
.service-home .icon {margin-top:30px;}
.logo img {
    height: 45px;
}
.banner-pro h1 {font-size:25px;}
.h2, h2 {
    font-size: 18px;
}
.container .content {padding-left:5px;}
.header-top {padding:10px 0}
.hotline-bg .content div{font-size: 18px;}
.email-bg .content div{font-size: 16px;}
.menu-mobile > div{display:block}
.logo {float:none;width:100%;}body.active .mainmenu.clearfix{transform:none;opacity:1.1}
body.active::before{visibility:visible;opacity:1;z-index:2;width:100%;height:100%}
body::before{content:"";background:rgba(0,0,0,0.6);width:0;height:0;top:0;left:0;position:fixed;z-index:0;visibility:visible;opacity:0;transition:visibility,opacity ease-in-out .3s}
.mainmenu{background:#14974a}
.mainmenu .sub-menu{display:none}
.mainmenu .title{display:block;position:fixed;top:0;left:0;background:#14974a;width:310px;max-width:100%;z-index:1000000}
.mainmenu .title h2{padding:0 15px;text-transform:uppercase;font-size:20px;color:#fff;margin:20px 0}
.mainmenu .title ul.phone li{font-size:18px;color:#1e81c2;font-weight:600;position:relative;padding-left:15px;line-height:35px;text-align:center;background:#fff}
.mainmenu .hotline ul.phone li i.fa{font-size:20px;border-radius:50%;background:#fff;line-height:30px;width:30px;margin-right:10px;height:30px;color:#14974a;transform:rotate(90deg)}
.mainmenu .title input[type="search"]{width:100%;border:1px solid #ddd;padding:5px 10px;font-size:16px}
.timkiem{position:relative}
.timkiem button{position:absolute;top:0;color:#757575;right:0;font-size:16px;padding:6px 10px;border-radius:0;border:none;background:#fff}
.menu-header a.bg-cl{position:absolute;display:block;background:#14974a;width:15px;height:15px;right:20px;top:20px}
.menu-header a.bg-cl img{width:100%;height:100%;-o-object-fit:cover}
.menu-header a.bg-cl .close{opacity:5}
.mainmenu .hotline{display:block;position:fixed;bottom:0;left:0;background:#31363a;width:310px;max-width:100%;z-index:1000000}
.mainmenu .hotline ul.phone li{font-size:18px;color:#fff;font-weight:600;position:relative;line-height:40px;text-align:center}
.mainmenu .hotline ul.phone{padding:0;margin:0;border-bottom:1px solid #ddd}
.hotline .socials{display:block;width:auto;color:#fff;margin-bottom:0;padding-left:0}
.hotline .socials > li{width:20%;border:none;display:inline-block;float:left}
.hotline .socials > li > a{padding:0;display:block;border-radius:0;border-right:1px #666 solid;width:100%;height:50px;line-height:48px;text-align:center;font-size:20px}
.mainmenu .hotline ul.phone li:before{top:3px;left:45px;background-color:#fff}
.mainmenu li a{border-bottom:1px solid #c5c3c3;color:#fff;line-height:14px;padding:12px 45px 10px 15px;display:block;text-align:left;font-weight:400;font-size:14px;text-transform:uppercase;white-space:nowrap}
.mainmenu > nav > ul > li{position:relative}
.mainmenu > nav > ul > li > span{display:block;position:absolute;top:0;right:0;width:42px;height:43px;color:#fff;padding:13px;text-align:center}
.menu-header nav > ul > li > .sub-menu > li > a > i{font-size:10px}
.menu-header nav > ul > li > .sub-menu > li > a{text-transform:none;border-bottom:0}
.menu-header nav > ul > li > .sub-menu{margin:0 10px;padding:0}
.mainmenu > nav > ul > li > ul > li{position:relative}
.mainmenu > nav > ul > li > ul > li > span{display:block;position:absolute;top:0;right:0;width:42px;height:43px;color:#fff;padding:13px;text-align:center}
.menu-header nav > ul > li > ul > li > .sub-menu2 > li > a > i{font-size:10px}
.menu-header nav > ul > li > ul > li > .sub-menu2 > li > a{text-transform:none;border-bottom:0}
.menu-header nav > ul > li > ul > li > .sub-menu2{margin:0 10px;padding:0;list-style:none;display:none}
.menu-header ul.menu > li{position:relative;display:block;float:none;}
.menu-header ul.menu > li:hover > ul{height:auto}
.menu-header ul.menu > li > ul{position:absolute;height:0;top:100%;z-index:11;min-width:200px;left:0;text-align:left;border:0;background:rgba(214,143,67,0.9);overflow:hidden;transition:ease-in-out .3s;padding:0;margin:0}
.menu-header ul.menu > li > ul > li > a{display:block;border-bottom:1px solid #ddd;padding:12px 40px 12px 10px;line-height:.8em;border-left:3px solid rgba(17,17,17,0);-webkit-transition:all .3s;transition:all .3s;font-size:15px;color:#fff;font-weight:400;white-space:nowrap}
.menu-header ul.menu > li > a{display:block;font-size:14px;text-transform:uppercase;color:#fff;padding:0 10px;line-height:48px;transition:ease-in-out .3s;white-space:nowrap}
.project-content .title {font-size:20px;font-weight:bold;}
.project-content {    text-align: justify;}
.box-title {font-weight:bold;}
.box-title {font-size:25px;text-align:center;}
.info-form li > div > a , .info-form li > div {display:block;}
.mobile-menu{display:block}#sticker-wrapper .sticker-body{max-height:100%;overflow:auto}
.survey-schedule .container {width:100%;}
.mainmenu.clearfix{z-index:10000;height:100%;position:fixed;left:0;top:0;width:310px;max-width:100%;transform:translate(-100%,0);transition:ease-in-out .3s;padding-top:60px;max-height:100%;overflow:auto}
.mainmenu .title{display:block;position:fixed;top:0;left:0;background:#14974a;width:310px;max-width:100%;z-index:1000000}
.mainmenu .title h2{padding:0 15px;text-transform:uppercase;font-size:20px;color:#fff;margin:20px 0}
a#button-toggle-menu{display:block}
.menu-header a.bg-cl{position:absolute;display:block;background:#14974a;width:15px;height:15px;right:20px;top:30px}
.menu-header a.bg-cl img{width:100%;height:100%;-o-object-fit:cover}
.menu-header a.bg-cl .close{opacity:5}
#touch-menu .touch-menu-inner{display:block;top:20px;right:15px;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s;cursor:pointer}
#touch-menu .touch-menu-inner,#touch-menu .touch-menu-inner:before,#touch-menu .touch-menu-inner:after{position:absolute;width:30px;height:4px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;border-radius:4px;background-color:#14974a}
#touch-menu .touch-menu-inner:before,#touch-menu .touch-menu-inner:after{display:block;content:""}
#touch-menu .touch-menu-inner:before{top:-10px;transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}
#touch-menu .touch-menu-inner:after{bottom:-10px;top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}
body.active #touch-menu .touch-menu-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}
body.active #touch-menu .touch-menu-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;opacity:0}
body.active #touch-menu .touch-menu-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}
body.active #touch-menu .touch-menu-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transform:rotate(-90deg)}
.menu-header a.bg img{width:100%;height:100%;-o-object-fit:cover}
.mainmenu.clearfix{z-index:9999999;height:100%;position:fixed;left:0;top:0;width:310px;max-width:100%;transform:translate(-100%,0); }


