/*
 *  Document   : main.css
 *  Author     : intelin
 *  Description: The main stylesheet of the template
 *
 *  Structure (with shortcodes):
 *      (#m01mls) MAIN LAYOUT
 *      (#m02hds) HEADER
 *      (#m03mcs) MAIN CONTENT
 *      (#m04bos) BOOTSTRAP OVERWRITE/EXTEND STYLES
 *      (#m05ths) THEME
 *      (#m06hes) HELPERS
 *      (#m07res) RESPONSIVE
 *      (#m08rts) RETINA
 */

/*
=================================================================
(#m01mls) MAIN LAYOUT
=================================================================
*/

/* Include Open Sans font from Google Web Fonts */
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,600,600italic,700,700italic');
@import url('//fonts.googleapis.com/css?family=Quicksand');

@font-face {
  font-family: 'UTMAquarelle';
  src: url('fonts/UTM Aquarelle.ttf') format('truetype');
}
@font-face {
  font-family: 'UTMEricssonCapital';
  src: url('fonts/UTM Ericsson Capital.ttf') format('truetype');
}
@font-face {
  font-family: 'AvenirNext-Regular';
  src: url('font/AvenirNext-Regular.ttf')  format('opentype');
}

body {
    font-family: "AvenirNext-Regular", sans-serif;
    color: #353535;
    /*background-color: #151515;*/
    font-size: 16px;
}

#page-container {
    margin: 0 auto;
    width: 100%;
}

#page-container.boxed {
    max-width: 1280px;
}

/*
=================================================================
(#m02hds) HEADER
=================================================================
*/

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    color: #ffffff;
    background: rgba(255, 255, 255);
    z-index: 1000;
    -webkit-transition: all ease-out 0.25s;
    transition: all ease-out 0.25s;
}

header.header-scroll {
    padding: 10px 0;

    background: rgba(255, 255, 255);
}
.has-search .form-control {
    padding-left: 2.375rem;
    height: 45px;
    opacity: 0.6
}
a:hover, a:focus {
    color: #23527c;
    text-decoration: none;
}
.has-search .form-control-feedback {
    top: 13px;
    right: 21px;
    position: absolute;
    z-index: 2;
    display: block; 
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: black;
}

#cover_search{
    background: url("../image/cover_search.jpg")  no-repeat center center;
    position: absolute;
    top: 59%;
    transform: translate(-50%, -50%);
    left: 50%;
    height: 100%;
    width: 85%;
}
#main {
 
  display: flex;
  align-items: flex-start;
}
/* Logo */
/* Slide transitions */
#banner-header{
    background-color: #1a1f2c;
    height:500px
}
#text_cover_header{
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 10%;
}
.theme{
    border: solid 1px #aaadb6;
    height: 7em;
    width: 14em;
    padding: 15px;
    margin: 24px;
}
.theme:hover{
    border: solid 1px #fab84a;
    color: #fab84a;
}
.slideUp {
  -webkit-transform: translateY(-120px);
          transform: translateY(-120px);
  transition: transform .5s ease-out;
}

.slideDown {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: transform .5s ease-out;
}
a.site-logo {
    text-align: center;
    color: #ffffff; 
    font-size: 24px;
    height: 63px;
    line-height: 34px;
}

a.site-logo:hover {
    color: #ffffff;
    text-decoration: none;
}

a.site-logo > i {
    font-size: 14px;
    opacity: 0.6;
    -webkit-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
}

a.site-logo:hover > i {
    -webkit-transform: rotate(360deg) scale(1.5);
    transform: rotate(360deg) scale(1.5);
}
#lang-selector {
    text-align: justify;
    -moz-text-align-last: right;
    text-align-last: right;
    line-height: 28px;
    color: black
}
#lang-selector .active{
    color: #faae46
}
/* Menu */
header nav {
    float: right;
    line-height: 0px;
    margin-right: 1rem;
}

.site-nav {
    position: fixed;
    top: 0;
    right: -260px;
    bottom: 0;
    overflow-y: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 250px;

    background: #f0f0f0;
    z-index: 1001;
    -webkit-transition: -webkit-transform ease-out .3s;
    transition: transform ease-out .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.site-nav.site-nav-visible {
    -webkit-transform: translateX(-260px) translateY(0) translateZ(0);
    transform: translateX(-260px) translateY(0) translateZ(0);
    height: 123vh;
}

.lt-ie9 .site-nav.site-nav-visible {
    right: 0;
}

.site-nav a {
    display: block;
    font-size: 13px;
    color: #000;
    font-weight: 600;
    padding: 0 10px;
    margin: 2px 5px;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
}

.site-nav a:hover, .site-nav a:focus {
    color: #febe10;
    text-decoration: underline;
} 

.site-nav a.active,
.site-nav a.active:hover,
.site-nav li.active > a {
    color: #febe10;
    background: url('../img/template/ie8_opacity_dark_40.png');
    background: none;
}

.site-nav i {
    font-size: 14px;
}

.site-nav i.site-nav-arrow {
    float: right;
    line-height: 34px;
    margin-left: 10px;
}

/* Submenu */
.site-nav ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
}

.site-nav ul a {
    color: #dddddd;
    text-transform: none;
    height: auto;
    line-height: normal;
    padding-top: 5px;
    padding-bottom: 5px;
}

/*
=================================================================
(#m03mcs) MAIN CONTENT
=================================================================
*/

/* Main Structure */
.site-section {
    padding: 50px 0;
}

.site-block {
    margin-bottom: 49px;
}

.site-heading {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 3px;
}

.site-content {
    background-color: #ffffff;
    padding-bottom: 25px;
   
}

.site-section-top {
    padding-top: 114px;
    overflow: hidden;
}

.site-section-light {
    color: #ffffff;
}


.site-top-avatar {
    margin-top: 25px;
    width: 74px;
    height: 74px;
    border-width: 5px;
    border-style: solid;
    border-color: #cccccc;
    border-color: rgba(255, 255, 255, 0.4);
}

.site-top-avatar.pull-right {
    margin-left: 30px;
}

.site-top-avatar.pull-left {
    margin-right: 30px;
}

.sidebar > .sidebar-block {
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
}

.sidebar > .sidebar-block:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.feature-name{
    margin-left: 5px;
}
.promo-content {
    margin-bottom: 0;
    font-size: 18px;
    color: #555555;
}

/* Media Container */
.media-container {
    position: relative;
    height: 279px;
    overflow: hidden;
}

.media-container > .site-section {
    min-height: 279px;
}

.media-container > .site-section,
.media-container > .media-map,
.media-container > .media-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.media-container > .media-image {
    left: 50%;
    width: 2560px;
    height: 279px;
    margin-left: -1280px;
}

.media-container > .site-section {
    z-index: 200;
    background: url('../img/template/ie8_opacity_dark_20.png');
    background: rgba(0, 0, 0, 0.2);
    text-shadow: 0 0 30px #000000;
}

