/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 5 version
*/


main#main-page {
    max-width: 1920px;
    margin: 0 auto;
}

/*reset css base*/
a , a:hover, a:focus{

    text-decoration: none;

}

img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

a,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
button,
button:focus,
button:hover,
button:visited {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

/*end reset base*/

/*css article post*/

.alignleft {

    display: inline;

    float: left;

    margin-right: 1.5em;

}



.alignright {

    display: inline;

    float: right;

    margin-left: 1.5em;

}



.aligncenter {

    clear: both;

    display: block;

    margin: 0 auto;

}



.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {

    content: "";

    display: table;

    table-layout: fixed;

}



.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {

    clear: both;

}


.sticky {

    display: block;

}



.updated:not(.published) {

    display: none;

}



.page-content, .entry-content, .entry-summary {

    margin: 1.5em 0 0;

}



.page-links {

    clear: both;

    margin: 0 0 1.5em;

}



.comment-content a {

    word-wrap: break-word;

}


.wp-caption {

    margin-bottom: 1.5em;

    max-width: 100%;

}



.wp-caption img[class*="wp-image-"] {

    display: block;

    margin-left: auto;

    margin-right: auto;

}



.wp-caption .wp-caption-text {

    margin: 0.8075em 0;

}



.wp-caption-text {

    text-align: center;

}

.fb-like.fb_iframe_widget, .fb-like.fb_iframe_widget * {
    width: 128px !important;
    height: 21px !important;
}

.single__social {
    background: #eaeaea8a;
    padding: 8px 0;
    padding-left: 20px;
    border: 1px dashed #cfcfcf;
}

.single__social span {
    margin-right: 10px;
    font-family: 'Roboto-Medium';
}

h1.v-title-single-post {
    font-family: var(--second-font);
    font-size: 28px;
    margin-bottom: 10px;
    text-align: center;
}

.v-content-single-post strong {
    font-family: var(--second-font);
}

h2.v-title-comment {
    font-family: var(--second-font);
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 15px;
}

.fb-comments iframe {
    border: 1px solid #a4a4a433 !important;
    background: #cbcbcb33;
    padding: 2rem;
}


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */

    display: none;

}



/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {

    display: block;

}



.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {

    border: none;

    margin-bottom: 0;

    margin-top: 0;

    padding: 0;

}



/* Make sure embeds and iframes fit their containers. */

embed, iframe, object {

    max-width: 100%;

}




/*START HEADER*/

.header__mobile {

    background-color: #fff;

}



.header-main-inner, .header-mobile-wrapper {

    -webkit-transition: all 0.5s ease;

    -o-transition: position 10s;

    -o-transition: all 0.5s ease;

    transition: all 0.5s ease;

}



.fixed {

    left: 0;

    max-width: 100%;

    overflow: visible;

    position: fixed !important;

    top: 0;

    width: 100%;

    z-index: 1000;

    -webkit-animation: smoothScroll 1s forwards;

            animation: smoothScroll 1s forwards;

}



@-webkit-keyframes smoothScroll {

    0% {

        -webkit-transform: translateY(-40px);

                transform: translateY(-40px);

    }

    100% {

        -webkit-transform: translateY(0px);

                transform: translateY(0px);

    }

}



@keyframes smoothScroll {

    0% {

        -webkit-transform: translateY(-40px);

                transform: translateY(-40px);

    }

    100% {

        -webkit-transform: translateY(0px);

                transform: translateY(0px);

    }

}


.wrapper-menu ul#menu-main {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.header-menu {
    background: var(--second-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
}

span#search-header {
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}

span#search-header svg {
    fill: #fff;
    width: 20px;
}
.wrapper-menu ul#menu-main>li {
    position: relative;
    display: inline-block;
}

.wrapper-menu ul#menu-main>li {
    padding: 12px 20px;
}

.wrapper-menu ul#menu-main>li>a {
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-family: "Roboto-Medium";
    font-size: 15px;
}
.wrapper-menu ul#menu-main>li.menu-item-has-children:after {
    font-family: 'FontAwesome';
    content: '\f107';
    position: absolute;
    right: 3px;
    top: 12px;
    color: #fff;
}

