body {
    font-family: Roboto, Sarabun, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}


*:focus,
*:active {
    outline: none !important;
    box-shadow: none !important;
}

.top-header {
    background-color: #2f2f2f;
    padding: 5px 0px;
    color: #eeeeee;
}

.top-header, .top-header a {
    color: #eeeeee;
}

.top-header .top-contact,
.top-header .top-menu {
    display: flex;
    align-items: center;
}

.top-header .top-contact a {
    display: flex;
    align-items: center;
    background: url('../images/separator.png') repeat-y right top;
    padding: 0px 15px 0px 12px;
    line-height: 14px;
}

.top-header .top-contact a:first-child {
    padding-left: 0 !important;
}

.top-header .top-contact a:last-child {
    background: none;
}

.top-header .top-contact i {
    color: #91201a;
    margin-right: 6px;
    margin-bottom: -2px;
}

@media (max-width: 560px) {
    .top-header .top-contact {
        display: none;
    }

    .top-header .top-menu {
        justify-content: center;
    }
}

.top-header .top-menu a {
    margin-right: 5px;
}

.top-header .top-menu a:last-child {
    margin-right: 0;
}

@media (min-width: 991px) {
    .top-header .top-menu {
        justify-content: flex-end;
    }
}

.header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000000;
    background-color: #fff;
    -webkit-box-shadow: 0px 7px 17px -10px rgba(0,0,0,0.53);
    -moz-box-shadow: 0px 7px 17px -10px rgba(0,0,0,0.53);
    box-shadow: 0px 7px 17px -10px rgba(0,0,0,0.53);
}

.header.sticky + #main {
    padding-top: 64px;
}

.header .navbar {
    background-color: #fff;
}


.header .navbar-nav > li > a {
    color: #222;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
}

.header .navbar-nav > li:hover > a,
.header .navbar-nav > li.active > a {
    background-color: #f3f3f3;
    color: #91201a;
}

.header .navbar-nav > li > a:after {
    content: '';
    display: block;
    background-color: #91201a;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    transition: all .2s;
    border-radius: 15px;
    opacity: 0;
}

.header .navbar-nav > li:hover > a:after,
.header .navbar-nav > li.active > a:after {
    width: 100%;
    border-radius: 0;
    opacity: 1;
}


@media (min-width: 991px) {
    .header .navbar {
        display: flex;
        align-items: stretch;
        padding: 0;
    }

    .header .navbar-brand {
        padding: 10px 0;
    }

    .header .navbar-nav,
    .header .navbar-nav > li,
    .header .navbar-expand-lg .navbar-collapse {
        align-items: stretch;
    }

    .header .navbar-nav > li {
        display: flex;
    }

    .header .navbar-nav > li > a {
        display: flex;
        align-items: center;

    }

    .header .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 991px) {
    .header .navbar-toggler {
        margin-top: 5px;
        background-color: #91201a;
        color: #fff;
    }

    .header .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header .navbar {
        padding-right: 0;
        padding-left: 0;
    }
}


.single-slide-item {
    background-size: cover;
    background-position: center;
    background-color: #91201a;
    height: 580px;
    font-size: 16px;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-slide-item.slide-bg-1 {
    background-image: url('../images/sliders/slide-bg-1.jpg');
}

.single-slide-item.slide-bg-2 {
    background-image: url('../images/sliders/slide-bg-2.jpg');
}

.slider-overlay:before {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
}

.single-slide-item h2 {
    color: #eb0028;
    font-size: 48px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: 500;
}

.single-slide-item h3 {
    color: #fff;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .single-slide-item h2 {
        font-size: 24px;
    }

    .single-slide-item h3 {
        font-size: 20px;
    }
}

.single-slide-item p {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
}

.single-slide-item .item-inner {
    z-index: 100;
    position: relative;
}

.owl-carousel .owl-item.active * {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100001;
    background-color: rgba(42, 42, 42, 0.6) !important;

}