.text-video{
    text-transform: uppercase;
    color: #314351;
    font-size: 20px;
    text-align: center;

}
.free-life{
    background: #febe10;
    border-radius: 10px;
    color: white;
    border: none;
    padding: 7px 12px;
    display: flex;
    justify-content: center;
    margin: auto;
}
/* Parallax */
.parallax-image {
    background-position: 50% 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Footer */
.site-footer {
    color: #656565;
    padding-top: 11px;
    padding-bottom: 40px;
    background-color: #252525;
}

.footer-heading {
    color: #ffffff;
    font-size: 19px;
    margin: 29px 0 15px;
}

.footer-nav a {
    color: #777777;
    -webkit-transition: all ease-out 0.15s;
    transition: all ease-out 0.15s;
}

.footer-nav a:hover {
    text-decoration: none;
}

.footer-nav-social a {
    display: block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #151515;
    border-radius: 13px;
    -webkit-transition: all ease-out 0.25s;
    transition: all ease-out 0.25s;
}

.footer-nav-social a:hover {
    color: #ffffff;
    background-color: #f37646;
    -webkit-transform: rotate(360deg) scale(1.5);
    transform: rotate(360deg) scale(1.5);
}

/* Portfolio */
.portfolio {
    margin-bottom: 19px;
}

.portfolio > div {
    margin-bottom: 30px;
}

.portfolio-item > a {
    display: block;
    position: relative;
    overflow: hidden;
}

.portfolio-item > a > img {
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

.portfolio-item > a:hover > img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.portfolio-item-info {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 5px;
    color: #ffffff;
    background: url('../img/template/ie8_opacity_dark_60.png');
    background: rgba(0, 0, 0, 0.6);
}

/* Store Items */
.store-items {
    margin-bottom: 19px;
}

.store-item {
    padding: 5px;
    position: relative;
    display: block;
    margin-bottom: 30px;
    border: 4px solid #eeeeee;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.store-item:hover {
    border-color: #dddddd;
    text-decoration: none;
}

a.store-item:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.store-item-rating {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    padding: 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #ffffff;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    z-index: 10;
}

.store-item-icon {
    padding: 50px 20px;
    font-size: 84px;
    text-align: center;
}

.store-item:hover .store-item-rating {
    top: 15px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.store-item-image {
    overflow: hidden;
}

.store-item-image img {
    -webkit-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
}

.store-item:hover .store-item-image img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.store-item-price {
    font-weight: bold;
    font-size: 28px;
}

.store-item-info {
    padding: 20px;
    background-color: #f9f9f9;
}

/* Store Menu */
.store-menu,
.store-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #eeeeee;
}

.store-menu a {
    display: block;
    padding: 7px 10px;
    color: #333333;
}

.store-menu a:hover,
.store-menu a:focus,
.store-menu a.active {
    text-decoration: none;
    color: #f37646;
}

.store-menu > li > a {
    font-weight: bold;
}

.store-menu a.submenu > i {
    margin-right: 5px;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
}

.store-menu ul {
    display: none;
    background: #f9f9f9;
}

.store-menu ul a {
    padding: 5px 0 5px 25px;
}

.store-menu ul ul a {
    padding: 5px 0 5px 40px;
    color: #555555;
}

.store-menu .open > a.submenu > i {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.store-menu .open > ul {
    display: block;
}

/* Pricing Table */
.table.table-pricing {
    background-color: #ffffff;
}

.table-pricing th,
.table-pricing td {
    text-align: center;
}

.table-pricing th {
    font-size: 24px !important;
}

.table-pricing td {
    font-size: 15px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.table-pricing .table-price {
    background-color: #f9f9f9;
}

.table-pricing.table-featured .table-price,
.table-pricing .table-price.table-featured {
    background-color: #252525;
}

.table-pricing.table-featured th,
.table-pricing th.table-featured {
    background-color: #f37646;
    border-bottom: 2px solid #394263;
    color: #ffffff;
}

.table-pricing.table-featured td,
.table-pricing td.table-featured {
    background-color: #394263;
    color: #ffffff;
}

/* Gallery */
.gallery img, .gallery a img, .gallery-image img, a[data-toggle="lightbox-image"] img {
    max-width: 100%;
}

a[data-toggle="lightbox-image"],
a.gallery-link {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.gallery a:hover img,
.gallery-image:hover img,
a[data-toggle="lightbox-image"]:hover img {
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.gallery-image {
    position: relative;
}

.gallery-image-options {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    padding: 10px;
}

.gallery-image:hover .gallery-image-options {
    display: block;
}

.gallery > .row > div {
    margin-bottom: 15px;
}

.gallery.gallery-widget > .row > div {
    margin-bottom: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}

/* Content which contains floats */
.content-float .pull-left {
    margin: 0 20px 20px 0;
}

.content-float .pull-right {
    margin: 0 0 20px 20px;
}

/* Counter */
.counter {
    text-align: center;
    color: #ffffff;
}

.counter span {
    font-weight: 700;
    font-size: 56px;
    text-align: center;
    display: block;
}

.counter small {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}



.circle .gi,
.circle .hi,
.circle .si,
.circle .fi {
    margin-top: -7px;
}

/* Row Items */
.row-items > div {
    margin-bottom: 49px;
}

/* Scroll to top link */
#to-top {
    display: none;
    position: fixed;
    left: 20px;
    bottom: 30px;
    border-radius: 3px;
    padding: 0 12px 3px;
    font-size: 28px;
    text-align: center;
    color: #000000;
    background-color: #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

#to-top:hover {
    color: #ffffff;
    background-color: #f37646;
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

/*
=================================================================
(#m04bos) BOOTSTRAP OVERWRITE/EXTEND STYLES
=================================================================
*/

/* Typography */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
    font-weight: 300;
}

strong {
    font-weight: 600;
}

a,
a:hover,
a:focus,
.text-primary,
.text-primary:hover {
    color: #353535;

}

.text-danger,
.text-danger:hover,
a.text-danger,
a.text-danger:hover,
a.text-danger:focus {
    color: #e74c3c;
}

.text-warning,
.text-warning:hover,
a.text-warning,
a.text-warning:hover,
a.text-warning:focus {
    color: #e67e22;
}

.text-success,
.text-success:hover,
a.text-success,
a.text-success:hover,
a.text-success:focus {
    color: #27ae60;
}

.text-info,
.text-info:hover,
a.text-info,
a.text-info:hover,
a.text-info:focus {
    color: #3498db;
}

.text-muted,
.text-muted:hover,
a.text-muted,
a.text-muted:hover,
a.text-muted:focus {
    color: #999999;
}

blockquote {
    margin: 20px 0;
    padding: 10px 20px 10px 60px;
    position: relative;
    width: 100%;
    border-left: none;
}

blockquote:before {
    display: block;
    content: "\201C";
    font-family: serif;
    font-size: 96px;
    position: absolute;
    left: 0;
    top: -30px;
    color: #eeeeee;
}

blockquote.pull-right:before {
    left: 10px;
    right: auto;
}

blockquote.no-symbol {
    padding: 10px 20px;
}

blockquote.no-symbol:before {
    content: "";
}

p {
    line-height: 1.7;
}

article p {
    font-size: 16px;
    line-height: 1.8;
}

ul.ul-breath li {
    margin-bottom: 7px;
}

/* Tables */
.table.table-vcenter th,
.table.table-vcenter td {
    vertical-align: middle;
}

.table-options {
    padding: 6px 0;
}

.table thead > tr > th {
    font-size: 18px;
    font-weight: 600;
}

.table thead > tr > th > small {
    font-weight: 400;
    font-size: 75%;
}

.table thead > tr > th,
.table thead > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
    padding-top: 14px;
    padding-bottom: 14px;
}

.table tfoot > tr > th,
.table tfoot > tr > td {
    background-color: #f9f9f9;
}

.table-borderless tbody > tr > th,
.table-borderless tbody > tr > td {
    border-top-width: 0;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td,
.table tbody + tbody,
.table-bordered,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border-color: #f2f2f2;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f2f2f2;
}

/* Forms */
label {
    font-weight: 600;
}

fieldset legend {
    font-size: 16px;
    padding: 30px 0 10px;
    border-bottom: 2px solid #eaedf1;
}

input[type="file"] {
    padding-top: 7px;
}

input[type="text"].form-control,
input[type="password"].form-control,
input[type="email"].form-control,
textarea.form-control {
    -webkit-appearance: none;
}

.form-control {
    font-size: 13px;
    padding: 6px 8px;
    max-width: 100%;
    margin: 1px 0;
    color: #353535;
    border-color: #dddddd;
}

.form-control-borderless .form-control,
.form-control-borderless .input-group-addon,
.form-control-borderless,
.form-control-borderless:focus {
    border: transparent !important;
}

.input-group {
    margin-top: 1px;
    margin-bottom: 1px;
}

.input-group .form-control {
    margin-top: 0;
}

.form-control:focus {
    border-color: #f37646;
}

.help-block {
    color: #777777;
    font-weight: 400;
}

.input-group-addon {
    min-width: 45px;
    text-align: center;
    background-color: #ffffff;
    border-color: #dbe1e8;
}

.form-horizontal .control-label {
    margin-bottom: 5px;
}

.form-bordered {
    margin: -15px -15px -1px;
}

.modal-body .form-bordered {
    margin-bottom: -20px;
}

.form-bordered fieldset legend {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.form-bordered .form-group {
    margin: 0;
    border: none;
    padding: 15px;
    border-bottom: 1px dashed #eaedf1;
}

.form-bordered .form-group.form-actions {
    background-color: #f9fafc;
    border-bottom: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.form-horizontal.form-bordered .form-group {
    padding-left: 0;
    padding-right: 0;
}

.form-bordered .help-block {
    margin-bottom: 0;
}

.has-success .form-control,
.has-warning .form-control,
.has-error .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-success .help-block,
.has-success .control-label,
.has-success .input-group-addon,
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .radio,
.has-success .radio-inline {
    color: #27ae60;
}

.has-success .form-control,
.has-success .input-group-addon {
    border-color: #27ae60;
    background-color: #ffffff;
}

.has-success .form-control:focus {
    border-color: #166638;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .input-group-addon,
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .radio,
.has-warning .radio-inline {
    color: #e67e22;
}

.has-warning .form-control,
.has-warning .input-group-addon {
    border-color: #e67e22;
    background-color: #ffffff;
}

.has-warning .form-control:focus {
    border-color: #b3621b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .input-group-addon,
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .radio,
.has-error .radio-inline {
    color: #e74c3c;
}

.has-error .form-control,
.has-error .input-group-addon {
    border-color: #e74c3c;
    background-color: #ffffff;
}

.has-error .form-control:focus {
    border-color: #c0392b;
}

/* Form Select Switches */
.switch {
    margin: 1px 0;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.switch input {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}

.switch span {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 28px;
    border-radius: 28px;
    background-color: #f9f9f9;
    border: 1px solid #dddddd;
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}

.switch span:after {
    content: "";
    position: absolute;
    left: 2px;
    top: 1px;
    bottom: 1px;
    width: 24px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 50%;
    -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    color: #fff
}

.switch input:checked + span:after {
    left: 26px;
    border: none;
    -webkit-box-shadow: -2px 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 0 3px rgba(0, 0, 0, 0.1);
}

.switch input:checked + span {
    background-color: #eeeeee;
}

.switch-default span {
    border-color: #dbe1e8;
}

.switch-default input:checked + span {
    background-color: #dbe1e8;
}

.switch-primary span {
    border-color: #f37646;
}

.switch-primary input:checked + span {
    background-color: #f37646;
}

.switch-info span {
    border-color: #7abce7;
}

.switch-info input:checked + span {
    background-color: #7abce7;
}

.switch-success span {
    border-color: #aad178;
}

.switch-success input:checked + span {
    background-color: #aad178;
}

.switch-warning span {
    border-color: #f7be64;
}

.switch-warning input:checked + span {
    background-color: #f7be64;
}

.switch-danger span {
    border-color: #ef8a80;
}

.switch-danger input:checked + span {
    background-color: #ef8a80;
}

.lt-ie9 .switch input {
    position: static;
    opacity: 1;
    filter: alpha(opacity=100);
}

.lt-ie9 .switch span,
.lt-ie9 .switch span:after {
    display: none !important;
}

/* Buttons */

.btn {
    margin: 1px 0;
    border-width: 0;
    background-color: #ffffff;
    -webkit-transition: all ease-out 0.15s;
    transition: all ease-out 0.15s;
}

.input-group-btn .btn {
    border-width: 1px;
}

.btn .gi,
.btn .hi,
.btn .si,
.btn .fi {
    line-height: 1;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.input-group .btn,
.modal-content .btn {
    margin-top: 0;
    margin-bottom: 0;
}

.btn-default {
    background-color: #febe10;
    border-color: #eeeeee;
    color: white;
}

.btn-default.btn-alt {
    background-color: #ffffff;
}

.btn-default:hover {
    background-color: #dddddd;
    border-color: #cccccc;
}

.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default.active,
.btn-default.active:hover,
.btn-default.active:focus,
.open .btn-default.dropdown-toggle,
.open .btn-default.dropdown-toggle:hover,
.open .btn-default.dropdown-toggle:focus,
.open .btn-default.dropdown-toggle.focus {
    background-color: #eaedf1;
    border-color: #eaedf1;
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
.btn-default[disabled]:active:focus,
.btn-default[disabled].active:focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active:focus,
fieldset[disabled] .btn-default.active:focus {
    background-color: #eaedf1;
    border-color: #eaedf1;
}

.btn-primary {
    background-color: #6ad2eb;
    border-color: #f37646;
    color: #ffffff;
}

.btn-primary.btn-alt {
    background-color: #ffffff;
    color: #f37646;
}

.btn-primary:hover {
    background-color: #f37646;
    border-color: #1593b3;
    color: #ffffff;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary.active,
.btn-primary.active:hover,
.btn-primary.active:focus,
.open .btn-primary.dropdown-toggle,
.open .btn-primary.dropdown-toggle:hover,
.open .btn-primary.dropdown-toggle:focus,
.open .btn-primary.dropdown-toggle.focus {
    background-color: #f37646;
    border-color: #f37646;
    color: #ffffff;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
.btn-primary[disabled]:active:focus,
.btn-primary[disabled].active:focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active:focus,
fieldset[disabled] .btn-primary.active:focus {
    background-color: #f37646;
    border-color: #f37646;
    color: #ffffff;
}

.btn-danger {
    background-color: #ef8a80;
    border-color: #e74c3c;
    color: #ffffff;
}

.btn-danger.btn-alt {
    background-color: #ffffff;
    color: #e74c3c;
}

.btn-danger:hover {
    background-color: #e74c3c;
    border-color: #9c3428;
    color: #ffffff;
}

.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger.active,
.btn-danger.active:hover,
.btn-danger.active:focus,
.open .btn-danger.dropdown-toggle,
.open .btn-danger.dropdown-toggle:hover,
.open .btn-danger.dropdown-toggle:focus,
.open .btn-danger.dropdown-toggle.focus {
    background-color: #e74c3c;
    border-color: #e74c3c;
    color: #ffffff;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
.btn-danger[disabled]:active:focus,
.btn-danger[disabled].active:focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active:focus,
fieldset[disabled] .btn-danger.active:focus {
    background-color: #e74c3c;
    border-color: #e74c3c;
    color: #ffffff;
}

.btn-warning {
    background-color: #f7be64;
    border-color: #f39c12;
    color: #ffffff;
}

.btn-warning.btn-alt {
    background-color: #ffffff;
    color: #f39c12;
}

.btn-warning:hover {
    background-color: #f39c12;
    border-color: #b3730c;
    color: #ffffff;
}

.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning.active,
.btn-warning.active:hover,
.btn-warning.active:focus,
.open .btn-warning.dropdown-toggle,
.open .btn-warning.dropdown-toggle:hover,
.open .btn-warning.dropdown-toggle:focus,
.open .btn-warning.dropdown-toggle.focus {
    background-color: #f39c12;
    border-color: #f39c12;
    color: #ffffff;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
.btn-warning[disabled]:active:focus,
.btn-warning[disabled].active:focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning:active:focus,
fieldset[disabled] .btn-warning.active:focus {
    background-color: #f39c12;
    border-color: #f39c12;
    color: #ffffff;
}

.btn-success {
    background-color: #aad178;
    border-color: #7db831;
    color: #ffffff;
}

.btn-success.btn-alt {
    background-color: #ffffff;
    color: #7db831;
}

.btn-success:hover {
    background-color: #7db831;
    border-color: #578022;
    color: #ffffff;
}

.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success.active,
.btn-success.active:hover,
.btn-success.active:focus,
.open .btn-success.dropdown-toggle,
.open .btn-success.dropdown-toggle:hover,
.open .btn-success.dropdown-toggle:focus,
.open .btn-success.dropdown-toggle.focus {
    background-color: #7db831;
    border-color: #7db831;
    color: #ffffff;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
.btn-success[disabled]:active:focus,
.btn-success[disabled].active:focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success:active:focus,
fieldset[disabled] .btn-success.active:focus {
    background-color: #7db831;
    border-color: #7db831;
    color: #ffffff;
}

.btn-info {
    background-color: #7abce7;
    border-color: #3498db;
    color: #ffffff;
}

.btn-info.btn-alt {
    background-color: #ffffff;
    color: #3498db;
}

.btn-info:hover {
    background-color: #3498db;
    border-color: #2875a8;
    color: #ffffff;
}

.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info.active,
.btn-info.active:hover,
.btn-info.active:focus,
.open .btn-info.dropdown-toggle,
.open .btn-info.dropdown-toggle:hover,
.open .btn-info.dropdown-toggle:focus,
.open .btn-info.dropdown-toggle.focus {
    background-color: #3498db;
    border-color: #3498db;
    color: #ffffff;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
.btn-info[disabled]:active:focus,
.btn-info[disabled].active:focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info:active:focus,
fieldset[disabled] .btn-info.active:focus {
    background-color: #3498db;
    border-color: #3498db;
    color: #ffffff;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link.btn-icon:hover,
.btn-link.btn-icon:focus {
    color: #f37646;
}

.btn-link.btn-icon {
    color: #999999;
}

.btn-link.btn-icon:hover,
.btn-link.btn-icon:focus {
    text-decoration: none;
}

/* Labels, Badges */
.label,
.badge {
    font-weight: normal;
    font-size: 90%;
}

.label {
    padding: 1px 4px;
}

.badge {
    background: url('../img/template/ie8_opacity_dark_30.png') repeat;
    background: rgba(0, 0, 0, 0.3);
    padding: 3px 6px;
}

.label-danger {
    background-color: #e74c3c;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #ff5542;
}

.label-warning {
    background-color: #e67e22;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ff8b26;
}

.label-success {
    background-color: #27ae60;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #2cc76c;
}

.label-info {
    background-color: #2980b9;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #2f92d4;
}

.label-primary {
    background-color: #f37646;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #5ac5e0;
}

.label-default {
    background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #777777;
}

/* Alerts */
.alert {
    border-top-width: 0;
    border-right-width: 2px;
    border-bottom-width: 0;
    border-left-width: 2px;
}

.alert-danger {
    color: #e74c3c;
    background-color: #ffd1cc;
    border-color: #ffb8b0;
}

.alert-danger .alert-link {
    color: #e74c3c;
}

.alert-warning {
    color: #e67e22;
    background-color: #ffe4cc;
    border-color: #ffd6b2;
}

.alert-warning .alert-link {
    color: #e67e22;
}

.alert-success {
    color: #27ae60;
    background-color: #daf2e4;
    border-color: #b8e5cb;
}

.alert-success .alert-link {
    color: #27ae60;
}

.alert-info {
    color: #3498db;
    background-color: #dae8f2;
    border-color: #b8d2e5;
}

.alert-info .alert-link {
    color: #3498db;
}

.alert-dismissable .close {
    top: -5px;
    right: -25px;
}

.close {
    text-shadow: none;
}

/* Carousel */
.carousel-control {
    width: 60px;
}

.carousel-control.left,
.carousel-control.right,
.carousel-control.left.no-hover:hover,
.carousel-control.right.no-hover:hover {
    background: none;
    filter: none;
}

.carousel-control.left:hover,
.carousel-control.right:hover {
    background: url('../img/template/ie8_opacity_dark_20.png') repeat;
    background: rgba(0, 0, 0, 0.1);
    filter: none;
}

.carousel-control span {
    position: absolute;
    top: 43%;
    left: 50%;
    z-index: 5;
    display: inline-block;
    text-shadow: none;
    color: black
}

.carousel-control i {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
}

.carousel.carousel-html {
    margin-bottom: 40px;
}

.carousel-html .carousel-indicators {
    bottom: -20px;
}

.carousel-html .carousel-indicators li {
    background-color: #dddddd;
}

.carousel-html .carousel-indicators .active {
    background-color: #f37646;
}

.carousel-html .carousel-control {
    text-shadow: none;
    color: #cccccc;
}

.carousel-html .carousel-control:hover {
    color: #ffffff;
}

.carousel-home {
    margin-bottom: 0 !important;
}

.carousel-home img{
    max-width: 100%;
}

/* Nav */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    color: #fff;
    background-color: #f37646;
}

.nav > li i {
    font-size: 14px;
}

.nav-pills > .active > a > .badge {
    color: #f37646;
}

.nav-stacked > li > a {
    margin: 4px 0 0;
}

.nav .caret,
.nav a:hover .caret,
.nav a:focus .caret {
    border-top-color: #f37646;
    border-bottom-color: #f37646;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
}

.nav-tabs {
    border-bottom-color: #eaedf1;
}

.nav-tabs > li {
    margin-bottom: 0;
}

.nav-tabs > li > a {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: -1px;
}

.nav-tabs > li > a:hover {
    border-color: transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: none;
    color: #394263;
    border-color: #eaedf1;
    border-bottom-color: transparent;
    background-color: transparent;
}

.nav-pills > li.active > a > .badge {
    background: url('../img/template/ie8_opacity_dark_20.png') repeat;
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

/* Pagination & Pager */
.pagination > li > a,
.pagination > li > span  {
    font-weight: 600;
    color: #fdbf4e;
    margin-left: 5px;
    margin-right: -5px;;
    border: none !important;
    border-radius: 25px !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    font-weight: 600;
    color: #ffffff;
    background-color: #fdbf4e;

}

.pager > li > a,
.pager > li > span {
    border-color: #eaedf1;
}

.pager > li > a:hover,
.pagination > li > a:hover {
    background-color: #fdbf4e;
    border-color: #fdbf4e;
    color: #ffffff;
}
.pagination .active a{
    color: white;
    background: #fdbf4e;
}
.pager > li.disabled > a:hover {
    border-color: #eaedf1;
}
.pagination>li {
    display: inline-flex;
}
.page-number{
    text-align: center;
}
/* Modals */
.modal-content {
    border-radius: 15px;
    border: solid 1px #fdbf4e;
}

.modal-header {
    padding: 15px 15px 14px;
    border-bottom: 1px solid #eeeeee;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.modal-title {
    font-weight: 300;
}

.modal-body {
    padding: 20px 15px;
}

.modal-body .nav-tabs {
    margin: 0 -15px 15px;
    padding: 0 5px !important;
}

.modal-footer {
    margin-top: 0;
    padding: 14px 15px 15px;
    border-top: 1px solid #eeeeee;
    background-color: #f9f9f9;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* Bottom Margin */
p, .table, .alert, .carousel {
    margin-bottom: 20px;
}

/* Removing shadows and radius */
.navbar-form,
.navbar-collapse,
.form-control,
.form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus,
.popover,
.progress,
.progress-bar,
.btn.active,
.open .btn.dropdown-toggle,
.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*
=================================================================
(#m05ths) THEME
=================================================================
*/

/* Default Color Theme specific colors */
.themed-color {
    color: #f37646;
}

.themed-border {
    border-color: #f37646;
}

.themed-background {
    background-color: #f37646;
}

.themed-color-dark {
    color: #394263;
}

.themed-border-dark {
    border-color: #394263;
}

.themed-background-dark {
    background-color: #394263;
}

/*
=================================================================
(#m06hes) HELPERS
=================================================================
*/

.push-bit {
    margin-bottom: 30px;
}

.push {
    margin-bottom: 49px;
}

.push-top-bottom {
    margin-top: 49px;
    margin-bottom: 49px;
}

.remove-margin {
    margin-bottom: 0;
}

.lt-ie9 .hidden-lt-ie9 {
    display: none !important;
}

.display-none {
    display: none;
}

.visibility-none {
    visibility: hidden;
}

:focus {
    outline: 0 !important;
}

/*
=================================================================
(#m07res) RESPONSIVE
=================================================================
*/

/* Small devices, Tablets (>767px) */
@media screen and (min-width: 768px) {

    /* General */
    .site-heading-promo {
        margin-top: 60px;
    }

    .modal-body {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Medium devices, Desktops (>991px) */
@media screen and (min-width: 992px) {

    /* Menu */
    .site-nav {
        position: static;
        top: auto;
        right: auto;
        bottom: auto;
        overflow-y: visible;
        width: auto;
        background: transparent;
        z-index: auto;
        -webkit-transition: none;
        transition: none;
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
    }

    .site-nav.site-nav-visible {
        -webkit-transform: none;
        transform: none;
    }

    .lt-ie9 .site-nav.site-nav-visible {
        right: auto;
    }

    .site-nav li {
        float: left;
        padding: 0;
        margin-left: 10px;
        position: relative;
    }

    .site-nav a {
        margin: 0;
    }

    .site-nav li:hover > ul {
        display: block;
    }

    .site-nav li.active > a {
        border-radius: 3px;
    }

    .site-nav a.site-nav-sub,
    .site-nav li.active:hover > a.site-nav-sub {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .site-nav > li:hover > a,
    .site-nav > li.active:hover > a {
        color: #febe10;
        text-decoration: underline;
        text-underline-position: under;
    }

    .site-nav a.site-nav-sub {
        padding-right: 30px;
    }

    .site-nav i.site-nav-arrow {
        margin: 0 -20px 0 0;
    }

    /* Submenu */
    .site-nav ul {
        display: none;
        position: absolute;
        left: 0;
        top: 34px;
        padding: 2px 0;
        width: 160px;
        background-color: #ffffff;
        border-radius: 3px;
        border-top-left-radius: 0;
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    }

    .site-nav li:last-child ul {
        left: auto;
        right: 0;
        border-radius: 3px;
        border-top-right-radius: 0;
    }

    .site-nav ul li {
        float: none;
        margin: 0;
        padding: 1px 3px;
    }

    .site-nav ul a {
        color: #333333;
    }

    .site-nav ul a:hover {
        background-color: #eeeeee;
    }

    .site-nav ul a.active,
    .site-nav ul a.active:hover {
        background-color: #454545;
    }
}

/* Large devices, Desktops (>1199px) */
@media screen and (min-width: 1200px) {

    /* General */
    article p {
        font-size: 19px;
        line-height: 1.9;
    }

    .site-heading-promo {
        margin-top: 120px;
    }

    .promo-content {
        font-size: 24px;
        font-weight: 300;
    }
}

/*
=================================================================
(#m08rts) RETINA
=================================================================
*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    /* If you did use a CSS image background, you can put your high resolution image here */

}

span.step {
  background: #fdbf4e;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  line-height: 1.6em;
  margin-right: -6px;
  text-align: center;
  width: 1.6em; 
}
h3.site-heading {
    color: #f37646;
    margin-bottom: 10px;
}
h3.site-heading .intelin-icon, h3.site-heading .feature-name {
    vertical-align: middle; 
}
h3.site-heading .feature-name {
    margin-left: 12px;
}
.feature-content {
    padding-left: 41px;
    margin-bottom: 9px;
    line-height: 22px;
}
ul.feature-content {
    list-style: none;
}
ul.feature-content li {
    margin-bottom: 15px;
    position: relative;
}
ul.feature-content li::before {
    position: absolute;
    left: -20px;
    content: "•";
    color: #f37646;
    /*margin-right: 15px;
    margin-left: -15px;*/
}
.inlineList {
  display: flex;
  flex-direction: row;
  /* Below sets up your display method, ex: flex-start|flex-end|space-between|space-around */
  justify-content: flex-start; 
  /* Below removes bullets and cleans white-space */
  list-style: none;
  padding: 0;
  /* Bonus: forces no word-wrap */
  white-space: nowrap;
  margin-top: -20px;
}
.inlineList .black{
    border-bottom: solid 2px black;
    width: 30px;
    margin-top: 20px;
}
.inlineList .yellow{
    border-bottom: solid 2px #fbad1b;
    width: 30px;
    margin-top: 20px;
}
[data-ca3_icon]::before {
  font-weight: normal;
  content: attr(data-ca3_icon);
}
.ca3-scroll-down-arrow {
    background-image: url(../img/arrow.png); 
    background-size: contain;
    background-repeat: no-repeat;
}

.ca3-scroll-down-link {
    cursor: pointer;
    height: 29px;
    width: 80px;
    margin: 0px 0 0 -15px;
    line-height: 60px;
    position: absolute;
    left: 50%;
    top: 4%;
    color: #fff;
    text-align: center;
    font-size: 70px;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    animation: ca3_fade_move_down 2s ease-in-out infinite;
}

.ca2-scroll-down-link {
    cursor: pointer;
    height: 29px;
    width: 80px;
    margin: 0px 0 0 -15px;
    line-height: 60px;
    position: absolute;
    left: 50%;
    top: 5%;
    color: #fff;
    text-align: center;
    font-size: 70px;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    animation: ca3_fade_move_down 2s ease-in-out infinite;
}

/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}
@-moz-keyframes ca3_fade_move_down {
  0% {
    -moz-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 20px);
    opacity: 0;
  }
}
@keyframes ca3_fade_move_down {
  0% {
    transform: translate(0, -2px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}

.box-intelin-title {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fdbf4e;
    padding: 5px 15px;
    border-radius: 10px; 
    color: white;
}
.action-price {
    margin: 18px 0px;
    width: 125px;
    background: #fdbf4e;
    padding: 5px 15px;
    border-radius: 20px; 
    color: white;
}

.h2.site-heading {
    color: #314351;
    margin: 0 0 5px;
    
}
#contact-form .form-control {
    font-style: italic;
    background: none;
    border-radius: 0;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    font-size: 16px;
}
#contact-form button {
    background: #f37646;
}
#contact-form button:hover {
    opacity: 0.7;
    color: #fff;
}

nav .btn-group {
    background: #febe10;
    border-radius: 10px;
}
nav .btn-group .btn {
    background: none;
    font-weight: bold;
}
nav .btn-group .btn.active {
    color: black;
}
nav .btn-group .btn:hover {
    background: none;
    color: black;
}
.slide-title-1 {
    padding-top: 100px;
    position: absolute;
    right: 30%;
    top: 21%;
}
.slide-title-1 .main-title-highlight {
    position: absolute;
    top: 38px;
    left: 40px;
    z-index: 2;
    font-size: 55px;
}
.slide-title-1 .main-title {
    font-size: 45px;
}

@media screen and (max-width: 600px) {
    
     .carousel-control span {
        position: absolute;
        top: 35%;
        left: 43%;
        z-index: 5;
        display: inline-block;
        text-shadow: none;
        color: black;
    }
     #form_question{
        background-size: 128% !important;
    }
    #banner-page{
        background:url('../image/bannertrangcon.jpg');     background-repeat: no-repeat;
        background-size: unset !important;
        background-position: bottom;
        height: 37rem;
    }
    .left-footer{
        text-align: center;
    }
    .action-price {
        margin: 15px 111px !important;
    }
    .right-footer{
        text-align: center;
    }
    .left-news{
        height: 40rem;
        width: 100% !important
    }
    .theme-mobile{
        border: solid 1px #aaadb6;
        height: 7em;
        width: 11em;
        padding: 11px;
        margin: 6px;
    }
    #banner-header {
        height: 283px !important;
    } 
    #cover_search {
        top: 45% !important;
        height: 29% !important;
        width: 96% !important;
    }
    #text_cover_header {
        height: 6%;
    }
    .slide-title-1 {
        padding-top: 38px;
        right: 0;
        left: 45px;
        top: 21%;
    }
    .slide-title-1 .main-title-highlight {
        top: -10px;
        left: 0;
        font-size: 36px;
    }
    .slide-title-1 .main-title {
        top: 22px;
        left: 45px;
        font-size: 30px;
    }
    .slide-title-1 .sub-title {
        font-size: 14px;
    }
}
.divider {
    border-left: 1.5px solid #000;
    line-height: 36px;
}
.img-responsive {
    margin: 15px auto;
}

.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}

.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: -28px;
}
.tabs-left>li {
  margin-right: -1px;
}
.tabs-right>li {
  margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  color:#fdbf4e;
  cursor: pointer;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
  color:#314351;
}
.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
/* Circles */
.tabs-left .active .circle {
    position: relative;
    padding: 0.8% 0.8% 0.8% 0.5%; 
    border-radius: 50%;
    border: #fdbf4e solid 1px;
    margin-left: -15px;
}
.tabs-left .active .circle:before {
    content: " ";
    position: absolute;
    top: 50%;
    right: 111%;
    margin-top: -7px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent #fdbf4e transparent transparent;
}

.tab-pane img {
    position: absolute;
    top: 9%;
    width: 85%;
    right: 8%;
}
.sideways {
  margin-top:50px;
  border: none;
  position: relative;
}
.sideways>li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.sideways>li>a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.sideways>li.active>a,
.sideways>li.active>a:hover,
.sideways>li.active>a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.sideways.tabs-left {
  left: -50px;
}
.sideways.tabs-right {
  right: -50px;
}
.sideways.tabs-right>li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sideways.tabs-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.df-switch {
  margin-top: 20px;
  padding: 2rem;
  text-align: center;
}
.btn-toggle {
  top: 50%;
  transform: translateY(-50%);
}
.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 2.5rem;
    width: 5.5rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #fff3dd;
    border: solid 1px #fbad1b;
}
.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
  outline: none;
}
.btn-toggle:before,
.btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle:before {
    content: 'Gói theo tháng';
    left: -16rem;
    color: #fdbf4e;
}
.btn-toggle:after {
  content: 'Gói theo năm';
  right: -5rem;
  color: #314351;
  opacity: 0.6;
}

.btn-toggle.active > .inner-handle {
  background-color: #BD4053;
}

.btn-toggle.active > .handle:before {
  background-image: radial-gradient(circle at center, #314351 5px, transparent 5px);
}
.btn-toggle > .handle {
    position: absolute;
    top: 0.2rem;
    left: 0.3875rem;
    width: 2rem;
    height: 2rem;
    border-radius: 1.125rem;
    background: #fbad1b;
    transition: left 0.25s;
    border: 1px solid #FFC107;
}
.btn-toggle.active {
  transition: background-color 0.25s;
}
.btn-toggle.active > .handle {
  left: 3rem;
  transition: left 0.25s;
}
.btn-toggle.active:before {
  opacity: 0.5;
  color: #314351;
}
.btn-toggle.active:after {
  color: #fdbf4e;
  opacity: 1;
}
.btn-toggle.active {
  background-color: #3143510f;

}

.box-price{
   box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    margin: 0px 5px;
    width: 24%;
}

.title-price{
    color: #fdbf4e;
    font-weight: bold;
    white-space: nowrap;
}
.free{
    background: url(../img/header-free.png);
    background-size: cover;
    align-self: flex-end;
}
.header-free {
    height: 22rem;
    padding: 10px;
}
.header-basic {
    height: 29rem;
    padding: 64px 0;
}
.basic{
    background: url(../img/header-basic.png);
    background-size: cover;
    align-self: flex-end;
}
.disable{
    opacity: 0.3;
    /*text-decoration: line-through;*/
}
.standard{
    background: url(../img/header-standard.png);
    background-size: cover;
    align-self: flex-end;
}
.header-standard {
    height: 29rem;
    padding: 64px 0;
}
.advance{
    background: url(../img/header-advance.png);
    background-size: cover;
    align-self: flex-end;
}
.header-advance {
    height: 23rem;
    padding: 64px;
}
.text-action{
    font-size: 20px;
    color: #f7b248;
}
footer {
    color: #fff;
}

/*Form */

.form-input {
    padding: 10px;
    display: block;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 12px;
}
.error {
    text-align: left;
    padding-left: 8px;
    color: red !important;
    font-style: italic;
}
.price-modal-year{
    cursor: pointer;
}
.price-modal{
    cursor: pointer;
}
.page-title {
    color: #002a41;
    margin: 15px auto;
    border-bottom: 2px solid #fbae17;
    display: table;
    margin-top: 65px;
    margin-bottom: 30px;
}
.widget-extra a strong{
    color: #033850;
}
.widget-extra a:hover{
    text-decoration: none;
}
.widget-extra a strong:hover{
    color: #f7b248;
    text-decoration: none;
}
.widget-main a strong{
    color: #033850;
}
.widget-main a:hover{
    text-decoration: none;
}
.widget-main a strong:hover{
    color: #f7b248;
    text-decoration: none;
}
.widget-advanced-alt .widget-header {
    height: auto;
    min-height: 220px;
}
.widget-advanced-alt .widget-header, .widget-advanced-alt .widget-main {
    padding: 15px;
}
.widget-advanced .widget-header {
    position: relative;
    padding: 15px 15px 50px;
    height: 150px;
}
.widget {
    height: fit-content;
   
}
.social-icons a {
    color: white;
    padding: 4.4px;
    border-radius: 3px;
    background: #356faa;
    border: 2px solid #fff;
}
a.share_fb {
    color: white;
    background: #3b5998;
    border: 1px solid #3b5998;
}
.social-icons i {
    padding: 4px;
}
a.share_tw:hover {
    opacity: 0.85;
}
a.share_tw {
    background: #4099FF;
    border: 1px solid #4099FF;
}
.social-icons ul {
    display: inline-block;
    padding: 0px;
    padding-right: 15px;
}
a.share_in:hover {
    opacity: 0.85;
}
a.share_in {
    background: #007bb6;
    border: 1px solid #007bb6;
}
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrapper.toggled {
  padding-left: 250px;
}
#sidebar-wrapper {
    position: fixed;
    bottom: 32.5%;
    left: 250px;
    width: 0;
    height: 48%;
    margin-left: -250px;
    overflow-y: auto;
    background: #f4f5f7;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-right: solid 1px lightgrey;
    border-bottom: solid 1px lightgrey;
  
}
#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}
#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
}
#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}
#toc a{
  color: #cb2529
}
#toc{
  margin-top: -22px;
}
/* Sidebar Styles */

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}
.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999999;
}
.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
  color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}
@media(min-width:768px) {

  #wrapper {
    padding-left: 250px;
  }
  #wrapper.toggled {
    padding-left: 0;
  }
  #sidebar-wrapper {
    width: 250px;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 0;
  }
  #page-content-wrapper {
    padding: 20px;
    position: relative;
  }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  } 
}
@media screen and (max-width: 768px) {
    .body-price{
        margin-bottom: 22px;
    }
    .header-basic {
        height: 27rem;
        padding: 64px 0;
    }
    .header-free {
        height: 20rem;
        padding: 10px;
    }
    .header-standard {
        height: 27rem;
        padding: 64px 0;
    }
    .header-advance {
        height: 22rem;
        padding: 59px;
    }
    .body-price p{
        margin-bottom: 10px;
    }
    .btn-toggle:before {
        content: 'Gói theo tháng';
        left: -14rem;
        color: #fdbf4e;
        font-size: 16px;
    }
    .btn-toggle:after {
        content: 'Gói theo năm';
        right: -5rem;
        color: #314351;
        opacity: 0.6;
        font-size: 16px;
    }
   span.step {
        background: #dadddf;
        border-radius: 0.8em;
        -moz-border-radius: 0.8em;
        -webkit-border-radius: 1.8em;
        color: #ffffff;
        display: inline-block;
        line-height: 2em;
        margin-right: 0px;
        text-align: center;
        width: 2em;
    }
    .active span.step{
        background: #fdbf4e;
    }
    .feature-name {
        margin-left: 0px;
        font-size: 22px;
    }
    .feature-content {
        padding-left: 0px; 
        margin-top: 9px; 
        line-height: 22px;
        color: #535354
    }
    .nav-tabs .active .circle {
        border: solid 1px #fdbf4e;
        border-radius: 50%;
        padding: 9px 5px;

    }
    .nav-tabs .active .circle:before {
        content: " ";
        position: absolute;
        top: -15%;
        right: 36%;
        margin-top: -7px;
        border-width: 8px;
        border-style: solid;
        border-color: transparent transparent #fdbf4e transparent;
    }
    .tab-content>.active {
        color: #fdbf4e;
    }
    
    .tiktik-icon{
        margin-top: -30px;
        text-align: center;
        margin-bottom: 25px;
    }
    a.site-logo{
        float: left;
    }
    #price-month{
        overflow-y: auto;
        white-space: nowrap;
    }
    #price-year{
        overflow-y: auto;
        white-space: nowrap;
    }
    .box-price {
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
        margin: 0px 5px;
        width: unset;
    }
    .free{
        padding: 0px 42px;
    }
    .basic{
        padding: 0px 42px;
    }
    .tab-pane img {
        position: absolute;
        top: 5%;
        width: 85%;
        right: 7.5%;
    }
    #banner-header{
        height:410px
    }
    .ca2-scroll-down-link{
        top: 2%
    }
    .ca3-scroll-down-link{
        top: 0%
    }
    .tiktik-icon img{
        width: 20%;
    }

    .address{

        text-align: center;
        font-size: 16px;
    }
    .qrcode{
        max-width: 100% !important
    }
}

