/**
 * @Project NSS CMS V2
 * @Author NGOI SAO SO
 */

/********************** GENERAL CSS **********************/
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500;600&display=swap');

@font-face {
    font-family: 'Neurial Grotesk';
    src: url('../fonts/NeurialGrotesk-Bold.woff2') format('woff2'),
    url('../fonts/NeurialGrotesk-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Neurial Grotesk';
    src: url('../fonts/NeurialGrotesk-Regular.woff2') format('woff2'),
    url('../fonts/NeurialGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Neurial Grotesk';
    src: url('../fonts/NeurialGrotesk-Medium.woff2') format('woff2'),
    url('../fonts/NeurialGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}


/* NSS ICONS */
.glyphicon {
    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;
}

.glyphicon-calendar:before {
    content: "\f274";
}

.glyphicon-chevron-left:before {
    content: "\f053";
}

.glyphicon-chevron-right:before {
    content: "\f054";
}

@font-face {
    font-family: 'NSSIcons';
    src: url('../fonts/NSSIcons.eot?avyewf');
    src: url('../fonts/NSSIcons.eot?#iefixavyewf') format('embedded-opentype'), url('../fonts/NSSIcons.ttf?avyewf') format('truetype'), url('../../default/fonts/NSSIcons.woff?avyewf') format('woff'), url('../fonts/NSSIcons.svg?avyewf#NSSIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    font: normal normal normal 14px/1 NSSIcons;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    vertical-align: -10%;
    background: #fff;
}

.glyphicon {
    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;
}

.glyphicon-calendar:before {
    content: "\f274";
}

.icon-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -25%;
}

.icon-horizon {
    width: 14px;
}

.icon-lg.icon-horizon {
    width: 22px;
}

.icon-nss:before {
    content: "\e607";
}

.icon-nss_sm:before {
    content: "\e608";
}

.icon-callcenter:before {
    content: "\e609";
}

.icon-today:before {
    content: "\e600";
}

.icon-qrcode:before {
    content: "\e601";
}

.icon-enter:before {
    content: "\e602";
}

.icon-exit:before {
    content: "\e603";
}

.icon-yahoo:before {
    content: "\e604";
}

.icon-old-phone:before {
    content: "\e606";
}

.icon-icq:before {
    content: "\e605";
}

.icon-viber:before {
    content: "\e60a";
}

.icon_new {
    background: url("../images/icons/new.gif") no-repeat;
    display: inline-block;
    height: 16px;
    width: 38px;
}

.icon_new_small {
    background: url("../images/squared-blue.png") no-repeat 0 8px;
}

.icon_list {
    background: url("../images/arrow_left_orange.png") no-repeat 0 8px;
}

/* Fonts Color */
.text-black {
    color: #000 !important;
}

.text-white {
    color: #fff !important;
}

.has-error div.radio-box, .has-error div.check-box {
    border-color: #a94442;
}

/* Fonts Weight */
.text-normal {
    font-weight: 400;
}

.text-bold {
    font-weight: 800;
}

b, strong {
    font-family: 'Neurial Grotesk';
    font-weight: bold;
}

/* Fix bootstrap */
.container {
    padding-right: 5px;
    padding-left: 5px;
}

.row {
    margin-right: -5px;
    margin-left: -5px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 5px;
    padding-left: 5px;

}
.f-ng {
	    font-family: 'Neurial Grotesk' !important;
    font-weight: normal;
    font-style: normal;
}
.mb-4, .my-4 {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

.mb-45 {
    margin-bottom: 4.5rem;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #333;
    background-color: rgba(0, 0, 0, .2);
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #333;
    background-color: rgba(0, 0, 0, .2);
}

.pagination > li.disabled {
    display: none;
}

.pagination > li > a, .pagination > li > span {
    color: #999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    padding: 7px;
    margin: 0 5px;
    text-align: center;
    display: block;
    font-weight: 700;
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border: 0;
    font-size: 30px;
    margin-top: -12px;
    box-shadow: none;
}

.pagination > li:first-child > a:hover, .pagination > li:first-child > span:hover, .pagination > li:first-child > a:focus, .pagination > li:first-child > span:focus, .pagination > li:last-child > a:hover, .pagination > li:last-child > span:hover, .pagination > li:last-child > a:focus, .pagination > li:last-child > span:focus {
    background: transparent;
    box-shadow: none;
}

.pagination > li.disabled {
    display: none;
}

.form-control:focus {
    border-color: #cc0606;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(204, 6, 6, 0.6);
    outline: 0 none;
}

.form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: right;
}



.btn-pink {
    background-color: #ee4923;
    border-radius: 60px;
    font-size: 1.5rem !important;
    text-transform: unset !important;
    text-decoration: unset !important;
    padding: 0.6rem 2rem 1rem !important;
    margin-top: 2rem;
}

.btn-pink:hover {
    background-color: #fff;
    color: #333 !important;
}

.btn-orange-gradient {
   	background-image: -moz-linear-gradient(left, #ef4640 44%, #f58c40);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0.44, #ef4640), color-stop(1.0, #f58c40));
	border: 0;
    border-radius: 60px;
    font-size: 1.5rem !important;
    text-transform: unset !important;
    text-decoration: unset !important;
    padding: 0.6rem 2rem !important;
    margin-top: 2rem;
    color: #fff !important;
}

.btn-orange-gradient:hover {
	background-image: -moz-linear-gradient(left, #f58c40 44%, #ef4640);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0.44, #f58c40), color-stop(1.0, #ef4640));
    background-color: #fff;
    color: #fff !important;
}

.btn-orange-gradient-2 {
   	background-image: -moz-linear-gradient(left, #ef4640 44%, #f58c40);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0.44, #ef4640), color-stop(1.0, #f58c40));
	border: 0;
    border-radius: 10px;
    font-size: 1rem !important;
    text-decoration: unset !important;
    padding: 0.5rem 2rem 0.5rem !important;
    margin-top: 1rem;
    min-width: 160px;
    text-transform: uppercase;
    color: #fff !important;
}

.btn-orange-gradient-2:hover {
	background-image: -moz-linear-gradient(left, #f58c40 44%, #ef4640);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0.44, #f58c40), color-stop(1.0, #ef4640));
    background-color: #fff;
    color: #fff !important;
}


.btn-black {
    background-color: #1f1f1f;
    border-radius: 60px;
    font-size: 1.3rem !important;
    font-weight: 300 !important;
    text-transform: unset !important;
    text-decoration: unset !important;
    padding: 0.6rem 2rem 1rem !important;
    margin-top: 1rem;
}

.btn-black:hover {
    background-color: #ee4923;
    color: #fff !important;
}


.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-ss-block, .visible-ss-inline, .visible-ss-inline-block {
    display: none;
}

.hidden-ss-block {
    display: block !important;
}

.hidden-ss-inline {
    display: inline !important;
}

.hidden-ss-inline-block {
    display: inline-block !important;
}

.margin {
    margin: 10px;
}

.margin-right {
    margin-right: 10px;
}

.margin-left {
    margin-left: 10px;
}

.margin-top {
    margin-top: 10px;
}

.margin-bottom {
    margin-bottom: 10px;
}

.margin-sm {
    margin: 4px;
}

.margin-right-sm {
    margin-right: 4px;
}

.margin-left-sm {
    margin-left: 4px;
}

.margin-top-sm {
    margin-top: 4px;
}

.margin-bottom-sm {
    margin-bottom: 4px;
}

.margin-lg {
    margin: 15px;
}

.margin-right-lg {
    margin-right: 15px;
}

.margin-left-lg {
    margin-left: 15px;
}

.margin-top-lg {
    margin-top: 15px;
}

.margin-bottom-lg {
    margin-bottom: 15px;
}

.padding-top {
    padding-top: 10px
}

.padding-left {
    padding-left: 10px
}

.padding-right {
    padding-right: 10px
}

.padding-bottom {
    padding-bottom: 10px
}

.boder-top {
    border-top: 1px solid #ccc;
}

.boder-bottom {
    border-bottom: 1px solid #ccc;
}

.border-left {
    border-left: 1px solid #ccc;
}

.border-right {
    border-right: 1px solid #ccc;
}

.column-margin-left {
    margin-left: 10px !important
}

.bg-gainsboro {
    background-color: #C0C0C0
}

.bg-lavender {
    background-color: #EEEEEE
}
.bg-silver {
    background-color: #f6f6f6
}
/*Load_Bar*/
.load-bar {
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 8px;
    background: transparent url(../../../assets/images/load_bar.gif);
    margin: auto 10px
}

/*Center DIV*/
.centered {
    text-align: center;
    font-size: 0
}

.centered > div {
    float: none;
    display: inline-block;
    text-align: left;
    font-size: 14px;
}

/*nv-info*/
.nv-info {
    border-width: 1px;
    border-style: solid;
    border-color: #D4D4D4;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #f7f7f7;
    color: #333;
    padding: 10px;
}

.nv-info.error {
    background-color: #EFD7D7 !important;
    border-color: #DCA8A6 !important;
}

.nv-info.success {
    background-color: #E5F1FB !important;
    border-color: #8DC1ED !important;
}

.nv-info:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
    margin-right: 5px;
}

.nv-info.error:before {
    content: " \f057 ";
    color: #A94442;
}

.nv-info.success:before {
    content: " \f13a ";
    color: #449D44;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pointer {
    cursor: pointer;
}

.middle {
    vertical-align: middle
}

.align-bottom {
    vertical-align: bottom
}

.align-top {
    vertical-align: top
}

ul, ol {
    list-style: none;
}

.input-group-btn {
    font-size: 14px !important;
}

.radius-top-left {
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}

.radius-top-right {
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.radius-bottom-left {
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.radius-bottom-right {
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

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

.bg-gradient {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.3) 100%);
}

.box-shadow {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.fix-box {
    position: inherit !important;
    margin-left: 0 !important;
}

.well {
    padding: 8px;
    line-height: 18px
}

.well p {
    margin: 0;
}

input[type=text].required, input[type=password].required, input[type=email].required, input[type=number].required, input[type=search].required, input[type=tel].required, input[type=time].required, input[type=url].required, input[type=url].required, textarea.required, select.required, label.required {
    background-image: url(../images/icons/required.png);
    background-position: right center;
    background-repeat: no-repeat;
}

textarea.required {
    background-position: right 10px;
}

select.required {
    background-position: calc(100% - 15px) 10px;
}

label.required {
    padding-right: 20px;
}

label.radio-box, label.check-box {
    font-weight: normal;
    margin-right: 20px;
    cursor: pointer;
}

div.radio-box, div.check-box {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    padding: 10px
}

.has-error div.radio-box, .has-error div.check-box {
    border-color: #a94442;
}

.display-inline-block {
    display: inline-block
}

.display-table {
    display: table;
}

.display-table > * {
    display: table-row;
}

.display-table > * > * {
    display: table-cell;
    padding: 5px;
}

/*tooltip*/
.tooltip-inner {
    max-width: 250px;
    padding: 10px;
    color: #fff;
    text-align: left !important;
    background-color: #0C2138;
    border-radius: 4px;
    height: auto;
    overflow: auto
}

.tooltip-inner img.pull-left {
    margin: 3px 5px 1px 0;
}

.tooltip-inner img.pull-right {
    margin: 3px 1px 0 5px;
}

/* Fixed Jquery UI Style */

.ui-widget {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
}

.ui-datepicker {
    width: 18em !important;
}

.ui-datepicker select.ui-datepicker-month {
    width: 59% !important;
    font-weight: normal !important;
}

.ui-datepicker select.ui-datepicker-year {
    width: 39% !important;
    font-weight: normal !important;
}


/********************** BODY CSS **********************/

a, a:link, a:active, a:visited {
    color: #333;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

a:hover, a:focus {
    text-decoration: none;
    color: #ee4923;
}

a.dimgray {
    color: #6b0002;
}

a.dimgray:hover {
    color: #6b0002;
}

a.black {
    color: #333;
}

a.black:hover {
    color: #6b0002;
}

iframe {
    border: 0;
}

.m-bottom {
    margin-bottom: 10px !important;
}

.wraper {
    position: relative;
    width: 1080px;
    margin: 0 auto;
}

.container, .rel {
    position: relative;
}

.fa-fix {
    margin-right: -5px;
}

.fa-pointer {
    cursor: pointer;
}

.fa-horizon {
    width: 14px;
}

.fa-lg.fa-horizon {
    width: 22px;
}

h3.sm {
    font-size: 16px;
}

span.keyword {
    background: yellow;
}

.nv-fullbg {
    min-height: 100%;
}

a.btn {
    color: #fff;
}

.btgrid {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}

.btgrid .content {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}


/*-------------------------------------------
  -- Start Main style
-------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------
Project:	    Preus
Version:        1.0.0

Default Color   #000;
Background Color  #fff;

Body copy:		'Poppins', sans-serif; 16px;
Headers:		'Poppins', sans-serif;

----------------------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------------------------
[Table of contents]

A. Basic Styling
  -- Styling

B. Helpers
  -- animations
  -- align
  -- borders
  -- colors
  -- column-count
  -- background
  -- height
  -- margin
  -- list
  -- no-gutters
  -- opacity
  -- overflow
  -- padding
  -- position
  -- shadow
  -- typography
  -- title
  -- transitions
  -- utilities
  -- video-bg
  -- width
  -- z-index

C. Components
  -- block
  -- blockquote
  -- blog
  -- box
  -- buttons
  -- card
  -- circle
  -- description-list
  -- forms
  -- footer
  -- gallery
  -- hr
  -- inputs
  -- item
  -- list
  -- loading-screen
  -- map
  -- member
  -- hero
  -- navbar
  -- page
  -- partners

D. Plugins Styles
  -- Magnific Popup
  -- Owl Carousel

E. Template Specific Elements
  -- Other


----------------------------------------------------------------------------------------------------------------------*/

/***********************************************************************************************************************
A. Basic Styling
***********************************************************************************************************************/

/*-------------------------------------------
  -- Styling - Colors, Font Size, Font Family
-------------------------------------------*/

body {
    font-family: 'Neurial Grotesk';
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    margin: 0;
    padding: 0;
}

html {
    font-size: 90%;
}


h1, h2, h3, h4 {
	font-family: 'EB Garamond', serif;
	font-weight:600;
}

@media (min-width: 36rem) and (max-width: 47.9375rem) {
    html {
        font-size: 85%;
    }
}

@media (min-width: 48rem) and (max-width: 61.9375rem) {
    html {
        font-size: 90%;
    }
}

@media (min-width: 62rem) and (max-width: 74.9375rem) {
    html {
        font-size: 95%;
    }
}

@media (min-width: 75rem) {
    html {
        font-size: 100%;
    }
}

h1, .ts-h1 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: .5rem;
}
.fs-2-5-rem{
	font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: .5rem;
}
@media (min-width: 48rem) {
    h1, .ts-h1 {
        font-size: 3rem;
    }
}

@media (min-width: 75rem) {
    h1, .ts-h1 {
        font-size: 4rem;
    }
}

@media (min-width: 62rem) {
    h1, .ts-h1 {
        margin-bottom: 1rem;
    }
}

h2, .ts-h2 {
    font-size: 1.625rem;
    font-weight: 300;
}

@media (min-width: 48rem) {
    h2, .ts-h2 {
        font-size: 1.875rem;
    }
}

@media (min-width: 75rem) {
    h2, .ts-h2 {
        font-size: 2.05rem;
    }
}

h3, .ts-h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5625rem;
}

@media (min-width: 36rem) {
    h3, .ts-h3 {
        font-size: 1.375rem;
    }
}

@media (min-width: 75rem) {
    h3, .ts-h3 {
        font-size: 1.875rem;
    }
}

h4, .ts-h4 {
    font-size: 1.25rem;
    margin-bottom: 1.4rem;
    font-weight: 500;
}

@media (min-width: 48rem) {
    h4, .ts-h4 {
        font-size: 1.5rem;
    }
}

h5, .ts-h5 {
    font-size: 1.125rem;
}

@media (min-width: 36rem) {
    h5, .ts-h5 {
        font-size: 1rem;
        line-height: 2rem;
        font-weight: normal;
    }

}

h6, .ts-h6 {
    font-size: 1rem;
}

/***********************************************************************************************************************
B. Helpers
***********************************************************************************************************************/

/*-------------------------------------------
  -- Animations
-------------------------------------------*/

[data-animate] {
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: cubic-bezier(.67, .01, .08, .99);
    animation-timing-function: cubic-bezier(.67, .01, .08, .99);
}

/* Fade In Up */

@-webkit-keyframes ts-fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 1.25rem, 0);
        transform: translate3d(0, 1.25rem, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes ts-fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 1.25rem, 0);
        transform: translate3d(0, 1.25rem, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.ts-fadeInUp {
    -webkit-animation-name: ts-fadeInUp;
    animation-name: ts-fadeInUp;
}

/* Fade In Down */

@-webkit-keyframes ts-fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -1.25rem, 0);
        transform: translate3d(0, -1.25rem, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes ts-fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -1.25rem, 0);
        transform: translate3d(0, -1.25rem, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.ts-fadeInDown {
    -webkit-animation-name: ts-fadeInDown;
    animation-name: ts-fadeInDown;
}

/* Fade In Left */

@-webkit-keyframes ts-fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-1.25rem, 0, 0);
        transform: translate3d(-1.25rem, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes ts-fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-1.25rem, 0, 0);
        transform: translate3d(-1.25rem, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.ts-fadeInLeft {
    -webkit-animation-name: ts-fadeInLeft;
    animation-name: ts-fadeInLeft;
}

/* Fade In Right */

@-webkit-keyframes ts-fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(1.25rem, 0, 0);
        transform: translate3d(1.25rem, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes ts-fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(1.25rem, 0, 0);
        transform: translate3d(1.25rem, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.ts-fadeInRight {
    -webkit-animation-name: ts-fadeInRight;
    animation-name: ts-fadeInRight;
}

/* Zoom In */

@-webkit-keyframes ts-zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ts-zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.ts-zoomIn {
    -webkit-animation-name: ts-zoomIn;
    animation-name: ts-zoomIn;
}

/* Zoom Out In */

@-webkit-keyframes ts-zoomOutIn {
    from {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ts-zoomOutIn {
    from {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.ts-zoomOutIn {
    -webkit-animation-name: ts-zoomOutIn;
    animation-name: ts-zoomOutIn;
}

/* Zoom In Short */

@-webkit-keyframes ts-zoomInShort {
    from {
        opacity: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ts-zoomInShort {
    from {
        opacity: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.ts-zoomInShort {
    -webkit-animation-name: ts-zoomInShort;
    animation-name: ts-zoomInShort;
}

/* Reveal */

@-webkit-keyframes ts-reveal {
    from {
        opacity: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ts-reveal {
    from {
        opacity: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

[data-animate="ts-reveal"] {
    opacity: 1;
}

[data-animate="ts-reveal"].animated .wrapper span {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

[data-animate="ts-reveal"] .wrapper {
    display: inline-block;
    margin-bottom: -1rem;
    overflow: hidden;
}

[data-animate="ts-reveal"] .wrapper span {
    display: inline-block;
    transition: -webkit-transform .8s cubic-bezier(.67, .01, .08, .99);
    transition: transform .8s cubic-bezier(.67, .01, .08, .99);
    transition: transform .8s cubic-bezier(.67, .01, .08, .99),
    -webkit-transform .8s cubic-bezier(.67, .01, .08, .99);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    position: relative;
}

span.title_underline {
    position: relative;
    padding: 3rem 0;
    left: -3px;
    font-size: 4rem;
    line-height: 4.5rem;
}

span.title_underline:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #fff;
}
.title_medium {
	text-transform: unset !important;
}
.title_normal {
	font-weight: 300;
}

/* -- Align */

.ts-align__vertical {
    display: flex;
    align-items: center;
}

/*-------------------------------------------
  -- Borders
-------------------------------------------*/

:root {
    /* Border radius *//* Border bottom */
}

.ts-border-radius__sm {
    border-radius: .125rem;
    overflow: hidden;
}

.ts-border-radius__md {
    border-radius: .25rem;
    overflow: hidden;
}

.ts-border-radius__lg {
    border-radius: .5rem;
    overflow: hidden;
}

.ts-border-radius__xl {
    border-radius: .75rem;
    overflow: hidden;
}

.ts-border-radius__pill {
    border-radius: 6.25rem !important;
    overflow: hidden;
}

.ts-border-radius__round-shape {
    border-radius: 187.5rem;
    overflow: hidden;
}

.ts-border-none {
    border: none;
}

.ts-border-bottom {
    border-bottom: .0625rem solid rgba(0, 0, 0, .1);
}

.ts-border-muted {
    border-color: rgba(0, 0, 0, .1) !important;
}

.ts-border-light {
    border-color: rgba(255, 255, 255, .2) !important;
}

.ts-border-dark {
    border-color: rgba(0, 0, 0, .4) !important;
}

.ts-font-color__white {
    color: #fff;
}

.ts-font-color__black {
    color: #000;
}

.ts-font-color__primary {
    color: #000;
}

.ts-bg-primary {
    background-color: #000;
}

.ts-column-count-2 {
    -webkit-column-count: 2;
    column-count: 2;
}

.ts-column-count-3 {
    -webkit-column-count: 3;
    column-count: 3;
}

.ts-column-count-4 {
    -webkit-column-count: 4;
    column-count: 4;
}

/*-------------------------------------------
  -- Background
-------------------------------------------*/

[data-bg-image] {
    background-size: cover;
    background-position: 50%;
}

.ts-background {
    bottom: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: -2;
}

.ts-background .ts-background {
    height: 100%;
    width: 100%;
}

.ts-background-repeat {
    background-repeat: repeat !important;
    background-size: inherit !important;
}

.ts-background-repeat .ts-background-image {
    background-repeat: repeat;
    background-size: inherit;
}

.ts-background-image, .ts-img-into-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ts-background-image img, .ts-img-into-bg img {
    display: none;
}

.ts-background-original-size {
    background-size: inherit;
}

.ts-background-size-cover {
    background-size: cover;
}

.ts-background-size-contain {
    background-size: contain;
}

.ts-background-repeat-x {
    background-repeat: repeat-x;
}

.ts-background-repeat-y {
    background-repeat: repeat-y;
}

.ts-background-repeat-repeat {
    background-repeat: repeat;
    background-size: inherit;
}

.ts-background-position-top {
    background-position: top;
}

.ts-background-position-center {
    background-position: center;
}

.ts-background-position-bottom {
    background-position: bottom;
}

.ts-background-position-left {
    background-position-x: left !important;
}

.ts-background-position-right {
    background-position-x: right !important;
}

.ts-background-particles {
    height: 120%;
    left: 0;
    margin-left: -10%;
    margin-top: -10%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 120%;
    z-index: 1;
}

.ts-background-is-dark {
    color: #fff;
}

.ts-background-is-dark .form-control {
    box-shadow: 0 0 0 .125rem rgba(255, 255, 255, .2);
}

.ts-background-is-dark .form-control:focus {
    box-shadow: 0 0 0 .125rem rgba(255, 255, 255, .4);
}

.ts-background-is-dark .ts-btn-border-muted {
    border-color: rgba(255, 255, 255, .1);
}

.ts-video-bg {
    height: 100%;
}

.ts-video-bg .fluid-width-video-wrapper {
    height: 100%;
}

.ts-bg-black {
    background-color: #000;
}

/*-------------------------------------------
  -- Height
-------------------------------------------*/

.ts-height--25vh {
    height: 25vh;
}

.ts-height--50vh {
    height: 50vh;
}

.ts-height--75vh {
    height: 75vh;
}

.ts-height--100vh {
    height: 100vh;
}

/*-------------------------------------------
  -- Margin
-------------------------------------------*/

.ts-mt__0 {
    margin-top: 0 !important;
}

.ts-mr__0 {
    margin-right: 0 !important;
}

.ts-mb__0 {
    margin-bottom: 0 !important;
}

.ts-ml__0 {
    margin-left: 0 !important;
}

.list.list-text li {
    margin-bottom: 3rem;
}

.list.list-dashed {
    list-style: none;
}

.list.list-dashed li h4 {
    position: relative;
}

.list.list-dashed li h4:before {
    background-color: #000;
    content: "";
    height: .2rem;
    font-size: 1.4rem;
    font-weight: 600;
    left: -2rem;
    opacity: .6;
    position: absolute;
    top: .5rem;
    width: 1rem;
}

.list h4 {
    font-size: 1.125rem;
    font-weight: 600;
}

.list h5 {
    font-size: .875rem;
    opacity: .5;
}

.text-white .list.list-dashed li h4:before {
    background-color: #fff;
}

.ts-description-list dt {
    font-size: .6875rem;
    text-transform: uppercase;
    opacity: .4;
}

/*-------------------------------------------
  -- No Gutters -removes padding from col*
-------------------------------------------*/

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

/*-------------------------------------------
  -- Opacity
-------------------------------------------*/

.ts-opacity__5 {
    opacity: .05;
}

.ts-opacity__10 {
    opacity: .1;
}

.ts-opacity__20 {
    opacity: .2;
}

.ts-opacity__30 {
    opacity: .3;
}

.ts-opacity__40 {
    opacity: .4;
}

.ts-opacity__50 {
    opacity: .5;
}

.ts-opacity__60 {
    opacity: .6;
}

.ts-opacity__70 {
    opacity: .7;
}

.ts-opacity__80 {
    opacity: .8;
}

.ts-opacity__90 {
    opacity: .9;
}

/*-------------------------------------------
  -- Overflow
-------------------------------------------*/

.ts-overflow-y--auto {
    overflow-y: auto;
}

.ts-overflow-x--auto {
    overflow-x: auto;
}

.ts-overflow-x--hidden {
    overflow-x: hidden;
}

.ts-overflow-y--hidden {
    overflow-y: hidden;
}

/*-------------------------------------------
  -- Padding
-------------------------------------------*/

.ts-pt__0 {
    padding-top: 0 !important;
}

.ts-pr__0 {
    padding-right: 0 !important;
}

.ts-pb__0 {
    padding-bottom: 0 !important;
}

.ts-pl__0 {
    padding-left: 0 !important;
}

/*-------------------------------------------
  -- Position
-------------------------------------------*/

/* Top */

.ts-top__0 {
    top: 0%;
}

.ts-top__50 {
    top: 50%;
}

.ts-top__100 {
    top: 100%;
}

/* Right */

.ts-right__0 {
    right: 0%;
}

.ts-right__50 {
    right: 50%;
}

.ts-right__100 {
    right: 100%;
}

.ts-right__inherit {
    right: inherit;
}

/* Bottom */

.ts-bottom__0 {
    bottom: 0%;
}

.ts-bottom__50 {
    bottom: 50%;
}

.ts-bottom__100 {
    bottom: 100%;
}

/* Left */

.ts-left__0 {
    left: 0%;
}

.ts-left__50 {
    left: 50%;
}

.ts-left__100 {
    left: 100%;
}

.ts-left__inherit {
    left: inherit;
}

.ts-push-left__100 {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.ts-push-down__50 {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.ts-push-up__50 {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*-------------------------------------------
  -- Shadow
-------------------------------------------*/

:root {
    /* Box shadow */
}

.ts-shadow__sm {
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
}

.ts-shadow__md {
    box-shadow: .125rem .1875rem .9375rem rgba(0, 0, 0, .15);
}

.ts-shadow__lg {
    box-shadow: .375rem .3125rem 1.5625rem rgba(0, 0, 0, .2);
}

.ts-shadow__none {
    box-shadow: none !important;
}

/*-------------------------------------------
  -- Typography
-------------------------------------------*/

a {
    color: #000;
    transition: .3s ease;
}

a:hover {
    color: #ee4923;
    text-decoration: none;
}

a.ts-link {
    font-weight: 500;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 1.2rem;
}

p {
    line-height: 1.6875rem;
    margin: 1.875rem 0;
}

.ts-font-weight__normal {
    font-weight: normal;
}

.ts-font-weight__light {
    font-weight: lighter;
}

.ts-font-weight__bold {
    font-weight: bold;
}

.ts-text-small {
    font-size: .8125rem !important;
}

.ts-xs-text-center {
}

@media (max-width: 35.9375rem) {
    .ts-xs-text-center {
        text-align: center !important;
    }
}

.ts-text-muted {
    color: rgba(0, 0, 0, .6);
}

.ts-text-muted---white {
    color: rgba(255, 255, 255, .6) !important;
}

.ts-text-muted---white a {
    color: rgba(255, 255, 255, .6) !important;
}

.ts-text-muted---white a:hover {
    color: #fff !important;
}

.text-white a:not(.btn) {
    color: #fff;
}

.ts-text-black {
    color: #000 !important;
}

.ts-text-black a:not(.btn) {
    color: #000 !important;
}

.ts-text-underline {
    text-decoration: underline;
}

/*-------------------------------------------
  -- Title
-------------------------------------------*/

.ts-title {
}

@media (max-width: 35.9375rem) {
    .ts-title {
        margin-bottom: 2rem;
    }
}

@media (min-width: 36rem) and (max-width: 61.9375rem) {
    .ts-title {
        margin-bottom: 2.25rem;
    }
}

@media (min-width: 62rem) {
    .ts-title {
        margin-bottom: 2.5rem;
    }
}

.ts-title h5 {
    font-weight: normal;
    opacity: .5;
}

:root {
    /* Transition *//*--tr-cubic: .5s cubic-bezier(.03,.18,.05,1.01);*/
}

/*-------------------------------------------
  -- Utilities
-------------------------------------------*/

.ts-element {
    position: relative;
}

/* Social Icons */

.ts-social-icons {
    font-size: 120%;
}

.ts-social-icons a {
    padding: .125rem .25rem;
    color: #1f1f1f;
}

/* Overlay */

.ts-has-overlay {
    position: relative;
}

.ts-has-overlay:after {
    background-color: #1b243a;
    content: "";
    height: 100%;
    left: 0;
    opacity: .7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

/* Flip x */

.ts-flip-x {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

/* Flip Y */

.ts-flip-y {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.ts-has-talk-arrow {
    position: relative;
}

.ts-has-talk-arrow:after {
    border-style: solid;
    border-width: .625rem .625rem 0 0;
    border-color: #000 transparent transparent transparent;
    bottom: -0.625rem;
    content: "";
    left: 1rem;
    position: absolute;
}

.push-right {
    margin-left: 3rem;
    position: relative;
}

.push-left {
    margin-left: -3rem;
    position: relative;
}

.push-down {
    margin-top: 3rem;
    position: relative;
}

.push-up {
    margin-top: -3rem;
    position: relative;
}

.ts-img-fluid {
    max-height: 100vh;
}

.ts-pointer-none {
    pointer-events: none;
}

.ts-video-bg {
    height: 100%;
}

.ts-video-bg .fluid-width-video-wrapper {
    height: 100%;
}

.ts-video-bg iframe {
    border: 0;
    height: 100%;
    width: 100%;
}

/*-------------------------------------------
  -- Width
-------------------------------------------*/

.ts-width__10px {
    width: .625rem;
}

.ts-width__20px {
    width: 1.25rem;
}

.ts-width__30px {
    width: 1.875rem;
}

.ts-width__40px {
    width: 2.5rem;
}

.ts-width__50px {
    width: 3.125rem;
}

.ts-width__100px {
    width: 6.25rem;
}

.ts-width__200px {
    width: 12.5rem;
}

.ts-width__300px {
    width: 18.75rem;
}

.ts-width__400px {
    width: 25rem;
}

.ts-width__500px {
    width: 31.25rem;
}

.ts-width__inherit {
    width: inherit !important;
}

.ts-width__auto {
    width: auto !important;
}

/*-------------------------------------------
  -- Z-index
-------------------------------------------*/

.ts-z-index__-1 {
    z-index: -1 !important;
}

.ts-z-index__0 {
    z-index: 0 !important;
}

.ts-z-index__1 {
    z-index: 1 !important;
}

.ts-z-index__2 {
    z-index: 2 !important;
}

.ts-z-index__1000 {
    z-index: 1000 !important;
}

/***********************************************************************************************************************
C. Components
***********************************************************************************************************************/

/*-------------------------------------------
  -- Block
-------------------------------------------*/

.ts-block {
    padding-bottom: 4rem;
    padding-top: 4rem;
    position: relative;
}

@media (min-width: 62rem) and (max-width: 74.9375rem) {
    .ts-block {
        padding-bottom: 8rem;
        padding-top: 8rem;
    }
}

@media (min-width: 75rem) {
    .ts-block {
        padding-bottom: 3rem;
        padding-top: 3.5rem;
    }
}

.ts-block-inside {
    padding: 1.5rem;
    position: relative;
}

@media (min-width: 36rem) and (max-width: 61.9375rem) {
    .ts-block-inside {
        padding: 2.625rem;
    }
}

@media (min-width: 62rem) {
    .ts-block-inside {
        padding: 4rem;
    }
}

section {
    position: relative;
}

/*-------------------------------------------
  -- Blockquote
-------------------------------------------*/

blockquote h2 {
    margin-bottom: 2rem;
}

.blockquote-footer {
    opacity: .6;
}

.blockquote-footer:before {
    display: none;
}

.ts-blog-thumb {
    margin-bottom: 2rem;
}

.ts-blog-thumb .ts-blog-image {
    background-color: #000;
    display: block;
    margin-bottom: 2rem;
    height: 15rem;
    position: relative;
    z-index: 1;
}

.ts-blog-thumb .ts-blog-image:hover .ts-background-image {
    opacity: .5;
}

.ts-blog-thumb .ts-blog-image:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ts-blog-thumb .ts-blog-image:after {
    color: #fff;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0;
    left: 0;
    content: "\f06e";
    font-size: 2rem;
    height: 3rem;
    width: 2rem;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: .3s ease;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.ts-blog-thumb .ts-blog-image .ts-background-image {
    transition: .3s ease;
}

.ts-blog-thumb h4 {

}

.ts-blog-thumb h6 {
    font-size: 80%;
    margin-bottom: 1rem;
    opacity: .5;
}

.ts-blog-thumb footer a {
    font-size: 90%;
    opacity: .4;
}

.ts-blog-thumb footer a:hover {
    opacity: 1;
}

.blog-post {
    margin-bottom: 4.5rem;
}

.blog-post .blog-post-header-image {
    display: block;
    margin-bottom: 2rem;
}

.blog-post .blog-post-header-image img {
    height: auto;
    width: 100%;
}

.blog-post h2 {
    margin: 1.5rem 0;
    display: flex;
    align-items: center;
    font-size: 1.875rem;
}

.blog-post .meta {
    font-size: .875rem;
    margin-bottom: 1rem;
}

.blog-post .meta .link-icon {
    display: inline-block;
    margin-right: 2rem;
    opacity: .6;
}

.blog-post .meta .link-icon i {
    margin-right: .5rem;
    opacity: .6;
}

.blog-post .meta .tags {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.blog-post .meta .tag {
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-size: .75rem;
    padding: .25rem .5rem;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 0;
}

.page-item.active .page-link {
    background-color: #000;
    color: #fff;
}

.page-item .page-link {
    border: none;
    color: #000;
}

#sidebar aside {
    margin-bottom: 2rem;
}

#sidebar ul {
    font-size: 0.95rem;
}

#sidebar ul a {
    display: block;
    padding-top: .25rem;
    padding-bottom: .25rem;
    opacity: .6;
}

#sidebar ul a:hover {
    opacity: 1;
}

.comment-wrapper {
    padding-left: 7rem;
}

.comment-wrapper .date {
    font-size: .75rem;
}

.comments ul {
    list-style: none;
}

.comments-child {
    padding-left: 7rem;
}

.post-author .wrapper {
    padding-left: 7rem;
}

/*-------------------------------------------
  -- Box
-------------------------------------------*/

.ts-box {
    background-color: #fff;
    border-radius: .25rem;
    margin-bottom: 1.875rem;
    box-shadow: .125rem .1875rem .9375rem rgba(0, 0, 0, .15);
    padding: 1.5625rem;
}

/*-------------------------------------------
  -- Buttons
-------------------------------------------*/

.btn {
    border-width: .125rem;
    box-shadow: none;
    font-weight: 600;
    font-size: .875rem;
    padding: 0.5rem 1.5rem;
    position: relative;
    outline: none !important;
    text-decoration: underline;
    text-transform: uppercase;
}

.btn:hover {
    text-decoration: underline;
}

.btn:hover .fa-arrow-right {
    -webkit-transform: translateX(.5rem);
    transform: translateX(.5rem);
}

.btn.btn-sm {
    padding: .75rem 1.5rem;
}

.btn.ts-btn-arrow:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: .625rem;
    margin-left: .75rem;
    position: relative;
    top: -0.0625rem;
    vertical-align: middle;
}

.btn span {
    transition: .3s ease;
}

.btn .status {
    bottom: 0;
    height: 1.375rem;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 1.5rem;
}

.btn .status .spinner {
    left: .3125rem;
    transition: .3s ease;
    top: .1875rem;
    position: absolute;
    opacity: 0;
}

.btn .status .status-icon {
    border-radius: 50%;
    left: 0;
    opacity: 0;
    font-size: .625rem;
    padding: .25rem .4375rem;
    position: relative;
    transition: .3s ease;
    z-index: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.btn .status .status-icon.valid {
    background-color: green;
}

.btn .status .status-icon.invalid {
    background-color: red;
}

.btn.processing span {
    opacity: .2;
}

.btn.processing .spinner {
    opacity: 1;
}

.btn.done .ts-spinner {
    opacity: 0;
}

.btn.done .status-icon {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.ts-btn-effect {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.ts-btn-effect:hover .ts-hidden {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.ts-btn-effect:hover .ts-visible {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.ts-btn-effect .ts-visible {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    transition: .3s ease;
}

.ts-btn-effect .ts-hidden {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: .3s ease;
}

.btn-primary {
    background-color: #1b243a;
    border-color: #1b243a;
    color: #fff;
    padding: 8px 60px;
}

.btn-primary:hover {
    background-color: #ee4923;
    border-color: #ee4923;
    box-shadow: none;
}

.btn-primary:focus {
    background-color: #000;
    border-color: #000;
    box-shadow: none;
}

.btn-primary:active {
    background-color: #000;
    border-color: #000;
    box-shadow: none;
}

.btn-lg {
    padding: .75rem 1.5rem;
    font-size: 1.125rem;
}

.btn-sm {
    font-size: .8125rem;
    padding: .375rem 1rem;
}

.btn-xs {
    font-size: .75rem;
    font-weight: 600;
    padding: .125rem .6875rem;
    text-transform: uppercase;
}

[class*="btn-outline-"] {
    box-shadow: none;
}

.ts-link-arrow-effect {
    overflow: hidden;
    display: inline-block;
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    position: relative;
    padding-right: 2rem;
}

/*
  &:hover {
    color: var(--color-white);
    &:before {
      animation: ts-link-arrow-effect-animation-in;
      animation-fill-mode: forwards;
      animation-duration: .4s;
      animation-timing-function: cubic-bezier(.6,.01,0,1);
    }
    span {
      transform: translateX(0%);
    }
  }
  */

.ts-link-arrow-effect:before {
    -webkit-animation: ts-link-arrow-effect-animation-out;
    animation: ts-link-arrow-effect-animation-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-timing-function: cubic-bezier(.6, .01, 0, 1);
    animation-timing-function: cubic-bezier(.6, .01, 0, 1);
    background-color: #000;
    bottom: 0;
    height: .125rem;
    margin: auto;
    left: 0;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transform: scaleX(.2);
    transform: scaleX(.2);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
}

.ts-link-arrow-effect span {
    position: relative;
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    display: inline-block;
    transition: .6s cubic-bezier(.6, .01, 0, 1);
}

@-webkit-keyframes ts-link-arrow-effect-animation-in {
    0% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scaleX(.2);
        transform: scaleX(.2);
    }

    70% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    71% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }

    100% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scaleX(.2);
        transform: scaleX(.2);
    }
}

@keyframes ts-link-arrow-effect-animation-in {
    0% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scaleX(.2);
        transform: scaleX(.2);
    }

    70% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    71% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }

    100% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scaleX(.2);
        transform: scaleX(.2);
    }
}

@-webkit-keyframes ts-link-arrow-effect-animation-out {
    0% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scaleX(.2);
        transform: scaleX(.2);
    }

    70% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }

    71% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    100% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scaleX(.2);
        transform: scaleX(.2);
    }
}

@keyframes ts-link-arrow-effect-animation-out {
    0% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scaleX(.2);
        transform: scaleX(.2);
    }

    70% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }

    71% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    100% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scaleX(.2);
        transform: scaleX(.2);
    }
}

/*-------------------------------------------
  -- Card
-------------------------------------------*/

.card {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: none;
    overflow: hidden;
}

.card-columns .card {
    margin-bottom: 1.25rem;
}

.card-body {
    padding: 1.5625rem;
}

.card-footer {
    padding: 1.5625rem;
}

.card-header {
    padding: 1.5625rem;
}

.ts-cards-same-height > div[class*='col-'] {
    display: flex;
}

.ts-cards-same-height > div[class*='col-'] .card {
    width: 100%;
}

/*-------------------------------------------
  -- Circle
-------------------------------------------*/

[class*="ts-circle"] {
    position: relative;
}

.ts-circle__xs {
    border-radius: 50%;
    display: inline-block;
    height: 3rem;
    flex: 0 0 3rem;
    overflow: hidden;
    text-align: center;
    line-height: 3rem;
    width: 3rem;
}

.ts-circle__xxs {
    border-radius: 50%;
    display: inline-block;
    height: 2rem;
    flex: 0 0 2rem;
    overflow: hidden;
    text-align: center;
    line-height: 1.75rem;
    width: 2rem;
}

.ts-circle__sm {
    border-radius: 50%;
    display: inline-block;
    height: 4.375rem;
    flex: 0 0 4.375rem;
    overflow: hidden;
    text-align: center;
    line-height: 4.375rem;
    width: 4.375rem;
}

.ts-circle__md {
    border-radius: 50%;
    display: inline-block;
    height: 6.25rem;
    flex: 0 0 6.25rem;
    overflow: hidden;
    text-align: center;
    line-height: 6.25rem;
    width: 6.25rem;
}

.ts-circle__lg {
    border-radius: 50%;
    display: inline-block;
    height: 8.125rem;
    flex: 0 0 8.125rem;
    overflow: hidden;
    text-align: center;
    line-height: 8.125rem;
    width: 8.125rem;
}

.ts-circle__xl {
    border-radius: 50%;
    display: inline-block;
    height: 10rem;
    flex: 0 0 10rem;
    overflow: hidden;
    text-align: center;
    line-height: 10rem;
    width: 10rem;
}

.ts-circle__xxl {
    border-radius: 50%;
    display: inline-block;
    height: 15.625rem;
    flex: 0 0 15.625rem;
    overflow: hidden;
    text-align: center;
    line-height: 15.625rem;
    width: 15.625rem;
}

/* --Description */

dl dt {
    color: #000;
}

dl dd {
    margin-bottom: 1rem;
}

/*-------------------------------------------
  -- Forms
-------------------------------------------*/

form label, .ts-form label {
    font-weight: 600;
    font-size: .75rem;
    text-transform: uppercase;
}

.form-control {
    height: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

#ts-footer {
	background-color: #1b243a;
	color: #8d8e8f;
	background-image: url(../images/bgf-top-left.png), url(../images/bgf-bottom-right.png);
	background-position: 0 0rem, bottom right;
	background-repeat: no-repeat, no-repeat;
}


#ts-footer #ts-footer-main {
    border-bottom: .0625rem solid rgba(255, 255, 255, .3);
    padding-bottom: 6rem;
    padding-top: 6rem;
}

@media (min-width: 48rem) {
    #ts-footer #ts-footer-main {
        padding-bottom: 4.5rem;
        padding-top: 4.5rem;
    }
}

.ts-underline-special {
    position: relative;
    padding-bottom: 0.3rem;
    text-decoration: none !important;
    border-bottom: 2px solid #5c5c5c;
}

.ts-underline-special:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 70px;
    background-color: #fff;
    bottom: -2px;
    left: 0;
}

#ts-footer a {
    color: #fff;
}

#ts-footer a:hover {
    color: #ee4923;
}

#ts-footer nav .nav-link {
	color: #2e70a6;
	border-right: 1px solid #ee4623;
	padding: 0 26px;
	line-height: 15px;
}
#ts-footer nav .nav-link:last-child {
	border-right: 0;
}


#ts-footer nav .nav-link:hover {
    color:#ee4623;
}

#ts-footer nav .nav-link:first-child {
    /*padding-top: 0;*/
}
#ts-footer .nav {
    align-items: center;
    justify-content: center;
}

.ts-gallery.no-gutters .ts-gallery__item {
    margin-bottom: 0;
}

.ts-gallery__item {
    border-radius: 0;
    height: 40vh;
    display: flex;
    margin-bottom: 10px;
    justify-content: flex-end;
    position: relative;
    padding: 2rem;
    overflow: hidden;
    width: 100.1%;
}

@media (min-width: 992px) {
    .ts-gallery__item.big {
        height: calc(80vh + 10px);
    }
}

@media (min-width: 36rem) {
    .ts-gallery__item {
        padding: 2rem;
    }
}

.ts-gallery__item.ts-gallery__item--big {
    height: 40rem;
}

.ts-gallery__item .ts-gallery__item-description {
    margin-bottom: 0;
    color: #fff;
    z-index: 1;
}

.ts-gallery__item .ts-gallery__item-description.ts-hover-hide {
    opacity: 0;
    transition: 1.5s ease;
}

.ts-gallery__item:hover .ts-gallery__item-description.ts-hover-hide {
    opacity: 1;
}

.ts-gallery__item .ts-gallery__item-description h3, .ts-gallery__item .ts-gallery__item-description h5 {
    color: #fff;
    margin: 1rem 0 0;
}

.ts-gallery__item.ts-floated-description {
    background-color: #fff;
}

.ts-gallery__item.ts-floated-description video {
    width: 100%;
    /*display: block;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*z-index: 1;*/
}

.ts-gallery__item.ts-floated-description .ts-background {
    opacity: 1;
}

.ts-gallery__item.ts-floated-description .ts-background:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 36, 58, 0.5);
    display: none;
    z-index: 8;
    animation: fadeIn 0.5s;
}

.ts-gallery__item:hover.ts-floated-description .ts-background:before {
    display: block;
}

.ts-gallery__item:hover .ts-background {
    /*-webkit-transform: scale(1.1) rotate(.01deg);*/
    /*transform: scale(1.1) rotate(.01deg);*/
}

.ts-gallery__item.ts-half {
}

@media (min-width: 36rem) {
    .ts-gallery__item.ts-half {
        height: calc(12.5rem - 1rem);
    }
}

.ts-gallery__item h3 {
    font-weight: 400;
    /*text-decoration: underline;*/
}

@media (min-width: 36rem) {
    .ts-gallery__item h3 {
        font-size: 2rem;
    }
}

.ts-gallery__item .ts-background {
    -webkit-transform: scale(1) rotate(.01deg);
    transform: scale(1) rotate(.01deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: .8s ease;
    z-index: 0;
}

.ts-gallery__item-description {
    margin-bottom: 2rem;
}

.ts-gallery__masonry {
    background-color: #efefef;
    border-radius: 0;
    color: #000;
    margin-bottom: 2rem;
    width: 100%;
}

@media (min-width: 36rem) and (max-width: 47.9375rem) {
    .ts-gallery__masonry {
        width: 48%;
    }
}

@media (min-width: 48rem) and (max-width: 61.9375rem) {
    .ts-gallery__masonry {
        width: 30%;
    }
}

@media (min-width: 62rem) {
    .ts-gallery__masonry {
        width: 32.1%;
    }
}

.ts-gallery__masonry:hover {
    color: #000;
}

.ts-gallery__masonry .ts-gallery__item-description {
    margin-bottom: 0;
    padding: 2rem;
}

.ts-gallery__masonry .ts-gallery__item-description h5 {
    font-size: 1rem;
}

.ts-gallery__masonry .ts-gallery__item-description h3 {
    font-size: 1.5rem;
    margin-bottom: 0;
}

.ts-gallery__masonry img {
    height: auto;
    width: 100%;
}

/*-------------------------------------------
  -- HR
-------------------------------------------*/

.ts-hr-light {
    border-color: rgba(255, 255, 255, .2);
}

/*-------------------------------------------
  -- Inputs
-------------------------------------------*/

.ts-input__static {
    pointer-events: none;
    box-shadow: none;
}

.ts-inputs__transparent input {
    background-color: transparent;
    color: #fff;
}

.ts-inputs__transparent textarea {
    background-color: transparent;
    color: #fff;
}

.ts-inputs__transparent input:active {
    background-color: transparent;
    color: #fff;
}

.ts-inputs__transparent input:focus {
    background-color: transparent;
    color: #fff;
}

.ts-inputs__transparent textarea:active {
    background-color: transparent;
    color: #fff;
}

.ts-inputs__transparent textarea:focus {
    background-color: transparent;
    color: #fff;
}

/*-------------------------------------------
  -- List
-------------------------------------------*/

ul.ts-list-colored-bullets li:before {
    content: "â€¢";
    color: #000;
    vertical-align: middle;
    font-size: 1.75rem;
    padding-right: .75rem;
}

/*-------------------------------------------
  -- Loading Screen
-------------------------------------------*/

body.has-loading-screen:before {
    background-color: #000;
    content: "";
    height: 100%;
    right: 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    transition: 1s ease;
    opacity: 1;
}

body.has-loading-screen:after {
    content: url("../images/loading.svg");
    height: 2.5rem;
    width: 2.5rem;
    position: fixed;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: 1.5s ease;
    top: 0;
    z-index: 10000;
}

body.has-loading-screen .ts-page-wrapper {
    visibility: hidden;
}

body.has-loading-screen #main-navigation,
body.has-loading-screen #brand-navigation {
    display: none;
}

body.has-loading-screen.loading-done:before {
    width: 0;
}

body.has-loading-screen.loading-done:after {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

body.has-loading-screen.loading-done .ts-page-wrapper {
    visibility: visible;
}

body.has-loading-screen.loading-done #main-navigation,
body.has-loading-screen.loading-done #brand-navigation {
    display: block;
}

/*-------------------------------------------
  -- Map
-------------------------------------------*/

.map {
    min-height: 14rem;
}

.map a[href^="http://maps.google.com/maps"] {
    display: none !important;
}

.map a[href^="https://maps.google.com/maps"] {
    display: none !important;
}

.map .gmnoprint a, .map .gmnoprint span, .map .gm-style-cc {
    display: none;
}

.ts-member {
    margin-bottom: 4rem;
}

.ts-member .ts-image {
    height: 18rem;
    margin-bottom: 1rem;
    position: relative;
}

.ts-member h5 {
    font-weight: bold;
}

.ts-member h6 {
    margin-bottom: 1.5rem;
    opacity: .6;
}

.ts-member .ts-social {
    font-size: .625rem;
}

/*-------------------------------------------
  -- Hero
-------------------------------------------*/

#ts-hero {
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
}

#ts-hero .ts-background-image {
    background-position: top center;
}

/*-------------------------------------------
  -- Navbar
-------------------------------------------*/

#main-navigation {
    position: fixed;
    height: 100%;
    top: 0;
    z-index: 999;
    transition: .5s cubic-bezier(.77, 0, .18, 1);
    display: flex;
    align-items: center;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%;
}

#main-navigation .navbar {
    /*align-items: flex-start;*/
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #1b243a;
    border-right: .0625rem solid rgba(255, 255, 255, .2);
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0;
    transition: .5s cubic-bezier(.77, 0, .18, 1);
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 2rem;
}

#main-navigation .navbar.navbar-light {
    background-color: #fff;
    border-right: .0625rem solid rgba(0, 0, 0, .2);
}

#main-navigation .navbar.navbar-light .navbar-nav > .nav-item > .nav-link::after {
    background-color: #000;
}