ul#menu-main>li>ul.sub-menu {
    padding: 0;
    list-style: none;
    margin: 0;
    position: absolute;
    top: 48px;
    background: #fff;
    opacity: 0;
    z-index: 999;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    -webkit-box-shadow: 1px 2px 3px #3333;
            box-shadow: 1px 2px 3px #3333;
    text-align: left;
    -webkit-box-shadow: 1px 3px 8px #3333;
    box-shadow: 1px 3px 8px #3333;
    -o-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -webkit-transform: scale(0,0);
    border-top: 1px solid var(--primary-color);
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transition: -o-transform .4s,opacity .4s;
    -ms-transition: -ms-transform .4s,opacity .4s;
    -moz-transition: -moz-transform .4s,opacity .4s;
    -webkit-transition: -webkit-transform .4s,opacity .4s;
}

ul#menu-main>li>ul.sub-menu>li>a {
    display: block;
    padding: 12px 15px;
    padding-right: 25px;
    border-bottom: 1px solid #5e5e5e33;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #000;
}
ul#menu-main>li>ul.sub-menu>li>a:before {
    font-family: 'FontAwesome';
    content: '\f0a9';
    margin-left: 5px;
    margin-right: 10px;
}
ul#menu-main>li.menu-item-has-children:hover>ul.sub-menu{
    opacity: 1;
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
}
ul#menu-main>li>ul.sub-menu>li>a:hover {
    padding-left: 20px;
    background-color: var(--primary-color);
    color: #fff;
}

/*search header*/
.form-header-wrapper form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.form-header-wrapper form input {
    width: 250px;
    height: 35px;
    border: 1px solid #3333;
    border-radius: 0;
    font-size: 15px;
    padding-left: 10px;
}

.form-header-wrapper form button {
    width: 50px;
    height: 35px;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: #fff;
}

.search-form-header {
    position: absolute;
    right: 0;
    bottom: -90px;
    z-index: 99;
    padding: 1.5rem 20px;
    background: #fff;
    border-top: 2px solid var(--primary-color);
    -webkit-box-shadow: 1px 2px 6px #4b4b4b33;
            box-shadow: 1px 2px 6px #4b4b4b33;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
    visibility: hidden;
}
.search-form-header.show {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.form-header-wrapper {
    position: relative;
}

.form-header-wrapper:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 15px 12px 15px;
    border-color: transparent transparent var(--primary-color) transparent;
    content:
    "";
    position: absolute;
    top: -28px;
    right: 0;
}
span#search-header svg:hover {
    cursor: pointer;
    fill: var(--primary-color);
}

/*Menu Mobile*/
.header-mobile-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 10px;
    height: 60px;
    background-color: var(--second-color);
}

.header-mobile-logo a img {
    max-width: 50px;
}
.header-mobile-right>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40px;
    height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
}
.header-mobile-right span i {
    font-size: 24px;
}
.nav-menu-mobile {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    color: #fff;
    padding: 3rem 2rem;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: .98;
    background: var(--second-color);
    z-index: 9999999;
}
.nav-menu-mobile.show {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}
.nav-menu-inner {
    position: relative;
}

span#ic-close-menu {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 26px;
    z-index: 9999;
}
a.hsnl-btn {
    display: block;
    background-color: var(--primary-color);
    color: #fff;
    width: 170px;
    text-align: center;
    padding: 5px 0;
    font-size: 15px;
    font-family: 'Roboto-Medium';
    margin: 20px 0;
}

.hotline-mobile {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.hotline-mobile a i {
    color: var(--primary-color);
}

.hotline-mobile a {
    font-size: 15px;
}
.nav-mobile-social>a {
    font-size: 22px;
    margin-right: 30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.nav-mobile-social {
    margin-bottom: 3rem;
}

.wrapper-menu-mobile>ul#menu-mobile {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wrapper-menu-mobile>ul#menu-mobile>li {
    position: relative;
}

.wrapper-menu-mobile>ul#menu-mobile>li>a {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
ul#menu-mobile ul.sub-menu {
    padding-left: 20px;
    list-style: none;
}

ul#menu-mobile ul.sub-menu>li>a {
    display: block;
    padding: 8px 0;
}

ul#menu-mobile ul.sub-menu>li>a:before {
    font-family: 'FontAwesome';
    content: '\f0da';
    margin-right: 10px;
}
.wrapper-menu-mobile>ul#menu-mobile>li.menu-item-has-children>a:after {
    font-family: 'FontAwesome';
    content: '\f107';
    position: absolute;
    right: 0;
    top: 12px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