@media only screen and (max-width: 735px){
    #wrapper.toggled {
        padding-left: 0 !important;
    }
}
.qrcode{
    max-width: 120%
}
.gallery iframe{
    height: 250px;
    width: 106%
}
@media only screen and (max-width: 1400px){
   
    .site-video{
        height: 20rem !important
    }
   
    #banner-page {
        background: url(../image/bannertrangcon.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
        height: 28rem !important;
    }
    #cover_search {
        background: url(../image/cover_search.jpg) no-repeat center center;
        position: absolute;
        top: 64%;
        transform: translate(-50%, -50%);
        left: 50%;
        height: 100%;
        width: 85%;
    }
    #banner-header {
        background-color: #1a1f2c;
        height: 365px;
    }
   #carousel-mb iframe{
        height: 180px;
        width: 109%
    }
}

/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type:none;
  padding:0;
  
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  display:inline-block;
  
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size:2.5em; /* Change the size of the stars */
  color:#ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color:#fdbf4e;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color: #fdbf4e;
}

.arrow-question{
    float: right;
    width: 25%;
    margin-right: 55px;
    margin-top: -17px;
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

.form-group.form-actions {
    position: absolute;
    top: 219%;
    left: 50%;
    transform: translate(-50%, 100%);
}


@keyframes bounceAlpha {
    0% {opacity: 1; transform: translateX(0px) scale(1);}
    25%{opacity: 0; transform:translateX(10px) scale(0.9);}
    26%{opacity: 0; transform:translateX(-10px) scale(0.9);}
    55% {opacity: 1; transform: translateX(0px) scale(1);}
}

.set{
    position: relative;
    width: 100%;
    height: auto;
    
}
.set > a{
    display: block;
    padding: 15px 15px;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid #31435159;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.set > a i{
  float: right;
  margin-top: 2px;
}
.set > a.active{
    border-bottom: none;
}
.content{
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display:none;
}
.content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}