#main-navigation .navbar.navbar-light .nav-link {
    color: #000;
}

#main-navigation .navbar-nav {
    padding: 3.5rem 2.125rem;
    width: 100%;
}

#main-navigation .navbar-nav > .nav-item > .nav-link:after {
    background-color: #fff;
    content: "";
    height: .125rem;
    left: 0;
    bottom: .25rem;
    position: absolute;
    width: 0;
    opacity: .2;
    transition: .5s cubic-bezier(.77, 0, .18, 1);
}

#main-navigation .navbar-nav > .nav-item > .nav-link.active:after {
    width: 100%;
    opacity: 1;
}

#main-navigation .navbar-nav > .nav-item > .nav-link[aria-expanded="true"]:not(.active) {
    opacity: .6;
}

#main-navigation .navbar-nav > .nav-item .nav {
    font-size: 75%;
    padding: .5rem 0;
}

#main-navigation .nav-item:focus-within .nav-link {
    opacity: .6;
}

#main-navigation .nav-item:focus-within .nav-link:hover {
    opacity: 1;
}

#main-navigation .nav-link {
    padding-top: .125rem;
    padding-bottom: .125rem;
    white-space: nowrap;
    color: #fff;
    position: relative;
    opacity: .3;
}
#main-navigation ul ul li a.nav-link{
    font-size: 1.2rem;
    font-weight: 300;
}
#main-navigation .nav-link:hover {
    opacity: .6;
    transition-delay: 0s;
    padding-left: .25rem;
}

