body, html {
    background: #fff;
    color: #444;
}

body{
    padding-top: 73px;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 4px solid rgb(169, 2, 58);
  
}

.bg-blue-sky {
    background: rgb(196, 232, 253);
}

.text-danger {
    color: rgb(169, 2, 58) !important;
}

.border-bottom-blue-ocean {
    border-bottom: 3px solid #4ebaf9;
}

.relative {
    position: relative;
}

.relative .absolute {
    position: absolute;
}

.h1, h1 {
    font-size: 42px;
}

.right {
    text-align: right;
    float: right;
}

table td {
    width: 50%;
    vertical-align: top;
}

.logo {
    width: 200px;
}

.top {
    padding: 10px 0px 5px 0px;
}

.top small, .top a {
    font-size: 11px;
    font-weight: bold;
}

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

.navbar-default .navbar-nav>li.dropdown:hover>a, .navbar-default .navbar-nav>li.dropdown:hover>a:hover, .navbar-default .navbar-nav>li.dropdown:hover>a:focus {
    background-color: rgb(231, 231, 231);
    color: rgb(85, 85, 85);
}

li.dropdown:hover>.dropdown-menu {
    display: block;
}
.dropdown-menu {
    margin: 0px;
}
.header-navigator p {
    margin: 0px;
    padding: 0px;
}

a, a:hover {
    color: #393D3F;
}

.navigator {
    position: relative;
}

.navigator .logo {
    position: absolute;
    left: 11px;
    bottom: 2px;
    
    z-index: 9999;
}

.slick-slide img { 
    margin: 0 auto;
}

.navigator .navbar {
    padding: 0px;
}

.navigator .nav-link {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.navigator .nav-item {}

.navigator .active, .navigator .nav-item:hover {}

.navigator li.nav-item {
    margin: 0px 10px;
}

.navigator .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
}

.dropdown-item:active {
    background: #4EBAF9;
}

.benchmark {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    text-align: initial;
    white-space: nowrap;
    margin-bottom: 20px;
}

img {}

header {
    color: #fff;
}

header a {
    color: #fff !important;
}

header h1 {
    font-size: 89px;
}

.header {
    border-top: 3px solid #61c5ff;
    padding: 100px 0px;
    max-height: 575px;
}

.no-header {
    padding: 0px 0px !important;
}

.break-line {
    margin-bottom: 40px;
}

.break-line-sm {
    margin-bottom: 10px;
}

.h1-xl {
    font-size: 48px;
    line-height: 110%;
}

.cms_content img {
    max-width: 100%;
}

.cms_content.list-arrow ul {
    margin: 0px;
    padding: 0px;
}

.cms_content.list-arrow li {
    margin-bottom: 10px;
    background-image: url('../img/caret-right-solid.svg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 10px;
    padding: 0px 0px 0px 20px;
    list-style: none;
}

.nav-li ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em;
}

.news-navigator {
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
}

.news-navigator li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 100%;
}

.news-navigator li a {
    display: block;
    padding: 10px 10px;
    line-height: 150%;
}

.news-navigator li a:hover {
    text-decoration: none;
    background: #f4f4f4;
}

.news-navigator li a.active {
    text-decoration: none;
    background: #f4f4f4;
    font-weight: bold;
    border-left: 4px solid #88022f;
}

.news-padding {
    padding: 20px;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 0px;
}

table.dataTable thead {
    display: none;
}