.navbar {
    background: #e9eaec;
    text-align: center;
    height: 60px; /* set same as height & line-height below */
}
.navbar ul{
    margin: 10px
}
.navbar li {
    display: inline-block;
    list-style: none;
    height: 35px;
    line-height: 34px;
    padding: 0px 22px;
    border: solid 1px;
    border-radius: 5px;
    background-color: #f4f5f6;
}
.navbar li:hover {
    color: #033850;
    transition: background .3s;
    text-decoration: none;
} 
.nav-link {
    color: #314351a1;
    text-decoration: none;
}

a.nav-link{
    text-decoration: none;
}

.video-youtube{
    width: 100%;
    height: 210px
}

.left-news{ 
    height: 43rem;
}

#banner-page{
    background: url(../image/bannertrangcon.jpg);
    background-repeat: no-repeat;
    background-position: top;
    height: 300px ;
} 
.header-search {
    position: absolute;
    top: 33%;
    width: 88%;
    left: 50%;
    transform: translate(-48%, 0);
}

.site-video{
    height: 29rem;
    overflow: hidden;
}

#form_question{
    background: url(../image/letter.png);
    color: black;
    background-repeat: no-repeat;
    background-size: 124%;
    background-position: center;
    height: 68rem;
    padding: 22px 43px;
    box-shadow: rgb(0 0 0 / 14%) 1.95px 2.95px 2.6px;
}
.dropdown-menu{
    color: black;
    padding: 10px;
}
.btn-glass {
    background: #faae46;
    color: white;
}
.title-login {
    color: #faae46;
    text-align: center;
    font-weight: 600;
}