@media (max-width: 767px) {
    .sliders .owl-nav button {
        opacity: 0;
    }

    .sliders:hover .owl-nav button {
        opacity: 1;
    }

    .single-slide-item{
        height: 480px;
    }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    padding: 10px 20px !important;
}

.owl-nav button:hover {
    background-color: rgba(235, 0, 40, 0.6) !important;
}

.owl-nav button i {
    font-size: 28px;
    color: #fff;
}

.owl-nav button.owl-prev {
    left: 15px;
}

.owl-nav button.owl-next {
    right: 15px;
}

.content-block {
    padding: 80px 0px;
    background-color: #fff;
}

.content-block-dark {
    background: #1b1a1a;
    position: relative;
    background-image: url('../images/arrows1_1.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto;
    color: #fff;
}

.content-block-dark:after {
    content: '';
    background-image: url('../images/arrows2_1.png');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: 10;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.content-block-dark .content-inner {
    padding: 80px 0px;
    position: relative;
    z-index: 100;

}

.content-title,
.content-block-dark h2 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.content-title:after,
.section-title h2:after,
.content-block-dark h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    max-width: 50%;
    height: 5px;
    background-color: #91201a;;
}

.content-block.overlay-section {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
    position: relative;
    padding-top: 114px;
    color: #fff;
}

.content-block.overlay-section:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(121, 0, 0, 0.65);
}

.content-block.overlay-section.dark:before {
    background: rgba(0, 0, 0, 0.8);
}

.content-block.overlay-section .content-inner {
    position: relative;
    z-index: 10000;
}

.content-block.overlay-section .content-inner h2 {
    font-size: 42px;
}

.content-block.content-border {
    background-color: #fafafa;
    position: relative;
}

.content-block.content-border:before {
    display: block;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    border-top: 1px dashed #cccccc;
    border-bottom: 1px dashed #fff;
    width: 100%;
}

.image {
    overflow: hidden;
    position: relative;
}

.image .placeholder {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100%;
    display: block;
}

.image .placeholder .bg {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    margin-top: 0px;
    text-transform: uppercase;
    color: #444444;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .content-block.overlay-section .content-inner h2,
    .content-title, .content-block-dark h2,
    .section-title h2{
        font-size: 24px !important;
        line-height: 1.5;
    }
    .single-box-item .content h4{
        font-size: 18px;
    }

    h2.heading2-border, h3.heading3-border, h4.heading4-border{
        font-size: 20px !important;
    }
}

.single-box-item {
    box-shadow: 0px 3px 6px 0px rgba(153, 153, 153, 0.5) !important;
    position: relative;
    overflow: hidden;
    margin: 15px 0px;
    width: 100%;
}

.single-box-item .image {
    background-color: #a7a7a7;
    background-position: center;
    background-size: cover;
    height: 300px;
}

.single-box-item.sm .image {
    height: 200px;
}

.single-box-item .content {
    padding: 20px;
}

.single-box-item .content h4 {
    color: #444444;
    text-transform: uppercase;
    position: relative;
    margin-top: 0px;
    margin-bottom: 15px;
}

.single-box-item.sm .content h4 {
    font-size: 15px;
}

.single-box-item .content h4:before {
    position: absolute;
    content: "";
    height: 2px;
    background-color: #91201a;
    display: block;
    width: 40px;
    left: 0px;
    bottom: -5px;
}

.single-box-item.sm .content h4:before {
    display: none;
}

.single-box-item.sm .content p {
    font-size: 13px;
    font-weight: 400;
    /*font-family: Tahoma;*/
    line-height: 1.3;
}

.single-box-item .tag {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.single-box-item .tag:before {
    position: absolute;
    right: 0px;
    bottom: -60px;
    width: 60px;
    height: 60px;
    border-top: 80px solid transparent;
    border-right: 80px solid #91201a;
    border-bottom: 50px solid transparent;
    content: "";
    display: block;
}


.single-box-item .tag i {
    color: #fff;
    font-size: 22px;
    position: absolute;
    right: 5px;
    bottom: 0px;
}


.step-content h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 0px;
}