ul#menu-mobile ul.sub-menu {
    opacity: 0;
    display: none;
    max-height: 0;
    -webkit-transition: max-height 0.25s ease-in;
    -o-transition: max-height 0.25s ease-in;
    transition: max-height 0.25s ease-in;
}
ul#menu-mobile ul.sub-menu.show {
    opacity: 1;
    display: block;
    max-height: 500px;
    -webkit-transition: max-height 0.25s ease-in;
    -o-transition: max-height 0.25s ease-in;
    transition: max-height 0.25s ease-in;
}
.wrapper-menu-mobile>ul#menu-mobile>li.menu-item-has-children.expand-ic>a:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.header-mobile {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 1px 2px 6px #74747433;
            box-shadow: 1px 2px 6px #74747433;
}

.search-form-mobile {
    background: #efefef;
    padding: 1rem;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    bottom: -54px;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    left: 0;
}
.search-form-mobile.show {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    z-index: 9;
}
.search-form-mobile form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.search-form-mobile form button {
    width: 70px;
    background: var(--primary-color);
    color: #fff;
    height: 35px;
    border: none;
}

.search-form-mobile form input {
    width: 100%;
    height: 35px;
    font-size: 14px;
    padding-left: 10px;
    border-radius: 0;
}

/*END HEADER*/


/*BREADCRUMB*/

.breadcrumb-style {

    display: -ms-flexbox;

    display: -webkit-box;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-bottom: 1rem;

    list-style: none;

}

ul#crumbs > i {

    margin: 0 6px;

}



ul#crumbs {

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    padding: 10px 0;

    margin-bottom: 0;

    font-size: 15px;

}

/*END BREADCRUMB*/

/*V POST ARCHIVE*/
.wrapper-archive,.wrapper-single {
    padding: 5rem 0;
}

/*1.four column*/
.v-post-items {
    position: relative;
}

a.link-thumb {
    display: block;
    overflow: hidden;
}

a.link-thumb img {
    width: 100%;
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
}

h3.v-post-title {
    margin: 20px 0;
}