#main-navigation .nav-link.active,
#main-navigation .nav-link.active:focus-within {
    opacity: 1;
}

#main-navigation .nav-link[data-toggle="collapse"]:before {
    content: "\025BE";
    position: absolute;
    right: 0;
    font-size: .875rem;
    top: 0;
    height: 1rem;
    bottom: 0;
    margin: auto;
    transition: .8s ease;
    opacity: 0;
}

#main-navigation .nav-link[data-toggle="collapse"][aria-expanded="true"]:before {
    content: "\025B4";
}

#main-navigation .nav-link span {
    transition: .5s cubic-bezier(.77, 0, .18, 1);
}

#main-navigation .nav-link .ts-hidden {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateX(.375rem);
    transform: translateX(.375rem);
    visibility: hidden;
    width: 100%;
}

#brand {
    align-items: center;
    background-color: #1b243a;
    display: flex;
    padding: .5rem .75rem;
    left: -1rem;
    position: relative;
}

#brand-navigation {
    position: fixed;
    top: 0;
    transition: -webkit-transform .5s cubic-bezier(.77, 0, .18, 1);
    transition: transform .5s cubic-bezier(.77, 0, .18, 1);
    transition: transform .5s cubic-bezier(.77, 0, .18, 1),
    -webkit-transform .5s cubic-bezier(.77, 0, .18, 1);
    z-index: 1000;
    background-color: #1b243a;
    left: 0;
    width: 100%;
}