.step-content .no {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.step-content .no .icon {
    flex: 0 0 auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #91201a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.step-content .no .icon i {
    font-size: 32px;
    line-height: 32px;
    margin-top: 5px;
}

.step-content .no:last-child {
    /*margin-bottom: 0;*/
}

h2.heading2-border, h3.heading3-border, h4.heading4-border {
    position: relative;
    font-size: 20px;
    padding-bottom: 12px;
    margin-top: 0px;
    margin-bottom: 15px;
}

h2.heading2-border:before, h3.heading3-border:before, h4.heading4-border:before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 20px;
    height: 2px;
    background-color: #a3001c;
    content: "";
}

h2.heading2-border:after, h3.heading3-border:after, h4.heading4-border:after {
    position: absolute;
    left: 30px;
    bottom: 0px;
    width: 90px;
    height: 2px;
    background-color: #91201a;
    content: "";
}


.step-circle .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 991px) {
    .step-circle .item{
        margin-bottom: 30px;
    }
}

.step-circle .item .icon {
    flex: 0 0 auto;
    width: 130px;
    height: 130px;
    margin-right: 10px;
    border-radius: 50%;
    border: 3px solid #91201a;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 80px;
    color: #777;
    margin-bottom: 10px;

}

.step-circle .item .icon i {
    transform: translate(4%, 4%);
}

.step-circle .item .icon .no {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #fff;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    background-color: #91201a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.avs-block {
    background-color: #fff;
    border-radius: 3px;
    padding: 48px 15px 15px 15px;
    position: relative;
    box-shadow: 1px 1px 3px 0px rgba(153, 153, 153, 0.7) !important;
    margin-bottom: 30px;
    border: 1px solid rgba(235, 0, 40, 0.43);
}

@media (max-width: 767px) {
    .avs-block{
        margin-bottom: 60px;
    }
}

.avs-block .icon {
    position: absolute;
    border-radius: 3px;
    background-color: #91201a;
    color: #fff;
    line-height: 74px;
    text-align: center;
    height: 72px;
    width: 84px;
    left: 15px;
    top: -36px;
    font-size: 40px;
}

.avs-block p {
    color: #333;
    font-size: 13px;
}

.form-control {
    color: #706c6c;
    background-color: #f2f2f2;
    font-style: normal;
    font-weight: 400;
    border-color: #f2f2f2;
    font-size: 14px;
}


.footer {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    /*background-image: url(../images/map.png);*/
    background-color: #141414;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: 100%;
    /* background-position: center center; */
    color: #a7a7a7;
}

.footer:after {
    content: '';
    background-color: rgba(33, 33, 33, 0.92);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;

}

.footer .footer-content {
    position: relative;
    z-index: 10;
    padding-bottom: 15px;
}

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

.footer .copyright {
    font-size: 12px;

}

ul.footer-contact {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

ul.footer-contact li {
    color: #91201a;
}

ul.footer-contact li i {
    padding-right: 4px;
    color: #a7a7a7;
}

.footer-wiz h3 {
    color: #fff;
    margin-top: 0px;
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 40px;
}

.footer-wiz h3:before {
    position: absolute;
    display: block;
    height: 2px;
    background-color: #91201a;
    left: 0px;
    bottom: -10px;
    content: "";
    width: 40px;
}

@media (max-width: 767px) {
    .footer-wiz h3{
        margin-top: 15px;
    }
}

.footer-wiz ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.footer-menu ul li {
    padding-bottom: 10px;
    padding-left: 15px;
    position: relative;
}

.footer-menu ul li:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "\F142";
    font-family: 'Material Design Icons';
}

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

.footer-wiz ul.open-hours li {
    border-bottom: 1px dashed #404040;
    padding: 10px 0px;
}

.footer-wiz ul.open-hours li:first-child {
    padding-top: 0px;
}

.footer-menu ul.open-hours li:before {
    display: none;
}

.footer-bottom-area {
    background-color: #181818;
    color: #a7a7a7;
    font-size: 11px;
    text-transform: uppercase;
    padding: 15px 0px;
}