h3.v-post-title>a {
    font-family: var(--second-font);
    font-size: 18px;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
     -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.v-post-content>p {
    font-size: 16px;
    margin: 0;
    margin-bottom: 20px;
     -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

a.v-post-btn-more {
    background: var(--primary-color);
    color: #fff;
    padding: 8px 20px;
    font-size: 14px;
    -webkit-transition: background .3s ease-out;
    -o-transition: background .3s ease-out;
    transition: background .3s ease-out;
}
/*2.one column*/
.v-blog-thumb {
    position: relative;
}

.v-blog-thumb>a {
    display: block;
    overflow: hidden;
}

.v-blog-thumb>a>img {
    width: 100%;
    height: 160px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
}

h3.v-blog-title {
    margin-bottom: 15px;
}

h3.v-blog-title>a {
    font-family: var(--second-font);
    line-height: 26px;
    font-size: 18px;
}

.v-blog-content>p {
    font-size: 16px;
    margin: 0;
     -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.v-blog-item {
    position: relative;
    margin-bottom: 3rem;
}

/*END V POST ARCHIVE*/

/* START CONTACT*/

/*contact 1*/
.contact_5 {
    position: relative;
    padding: 4rem 0;
}

.contact_5__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.left {
    position: relative;
    margin-bottom: 3rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}

.left h2 {
    margin-bottom: 2.5rem;
    text-align: center;
    text-transform: uppercase;
}

.right h2 {
    text-align: center;
    margin-bottom: 3rem;
    text-transform: uppercase;
}

.form_contact_2 > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    margin-bottom: 1.5rem;
}

.form_contact_2 > div textarea {
    width: 100%;
    max-height: 3rem;
    border: none;
    border-bottom: 1px solid #ccc;
}

.form_contact_2 > div label {
    color: var(--primary-color);
    font-family: var(--second-font);
}

.form_contact_2 > div input {
    display: inline-block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 1.5rem;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.form_contact_2 > div input:focus {
    outline: none;
}

.button {
    position: relative;
    text-align: revert;
}

.button input {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 14rem;
    height: 4rem;
    border: none;
    background-color: var(--primary-color);
    color: #fff;
    text-transform: uppercase;
    margin-left: auto;
}

.form_contact_2 > div textarea:focus {
    outline: none;
}

.button input:hover {
    background-color: #09174a;
}

.right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.right ul li {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
}

.right ul li ._label_info {
    font-family: var(--second-font);
    color: var(--primary-color);
    text-transform: capitalize;
}

.right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 43%;
            flex: 0 0 43%;
    position: relative;
    padding-left: 4rem;
}

.right::before {content: "";position: absolute;left: 0;height: 65%;width: 1px;background-color: #ccc;top: 40px;}

.right h2:last-child {
    margin: 0;
    margin-top: 4rem;
    color: #f3bc20;
}

.contact_5__bottom h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    text-transform: uppercase;
}

.contact_5__bottom {}

._maps iframe {
    width: 100%;
    height: 45rem;
}
/*end contact 1*/

/* END CONTACT*/

/*START PHÂN TRANG*/

.quatrang > a {

    border: 1px solid #333;

    padding: 3px 10px;

    color: #333;

    margin: 0 3px;

}



span.page-numbers.current {

    background-color: var(--primary-color);

    color: #fff;

    padding: 4px 11px;

    margin: 0 3px;

}

/*END PHÂN TRANG*/

/*START TIN LIÊN QUAN*/

.v-title-related>h2 {
    font-family: var(--second-font);
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 15px;
}

ul.v-related-list {
    padding-left: 20px;
}

ul.v-related-list>li {
    margin-bottom: 8px;
}

/*END TIN LIÊN QUAN*/

/*START SIDEBAR*/
h3.v-sidebar-title {
    text-transform: uppercase;
    font-family: var(--second-font);
    margin-bottom: 15px;
    background-color: var(--primary-color);
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    color: #fff;
}

ul.v-list-item {
    padding: 0 5px;
    list-style: none;
    margin: 0;
}

ul.v-list-item>li {
    margin-bottom: 20px;
}

ul.v-list-item>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

ul.v-list-item>li>a img {
    width: 100%;
    height: 80px;
    border-radius: 6px;
}
.v-list-item__thumb {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
}
ul.v-list-item>li>a>h5 {
    font-family: "Roboto-Medium";
    font-size: 14px;
    padding-left: 10px;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
     -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-box-flex: 1.5;
        -ms-flex-positive: 1.5;
            flex-grow: 1.5;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    line-height: 20px;
}
ul.v-list-item>li>a:hover img {
    -webkit-filter: brightness(0.6);
            filter: brightness(0.6);
}

ul.v-list-item>li>a:hover h5 {
    color: var(--primary-color);
}

ul.v-related-list>li:hover a {
    color: var(--primary-color);
    padding-left: 5px;
}
.v-sidebar-block {
    margin-bottom: 4rem;
    border: 1px solid #3333;
}

/*END SIDEBAR*/

/*START BACK TO TOP*/

a.cd-top.cd-is-visible {

    visibility: visible;

    opacity: 1;

    z-index: 9;

}



a.cd-top, a.cd-top:visited, a.cd-top:hover {

    color: #CCCCCC;

    text-decoration: none;

}



a.cd-top.cd-is-visible, a.cd-top.cd-fade-out, .no-touch a.cd-top:hover {

    -webkit-transition: opacity .3s 0s, visibility 0s 0s;

    -o-transition: opacity .3s 0s, visibility 0s 0s;

    transition: opacity .3s 0s, visibility 0s 0s;

}



a.cd-top {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

    height: 35px;

    width: 35px;

    position: fixed;

    bottom: 10px;

    right: 10px;

    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);

            box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);

    /* image replacement properties */

    overflow: hidden;

    white-space: nowrap;

    background: var(--primary-color);

    visibility: hidden;

    opacity: 0;

    -webkit-transition: opacity .3s 0s, visibility 0s .3s;

    -o-transition: opacity .3s 0s, visibility 0s .3s;

    transition: opacity .3s 0s, visibility 0s .3s;

}



a.cd-top.cd-is-visible, a.cd-top.cd-fade-out, .no-touch a.cd-top:hover {

    -webkit-transition: opacity .3s 0s, visibility 0s 0s;

    -o-transition: opacity .3s 0s, visibility 0s 0s;

    transition: opacity .3s 0s, visibility 0s 0s;

}



a.cd-top, a.cd-top:visited, a.cd-top:hover {

    color: #CCCCCC;

    text-decoration: none;

}



a.cd-top.cd-is-visible {

    /* the button becomes visible */

    visibility: visible;

    opacity: 1;

}