@media (max-width: 35.9375rem) {
    #brand-navigation {
        height: 4.5rem;
    }
}

#brand-navigation .container {
    display: flex;
    align-items: center;
    position: relative;
}

#brand-navigation .navbar-toggler {
    border-radius: 0;
    color: #fff;
    border: none;
    padding: 1rem;
    outline: none !important;
    transition: .3s ease;
    z-index: 1;
}

#brand-navigation .ts-content {
    left: 0;
    width: 100%;
}

.navbar-brand {
    margin-right: 0;
}

.navbar-brand img {
    width: auto;
    max-height: 34px
}

body.nav-hovered .ts-content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.ts-content .img-fluid {
    max-width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
}

.ts-content h1 {
	font-size: 2.5rem;
	line-height: 3rem;
	font-weight: 500;
	text-transform: uppercase;
}

body.nav-hovered #main-navigation {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

body.nav-hovered #main-navigation .navbar {
    width: 100%;
}

body.nav-hovered #main-navigation .navbar .ts-hidden {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
}

body.nav-hovered #main-navigation .navbar .nav-link[data-toggle="collapse"]:before {
    opacity: 1;
}

body.nav-hovered #main-navigation .navbar-toggler {
    left: auto;
    right: 0;
}




footer .row {
    margin-right: -15px;
    margin-left: -15px;
}