#form_login_front .form-input {
    color: black;
}

.username {
    color: #000;
    font-weight: 500;
}
.username a i {
    margin-left: 5px;
}
.site-nav-sub ul li a {
    text-align: left;
}
.site-nav-sub i {
    margin-left: 10px;
}
#form_create_ticket label {
    color: #000;
    font-weight: 600;
}   
#form_create_ticket label span{
    margin-right: 5px;
    color: red;
    font-weight: 600;
}   

#form_login_front label {
    color: #000;
    font-weight: 600;
}   
#form_login_front label span{
    margin-right: 5px;
    color: red;
    font-weight: 600;
}   
.form-input.ui-wizard-content {
     color: #000;
}
.turnback {
    color: #faae46;
    font-weight: 600;
}
.content-card {
    text-align: center;
    padding: 40px 0;
}
.card h1 {
    color: #88B04B;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 10px;
}
.card p {
    color: #404F5E;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-size:20px;
    margin: 0;
}
.card i {
    color: #9ABC66;
    font-size: 100px;
    line-height: 200px;
    margin-left:-15px;
}
.card {
    padding: 40px 0;
    text-align: center;
    background: white;
    padding: 60px;
    border-radius: 4px;
    box-shadow: 0 2px 3px #C8D0D8;
    display: inline-block;
    margin: 0 auto;
}
#togglePassword {
    color: black;
    float: right;
    right: 10px;
    position: relative;
    z-index: 2;
    top: -30px;
}
.ticket-edit {
    color: #000;
}
.ticket-edit h4{
    color: #000;
    font-weight: bold;
}
.ticket-edit .title {
    text-align: center;
    color: #faae46;
    font-weight: bold;
}
.subtitle {
    text-align: center;
}
.commemnt-content {
    border: 1px solid #ccc !important;
    border-radius: 10px;
    background: #f2b70033;
    margin-top: 15px;
    margin-bottom: 15px;
}
.customer{
    background: ghostwhite !important;
}
.commemnt-content h5 {
     font-weight: bold;
     color: #faae46;
     margin-bottom: 0px;
}
.commemnt-content small {
    font-family: ;
}
.add_comment {
    padding: 10px;
    border: 1px solid #ccc !important;
    border-radius: 10px;
}
.btn-comment {
    text-align: end;
    margin-top: 15px;
}
.btn-update {
    text-align: end;
    margin-top: 15px;
}
.href_link {
    color: #faae46 !important;
}
.box_sub_cmt { 
    border: 1px solid #ccc !important;
    border-radius: 10px;
    background: #f5c90012;
}
.box_sub_cmt h5 {
    font-weight: bold;
    color: #faae46;
}
.title-info {
    border-bottom: 1px solid #9e9e9e38;
    margin-bottom: 15px;
}
.box_sub_cmt.customer:before {
    content: '';
    width: 50px;
    height: 1px;
    background: #9e9e9e38;
    position: absolute;
    top: 56px;
    left: -50px;
}

