@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/helveticaneue.woff2') format('woff2'), url('../fonts/helveticaneue.woff') format('woff'), url('../fonts/helveticaneue.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/helvetica-neue-regular.woff2') format('woff2'), url('../fonts/helvetica-neue-regular.woff') format('woff'), url('../fonts/helvetica-neue-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/helvetica-neue-medium.woff2') format('woff2'), url('../fonts/helvetica-neue-medium.woff') format('woff'), url('../fonts/helvetica-neue-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/helvetica-neue-bold.woff2') format('woff2'), url('../fonts/helvetica-neue-bold.woff') format('woff'), url('../fonts/helvetica-neue-bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

ul {
    margin: 0;
    padding-left: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
    cursor: pointer !important;
}

p>a {
    color: #E2001B;
}

input {
    outline: 0;
}

p {
    line-height: 24px;
    margin: 0 0 20px;
}

body {
    font-family: 'Helvetica Neue';
    font-size: 14px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.banenr-home .swiper-button-next,.banenr-home .swiper-button-prev{
   opacity: 0;
   transition: all 0.3s;
}
.banenr-home .swiper-button-next{
    right: 0;
}
.banenr-home .swiper-button-prev{
    left: 0;
}
.banenr-home:hover .banner-slide .swiper-button-next,
.banenr-home:hover .banner-slide .swiper-button-prev{
 opacity: 1;
}
.banenr-home:hover .banner-slide .swiper-button-next{
    right: 5%;
}
.banenr-home:hover .banner-slide .swiper-button-prev{
    left: 5%;
}
.pagination .page-item {
    margin-left: 10px;
}

.pagination .page-item a {
    color: #333;
    padding: 10px 18px;
    display: inline-block;
    border-radius: 4px;
}

.pagination .page-item a.active {
    color: #fff;
    background: #E2001B;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "/" !important;
    color: #fff;
    font-weight: bold;
}

.header-main {
    position: relative;
    z-index: 10;
    width: 100%;
}

.header-main .main-nav .logo {
    margin-right: 10px;
    margin-bottom: 20px;
}

.header-main .main-nav .navbar-nav>.nav-item>a.nav-link {
    padding: 26px 0px;
}

.header-main .main-nav .btn-dropmenu i,
.header-main .main-nav .search-header i {
    color: #fff;
}

.header-main .main-nav .dropdown-toggle::after {
    color: #fff;
}

.header-main .main-nav .logo {
    margin-right: 10px;
    margin-bottom: 20px;
}

.header-main .main-nav .navbar-nav .nav-item {
    margin: 0 2em;
}

.header-main .main-nav .navbar-nav .nav-item:last-child {
    margin-right: 0;
}

.header-main .main-nav .navbar-nav>.nav-item>a.nav-link {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
}

.header-main .main-nav .navbar-nav>.nav-item.active>a.nav-link {
    color: #E2001B;
}

.header-main .main-nav .navbar-nav .nav-item .sub-menu li a {
    color: #333 !important;
}

.header-main .main-nav .navbar-nav .nav-item:hover>a {
    color: #E2001B;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background: #af0c1f !important;
}

.header-main .main-nav .navbar-nav .nav-item {
    position: relative;
    margin-bottom: 0;
}

.header-main #mega-menu ul {
    list-style: none;
}

.header-main .nav-item .sub-menu li {
    position: relative;
}

.header-main .btn-dropmenu i {
    color: #333;
}