footer .col, footer .col-1, footer .col-10, footer .col-11, footer .col-12, footer .col-2, footer .col-3, footer .col-4, footer .col-5, footer .col-6, footer .col-7, footer .col-8, footer .col-9, footer .col-auto, footer .col-lg, footer .col-lg-1, footer .col-lg-10, footer .col-lg-11, footer .col-lg-12, footer .col-lg-2, footer .col-lg-3, footer .col-lg-4, footer .col-lg-5, footer .col-lg-6, footer .col-lg-7, footer .col-lg-8, footer .col-lg-9, footer .col-lg-auto, footer .col-md, footer .col-md-1, footer .col-md-10, footer .col-md-11, footer .col-md-12, footer .col-md-2, footer .col-md-3, footer .col-md-4, footer .col-md-5, footer .col-md-6, footer .col-md-7, footer .col-md-8, footer .col-md-9, footer .col-md-auto, footer .col-sm, footer .col-sm-1, footer .col-sm-10, footer .col-sm-11, footer .col-sm-12, footer .col-sm-2, footer .col-sm-3, footer .col-sm-4, footer .col-sm-5, footer .col-sm-6, footer .col-sm-7, footer .col-sm-8, footer .col-sm-9, footer .col-sm-auto, footer .col-xl, footer .col-xl-1, footer .col-xl-10, footer .col-xl-11, footer .col-xl-12, footer .col-xl-2, footer .col-xl-3, footer .col-xl-4, footer .col-xl-5, footer .col-xl-6, footer .col-xl-7, footer .col-xl-8, footer .col-xl-9, footer .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
}