a.cd-top.cd-is-visible i {
    color: #fff;
}

a.cd-top.cd-fade-out {

    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */

    opacity: 1;

}

/*END BACK TO TOP*/




/*START SLIDER OLD */

#jssor_1 img{

    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;

}



.jssorl-009-spin img {

    -webkit-animation-name: jssorl-009-spin;

            animation-name: jssorl-009-spin;

    -webkit-animation-duration: 1.6s;

            animation-duration: 1.6s;

    -webkit-animation-iteration-count: infinite;

            animation-iteration-count: infinite;

    -webkit-animation-timing-function: linear;

            animation-timing-function: linear;

}



@-webkit-keyframes jssorl-009-spin {

    from {

        -webkit-transform: rotate(0deg);

                transform: rotate(0deg);

    }



    to {

        -webkit-transform: rotate(360deg);

                transform: rotate(360deg);

    }

}



@keyframes jssorl-009-spin {

    from {

        -webkit-transform: rotate(0deg);

                transform: rotate(0deg);

    }



    to {

        -webkit-transform: rotate(360deg);

                transform: rotate(360deg);

    }

}





.jssorb053 .i {

    position: absolute;

    cursor: pointer;

}



.jssorb053 .i .b {

    fill: #fff;

    fill-opacity: 0.5;

}



.jssorb053 .i:hover .b {

    fill-opacity: 1;

    fill: #000;

}



.jssorb053 .iav .b {

    fill-opacity: 1;

    fill: #000;

}



.jssorb053 .i.idn {

    opacity: .3;

}



.jssora093 {

    display: block;

    position: absolute;

    cursor: pointer;

}



.jssora093 .c {

    fill: none;

    stroke: #fff;

    stroke-width: 400;

    stroke-miterlimit: 10;

}



.jssora093 .a {

    fill: none;

    stroke: #fff;

    stroke-width: 400;

    stroke-miterlimit: 10;

}



.jssora093:hover {

    opacity: .8;

}



.jssora093.jssora093dn {

    opacity: .6;

}



.jssora093.jssora093ds {

    opacity: .3;

    pointer-events: none;

}


/*END SLIDER OLD*/



/*------------------------ Error 404------------------------*/

#error{

    padding: 40px 0;

    text-align: center;

}

.error_title{

    color: #000;

}

.error_title p{

    color: #ed3d3f;

    font-size: 18px;

    margin: 0;

    padding-top: 20px;

}

.error_title img{

    Padding-top: 50px;

    width: 100%;

    max-width: 200px;

}

.error_bottom{

    margin-top: 15px;

}

.error_bottom a{

    display: inline-block;

    padding: 10px 30px;

    color: #fff;

    background: #ed3d3f;

    border: 1px solid #fff;

    border-radius: 40px;

    text-decoration: none;

}

/*------------------------ END Error 404------------------------*/


/*START SLIDE NEW*/

div#owl-slide-desktop .owl-item img {
    max-height: 690px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
div#owl-slide-mobile .owl-item img {
    /*height: 360px;*/
    -o-object-fit: cover;
       object-fit: cover;
}
.owl-nav button {
    position: absolute;
    top: 45%;
}

button.owl-prev {
    left: 0;
}

button.owl-next {
    right: 0;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.owl-theme .owl-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 5%;
}
.owl-theme .owl-dots button {
    width: 10px;
    height: 10px;
    background: white !important;
    margin: 0 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.owl-theme .owl-dots button.active {
    background: var(--primary-color) !important;
    height: 12px;
    width: 12px;
}
button:focus,
button:hover {
    outline: none;

}

/*END SLIDE NEW*/


/*---------------- TABLET RESPONSIVE ------------------*/
@media (max-width:767px) {

    .right h2:last-child {
        margin-top: 2rem;
    }
    .contact_5__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column wrap;
                flex-flow: column wrap;
    }

    .right {
        padding-left: 0;
    }

    .right::before {
        display: none;
    }

    .contact_5 {
        padding: 2rem 0;
    }

    .right {
        background-color: #cccccc54;
        padding: 3rem 2rem;
        margin-bottom: 3rem;
    }

    .left {
        margin-bottom: 0;
    } 
    .v-blog-thumb>a>img {
        height: 220px;
    }

    h3.v-blog-title {
        margin: 15px 0;
    }
    .breadcrumb-style {
        display: none;
    }
}