.header-main span.btn-dropmenu {
    position: absolute;
    right: 18px;
    color: #084F9D;
    top: 4px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-main .dropdown-toggle::after {
    color: #333;
}

.header-top {
    position: relative;
    z-index: 1000;
    border-bottom: 0 solid #f0f0ed;
    background: #ffffff;
}

.size14 {
    font-size: 14px;
}

.size16 {
    font-size: 16px;
}

.size18 {
    font-size: 18px;
}

.size20 {
    font-size: 20px;
}

.size22 {
    font-size: 22px;
}

.size30 {
    font-size: 30px;
}

.size36 {
    font-size: 36px;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.text-primary {
    color: #E2001B !important;
}

.bg-primary {
    background: #E2001B !important;
}

.round-10 {
    border-radius: 10px !important;
}
.header-search {
    position: relative;
    cursor: pointer;
    padding-top: 8px;
    padding-bottom: 8px;
}
.header-search i{
    font-size: 1rem;
    margin-top: 4px;
}
.header-search .search-form{
    position: absolute;
    top: 40px;
    transition: all 0.3s;
    z-index: 1000;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    min-width: 290px;
    left: -50px;
    display: none;
}
.header-search:hover .search-form{
   display: block;
}
.header-search:hover button i{
    color: #fff;
}
.header-search form{
     border: 1px solid #ccc;
    border-radius: 4px;
    background: #ffffff;
}
.header-search form input{
    border: unset;
    border-radius: unset;
    background: unset;
}
.header-search form input:focus{
    outline: unset;
    box-shadow: unset;
}
.header-search form button{
        color: #fff;
    background: #0162b0;
}
.header-top-wrapper li a {
    color: #333;
    padding-top: 8px;
    padding-bottom: 8px;
    display: inline-block;
}

.header-top-wrapper li {
    margin-left: 10px;
    margin-right: 10px;
}

.header-top-wrapper .header-contact li a {
    position: relative;
}

.header-top-wrapper .header-contact li a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    border-right: 1px solid #D9D9D9;
}

.header-top-wrapper li:first-child {
    margin-left: 0;
}

.header-top-wrapper li:last-child a::after {
    content: unset;
}

.header-top-wrapper li:last-child {
    border: unset;
    margin-right: 0;
}

.header-top {
    border-color: #D9D9D9;
}

.banenr-home .banner-text h1 {
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 60px;
}

.banenr-home .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.banenr-home .banner-text p {
    font-size: 16px;
}

.swiper-button-next,
.swiper-button-prev {
    background-image: unset;
    width: 45px;
    height: 45px;
    background-color: #ffffff52;
    display: flex;
    border-radius: 100px;
}

.swiper-button-next i,
.swiper-button-prev i {
    color: #fff;
    margin: auto;
}

.banner-slide-next {
    right: 5%;
}

.banner-slide-prev {
    left: 5%;
}

.section-title {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.section-title::after {
    content: '';
    width: 130px;
    height: 5px;
    display: block;
    background: #E2001B;
    border-radius: 3px;
    margin: 14px auto;
}

.section-title.line-white::after {
    background: #fff;
}

.box-image {
    overflow: hidden;
    position: relative;
}

.box-image img {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-image:hover img {
    transform: scale(1.1);
}

.service-box .box-image {
    width: 100%;
    height: 460px;
}

section.bg-about {
    position: relative;
    background: url('../images/bg-about.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
}

section.bg-about::after,
section.bg-lookup::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000ab;
    z-index: -1;
}

section.bg-lookup {
    position: relative;
    background: url('../images/bg-lookup.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
}

section.bg-regis-form {
    position: relative;
    background: url('../images/bg-dk.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
}

section.bg-regis-form::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000d4;
    z-index: -1;
}

.about-us .about-img {
    position: relative;
    z-index: 100;
}

.about-us .about-img img {
    padding-left: 26px;
    padding-top: 26px;
    height: 400px;
    object-fit: cover;
}

.about-us .about-img::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #E2001B;
    right: 26px;
    bottom: 16px;
    z-index: -1;
}

.about-us .about-img::after {
    content: '';
    position: absolute;
    left: 37px;
    top: 40px;
    border: 1px solid #E2001B;
    right: 11px;
    bottom: 16px;
    z-index: 0;
    border-radius: 10px;
}

.bg-f7f7f7 {
    background: #F7F7F7;
}

.partner-link,
.article-link {
    display: block;
    width: 100%;
    height: 94px;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.25);
    padding: 20px;
    margin: 10px 6px;
}

.partner-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.partner-slide-next {
    right: -1.8%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.partner-slide-prev {
    left: -1.8%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.partner-slide-next,
.partner-slide-prev {
    width: 40px;
    height: 40px;
    background: #fff;
}

.partner-slide-next i,
.partner-slide-prev i {
    color: #333;
}

.lookup-form .form-inline {
    max-width: 700px;
    width: 100%;
}

.lookup-form .form-inline input {
    height: 42px;
    flex: 1;
}

.lookup-form .form-inline button {
    height: 40px;
}

.lookup-form .form-inline input:focus {
    outline: 0;
    box-shadow: unset;
}

.blog-home .first-post .post-date {
    color: #999999;
}

.post-item .media .box-image {
    max-width: 170px;
    width: 100%;
    height: 110px;
}

.blog-home .first-post a,
.blog-home .post-item .media a {
    color: #333;
}

.post-item .media .box-image img {
    width: 100%;
    height: 100%;
}

.post-item .media-body p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 3.5em;
    margin-bottom: 0;
}

.blog-home .post-item {
    border-bottom: 1px solid #D9D9D9;
}

.blog-home .post-item:last-child {
    border: unset;
}

.blog-home h5.post-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 3.5em;
    line-height: 21px;
}

.btn-dk {
    padding-top: 12px;
    padding-bottom: 12px;
}

.footer-info .box-info i {
    font-size: 18px;
    min-width: 20px;
}

.footer-menu {
    line-height: 28px;
}

.footer-menu li::before {
    content: "\f054";
    color: #fff;
    font-size: 10px;
    font-family: "Font Awesome 5 Pro";
    margin-right: 6px;
}

.footer-menu li a {
    color: #fff;
}

.footer-menu li a:hover {
    color: #fff !important;
}

.page-banner .banner-top::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000ba;
}

.page-banner .banner-top {
    width: 100%;
    height: 250px;
}

.page-banner .banner-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-banner .banner-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.content-area .lookup-form input::placeholder {
    color: #fff;
}

.search-results table {
    width: 100%;
}

.search-results table th {
    color: #fff;
    background: #E2001B;
}

.search-results {
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}

.search-results table th {
    text-align: center;
    padding: 14px 20px;
    border-right: 1px solid #fff;
}

.search-results table td {
    text-align: center;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.search-results table tr:last-child td {
    border-bottom: unset;
}

.search-results table th:last-child,
.search-results table td:last-child {
    border-right: unset;
}

.widget-sidebar .sidebar-menu li {
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    justify-content: space-between;
}

.widget-sidebar .sidebar-menu li a {
    color: #333;
    padding: 12px 20px;
    font-weight: 700;
    display: block;
}

.widget-sidebar .sidebar-menu li:hover a {
    color: #E2001B;
}

.widget-sidebar .sidebar-menu li:last-child {
    border-bottom: unset;
}

.widget-sidebar .sidebar-menu li a.active {
    color: #E2001B;
}

.widget-sidebar .sidebar-menu li::after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    margin-right: 16px;
}

.post-list .post-item {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.post-list .post-item .box-image {
    max-width: 200px;
    height: 180px;
    width: 100%;
}

.post-list .post-item .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn-readmore {
    color: #E2001B;
}

.post-list .post-item {
    padding: 10px;
}

.post-list .post-item .post-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-height: 1.1em;
}

.post-list .post-item .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 6em;
}