/*-------------------------------------------
  -- Page
-------------------------------------------*/

.ts-page-wrapper {
    overflow: hidden;
}

.ts-content {
}

@media (max-width: 35.9375rem) {
    .ts-content {
        margin-top: 4.5rem;
    }
}

/*-------------------------------------------
  -- Partners
-------------------------------------------*/

.ts-partners a {
    display: block;
    padding: .625rem .3125rem;
}

/*-------------------------------------------
  -- Progress
-------------------------------------------*/

.progress {
    background-color: transparent;
    border-radius: 0;
    height: 3rem;
    margin-bottom: 2rem;
    position: relative;
    overflow: visible;
}

.progress .ts-progress-value {
    background-color: #f3f3f3;
    bottom: 0;
    padding: .125rem .375rem;
    position: absolute;
    left: 0%;
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem);
}

.progress .ts-progress-value:after {
    border-style: solid;
    border-width: .3125rem .3125rem 0 0;
    border-color: #f3f3f3 transparent transparent transparent;
    bottom: -0.3125rem;
    content: "";
    left: .375rem;
    position: absolute;
}

.progress .progress-bar {
    background-color: #000;
    bottom: 0;
    height: .1875rem;
    position: absolute;
    width: 0%;
}

.progress .progress-bar, .progress .ts-progress-value {
    transition: 1s ease;
}

/*-------------------------------------------
  -- Promo Numbers
-------------------------------------------*/

.ts-promo-number {
    margin-top: 1rem;
    margin-bottom: 1rem;
    position: relative;
}

.ts-promo-number figure {
    border-bottom: .25rem solid #000;
    font-weight: 400;
    margin-bottom: 2.5rem;
}

@media (max-width: 35.9375rem) {
    .ts-promo-number figure {
        font-size: 2.25rem;
    }
}

@media (min-width: 36rem) and (max-width: 47.9375rem) {
    .ts-promo-number figure {
        font-size: 2.375rem;
    }
}

@media (min-width: 48rem) and (max-width: 61.9375rem) {
    .ts-promo-number figure {
        font-size: 2.5rem;
    }
}

@media (min-width: 62rem) and (max-width: 74.9375rem) {
    .ts-promo-number figure {
        font-size: 2.75rem;
    }
}

@media (min-width: 75rem) {
    .ts-promo-number figure {
        font-size: 5rem;
    }
}

.ts-promo-number h5 {
    opacity: .6;
    font-size: .875rem;
    font-weight: 600;
    text-transform: uppercase;
}

.text-white .ts-promo-number figure {
    border-bottom: .25rem solid #fff;
}

/*-------------------------------------------
  -- Slider
-------------------------------------------*/

.ts-slider {
    height: 100%;
}

.ts-slider .ts-slide {
    align-items: flex-end;
    display: flex;
    height: 100%;
    padding-bottom: 12vh;
    position: relative;
}

.ts-slider .ts-slide h1 {
    margin-bottom: 1rem;
}

.ts-slider .ts-slide .ts-background img,
.ts-slider .ts-slide .ts-background-image img {
    display: none !important;
}

.ts-slider.owl-carousel .owl-dots {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.ts-slider.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #fff;
}

/***********************************************************************************************************************
D. Plugins Styles
***********************************************************************************************************************/

/*-------------------------------------------
  -- Magnific Popup
-------------------------------------------*/

/* overlay at start */

.mfp-fade.mfp-bg {
    opacity: 0;
    background-color: #000;
    transition: all .15s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all .15s ease-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/*-------------------------------------------
  -- Owl Carousel
-------------------------------------------*/

.owl-carousel .owl-stage, .owl-carousel .owl-stage-outer,
.owl-carousel .owl-item {
    height: 100%;
}

.owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    padding: .3125rem;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #000;
    opacity: 1;
}

.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #fff;
    opacity: .7;
}

.owl-carousel .owl-dots .owl-dot span {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    height: .625rem;
    opacity: .2;
    transition: .3s ease;
    width: .625rem;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: -2.25rem;
    bottom: 0;
    height: 0;
    margin: auto;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev {
    background-color: rgba(255, 255, 255, .6);
    border-radius: 50%;
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
    color: #fff;
    display: inline-block;
    height: 2.5rem;
    position: absolute;
    text-align: center;
    transition: .3s ease;
    width: 2.5rem;
}

.owl-carousel .owl-nav .owl-next {
    background-color: rgba(255, 255, 255, .6);
    border-radius: 50%;
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
    color: #fff;
    display: inline-block;
    height: 2.5rem;
    position: absolute;
    text-align: center;
    transition: .3s ease;
    width: 2.5rem;
}

.owl-carousel .owl-nav .owl-prev:after, .owl-carousel .owl-nav .owl-next:after {
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-size: 1.375rem;
    line-height: 2.5rem;
    -webkit-font-smoothing: antialiased;
}

.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
    background-color: rgba(0, 0, 0, .2);
}

.owl-carousel .owl-nav .owl-next {
    right: .3125rem;
}

.owl-carousel .owl-nav .owl-next:after {
    content: "\f105";
    margin-left: .1875rem;
}

.owl-carousel .owl-nav .owl-prev {
    left: .3125rem;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    color: #999 !important;
}

.owl-carousel .owl-nav .owl-next span, .owl-carousel .owl-nav .owl-prev span {
    display: none;
}

.owl-carousel .owl-nav .owl-prev:after {
    content: "\f104";
    margin-right: .0625rem;
}

/***********************************************************************************************************************
E. Template Specific Elements
***********************************************************************************************************************/

/*-------------------------------------------
  -- Other
-------------------------------------------*/

.ts-underline {
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% .125rem;
    transition: background-size .3s cubic-bezier(.77, 0, .18, 1);
}

.ts-underline.ts-link {
    text-decoration: none;
}

a.ts-underline:hover {
    background-size: 0 .125rem;
}

h1 a.ts-underline {
    background-position: 100% calc(100% - 1rem);
}