.box_sub_cmt.customer:after {
    content: '';
    width: 1px;
    height: 62%;
    background: #9e9e9e38;
    position: absolute;
    left: -50px;
    top: -16px;
}
.btn.cfm_complete{
    background: #278200;
    border-radius: 10px;
    width: 200px;
}
.btn.reprocess{
    background: #faae46;
    border-radius: 10px;
    width: 200px;
}
.commemnt-content img {
    object-fit: cover;
    max-width: 100%;
}
a {
    cursor:pointer;
}

.primary {
    background: #307ab2;
    border-radius: 5px;
    padding: 4px;
    color: white;
}
.default {
    background: #858686;
    border-radius: 5px;
    padding: 4px;
    color: white;
}
.warning {
    background: #f7be64;
    border-radius: 5px; 
    padding: 4px;
    color: white;
}
.success {
    background-color: #aad178;
    border-radius: 5px;
    padding: 4px;
    color: white;
}
.danger {
    background-color: #ef8a80; 
    border-radius: 5px;
    padding: 4px;
    color: white;
}
.info{
    background-color: #0dcaf0;
    border-radius: 5px;
    padding: 4px;
    color: white;
}
.End {
    background-color: #1c1f23 !important;
    border-radius: 5px;
    padding: 4px;
    color: white;
}
.info_ticket {
    border-radius: 9px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.content_ticket {
    border-radius: 9px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
} 
.content_ticket img {
    object-fit: cover;
    max-width: 100%;
}
.btn.approve{
    background: hsl(206, 68%, 52%);
    border-radius: 10px;
    width: 150px;
}
.btn.reject{
    background: #777777;
    border-radius: 10px;
    width: 150px;
}
#header {
    z-index: 1100;
}