.table-content {
    background: #F5F5F5;
    width: 50%;
    margin-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 18px;
    position: relative;
}

.table-content .title-table-content {
    font-size: 18px;
    margin-top: 0;
    font-weight: 500;
    margin-bottom: 8px;
    padding-top: 15px;
    font-weight: bold;
}

.table-content li {
    line-height: 25px;
    color: #167ac6;
}

.table-content span .fa-angle-up {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 25px;
    cursor: pointer;
    color: #068ffd;
}

.related-posts .section-title::before {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    display: block;
    position: absolute;
    bottom: 1.6px;
    z-index: -1;
}

.related-posts-box {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.table-content .btn-toggle-toc {
    cursor: pointer;
}

.table-content .btn-toggle-toc i.active {
    transform: rotate(180deg);
}

.contact-info .contact-info-item img {
    width: 50px;
}

.contact-info .contact-info-item .box-tex a {
    display: block;
    color: #E2001B;
    text-decoration: underline;
}
.blog-home .post-item:hover .post-title a,.blog-home  .post-box:hover a{
    color: #E2001B !important;
}
.main-nav .mega-menu li{
    width: 100%;
    display: block;
    margin-bottom:6px;
}
.main-nav .mega-menu li a{
color: #888;
display: block;
}
.main-nav .mega-menu li a:hover{
    color: #E2001B;
}
.main-nav .mega-menu .cat-title{
    color: #888;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid #4ca214;
    margin-bottom: 11px;
    display: inline-block;
    font-weight: 600;
}
.modal {
    background: #424242bd;
}
.modal .modal-dialog {
    max-width: 690px;
}
.modal.show .modal-dialog {
    transform: scale(1) translateY(-50%) !important;
    opacity: 1;
}
.modal-dialog {
    top: 50%;
    transform: scale(0.3) translateY(-50%) !important;
    transition: all 0.5s !important;
    transform-origin: 50% 10%;
    opacity: 0.1;
}
button.close{
    position: absolute;
    right: 12px;
    top: 8px;
    z-index: 100;
}