@media (min-width: 75rem) {
    .ts-column-count-xl-1 {
        -webkit-column-count: 1;
        column-count: 1;
    }

    .ts-column-count-xl-2 {
        -webkit-column-count: 2;
        column-count: 2;
    }

    .ts-column-count-xl-3 {
        -webkit-column-count: 3;
        column-count: 3;
    }

    .ts-column-count-xl-4 {
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media (min-width: 62rem) and (max-width: 74.9375rem) {
    .ts-column-count-lg-1 {
        -webkit-column-count: 1;
        column-count: 1;
    }

    .ts-column-count-lg-2 {
        -webkit-column-count: 2;
        column-count: 2;
    }

    .ts-column-count-lg-3 {
        -webkit-column-count: 3;
        column-count: 3;
    }

    .ts-column-count-lg-4 {
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media (min-width: 48rem) and (max-width: 61.9375rem) {
    .ts-column-count-md-1 {
        -webkit-column-count: 1;
        column-count: 1;
    }

    .ts-column-count-md-2 {
        -webkit-column-count: 2;
        column-count: 2;
    }

    .ts-column-count-md-3 {
        -webkit-column-count: 3;
        column-count: 3;
    }

    .ts-column-count-md-4 {
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media (min-width: 36rem) and (max-width: 47.9375rem) {
    .ts-column-count-sm-1 {
        -webkit-column-count: 1;
        column-count: 1;
    }

    .ts-column-count-sm-2 {
        -webkit-column-count: 2;
        column-count: 2;
    }

    .ts-column-count-sm-3 {
        -webkit-column-count: 3;
        column-count: 3;
    }

    .ts-column-count-sm-4 {
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media (max-width: 35.9375rem) {
    [class*="ts-column-count-"] {
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media (min-width: 36rem) {
    #brand {
        left: 0;
    }

    #brand-navigation {
        left: 5.375rem;
        width: calc(100% - 5.375rem);
        background-color: transparent;
    }

    #brand-navigation .container {
        left: 0;
    }

    #main-navigation {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        width: auto;
    }

    #main-navigation .navbar {
        align-items: center;
        width: 5.375rem;
        padding-top: 0;
    }

    .ts-content {
        position: relative;
        left: 5.375rem;
        width: calc(100% - 5.375rem);
        transition: .5s cubic-bezier(.77, 0, .18, 1);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    body.nav-hovered .ts-content, body.nav-hovered #brand-navigation {
        -webkit-transform: translateX(4rem);
        transform: translateX(4rem);
    }

    body.nav-hovered #main-navigation .navbar {
        width: 25rem;
    }
}

/*End main style*/

.footer-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}

.footer-menu ul {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}

.footer-menu ul li {
    position: relative;
    width: 33.33%;
    padding: 0;
    margin: 0;
    float: left;
}

.footer-menu ul li a {
    position: relative;
    width: 100%;
    padding: 3px 0;
    margin: 0;
    font-weight: 600;
    color: #333;
    display: block;
}

.footer-menu ul li a:hover {
    position: relative;
    color: #ed1c24;
}

.footer-menu ul ul {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}

.footer-menu ul ul li {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}

.footer-menu ul ul li a {
    position: relative;
    width: 100%;
    padding: 3px 0;
    color: #333;
    font-weight: 300;
    margin: 0;
    display: block;
}

.footer-menu ul ul li a:hover {
    color: #ed1c24;
}

/* seek */
.seek {
    position: relative;
    width: 100%;
    padding: 20px;
    margin: 0;
    display: block;
    background-color: #fff;
}

/* Social */
#socialList {
    list-style: none;
    padding: 0;
    margin: 0;
}

#socialList h3 {
    color: #fff;
}

.contactList {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.socialList {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.socialList li, .contactList li {
    display: inline-block;
    margin-right: 2px;
}

ul.socialList li:last-child, ul.contactList li:last-child {
    margin-right: 0 !important;
}

ul.socialList li a {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #b8b9ba;
    color: #292929;
    text-align: center;
    font-size: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

ul.socialList li a:hover {
    color: #fff;
}

ul.socialList li a[href*="facebook"]:hover {
    background: #3D5D8C;
}

ul.socialList li a[href*="google"]:hover, .socialList li a[href*="youtube"]:hover {
    background: #DD4B39;
}

ul.socialList li a[href*="twitter"]:hover {
    background: #50A0D7;
}

ul.socialList li a[href*="instagram"]:hover {
    background: #d04668;
}

ul.socialList li a[href*="linkedin"]:hover {
    background: #007bb6;
}

ul.socialList li a[href*="pinterest"]:hover {
    background: #be4037;
}

ul.socialList li a[href*="feeds"]:hover {
    background: #FF9900;
}

ul.socialList li .fa {
    margin-right: -4px;
}

/********************* Show block *********************/

/* block_default */
.block_default {
    margin: 0 0 20px;
    min-height: 200px;
    position: relative;
    display: block;
    padding: 0px;
}

.block_default div.title {
    padding: 0;
    margin: 20px 0 20px;
    position: relative;
    display: block;
    font-size: 22px;
}

.block_default .s_content {
    padding: 0;
    margin: 0 0 20px;
    position: relative;
    display: block;
}

/* block_simple */
.block_simple {
    margin: 0px;
    position: relative;
    display: block;
    padding: 0px;
}

.block_simple div.title {
    padding: 0 0 10px;
    margin: 20px 0 10px;
    position: relative;
    display: block;
    border-bottom: 1px solid #ebebeb;
}

.block_simple div.title:before {
    padding: 0;
    margin: 0px;
    position: absolute;
    content: "";
    width: 100px;
    display: block;
    height: 4px;
    background-color: #0088cf;
    bottom: 0;
    left: 0;
}

.block_simple .s_content {
    padding: 0;
    margin: 0 0 20px;
    position: relative;
    display: block;
}

/* block_border */
.block_border {
    padding: 0;
    margin: 20px 0;
    position: relative;
    width: 100%;
    display: block;
}

.block_border div.title {
    padding: 0;
    text-align: center;
    margin: 0 auto 20px;
    position: relative;
    display: table;
    display: block;
    width: 100%;
}

.block_border div span.title {
    padding: 0 10px;
    margin: 0 auto;
    display: table;
    color: #cc0606;
    position: relative;
    background: #fbfbfb;
    width: auto;
    z-index: 2;
}

.block_border div span.underline {
    padding: 0;
    margin: 0;
    position: relative;
    display: block;
    position: absolute;
    height: 10px;
    background: #ebebeb;
    width: 100%;
    z-index: 1;
    top: 12px;
}

.block_border .s_content {
    padding: 0;
    margin: 0;
    position: relative;
    display: block;
}

/* block_footer */
.block_footer {
    position: relative;
    margin: 0 0 20px;
    min-height: 200px;
    display: block;
}

.block_footer h4.title {
    padding: 0;
    margin: 20px 0 20px;
    position: relative;
    display: block;
    color: #fff;
}

.block_footer .s_content {
    padding: 0;
    margin: 0 0 20px;
    position: relative;
    display: block;
}

/* Info die */
.nv-infodie {
    margin: 0 auto;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    border: 1px #dadada solid;
    background: #fff;
    position: relative;
    min-height: 300px !important;
    min-width: 300px !important;
    display: table;
}

.nv-infodie .panel-body {
    display: table-cell;
    vertical-align: middle;
}

/* Form */
input[type="checkbox"], input[type="radio"] {
    border-width: 1px;
    border-style: solid;
    border-color: #bbb;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: 3px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #555;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

input[type=radio] {
    border-radius: 50%;
    margin-right: 4px;
    line-height: inherit;
}

input[type=checkbox]:disabled, input[type=radio]:disabled, input[type=checkbox]:disabled:checked:before, input[type=radio]:disabled:checked:before {
    opacity: 0.7;
}

input[type=checkbox]:checked:before, input[type=radio]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    font: normal 14px/1 'FontAwesome';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input[type=checkbox]:checked:before {
    content: '\f00c';
    margin: 0 0 0 0;
    color: #1e8cbe;
}

input[type=radio]:checked:before {
    content: '\2022';
    text-indent: -9999px;
    border-radius: 50px;
    font-size: 24px;
    width: 6px;
    height: 6px;
    margin: 4px;
    line-height: 16px;
    background-color: #1e8cbe;
}

table caption {
    color: #0066CC;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    padding: 0 0 5px 2px;
}

blockquote {
    font-size: 13px;
}

.blockquote-brand {
    position: relative;
    padding: 0 5rem;
}

.blockquote-brand h4 {
    line-height: 2.5rem;
    font-weight: 300;
}

.blockquote-brand:after {
    position: absolute;
    content: '';
    font-size: 12rem;
    bottom: 0;
    right: 0;
    background-image: url("../images/quote-2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 128px;
    height: 102px;
    z-index: -1;
}

.blockquote-brand:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-image: url("../images/quote-1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 128px;
    height: 102px;
    z-index: -1;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

.modal-body {
    padding: 15px
}

.modal-header .close {
    margin-top: -2px;
}

#sitemodal .modal-dialog {
    position: relative;
    width: auto !important;
    max-width: 600px;
    text-align: center;
    font-size: 0;
}

#sitemodal .modal-content {
    width: auto;
    display: inline-block;
    font-size: 14px;
    text-align: left
}

#sitemodal .close {
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 24px;
    height: 24px;
    background: #000;
    color: #fff;
    font-size: 11px;
    opacity: 0.8;
    border: 2px solid #ccc;
    border-radius: 12px
}

#sitemodal .close:hover {
    opacity: 1;
}

@media (max-width: 619px) {
    #sitemodal .modal-dialog {
        margin-left: 10px;
        margin-right: 10px;
    }

    #sitemodal .modal-content {
        display: block
    }
}

#sb-container {
    z-index: 99999999 !important;
}

.chromeframe {
    position: fixed !important;
    top: 0 !important;
    right: 0;
    left: 0;
    width: 100% !important;
    z-index: 99999999999999 !important;
    background: #ffff00 !important;
    color: #000 !important;
    height: 25px;
    line-height: 25px;
    padding: 0.2em 0;
    text-align: center !important;
}

#timeoutsess {
    display: none;
}

#timeoutsess a {
    color: #0000FF !important;
}

/* Account Level */
[class^="lev-"], [class*=" lev-"] {
    display: inline-block;
}

[class^="lev-"]:before, [class*=" lev-"]:before {
    font-family: FontAwesome;
    font-size: inherit;
    margin-right: 5px
}

.lev-1:before {
    content: " \f005 \f005 \f005 "
}

.lev-2:before {
    content: " \f005 \f005 \f006 "
}

.lev-3:before {
    content: " \f005 \f006 \f006 "
}

.lev-user:before {
    content: " \f007 "
}

/* module Contact*/
.contact-result {
    position: absolute;
    top: 40px;
    left: 5%;
    width: 90%;
    float: left;
    z-index: 2;
    padding: 30px 20px;
    display: none
}

/*alert*/
.nv-alert {
    position: fixed !important;
    top: 25% !important;
    right: 0;
    left: 0;
    width: 350px !important;
    margin: auto;
    z-index: 99999999999999 !important;
    text-align: center !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

/**************** Block in Module ******************/
/* block_newscat */
.block_newscat {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

.block_newscat ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.block_newscat ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    width: 50%;
}

.block_newscat ul li .s_img {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    width: 50%;
    height: 250px;
    overflow: hidden;
}

.block_newscat ul li .s_img img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 250px;
}

.block_newscat ul li .s_img:hover img {
    cursor: pointer;
    transform: scale(1.2);
    transition: all 0.3s ease 0s;
}