.dataTables_wrapper .dataTables_info {
    font-size: 13px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #a91d3d;
    background-color: #a91d3d;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a91d3d), color-stop(100%, #a91d3d));
    */ background: -webkit-linear-gradient(top, #a91d3d 0%, #a91d3d 100%);
    */ background: linear-gradient(to bottom, #a91d3d 0%, #a91d3d 100%);
    */
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 3px 12px;
}

table.dataTable.no-footer {
    border-bottom: none;
}

.dataTables_wrapper .dataTables_paginate {
    float: left;
    text-align: left;
    padding-top: 0.25em;
}

.ellipsis {
    width: 10% !important;
}

.exa-pages {
    padding-top: 40px;
    padding-bottom: 40px;
}

.exa-pages h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding: 10px 0px;
    color: #8F002F;
}

.exa-pages h3 {
    color: #8f002f;
}

.youtube-iframe {
    width: 803px;
    height: 550px;
}

.exa-pages .row {
    margin-bottom: 40px;
}

.button-rust-red {
    background: #8f002f;
    color: #fff;
    display: inline-block;
    margin: 2px 0;
    padding: 17px 35px;
    border-radius: 30px;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-appearance: none;
}

.button-rust-red:hover {
    color: #fff;
    text-decoration: none;
    background: rgb(160, 38, 78);
}

.block {
    padding: 40px 0px;
    ;
    font-size: 89px;
    display: block;
    line-height: 1.1;
}

.border-red {
    border-top: 40px solid #8F002F;
}

.red {
    color: #8F002F !important;
}

.form-control {
    background-color: rgb(246, 246, 246);
    color: rgb(78, 73, 92);
    font-weight: 400;
}

.padding-10v {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-20v {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-30v {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-40v {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-30 {
    padding: 30px;
}

.padding-40 {
    padding: 40px;
}

.bg-white-transparent {
    background: rgba(255, 255, 255, .8);
}

.bg-gray {
    background: #EEEEEE;
}

.btn-danger {
    color: #fff;
    background-color: #8F002F;
    border-color: #8F002F;
}

.exa-header {
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    padding: 5px 0px;
    margin: 40px 0px;
}

.benchmark .fa-caret-right {
    font-size: 14px;
}

.fa-caret-right {
    font-size: 20px;
}

.widget-list a {
    color: #1D80AA;
}

.warp {
    padding: 40px 20px 60px 20px;
}

.padding-20 {
    padding: 20px;
}

.padding-20-lf {
    padding-left: 20px;
    padding-right: 20px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.font-h1 p, .font-h1 {
    font-size: 28px;
    line-height: 110%;
}

.absolute-right-bottom {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.warp-search {
    margin: 20px auto;
    background: #F7F8F8;
    border-top: 2px solid #E3E6E7;
    border-bottom: 2px solid #E3E6E7;
}

.warp-search .form {
    background: #E6E8EA;
    margin-top: -2px;
    margin-bottom: -2px;
    padding: 2px 0px;
    border-top: 2px solid #A6B0B4;
    border-bottom: 2px solid #A6B0B4;
}

.warp-search .form .icon-search {
    font-size: 20px;
}

.warp-search .form .input-search {
    width: 100%;
    height: 100%;
    padding: 10px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: 0 0;
    color: #454546;
    font-size: 20px;
    line-height: 1;
}

.warp-search .form .btn-search {
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: #D2D7DA;
    color: #454546;
    font-size: 20px;
    line-height: 1;
}

.warp-search .form .btn-search:hover {
    background: #BABFC2;
}

.btn-style-1 a {
    color: #393D3F;
}

.btn-style-1 {
    display: inline-block;
    margin: 0px auto 0 -20px;
    padding: 10px 15px;
    border: none;
    border-top: 4px solid currentColor;
    border-bottom: 4px solid currentColor;
    border-radius: 0;
    box-shadow: none;
    background: 0 0;
    color: currentColor;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    text-shadow: none;
}

.auto-height {
    height: 480px;
}

.warp-light-gray {
    background: #F6F8F7;
}

.warp-gray {
    background: #E6E8EA;
}

.warp-dark-gray {
    background: #64656A;
    color: #fff;
}

.warp-brown {
    background: #C3A43A;
    color: #fff;
}

.warp-brown h1, .warp-brown a {
    color: #fff;
}

.warp-red {
    background: #A90736;
    color: #fff;
}

.warp-red a {
    color: #fff;
}

.warp-old-red {
    background: #7C1428;
    color: #fff;
}

.warp-old-red a {
    color: #fff;
}

.warp-light-gray {
    background: #F6F8F7;
}

.hastag {
    font-weight: bold;
    color: #1D80A1;
    display: inline-block !important;
}

.hastag-content ul p {
    padding: 0px;
    margin: 0px;
}

.hastag-content ul {
    padding: 0px;
    margin: 0px;
    padding-left: 20px;
    list-style: arr
}

.hastag-content ul li {
    width: 45%;
    margin-bottom: 10px;
    float: left;
}

.spacer {
    line-height: 0;
    font-size: 0;
    clear: both;
}

.bgn-speed {
    color: #fff;
    text-align: center;
    padding: 40px;
}

.bgn-speed a {
    color: #fff;
}

.bgn-speed a:hover {
    color: #ccc;
}

footer {
    font-size: 13px;
}

.footer-info {
    margin-top: 50px;
    background: #E6E8EA;
    border-top: 14px solid rgb(92, 194, 254);
    padding: 30px 0px;
}

.footer-info p {
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
}

.footer-info a {
    color: #393D3F;
}

.footer-info h3 {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 4px solid currentColor;
    font-weight: 600;
    font-size: 18px;
}

.footer {
    background: #393D3F;
    color: #fff;
    padding: 20px 0px;
}

.footer p {
    font-size: 13px;
    margin: 0px;
    padding: 0px;
}

.fa-sosial-media {
    font-size: 30px;
    letter-spacing: 10px;
    color: #ADAFB1;
}

.slick4x4 p {
    margin-bottom: 0px;
}

.slick-prev {
    left: 0px;
    zoom: 140%;
    cursor: pointer;
    z-index: 9999;
}

.slick-next {
    right: 0px;
    zoom: 140%;
    cursor: pointer;
}

.slick-prev:hover {
    zoom: 168%;
    left: -5px;
}

.slick-next:hover {
    zoom: 168%;
    right: -5px;
}

.slick-dots li button {
    zoom: 180%;
}

.widget-content h1 {
    font-size: 20px;
    font-weight: 300;
}

.widget-content p {
    margin-top: 0px;
    margin-bottom: 10px;
}

.widget-content img {
    max-width: 150px;
}

.widget-img-blog {
    max-width: 200px !important;
}

.header-video {
    position: relative;
    height: 900px;
}

.header-video h1, .header-video h2 {
    color: #fff;
}

.header-video video {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
}

.header-navigator form {
    display: inline-block;
}

.form-header-search {
    position: relative;
}

.form-header-search .form-search-icon {
    background: none;
    border: none; 
}
.wrapper-header-search{ 
    border-bottom: 1px solid #C4E8FD; 
   
}
.wrapper-header-search .header-search {
    background: none;
    border: none;
    font-size: 14px;
    font-style: italic;
    text-align: left; 
    width: 256px;  
}

.tab .divst{ 
    display: inline-block; 
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;;
    background: rgb(56, 61, 66);
    color: #fff;
}


/* Small devices (landscape phones, 576px and up)*/

@media (max-width: 575.98px) {
    body {
        padding-top: 57px;
    }
    .youtube-iframe {
        width: 100%; 
        height: auto;
        min-height: 300px;
    }
    .block {
        padding: 30px 0px;
        ;
        font-size: 50px;
        display: block;
        line-height: 1.1;
    }
    .nav-li ul {
        -webkit-column-count: 1 !important;
        -moz-column-count: 1 !important;
        column-count: 1 !important;
        -webkit-column-width: 100% !important;
        -moz-column-width: 100% !important;
        column-width: 100% !important;
    }
    .display-1 {
        font-size: 4rem;
    }
    .news-padding {
        padding: 0px !important;
    }
    .border-left {
        border-left: 0px !important;
    }
    .benchmark {
        display: none !important;
    }
    .h1-xl h1, .h1-xl {
        font-size: 25px;
    }
    .h1, h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        /* font-size: 16px;*/
    }
    .container {
        width: 100%;
    }
    .auto-height {
        height: auto;
    }
    .xs-break-line {
        margin-bottom: 20px;
    }
    .logo {
        width: 100%;
    }
    .header {
        padding: 32px 0px;
    }
    .header h1 {
        font-size: 40px;
    }
    .header h2 {
        font-size: 18px;
    }
    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    tr {
        border: none !important;
    }
    td {
        /* Behave  like a "row" */
        position: relative;
    }
    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    table td {
        width: 100% !important;
    }

  
    .btn-style-1{
        margin-top: 20px;
    }
}

@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up)*/

@media (min-width: 992px) {}

@media (min-width: 1200px) {
    /* .container {
        max-width: 988px;
    }*/
}

.header-video {
    position: relative;
    background-color: black;
    height: 85vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

.header-video .home-header-img1 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 9;
}

.header-video video {
    position: absolute;
    top: 50%;
    left: 50%; 
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.header-video .container {
    position: relative;
    z-index: 2;
}

.header-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .3);
    opacity: 0.5;
    z-index: 1;
}


.pp-5 {
    padding: 3rem;
}

.ppx-5 {
    padding-left: 3rem;
    padding-right: 3rem;
}

@media (max-width: 575.98px) {
    .pp-5 {
        padding: 3rem 0px;

    }

    .ppx-5 {
        padding-left: 5px;
        padding-right: 5px;
    }
}