.block_newscat ul li .s_des {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 40px;
    width: 50%;
    height: 250px;
}

.block_newscat ul li .s_des a h3 {
    color: #333;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.block_newscat ul li .s_des:hover a h3 {
    font-size: 30px;
    line-height: 35px;
}

.block_newscat ul li .s_des .s_date {
    position: relative;
    display: block;
    float: left;
    margin: 10px 0 0 0;
    padding: 0px;
}

/* email_newsletter */
.email_newsletter {
    margin: auto;
    position: relative;
    width: 100%;
}

.email_newsletter .showform {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    width: auto;
}

.email_newsletter div.title {
    color: white;
    display: inline-block;
    margin: 6px 6px 0 0;
    padding: 0;
    text-transform: uppercase;
}

.email_newsletter input[type="text"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    padding: 0 50px 0 10px;
    position: relative;
    width: 100%;
    height: 45px;
}

.email_newsletter button {
    position: absolute;
    top: 0;
    right: 0;
    background: #1e64b1;
    border: 0 none;
    color: #fff;
    padding: 0px;
    height: 45px;
    width: 45px;
    line-height: 45px;
}

/* Block menu_inpage */
ul.menu_inpage {
    padding: 0px;
    margin: 0;
    position: relative;
}

ul.menu_inpage li {
    padding: 0px;
    margin: 0;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

ul.menu_inpage li a {
    padding: 5px 20px;
    margin: 0px;
    display: block;
    border-bottom: 1px solid #dfdfdf;
}

ul.menu_inpage li a:hover, ul.menu_inpage li.current a {
    color: #0088cf;
}

ul.menu_inpage ul {
    padding: 0px;
    margin: 0;
    position: relative;
}

ul.menu_inpage ul li {
    padding: 0px;
    margin: 0;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

ul.menu_inpage ul li a {
    padding: 5px 30px;
    margin: 0px;
    display: block;
    border-bottom: 1px solid #dfdfdf;
}

ul.menu_inpage ul li:last-child a {
    border-bottom: 0;
}

ul.menu_inpage ul li a:hover, ul.menu_inpage li.current ul li a:hover, ul.menu_inpage ul li.current a, ul.menu_inpage li.current ul li.current a {
    color: #0088cf;
}

ul.menu_inpage li.current ul li a {
    color: #333;
}

/* Block menu_topbar */
ul.menu_topbar {
    padding: 0px;
    margin: 0 auto 0 20px;
    display: inline-block;
    float: right;
    position: relative;
}

ul.menu_topbar li {
    padding: 0px;
    margin: 0;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

ul.menu_topbar li a {
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    padding: 0 10px;
    margin: 0;
    font-style: normal;
    border-right: 1px solid #fff;
}

ul.menu_topbar li a:hover {
    color: #aad964;
}

ul.menu_topbar li:last-child a {
    border-right: 0;
}

.underline_right {
    border-right: 1px solid #353599;
}
.bg-black {
	background-color: #1f1f1f !important;
	color: #fff;
}
.map-grey {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
/* Button mặc định */

.item-shadown {
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 8px #696969;
	-moz-box-shadow: 0px 0px 8px #696969;
	box-shadow: 0px 0px 8px #696969;
	margin: 10px 10px 20px;
	padding:20px;
	    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.cursor-pointer{
	cursor: pointer
}

.border-top-dotter{
	border-top: 1px solid #ededed;
margin: 40px 0 0;
}

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

.ts-content ul {
    position: relative;
    padding: 0 0 0 30px;
    margin: 0;
    width: 100%;
}
.ts-content ul li {
    position: relative;
    padding: 15px 0 15px 20px;
    margin: 0;
    border-bottom: 1px solid #ebebeb;
}
.ts-content ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 24px;
    width: 0px;
    height: 0px;
    border: 3px solid #ed4622;
    border-radius: 50%;
}

.ts-content #cotact-info ul {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
}
.ts-content #cotact-info ul li {
    position: relative;
    padding: 15px 0;
    margin: 0;
    border-bottom: none;
}
.ts-content #cotact-info ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 24px;
    width: 0px;
    height: 0px;
    border: none;
    border-radius: none;
}


.ts-content #sidebar ul {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
}
.ts-content #sidebar ul li {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    border-bottom: none;
}
.ts-content #sidebar ul li:before {
    position: absolute;
    content: "";
    left: unset;
    top: unset;
    width: 0px;
    height: 0px;
    border: none;
    border-radius: none;
}

.ts-content ul.pagination  {
    position: relative;
    padding: 0;
    margin: 0 0 60px;
}
.ts-content ul.pagination  li {
    position: relative;
    padding: 5px 0;
    margin: 0;
    border-bottom: none;
}
.ts-content ul.pagination li:before {
    position: absolute;
    content: "";
    left: unset;
    top: unset;
    width: 0px;
    height: 0px;
    border: none;
    border-radius: none;
}


.title_center{
	font-size: 2.5rem;
	font-weight: 300;
	text-align: center;
	margin-bottom: 3rem;
    margin-top: 3rem;
}

.text-color-orange{
	color:#ed4622;
}

/*about special*/
.bg-about-silver {
	background-color:#f6f6f6;
	position:relative;
	display:flex;
    align-items: center;
    margin-bottom: 15%;
    padding:50px 0;
}
.bg-about-silver h1 {
    text-transform: none;
    margin: 0 0 20px;
}
.bg-about-silver .item {
	-ms-flex:0 0 30%;
	flex:0 0 30%;
	max-width:30%;
	padding: 15px;
}
.bg-about-silver .item p {
	margin: -6px 0 16px;
}
.bg-about-silver .item:first-child {
	padding-left: 0;
}
.bg-about-silver .item:last-child {
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
	padding-right: 0;
}
.bg-about-silver .item:nth-child(2) img{
	margin: 0 0 20px
}
.bg-about-silver .item:nth-child(2) img:last-child{
	margin: 0px 0 -50%;
}
.content-border-block {
	position:relative;
	display:flex;
	margin-bottom: 60px;
}
.content-border-block .item {
	-ms-flex:0 0 27%;
	flex:0 0 27%;
	max-width:27%;
	border-right:1px solid #1b243a;
	padding: 20px;
}

.content-border-block .item:first-child {
	display:flex;
	align-items:center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.content-border-block .item:last-child {
	border-right:0;
}


.content-border-block .item a {
	display:block;
	position:relative;
}


.content-about-special-left {
	position:relative;
	background-image:url(../images/about-5.jpg);
	padding:50px 0;
	background-position: center;
    background-attachment: fixed;
	overflow:hidden;
}
.content-about-special-left .wrap {
    max-width: 800px;
    margin: auto;
    display: block;
}
.content-about-special-left .wrap h2 {
	position:relative;
	font-size: 2.4rem;
}
.content-about-special-left .wrap h2:before {
    position: absolute;
    bottom: 10px;
    right: -1150px;
    width: calc(100% + 1000px);
    height: 1px;
    content: "";
    background-color: #ed4622;
}
.content-about-special-left .wrap:before {
	position:absolute;
	background-image:url(../images/about-5.png);
	background-repeat:no-repeat;
	top:35%;
	left:10%;
	width:100px;
	height:80px;
	content:"";
	transform:rotate(180deg);
}


.content-about-special-left .wrap p {
	max-width:600px;
	color:#fff;
}
.content-about-special-left .wrap p:last-child {
	font-size:20px;
}


.content-about-special-right {
	position:relative;
	padding:50px 0;
	overflow:hidden;
}
.content-about-special-right .wrap {
    max-width: 800px;
    margin: auto;
    display: block;
}
.content-about-special-right .wrap h2 {
	position:relative;
	text-align: right;
	font-size: 2.4rem;
}
.content-about-special-right .wrap h2:before {
    position: absolute;
    bottom: 10px;
    left: -1150px;
    width: calc(100% + 1000px);
    height: 1px;
    content: "";
    background-color: #ed4622;
}
.content-about-special-right .wrap:before {
    position: absolute;
    background-image: url(../images/about-5.png);
    background-repeat: no-repeat;
    bottom: -41px;
    right: 0;
    width: 100px;
    height: 80px;
    content: "";
}


.content-about-special-right .wrap p {
    font-size: 25px;
    line-height: 35px;
    text-align: right;
}


.content-about-core-values {
	background-color:#1b243a;
	color:#fff;
	padding:80px 0;
}
.content-about-core-values h2 {
	text-align:center;
}
.content-about-core-values .list-item {
	position:relative;
	display:flex;
	margin:50px auto 0;
	justify-content: center;
}
.content-about-core-values .list-item:before {
    position: absolute;
    background-color: #ed4622;
    top: 50%;
    right: 0;
    left:0;
    width: 100%;
    height: 1px;
    content: "";
}

.content-about-core-values .list-item .item {
	width: 130px;
    height: 130px;
    position: relative;
    display: flex;
    background: #99392c;
    margin: 0 20px;
    border-radius: 50%;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.content-about-core-values .list-item .item:nth-child(2) {
    background: #ae3d2a;
}
.content-about-core-values .list-item .item:nth-child(3) {
    background: #c34028;
}
.content-about-core-values .list-item .item:nth-child(4) {
    background: #d94425;
}
.content-about-core-values .list-item .item:nth-child(5) {
    background: #ee4723;
}
.content-about-list {
    position: relative;
}
.content-about-list .list-item {
	position:relative;
	display:flex;
	margin:50px auto 0;
	justify-content:center;
	flex-direction:column;
}
.content-about-list .list-item .item {
	width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.content-about-list .list-item .item .img {
    position: relative;
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding:40px;
}
.content-about-list .list-item .item .info {
	 position: relative;
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding:80px;
}

.content-about-list .list-item .item .info h3{
    color: #ed4622;
    text-decoration: underline
}

.content-about-list .list-item .item:nth-child(even) .img {
   order:1
}

blockquote {
    margin: auto;
    display: block;
}

blockquote:before {
    position: absolute;
    background-image: url(../images/about-5.png);
    background-repeat: no-repeat;
    left: 0;
    width: 100px;
    height: 80px;
    content: "";
transform: rotate(180deg);
}

blockquote p {
font-size: 25px;
line-height: 35px;
padding: 40px 0 0 70px;
}


/*back top*/
#back-to-top {
	background-color: #f29600;
	bottom: 20px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	height: 40px;
	opacity: 0.5;
	position: fixed;
	right: -40px;
	text-align: center;
	text-decoration: none;
	transition: all 0.4s ease 0s;
	width: 40px;
	z-index: 1000;
	line-height: 40px;
}
#back-to-top i {
	font-size: 24px;
	font-weight: normal;
	line-height: 40px;
	transition: all 0.4s ease 0s;
	vertical-align: top;
}
#back-to-top:hover {
	opacity: 1;
}
#back-to-top.visible {
	right: 30px;
}
#back-to-top.gone {
	right: -40px;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 0;
}