
:root {
    --blue-dark: #124BA1;
    --text-blue: #182c44;
    --white-gray-1: #fafafa;
    --font-serif: 'Roboto';


    --main-color: #005AAB;
    --text-color: #1d1d1f;
    --text-color-light: #86868b;
}

body {
    font-family: var(--font-serif), var(--font-family-sans-serif);
    font-weight: 400;
    font-size: 16px;
    overflow-x: hidden;
    scroll-behavior: smooth;
    color: var(--text-color);
}

body.no-sticky {
    margin-top: 0;
}

a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

img {
    max-width: 100%;
}

img.fix-img {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

button {
    cursor: pointer;
}

button:hover, button:focus {
    outline: none !important;
}

.form-group label {
    font-weight: bold;
}

.bg-sep {
    background-color: #F3F3F3;
}

.main-h1 {
    color: #124BA1;
    font-weight: bold;
    font-size: 25px;
}

/*@media screen and (max-width: 991px) {*/
.header-nav .main-menu ._logo {
    padding: 20px 0;
    background: #F3F5F7;
    border-bottom: 1px solid #d9d9d9;
}

.header-nav .main-menu ._logo > a {
    display: block;
    text-align: center;
}

.header-nav .main-menu ._logo > a > img {
    height: 3em;
}

/*}*/

@media (min-width: 768px) {
    .main-h1 {
        font-size: 35px;
    }
}

#bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.row.small {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.row.small [class*=col-] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.text-main {
    color: #124BA1 !important;
}

.nav-pills-main .nav-link {
    color: #000;
    font-weight: bold;
}

.nav-pills-main .nav-link.active {
    background-color: #124BA1;
}

.bg-sep {
    background-color: #f7f7f7;
}

.main-title {
    margin-bottom: 1rem;
}

.main-title h1, .main-title h2, .main-title h3, .main-title h4, .main-title h5, .main-title h6 {
    position: relative;
    color: #000;
    font-size: 28px;
    font-weight: bold;
}

.main-title h1:before, .main-title h2:before, .main-title h3:before, .main-title h4:before, .main-title h5:before, .main-title h6:before {
    content: "";
    display: inline-block;
    border-top: 10px solid #124BA1;
    border-right: 10px solid transparent;
    border-left: 10px solid #124BA1;
    border-bottom: 10px solid transparent;
    margin-right: 0.5rem;
}

.main-title.small h1, .main-title.small h2, .main-title.small h3, .main-title.small h4, .main-title.small h5, .main-title.small h6 {
    font-size: 20px;
}

.empty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.empty img {
    width: 200px;
    margin-bottom: 1rem;
}

.separator {
    color: #eee;
    width: 100%;
    margin: 7px auto 10px auto;
    overflow: hidden;
    text-align: center;
    line-height: 1.2em;
}

.separator:before {
    border-bottom: 1px solid #eee;
    content: "";
    display: inline-block;
    height: 0.65em;
    margin: 0 0 0 -100%;
    vertical-align: top;
    width: 50%;
}

.separator:after {
    border-bottom: 1px solid #eee;
    content: "";
    display: inline-block;
    height: 0.65em;
    margin: 0 -100% 0 0;
    vertical-align: top;
    width: 50%;
}

.owl-main .owl-nav {
    width: 100%;
}

.owl-main .owl-nav.disabled {
    display: none;
}

.owl-main .owl-nav button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    font-size: 25px !important;
    border: 0;
    border-radius: 50%;
    background: #fff !important;
    color: #000;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-main .owl-nav button:hover, .owl-main .owl-nav button:focus, .owl-main .owl-nav button:active {
    outline: none !important;
}

.owl-main .owl-nav button.owl-prev {
    left: 0.5rem;
}

.owl-main .owl-nav button.owl-next {
    right: 0.5rem;
}

.owl-main .owl-dots {
    text-align: center;
    margin-top: 0.75rem;
}

.owl-main .owl-dots button {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ddd;
    margin: 0 5px;
    border: none;
    border-radius: 50%;
    position: relative;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.owl-main .owl-dots button:hover, .owl-main .owl-dots button:focus, .owl-main .owl-dots button:active {
    outline: none !important;
}

.owl-main .owl-dots button.active {
    background: #d7202c;
}

.owl-carousel .owl-nav {
    width: 100%;
}

.owl-carousel .owl-nav.disabled {
    display: none;
}

.panel {
    background-color: #fff;
}

.panel.panel-shadow {
    box-shadow: 5px 5px 35px rgba(0, 0, 0, 0.2);
}

.panel.panel-negative {
    margin-top: -2rem;
}

.panel.panel-rounded {
    border-radius: 0.5rem;
}

.panel-body {
    padding: 2rem;
}

.sidebar {
    border: 1px solid #eee;
}

.sidebar-header {
    background-color: #124BA1;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 0.75rem;
}

.sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-list li:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.sidebar-list li a {
    display: block;
    padding: 0.5rem 1rem;
    color: #000;
}

.sidebar-list li a:hover {
    background-color: #f5f5f5;
}

.pagination {
    position: relative;
    padding: 0.75rem;
    z-index: 1;
}

.pagination .page-item.pageactive .page-link {
    background-color: #124BA1;
    color: #fff;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pagination .page-item .page-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    margin: 0 0.25rem;
    text-align: center;
    color: #000;
    border: 1px solid #d9d9d9;
    background-color: transparent;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
    border-color: #0b141e;
    background-color: #acc5e2;
    color: #112031;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.filter-title {
    background: #124BA1;
    display: flex;
    align-items: center;
    padding: 10px;
}

.filter-title h3 {
    color: #fff;
    margin: 0;
    font-size: 13px;
}

.filter-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.filter-body .dropdown:first-child button {
    margin-left: 0.5rem;
}

.filter-body .dropdown-menu a {
    display: block;
    padding: 0.5rem 1rem;
    color: #000;
}

.filter-body .dropdown-menu a:hover {
    background-color: #124BA1;
    color: #fff;
}

.filter-body button {
    font-weight: normal;
    background: #f5f5f5;
    margin: 0 0.25rem;
    border-radius: 0;
}

.social-icons ul {
    padding: 0;
}

.social-icons ul:after {
    content: "";
    display: table;
    clear: both;
}

.text-center.social-icons ul {
    display: inline-block;
}

.social-icons li {
    float: left;
    list-style: none;
}

.social-icons li a {
    float: left;
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    margin: 0 4px 4px 0;
    border-radius: 4px;
    border: 0;
    background: transparent;
    color: #124BA1;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-icons.social-icons-colored a,
.social-icons.social-icons-colored-hover a:hover {
    color: #fff;
    border: 0;
}

.social-icons.social-icons-colored .social-rss a,
.social-icons.social-icons-colored-hover .social-rss a:hover {
    background-color: #faa33d;
}

.social-icons.social-icons-colored .social-facebook a,
.social-icons.social-icons-colored-hover .social-facebook a:hover {
    background-color: #5d82d1;
}

.social-icons.social-icons-colored .social-twitter a,
.social-icons.social-icons-colored-hover .social-twitter a:hover {
    background-color: #40bff5;
}

.social-icons.social-icons-colored .social-vimeo a,
.social-icons.social-icons-colored-hover .social-vimeo a:hover {
    background-color: #35c6ea;
}

.social-icons.social-icons-colored .social-myspace a,
.social-icons.social-icons-colored-hover .social-myspace a:hover {
    background-color: #008dde;
}

.social-icons.social-icons-colored .social-youtube a,
.social-icons.social-icons-colored-hover .social-youtube a:hover {
    background-color: #ef4e41;
}

.social-icons.social-icons-colored .social-instagram a,
.social-icons.social-icons-colored-hover .social-instagram a:hover {
    background-color: #548bb6;
}

.social-icons.social-icons-colored .social-gplus a,
.social-icons.social-icons-colored-hover .social-gplus a:hover {
    background-color: #d68400;
}

.social-icons.social-icons-colored .social-stumbleupon a,
.social-icons.social-icons-colored-hover .social-stumbleupon a:hover {
    background-color: #ff5c30;
}

.social-icons.social-icons-colored .social-lastfm a,
.social-icons.social-icons-colored-hover .social-lastfm a:hover {
    background-color: #f34320;
}

.social-icons.social-icons-colored .social-pinterest a,
.social-icons.social-icons-colored-hover .social-pinterest a:hover {
    background-color: #e13138;
}

.social-icons.social-icons-colored .social-google a,
.social-icons.social-icons-colored-hover .social-google a:hover {
    background-color: #eb5e4c;
}

.social-icons.social-icons-colored .social-evernote a,
.social-icons.social-icons-colored-hover .social-evernote a:hover {
    background-color: #9acf4f;
}

.social-icons.social-icons-colored .social-dribbble a,
.social-icons.social-icons-colored-hover .social-dribbble a:hover {
    background-color: #f7659c;
}

.social-icons.social-icons-colored .social-skype a,
.social-icons.social-icons-colored-hover .social-skype a:hover {
    background-color: #13c1f3;
}

.social-icons.social-icons-colored .social-forrst a,
.social-icons.social-icons-colored-hover .social-forrst a:hover {
    background-color: #45ad76;
}

.social-icons.social-icons-colored .social-linkedin a,
.social-icons.social-icons-colored-hover .social-linkedin a:hover {
    background-color: #238cc8;
}

.social-icons.social-icons-colored .social-wordpress a,
.social-icons.social-icons-colored-hover .social-wordpress a:hover {
    background-color: #2592c3;
}

.social-icons.social-icons-colored .social-grooveshark a,
.social-icons.social-icons-colored-hover .social-grooveshark a:hover {
    background-color: #ffb21d;
}

.social-icons.social-icons-colored .social-delicious a,
.social-icons.social-icons-colored-hover .social-delicious a:hover {
    background-color: #377bda;
}

.social-icons.social-icons-colored .social-behance a,
.social-icons.social-icons-colored-hover .social-behance a:hover {
    background-color: #1879fd;
}

.social-icons.social-icons-colored .social-dropbox a,
.social-icons.social-icons-colored-hover .social-dropbox a:hover {
    background-color: #17a3eb;
}

.social-icons.social-icons-colored .social-soundcloud a,
.social-icons.social-icons-colored-hover .social-soundcloud a:hover {
    background-color: #ff7e30;
}

.social-icons.social-icons-colored .social-deviantart a,
.social-icons.social-icons-colored-hover .social-deviantart a:hover {
    background-color: #6a8a7b;
}

.social-icons.social-icons-colored .social-yahoo a,
.social-icons.social-icons-colored-hover .social-yahoo a:hover {
    background-color: #ab47ac;
}

.social-icons.social-icons-colored .social-flickr a,
.social-icons.social-icons-colored-hover .social-flickr a:hover {
    background-color: #ff48a3;
}

.social-icons.social-icons-colored .social-digg a,
.social-icons.social-icons-colored-hover .social-digg a:hover {
    background-color: #75788d;
}

.social-icons.social-icons-colored .social-blogger a,
.social-icons.social-icons-colored-hover .social-blogger a:hover {
    background-color: #ff9233;
}

.social-icons.social-icons-colored .social-tumblr a,
.social-icons.social-icons-colored-hover .social-tumblr a:hover {
    background-color: #426d9b;
}

.social-icons.social-icons-colored .social-quora a,
.social-icons.social-icons-colored-hover .social-quora a:hover {
    background-color: #ea3d23;
}

.social-icons.social-icons-colored .social-github a,
.social-icons.social-icons-colored-hover .social-github a:hover {
    background-color: #3f91cb;
}

.social-icons.social-icons-colored .social-amazon a,
.social-icons.social-icons-colored-hover .social-amazon a:hover {
    background-color: #ff8e2e;
}

.social-icons.social-icons-colored .social-xing a,
.social-icons.social-icons-colored-hover .social-xing a:hover {
    background-color: #1a8e8c;
}

.social-icons.social-icons-colored .social-wikipedia a,
.social-icons.social-icons-colored-hover .social-wikipedia a:hover {
    background-color: #b3b5b8;
}

.social-icons.social-icons-border li a {
    border: 1px solid #d7d7d7;
    background: transparent;
    color: #fff;
}

.social-icons.social-icons-dark li a {
    background: #888;
    color: #fff;
}

.social-icons.social-icons-light li a {
    background: #fff;
    color: #333;
    border: 1px solid #eee;
}

.social-icons.social-icons-rounded li a {
    border-radius: 50%;
}

.social-icons.social-icons-medium li a {
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-size: 18px;
}

.social-icons.social-icons-large li a {
    height: 48px;
    width: 48px;
    line-height: 48px;
    font-size: 18px;
}

.social-icons:not(.social-icons-colored):not(.social-icons-colored-hover) li a:hover {
    background-color: #eee;
}

.social-icons li:hover i {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

.btn-main {
    background-color: var(--main-color);
    color: #fff;
    font-weight: bold;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.btn-main:hover {
    background-color: #1556b8;
    color: #fff;
}

.btn-yellow {
    background-color: #F9B91F;
}

.btn-yellow:hover {
    background-color: #fac138;
    color: #fff;
}

.btn-rounded {
    border-radius: 4rem;
}

.go-to-top {
    width: 40px;
    height: 40px;
    display: none;
    position: fixed;
    right: 1rem;
    bottom: 2rem;
    background-color: var(--main-color);
    padding: 0.5rem 0.75rem;
    color: #fff;
    border: 0;
    border-radius: 100%;
    z-index: 99;
}

.go-to-top:hover {
    transform: translateY(-10px);
    transition: all .3s ease-in-out;
}

.btn-style {
    position: relative;
    display: inline-block;
    padding: 0;
    border: 0;
    margin: 0;
}

.btn-style:hover span {
    background-color: #124BA1;
    color: #fff;
    -webkit-transform: translate(-4px, -4px);
    transform: translate(-4px, -4px);
}

.btn-style:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1.5px solid #124BA1;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.btn-style.has-background span {
    background-color: #124BA1;
    color: #fff;
}

.btn-style span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 9;
    background: #fff;
    padding: 0.75em 1em;
    height: 3em;
    color: #124BA1;
    border: 1.5px solid #124BA1;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.header ._top {
    background-color: transparent;
}

.header ._top .__social {
    background: #fff;
    padding: 5px 0;
}

.header ._top .__social > ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header ._top .__social > ul > li > a {
    display: inline-block;
    margin: 0 12px;
    font-size: 1rem;
}

.header ._top .__social > ul > li > a > img {
    width: 22px;
}

.header ._top .__name {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text-color);
}

.header ._top .__information > ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header ._top .__information > ul > li {
    margin-left: 30px;
}

.header ._top .__information > ul > li > a {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--text-color);
}

.header ._top .__information > ul > li > a > i {
    color: var(--main-color);
    margin-right: 4px;
}

.header ._top .__information > ul > li:first-of-type {
    margin-left: 0;
}

@media screen and (max-width: 991px) {
    .header ._top {
        padding: 5px 0;
    }

    .header ._top .__name {
        text-align: center;
    }

    .header ._top .__information {
        display: none;
    }

    .header ._top .__information > ul {
        flex-direction: column;
    }

    .header ._top .__information > ul > li {
        margin-left: 0;
    }

    .header ._top .__social {
        background-color: transparent;
        display: none;
    }
}

.header-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0;
    -webkit-transition: 0.2s all linear;
    transition: 0.2s all linear;
}

.header-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    width: 150px;
}

@media screen and (max-width: 768px) {
    .header-logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px;
        width: 90px;
    }
}

.header-logo img {
    width: auto;
    min-height: 3rem;
    object-fit: contain;
}

@media screen and (max-width: 768px) {
    .header-logo img {
        height: 2.5rem;
    }
}

.header .toggle-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 4rem;
    color: #124BA1;
    background-color: #fff;
    margin: 0;
}

.header-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: transparent;
    color: #124BA1;
    border: 0;
    border-radius: 0.25rem;
    height: 40px;
    width: 70px;
    margin: 0;
}

.header-toggle > *:first-child {
    margin-right: 5px;
}

.header-nav {
    width: 100%;
    padding-right: 30px !important;
}


@media screen and (max-width: 768px) {
    .header-nav {
        padding-right: 0px !important;
    }
}

.header-nav .main-menu {
    position: fixed;
    top: 0;
    right: -300px;
    bottom: 0;
    width: 300px;
    background-color: #fff;
    z-index: 1001;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}


.header-nav .main-menu.active {
    right: 0;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}


.header-nav .main-menu .close-menu {
    position: absolute;
    top: 20px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    border: 0;
    background-color: #d4dce3;
    color: var(--text-color);
}

/*@media (min-width: 1024px) {*/
/*    .header-nav .main-menu .close-menu {*/
/*        display: none;*/
/*    }*/
/*}*/

.header-nav .main-menu > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 90%;
    overflow-y: auto;
}


.header-nav .main-menu > ul > .menu-item {
    position: relative;
    padding: 0 1rem;
}

.text-truncate-8 {

    display: inline-block;
    display: -webkit-box;

    line-clamp: 8;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;

    text-overflow: ellipsis;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .header-nav .main-menu > ul > .menu-item {
        padding: 0;
    }
}

.header-nav .main-menu > ul > .menu-item:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.header-nav .main-menu > ul > .menu-item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    color: var(--main-color);
    text-align: left;
    font-weight: 700;
    font-size: 0.875rem;
    position: relative;
    text-transform: uppercase;
    padding: 10px 0;
}

@media screen and (max-width: 991px) {
    .header-nav .main-menu > ul > .menu-item > a {
        padding: 10px;
    }
}

.header-nav .main-menu > ul > .menu-item > a:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.2s all linear;
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background: var(--main-color);
}

@media screen and (max-width: 991px) {
    .header-nav .main-menu > ul > .menu-item > a:before {
        display: none;
    }
}

.header-nav .main-menu > ul > .menu-item > a.special {
    display: none;
}

@media (min-width: 1024px) {
    .header-nav .main-menu > ul > .menu-item > a.special {
        display: block;
        background-color: #124BA1;
        color: #fff;
        border-radius: 4rem;
        padding: 0.25rem 0.75rem;
        border-bottom: 0;
    }

    .header-nav .main-menu > ul > .menu-item > a.special:hover {
        background-color: #1556b8;
    }

    .header-nav .main-menu > ul > .menu-item > a.special i {
        margin-right: 0.25rem;
    }
}

.header-nav .main-menu > ul > .menu-item:hover a {
    color: #000;
}

/*.header-nav .main-menu > ul > .menu-item:hover a:before {*/
/*    opacity: 1;*/
/*    max-width: 20px;*/
/*}*/

.header-nav .main-menu > ul > .menu-item .btn-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0.3rem;
    right: 0.5rem;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 4rem;
    background-color: transparent;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.header-nav .main-menu > ul > .menu-item .btn-dropdown.active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (min-width: 1024px) {
    .header-nav .main-menu > ul > .menu-item .btn-dropdown {
        display: none;
    }
}

.header-nav .main-menu > ul > .menu-item > .sub-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border-left: 3px solid var(--main-color);
}

@media (min-width: 1024px) {
    .header-nav .main-menu > ul > .menu-item > .sub-menu {
        display: block;
        position: absolute;
        top: 125%;
        left: 0;
        background-color: #f7f7f7;
        z-index: 9;
        border-radius: 0.5rem;
        min-width: 230px;
        border-left: 0;
        box-shadow: 5px 5px 20px 10px rgba(0, 0, 0, 0.2);
        -webkit-transform: scale(0);
        transform: scale(0);
        transform-origin: top;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .header-nav .main-menu > ul > .menu-item > .sub-menu:before {
        content: "";
        border-bottom: 10px solid #f7f7f7;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        position: absolute;
        bottom: 100%;
        left: 30px;
        z-index: 9;
    }

    .header-nav .main-menu > ul > .menu-item > .sub-menu::after {
        content: '';
        display: inline-block;
        width: 100%;
        height: 10px;
        position: absolute;
        left: 0;
        top: -10px;
        background-color: transparent;
        z-index: -1;
    }
}

@media screen and (max-width: 991px) {
    .header-nav .main-menu > ul > .menu-item > .sub-menu {
        background: whitesmoke;
        border-top: 1px solid #d1d1d1;
        border-left: 0;
    }
}

.header-nav .main-menu > ul > .menu-item > .sub-menu li {
    position: relative;
}

.header-nav .main-menu > ul > .menu-item > .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #eee;
}

@media (min-width: 1024px) {
    .header-nav .main-menu > ul > .menu-item > .sub-menu li:hover > .sub-menu {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.header-nav .main-menu > ul > .menu-item > .sub-menu li a {
    display: block;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    color: #000;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

@media (min-width: 1024px) {
    .header-nav .main-menu > ul > .menu-item > .sub-menu li a {
        position: relative;
        z-index: 1;
        transition: color 0.2s;
    }

    .header-nav .main-menu > ul > .menu-item > .sub-menu li a::before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transform-origin: 0 100%;
        transform: scaleX(0);
        background-color: var(--blue-dark);
        z-index: -1;
        transition: transform 0.2s;
    }

    .header-nav .main-menu > ul > .menu-item > .sub-menu li:hover a {
        color: #fff;
    }

    .header-nav .main-menu > ul > .menu-item > .sub-menu li:hover a::before {
        transform: scaleX(1);
    }
}

.header-nav .main-menu > ul > .menu-item > .sub-menu li > .sub-menu {
    display: none;
    list-style: none;
    padding-left: 1rem;
    margin: 0;
    background-color: #f7f7f7;
}

@media (min-width: 1024px) {
    .header-nav .main-menu > ul > .menu-item > .sub-menu li > .sub-menu {
        display: block;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 9;
        border-radius: 0.5rem;
        min-width: 230px;
        box-shadow: 5px 5px 20px 10px rgba(0, 0, 0, 0.2);
        -webkit-transform: scale(0);
        transform: scale(0);
        transform-origin: left;
        padding-left: 0;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }
}

@media screen and (max-width: 991px) {
    .header-nav .main-menu > ul > .menu-item > .sub-menu li > .sub-menu {
        padding-left: 0;
        background: #e8e8e8;
        border-top: 1px solid #d1d1d1;
    }
}

@media screen and (max-width: 991px) {
    .header-nav .main-menu > ul > .menu-item > .sub-menu li > .sub-menu li:not(:last-child) {
        border-bottom: 1px solid #c9c9c9;
    }
}

.header-nav .main-menu > ul > .menu-item > .sub-menu li > .sub-menu li a {
    display: block;
    padding: 0.5rem 1rem;
    color: #000;
    border-left: 3px solid transparent;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

@media screen and (max-width: 991px) {
    .header-nav .main-menu > ul > .menu-item > .sub-menu li > .sub-menu li a {
        padding: 0.5rem 1.25rem;
    }
}

.header-nav .main-menu > ul > .menu-item > .sub-menu li > .sub-menu li a:hover {
    border-left: 3px solid #124BA1;
}


.header .search-item .toggle-search {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 4rem;
    color: #124BA1;
    background-color: #fff;
    margin: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    display: none;
}

@media (min-width: 1024px) {
    .header .search-item .toggle-search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width: 1024px) {
    .header .search-item .toggle-search:hover {
        background-color: var(--main-color);
        color: #fff;
    }
}


.header .search-item form {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    right: 50%;
    width: 100%;
    max-width: 768px;
    transition: 0.3s ease;
    flex-wrap: nowrap;
    padding: 1rem;
    background-color: #fff;
    border-radius: 3px;
    transform: translatex(50%);
    box-shadow: rgba(0, 0, 0, 0.26) 0 2px 5px 0;
    z-index: 9999999;

}

.header .search-item form.active {
    opacity: 1;
    visibility: visible;
}

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

.search-item .live-search {
    display: none;
    position: absolute;
    top: calc(100% - 3px);
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px;
    max-height: 350px;
    overflow-y: auto;
    z-index: 9999;
    border: 1px solid #ccc;
}


.search-item .live-search.active {
    display: block;
}

.search-item .live-search-item {
    display: flex;
    align-items: flex-start;
    padding: 1rem;
    transition: 0.3s ease;
}

.search-item .live-search-item:hover {
    background-color: #eee;
}

.search-item .live-search-item:not(:last-child) {
    border-bottom: 1px solid #f5f5f5;
}

.search-item .live-search-item-image i {
    color: #777;
    margin-right: 0.5rem;
}

.search-item .live-search-item-info {
    padding-left: 0.75rem;
}

.search-item .live-search-item-title {
    font-size: .875rem;
    color: #222;
    margin-bottom: 0;
}

.search-item .live-search-item-price {
    font-weight: bold;
    color: #d7202c;
    margin-bottom: 0;
}

.search-item .input-group {
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.search-item .input-group input {
    height: 44px;
    font-size: 0.875rem;
    border: 1px solid #ccc;
}

.header .search-item .input-group input:hover, .header .search-item .input-group input:focus {
    outline: none;
    box-shadow: none;
}

.header .search-item .input-group input::placeholder {
    text-align: left;
}

.header .search-item .input-group .input-group-append button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    font-size: 12px;
}

.header-phone {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    width: 220px;
    padding-left: 30px;
    border-left: 1px solid #c9c9c9;
}

@media screen and (max-width: 768px) {
    .header-phone {
        padding-left: 10px !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        width: 150px;
    }
}

.header-phone ._phone > a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-phone ._phone > a .__left {
    font-size: 2.2em;
    color: var(--main-color);
    width: 25%;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .header-phone ._phone > a .__left {
        font-size: 1.4em;
        width: 18%;
    }
}

.header-phone ._phone > a .__right {
    padding-left: 10px;
    width: 75%;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .header-phone ._phone > a .__right {
        width: 82%;
        padding-left: 0;
    }
}

.header-phone ._phone > a .__right > span {
    display: block;
}

.header-phone ._phone > a .__right > span:first-of-type {
    margin-bottom: 6px;
    color: var(--text-color-light);
    text-transform: uppercase;
    font-size: 0.8125rem;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .header-phone ._phone > a .__right > span:first-of-type {
        font-size: 0.75em;
    }
}

.header-phone ._phone > a .__right > span:last-of-type {
    color: var(--main-color);
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .header-phone ._phone > a .__right > span:last-of-type {
        font-size: 0.9em;
    }
}

.header.active {
    position: fixed;
}

.header.active ._top {
    padding: 0;
    height: 0;
    overflow: hidden;
}

.header.active .header-wrapper {
    padding: 10px 0;
}

.header.active .top-bar {
    height: 0;
    overflow: hidden;
}

@media screen and (min-width: 1700px) {
    .container {
        max-width: 1700px;
    }
}


.row.row-10 {
    margin-left: -10px;
    margin-right: -10px;
}

.row.row-10 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

.search-area {
    padding: 9rem 0;
}

.search-area-title {
    text-align: center;
}

.search-area-title h2 {
    color: #124BA1;
    font-weight: bold;
    font-size: 25px;
}

@media (min-width: 768px) {
    .search-area-title h2 {
        font-size: 35px;
    }
}

.search-bar {
    margin: 0 auto;
}

@media (min-width: 768px) {
    .search-bar {
        width: 450px;
    }
}

@media (min-width: 1024px) {
    .search-bar {
        width: 650px;
    }
}

.search-bar-suggestion {
    padding: 1rem 0;
}

.search-bar-suggestion .suggestion-item {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    font-weight: bold;
    font-size: 0.875rem;
    color: #fff;
    background-color: #124BA1;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
    margin: 0.5rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.search-bar-suggestion .suggestion-item:hover {
    color: #124BA1;
    background-color: #fff;
}

.search-bar form {
    position: relative;
    padding: 0;
    top: auto;
    right: auto;
    z-index: auto;
}

.live-search {
    display: none;
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid lightgrey;
    max-height: 500px;
    overflow-y: auto;
    z-index: 9999;
    border-radius: 0 0 3px 3px;
}

.live-search.active {
    display: block;
}

.live-search-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    padding: 0.5rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.live-search-item:hover {
    background-color: #eee;
}

.live-search-item:not(:last-child) {
    border-bottom: 1px solid #f5f5f5;
}

.live-search-item-image i {
    color: #777;
    margin-right: 0.5rem;
}

.live-search-item-info {
    padding-left: 0.75rem;
}

.live-search-item-title {
    font-size: 14px;
    color: #000;
    line-height: 1.6em;
}

.live-search-item-price {
    font-weight: bold;
    color: #d7202c;
    margin-bottom: 0;
}

.search-bar .input-group {
    background-color: #fff;
    border: 2px solid #124BA1;
    border-radius: 4rem;
    overflow: hidden;
    padding: 0.1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1);
}

.search-bar .input-group input {
    border: 0;
    height: 40px;
    font-size: 0.875rem;
}

.search-bar .input-group input:hover, .search-bar .input-group input:focus {
    outline: none;
    box-shadow: none;
}

.search-bar .input-group input::placeholder {
    text-align: right;
}

.search-bar .input-group .input-group-append button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 4rem;
    width: 40px;
    height: 40px;
    font-size: 11px;
}

.contact {
    position: relative;
    background-position: bottom left;
    background-size: cover;
    padding: 5rem 0;
    z-index: 1;
}

.contact:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(5px);
    z-index: -1;
}

.contact-input .input-group-text {
    border: 0;
    background-color: transparent;
}

.contact-input .input-group input {
    border: 0;
    border-bottom: 1px solid #ddd;
}

.map {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.02), 0 24px 38px 3px rgba(0, 0, 0, 0.04), 0 11px 15px -7px rgba(0, 0, 0, 0.05);
}

._heading {
    font-size: 16px;
    text-transform: uppercase;
}

._heading ._sub {
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--text-color-light);
}

._heading ._title {
    font-weight: 700;
    color: var(--main-color);
}

@media screen and (max-width: 991px) {
    ._heading ._title {
        font-size: 1.5em;
    }
}

._heading2 {
    font-size: 16px;
}

._heading2 ._title {
    font-size: 2.4em;
    font-weight: 700;
    /*color: #fff;*/
    line-height: 1;
    margin-bottom: 20px;
}

._heading2 ._sub {
    font-size: 1em;
    color: #a4a4a4;
    line-height: 1;
    text-transform: uppercase;
}

._btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    color: var(--text-color);
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 25px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    outline: none !important;
    box-shadow: none !important;
}

._btn._btn-small {
    font-size: 0.9rem;
    padding: 0.25rem 1rem;
}

._btn._btn-rounded {
    border-radius: 0.25rem;
}

._btn._btn-full-color {
    background: var(--main-color);
    color: #fff;
    font-weight: 400;
    padding: 0.75rem 2rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0 5px 4px 0;
}

._btn._btn-full-color:hover {
    background: var(--main-color);
    color: #fff;
}

._btn._btn-full-color i {
    transition: .3s all ease-in-out;
}

._btn._btn-full-color:hover i {
    margin-left: 10px;
}

._btn._btn-primary {
    background: transparent;
    color: #25446a;
    border: 1px solid #25446a;
    border-radius: 5px;
    font-weight: 700;
}

._btn._btn-primary:hover {
    background: #25446a;
    color: #fff;
}

.wrap-intro {
    padding: 50px 0;
    position: relative;
}

.wrap-intro ._content {
    margin-top: 20px;
    color: var(--text-color);
    font-size: 0.875rem;
}

.wrap-intro ._readmore {
    margin-top: 15px;
}

.wrap-intro ._slider {
    padding: 50px 0;
}

.page-single ._slider {
    width: 85%;
    margin: 70px auto 50px
}

@media screen and (max-width: 991px) {
    .wrap-intro ._slider {
        margin-top: 30px;
    }

    .wrap-intro ._readmore {
        text-align: center;
    }

    .page-single ._slider {
        width: 100%;
    }
}

.wrap-highlight-news ._slider, .page-single ._slider {
    margin-top: 70px;
}

.wrap-highlight-news ._slider ._item.slick-slide, .page-single ._slider ._item.slick-slide {
    outline: none !important;
    box-shadow: none !important;
    padding: 0.5rem 1rem;
}

.wrap-highlight-news ._item > a, .page-single ._slider ._item > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
    transition: all .3s ease;
}

.wrap-highlight-news ._slider ._item:hover > a, .page-single ._slider ._item:hover > a {
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.52);
}

.wrap-highlight-news ._item > a > img, .page-single ._slider ._item > a > img {
    /*max-height: 110px;*/
    /*height: 100%;*/
    display: block;
    vertical-align: middle;
    margin: 0 auto;
}

.wrap-highlight-news ._slider ._item + ._item, .page-single ._slider ._item + ._item {
    margin-top: 15px;
}

.wrap-highlight-news ._slider ._item, .page-single ._slider ._item {
    display: flex;
}

.wrap-highlight-news ._slider ._item:focus.slick-slide, .page-single ._slider ._item:focus.slick-slide {
    outline: none !important;
    box-shadow: none !important;
}

.wrap-highlight-news ._slider .slick-arrow, .page-single ._slider .slick-arrow {
    position: absolute;
    left: 50%;
    border-radius: 100%;
    border: 2px solid var(--main-color);
    background: #fff;
    height: 30px;
    width: 30px;
    font-size: 16px;
    color: var(--main-color);
    z-index: 1;
    transition: 0.2s all linear;
}

.wrap-highlight-news ._slider .slick-arrow:before, .page-single ._slider .slick-arrow:before, .wrap-highlight-news ._slider .slick-arrow:after, .page-single ._slider .slick-arrow:after {
    display: none;
}

.wrap-highlight-news ._slider .slick-arrow:hover, .page-single ._slider .slick-arrow:hover, .wrap-highlight-news ._slider .slick-arrow:focus, .page-single ._slider .slick-arrow:focus {
    background: var(--main-color);
    color: #fff;
}

.wrap-highlight-news ._slider .slick-prev, .page-single ._slider .slick-prev {
    bottom: -45px;
    top: unset;
    transform: translateX(-50%) rotate(-90deg);
}

.wrap-highlight-news ._slider .slick-next, .page-single ._slider .slick-next {
    top: -45px;
    transform: translateX(-50%) rotate(-90deg);
}

.wrap-highlight-news ._slider .slick-next i, .page-single ._slider .slick-next i {
    font-weight: 500;
}

.wrap-news {
    /*background: #F6F6F6;*/
    padding: 50px 0;
}

.wrap-news ._content {
    height: calc(100% - 110px);
}

.wrap-news ._content.news_content {
    height: auto;
}

@media screen and (max-width: 768px) {
    .wrap-highlight-news ._slider ._item.slick-slide, .page-single ._slider ._item.slick-slide {
        padding: 0.5rem 0;
    }

    .wrap-news ._content {
        height: 100%;
    }
}

.wrap-news ._content .item {
    height: 100%;
}

@media screen and (max-width: 768px) {
    .wrap-news ._content .item {
        height: unset;
    }
}

.wrap-news ._content .item > a {
    height: 100%;
    position: relative;
    display: flex;
}

@media screen and (max-width: 768px) {
    .wrap-news ._content .item > a {
        flex-direction: column;
    }
}

.wrap-news ._content .item > a > ._left {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .wrap-news ._content .item > a > ._left {
        width: 100%;
        padding-top: 50%;
    }
}

.wrap-news ._content .item > a > ._right {
    width: 50%;
}

.wrap-news ._content .item > a ._left {
    padding: 10px 5px 25px 5px;
    background: #005aab;
    font-size: 16px;
}

.wrap-news ._content .item--cate > a ._left {
    background-color: white;
    flex: 1 1;
    border-radius: 10px;
}

.wrap-news ._content .item > a ._left .__title {
    color: #f2f2f2;
    font-size: 1.3em;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: 0.2s all ease-in-out;
}

.wrap-news ._content .item--cate > a ._left .__title {
    color: var(--main-color);
}

.wrap-news ._content .item > a ._left .__desc {
    margin-top: 15px;
    color: #d9dce4;
    font-size: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.wrap-news ._content .item--cate > a ._left .__desc {
    color: var(--text-color);
    font-size: 0.875rem;
}

.wrap-news ._content .item > a ._left .__time {
    margin-top: 20px;
    color: #d9dce4;
    line-height: 1.3;
    font-size: 0.9em;
}

.wrap-news ._content .item--cate > a ._left .__time {
    color: var(--text-color-light);
    font-size: 0.875em;
}

.wrap-news ._content .item > a ._left .__time i {
    margin-right: 5px;
}

.wrap-news ._content .item > a ._left .__action {
    margin-top: 30px;
    color: #d9dce4;
    font-size: 1em;
    font-weight: 700;
    transition: 0.2s all ease-in-out;
}

.wrap-news ._content .item > a ._left .__action i {
    margin-left: 5px;
    transition: 0.3s all ease-in-out;
}

.wrap-news ._content .item > a ._left .__action:hover {
    color: #fff;
}

.wrap-news ._content .item--cate > a ._left .__action:hover {
    color: #333333;
}

.wrap-news ._content .item > a ._left .__action:hover i {
    margin-left: 15px;
}

.wrap-news ._content .item > a ._right {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    overflow: hidden;
}

.wrap-news ._content .item--cate > a ._right {
    position: unset;
    width: 200px;

}

@media screen and (max-width: 768px) {
    .wrap-news ._content .item > a ._right {
        width: 100% !important;
        position: relative;
        height: 200px;
    }
}

.wrap-news ._content .item > a ._right:after, .news__item .news-img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    /*content: "";*/
    transition: transform 1s;
    transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(0, -110%, 0);
}

.wrap-news ._content .item--cate > a ._right:after {
    display: none;
}

.wrap-news ._content .item > a ._right .__image {
    padding-top: 56.25%;
    max-height: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrap-highlight-news ._content .item > a ._right .__image {
    min-height: 400px;
}

@media screen and (max-width: 768px) {
    .wrap-news ._content .item > a ._right .__image {
        min-height: unset;
    }
}

.wrap-news ._content .item:hover a ._left .__title {
    color: #fff;
}

.wrap-news ._content .item--cate:hover a ._left .__title {
    color: #1f4ca1;
}

.wrap-news ._content .item a ._right .__image, .news__item .news-img img {
    transition: .4s all;
}

.wrap-news ._content .item:hover a ._right .__image, .news__item:hover .news-img img {
    transform: scale(1.1);
}

.wrap-news ._top {
    height: 70px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 80px;
}

.wrap-news ._bottom {
    margin-top: 27px;
}

#newsSlider .__item {
    min-height: 157px;
}

#newsSlider .__item:not(:last-of-type) {
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#newsSlider .__item > a {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
}

#newsSlider .__item > a:focus {
    outline: none;
}

#newsSlider .__item > a > ._left {
    width: 30%;
}

#newsSlider .__item > a > ._right {
    margin-left: auto;
    width: 70%;
}

#newsSlider .__item > a ._right {
    padding: 0 15px;
    font-size: .9em;
}

#newsSlider .__item > a ._right .__title {
    color: var(--main-color);
    font-size: 1.1em;
    font-weight: 700;
    transition: 0.2s all ease-in-out;
}

#newsSlider:not(.slider-chitiet) .__item > a ._right .__title {
    height: 45px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#newsSlider .__item > a ._right .__desc {
    margin-top: 15px;
    color: var(--text-color);
    font-size: 0.875rem;
}

@media screen and (max-width: 768px) {
    #newsSlider .__item > a ._right .__desc {
        margin-top: 10px;
    }
}

#newsSlider .__item > a .__meta {

    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#newsSlider .__item > a .__meta > div:not(:last-of-type) {
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
}

#newsSlider .__item > a .__meta > div:not(:last-of-type):after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: "/";
    font-size: 0.9em;
    color: var(--text-color-light);
}

#newsSlider .__item > a .__meta .__time {
    color: var(--text-color-light);
    line-height: 1.3;
    font-size: 0.9em;
}

#newsSlider .__item > a .__meta .__time i {
    margin-right: 5px;
}

#newsSlider .__item > a .__meta .__action {
    color: var(--text-color-light);
    font-size: 0.9em;
    transition: 0.2s all ease-in-out;
}

#newsSlider .__item > a .__meta .__action i {
    margin-left: 5px;
    transition: 0.3s all ease-in-out;
}

#newsSlider .__item > a .__meta .__action:hover {
    color: #2c517d;
}

#newsSlider .__item > a .__meta .__action:hover i {
    margin-left: 15px;
}

#newsSlider .__item > a .__meta.__mobile-meta {
    width: 100%;
}

#newsSlider .__item > a ._left {
    flex: 1 0 0;
    max-width: 30%;
    width: 100%;
    position: relative;
    overflow: hidden;
}


#newsSlider .__item > a ._left:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    content: "";
    transition: transform 1s;
    transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(0, -110%, 0);
}

#newsSlider .__item > a ._left .__image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 0;
    padding-top: 56.25%;
}

@media screen and (max-width: 768px) {
    #newsSlider .__item > a ._left .__image {
        height: 70%;
    }
}

#newsSlider .__item:hover a ._right .__title {
    color: #2c517d;
}

#newsSlider .__item:hover a ._left:after {
    transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(0, 110%, 0);
}

#newsSlider .__item:focus {
    outline: none !important;
}

#newsSlider .slick-arrow {
    position: absolute;
    border-radius: 5px;
    /*border: 1px solid var(--main-color);*/
    box-shadow: inset 0 0 0 1px var(--main-color);
    background: transparent;
    height: 30px;
    width: 30px;
    font-size: 16px;
    color: var(--main-color);
    z-index: 1;
    transition: 0.2s all linear;
}

#newsSlider .slick-arrow:before, #newsSlider .slick-arrow:after {
    display: none;
}

#newsSlider .slick-arrow:hover, #newsSlider .slick-arrow:focus {
    background: var(--main-color);
    color: #fff;
}

#newsSlider .slick-prev {
    top: -58px;
    right: 40px;
    left: unset;
    transform: rotate(-90deg);
}

#newsSlider .slick-next {
    top: -58px;
    right: 0px;
    transform: rotate(-90deg);
}

.wrap-background {
    background-color: #fff;
    background-size: contain;
    background-position: center 33%;
    background-repeat: no-repeat;
}

.wrap-search {
    padding: 50px 0 0;
    font-size: .9rem;
}

@media screen and (max-width: 768px) {
    .wrap-search {
        padding: 30px 0;
    }

    .wrap-search ._heading2 {
        text-align: center;
        margin-bottom: 20px;
    }

    .wrap-search ._heading2 ._title {
        font-size: 1.3em;
    }

    .wrap-search ._heading2 ._sub {
        font-size: 1em;
    }
}

.wrap-search .search-bar {
    width: 100%;
}

.wrap-search .search-bar .input-group {
    border-radius: 4px;
    border: 0;
    height: 50px;
    padding: 0;
    background-color: transparent;
}

.wrap-search .search-bar .input-group input {
    height: 50px;
}

.wrap-search .search-bar .input-group input::placeholder {
    text-align: left;
}

.wrap-search .search-bar .input-group .input-group-append button {
    border-radius: 0;
    height: 50px;
    width: 60px;
    font-size: 1.1em;
}

.wrap-search .search-bar .search-bar-suggestion {
    padding: 10px 0 0;
}

@media screen and (max-width: 768px) {
    .wrap-search .search-bar .search-bar-suggestion {
        font-size: 14px;
    }
}

.wrap-search .search-bar .search-bar-suggestion > b {
    color: #929292 !important;
    font-weight: bold;
    font-size: 1.05em;
}

.wrap-search .search-bar .search-bar-suggestion .suggestion-item {
    font-size: 0.9em;
    color: #fff !important;
    box-shadow: none;
    margin: 0;
    line-height: 1.5;
    border: 1px solid transparent;
}

.wrap-search .search-bar .search-bar-suggestion .suggestion-item:hover {
    color: #2c517d !important;
    border-color: #2c517d;
}

.page_contact ._map iframe {
    width: 100%;
    vertical-align: middle;
}

.page_contact ._main .__left {
    padding: 50px;
    background: #005aab;
    margin-top: -100px;
    margin-bottom: -100px;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 0 17px #0000004a;
}

@media screen and (max-width: 768px) {
    .page_contact ._main .__left {
        margin-top: 0;
        margin-bottom: -50px;
    }
}

.page_contact ._main .__left h3 {
    font-size: 1.3rem;
    color: #1f3857;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.page_contact ._main .__left .___row {
    margin-bottom: 1.5em;
}

.page_contact ._main .__left .___row > p {
    font-size: 1rem;
    color: #fff;
}

.page_contact ._main .__left .___row > p:last-of-type {
    margin-bottom: 0;
}

.page_contact ._main .__left .___row > a {
    display: inline-block;
    margin-top: 0.3em;
    color: #fff;
    font-size: 1rem;
}

.page_contact ._main .__left .___row > ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.page_contact ._main .__left .___row > ul > li > a {
    display: inline-block;
    margin-right: 10px;
}

.page_contact ._main .__left .___row > ul > li > a > img {
    width: 28px;
}

.page_contact ._main .__right {
    padding: 30px 0 0;
}

.page_contact ._main .__right .___heading {
    display: flex;
    justify-content: center;
    align-items: stretch;
    font-size: 1.6em;
    line-height: 48px;
    font-weight: 800;
    color: #1f3857;
    width: fit-content;
    background: #fff;
    position: relative;
    z-index: 2;
    margin-bottom: 1rem;
}

.page_contact ._main .__right .___heading .____title {
    position: relative;
    margin: 0 16px 0 0;
}

@media screen and (max-width: 768px) {
    .page_contact ._main .__left {
        padding: 25px;
    }

    .page_contact ._main .__left:before {
        bottom: 7.5px;
        right: 7.5px;
    }

    .page_contact ._main .__left:after {
        top: 7.5px;
        left: 7.5px;
    }

    .page_contact ._main .__left h3 {
        font-size: 1.15rem;
        line-height: 1.3;
    }

    .page_contact ._main .__right {
        padding: 15px;
    }
}

#contact-form .form-group {
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    position: relative;
    margin-bottom: 1.4rem;
}

#contact-form .form-group .form-control {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    padding-left: 40px;
    border-radius: 0.25rem;
    border: 1px solid transparent;
    background: #f8f8f9;
    outline: none !important;
    box-shadow: none !important;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

#contact-form .form-group i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    font-size: 1em;
    color: #424242;
    z-index: 2;
}

#contact-form .form-textarea textarea {
    width: 100%;
    resize: none;
    border: 1px solid transparent;
    background: #f9f9f9;
    outline: none !important;
    box-shadow: none !important;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    padding: 10px;
}

.wrapBox {
    padding: 30px 0;
    background: #f5f5f5;
}

.wrapBox .boxContactItem {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #005aab;
    padding: 20px;
    background: #fff;
    height: 100%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
}

.wrapBox .boxContactItem .contactIcon {
    font-size: 3em;
}

.wrapBox .boxContactItem .contactTitle {
    font-size: 1.2em;
    font-weight: 700;
    color: #1f3857;
    margin-bottom: 10px;
}

.wrapBox .boxContactItem .contactContent {
    font-size: 1em;
}

.wrapBox .boxContactItem .contactContent > b {
    font-size: 0.9em;
    display: block;
    font-weight: 700;
}

.wrapBox .boxContactItem .contactContent > a {
    color: inherit;
    font-size: inherit;
}

@media screen and (max-width: 768px) {
    .wrapBox .boxContactItem {
        margin-bottom: 1em;
        height: auto;
    }
}

.breadcrumb {
    display: flex !important;
    flex-wrap: unset;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}

.breadcrumb li {
    font-size: 0.875rem;
    word-break: break-word;
}

.breadcrumb li a, .breadcrumb li.active {
    color: #343434;
}

.breadcrumb li > a {
    width: max-content;
    font-size: 0.875rem;
    text-transform: capitalize;
}

.breadcrumb li + li {
    content: ">";
}

.page-single {
    background: #F3F5F7;
    padding: 30px 0;
}

.page-single .panel {
    border: 1px solid #c9c9c9;
}

.page-single .panel .panel-body {
    padding: 20px;
}

.page-single .panel.panel-shadow {
    box-shadow: none !important;
}


@media screen and (max-width: 768px) {
    .page-single .panel .article-title {
        font-size: 1.2em;
    }
}

.page-single .panel .-meta {
    font-size: 0.9em;
}

.page-single .panel #newsSlider .__item {
    min-height: auto;
}

.page-single .panel #newsSlider .__item > a ._right {
    padding: 0 15px;
    font-size: 16px;
}

.page-single .panel #newsSlider .__item > a ._right .__title {
    font-size: 0.875rem;
}

.page-single .panel #newsSlider .__item > a ._right .__desc {
    font-size: 0.9em;
    margin-top: 8px;
}

.page-single .panel #newsSlider .slick-prev {
    top: -48px;
    right: 40px;
    left: unset;
    transform: rotate(-90deg);
}

.page-single .panel #newsSlider .slick-next {
    top: -48px;
    right: 0px;
    transform: rotate(-90deg);
}

.page-main.wrap-news .item {
    height: 100%;
    /*box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;*/
    border-radius: 10px;
}

.page-main ._content .item {
    padding: 25px 0;
}

.page-main ._content > .row > * + * > .item {
    border-top: 1px solid #ddd;
}

.page-main.wrap-news .item > a {
    height: 100%;
}

.page-main.wrap-news .item > a ._left .__title {
    font-size: 1.1em;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.page-main.wrap-news .item--cate > a ._left .__title {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.page-search ._content {
    margin-top: 0;
}

.page-search ._content + ._content {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #c9c9c9;
}

.page-search .search-bar .search-bar-suggestion {
    padding: 10px 0 0;
}

.page-search .search-bar .search-bar-suggestion > b {
    color: var(--main-color);
    font-size: 0.875rem;
}

.page-search .search-bar .search-bar-suggestion .suggestion-item {
    background: #3969a2 !important;
    color: #fff !important;
}

.page-search .search-bar .search-bar-suggestion .suggestion-item:hover {
    background: #2c517d !important;
}

.product-item {
    position: relative;
    display: block;
    background-color: #fff;
    border: 1px solid #eee;
}

.product-item .new-badge {
    position: absolute;
    top: 0.25rem;
    left: -0.25rem;
    background-color: #d7202c;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    z-index: 1;
}

.product-item .new-badge:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    border-left: 18px solid #124BA1;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    z-index: 1;
}

.product-item .discount-badge {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50px;
    height: 50px;
    border-radius: 4rem;
    background-color: #4caf50;
    color: #fff;
    font-weight: bold;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    z-index: 1;
}

.product-item-image {
    position: relative;
    margin-bottom: 0.5rem;
    overflow: hidden;
}

.product-item-image:hover .product-item-cart {
    top: 0;
}

.product-item-image:hover .product-item-cart .btn-add-cart {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.product-item-image img {
    width: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.product-item-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    pointer-events: none;
}

.product-item-cart:after {
    content: "";
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    left: 0.5rem;
    bottom: 0.5rem;
    border: 2px solid #124BA1;
    pointer-events: none;
    z-index: 2;
}

.product-item-cart .btn-add-cart {
    display: inline-block;
    background-color: #333;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    font-size: 13px;
    pointer-events: auto;
    margin: auto 1rem 1rem auto;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.product-item-cart .btn-add-cart:hover {
    background-color: #124BA1;
}

.product-item-cart .btn-add-cart.disabled, .product-item-cart .btn-add-cart:disabled {
    background-color: #124BA1;
    opacity: 1 !important;
    cursor: not-allowed;
}

.product-item-info {
    padding: 0.75rem;
}

.product-item-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 45px;
    color: #000;
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.product-item-title:hover {
    color: #124BA1;
}

.product-item .price-zone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 65px;
}

.product-item-price {
    color: #d7202c;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

.product-item-old-price {
    color: #999;
}

.single-product .button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
}

.single-product .button-group .btn-add-cart-muangay {
    display: block;
    background-color: #4caf50;
    color: #fff;
    font-weight: bold;
    width: 100%;
}

.single-product .button-group .btn-add-cart {
    display: block;
    background-color: #124BA1;
    color: #fff;
    font-weight: bold;
    width: 100%;
}

.single-product .input-group button {
    width: 40px;
    border: 1px solid #ced4da;
    border-radius: 0;
}

.single-product .product-price-group {
    margin-bottom: 1rem;
}

.single-product .product-price-group .old-price {
    color: #999;
}

.single-product .product-price-group .price {
    font-weight: bold;
    font-size: 18px;
    color: #d7202c;
}

.single-product .product-price-group .discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 30px;
    height: 30px;
    background-color: red;
    border-radius: 4rem;
    font-size: 11px;
    color: #fff;
}

.preview-images-avatar {
    border: 1px solid #eee;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
}

.preview-images-nav .swiper-slide {
    border: 2px solid transparent;
}

.preview-images-nav .swiper-slide.swiper-slide-thumb-active {
    border: 2px solid #124BA1;
}

.scroll-article {
    height: 0;
    overflow-y: auto;
}

.scroll-article::-webkit-scrollbar {
    width: 7px;
    background-color: #eee;
    border: 0;
    border-radius: 0;
}

.scroll-article::-webkit-scrollbar-thumb {
    background-color: #124BA1;
    border-radius: 3rem;
}

.scroll-article::-webkit-scrollbar-track {
    background-color: #eee;
    border: 0;
    border-radius: 0;
}

.article-item {
    background-color: #fff;
}

.article-item.no-shadow {
    box-shadow: none;
    border: 1px solid #eee;
}

.article-item-image {
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.5);
    margin-bottom: 1rem;
}

.article-item-image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.article-item-image img {
    width: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.article-item-title {
    display: -webkit-box;
    -webkit-live-clamp: 2;
    -webkit-box-orient: vertical;
    height: 88px;
    color: #124BA1;
    font-size: 23px;
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 0.5rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.article-item-title:hover {
    color: #124BA1;
}

.article-item-short {
    display: -webkit-box;
    -webkit-live-clamp: 4;
    -webkit-box-orient: vertical;
    height: 100px;
    overflow: hidden;
    color: #000;
    margin-bottom: 0.5rem;
}

.article-item-day {
    display: inline-block;
    padding: 0.25rem 1rem;
    font-size: 13px;
    font-weight: bold;
    background-color: #F9B91F;
    color: #fff;
    border-radius: 3rem;
}

.special-article-item {
    position: relative;
    background-color: #fff;
    border-radius: 0.75rem;
    overflow: hidden;
}

.special-article-item:hover .special-article-item-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.special-article-item-image img {
    width: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.special-article-item-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 2%, transparent);
    z-index: 9;
}

.special-article-item-title {
    display: -webkit-box;
    -webkit-live-clamp: 2;
    -webkit-box-orient: vertical;
    height: 55px;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 0.5rem;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.special-article-item-title:hover {
    color: #F9B91F;
}

.special-article-item-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.special-article-item-buttons > p {
    display: inline-block;
    font-weight: bold;
    background-color: #F9B91F;
    color: #000;
    padding: 0.25rem 1.5rem;
    border-radius: 3rem;
    margin-bottom: 0;
    margin-right: 0.25rem;
}

.special-article-item-buttons > p:hover {
    color: #000;
}

.special-article-item-buttons > p:hover i {
    margin-left: 0.5rem;
}

.special-article-item-buttons > p:nth-child(2) {
    background-color: #fff;
}

.special-article-item-buttons > p i {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.article-category-item {
    background-color: #fff;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.article-category-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 3px 3px 10px 6px rgba(0, 0, 0, 0.1);
}

.article-category-item-icon {
    text-align: center;
    margin-bottom: 1rem;
}

.article-category-item-icon img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.article-category-item-info {
    text-align: center;
}

.article-category-item-title {
    font-weight: bold;
    color: #000;
    margin-bottom: 0;
}

.article-slide-item {
    position: relative;
}

.article-slide-item:hover:after {
    top: 0;
}

.article-slide-item:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgba(249, 185, 31, 0.6);
    z-index: 10;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.article-slide-item-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 2%, transparent);
    padding: 1rem;
    z-index: 9;
}

.article-slide-item-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    color: #fff;
    font-weight: bold;
    font-size: 19px;
    height: 55px;
    overflow: hidden;
}

.side-article-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.side-article-item:not(:last-child) {
    margin-bottom: 1rem;
}

.side-article-item-image {
    width: 30%;
}

.side-article-item-image img {
    width: 100%;
}

.side-article-item-info {
    width: 70%;
    padding-left: 1.75rem;
}

.side-article-item-title {
    display: -webkit-box;
    -webkit-live-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    overflow: hidden;
    margin-bottom: 0.5rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.side-article-item-title:hover {
    color: #124BA1;
}

.side-article-item-short {
    display: -webkit-box;
    -webkit-live-clamp: 3;
    -webkit-box-orient: vertical;
    height: 70px;
    overflow: hidden;
    color: #000;
    margin-bottom: 0.5rem;
}

.side-article-item-date {
    margin-bottom: 0;
    font-size: 13px;
    color: #7c7c7c;
}

.mini-article-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0.75rem;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 1px rgba(0, 0, 0, 0.23);
    height: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.mini-article-item:hover {
    background-color: #f7f7f7;
}

.mini-article-item-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    border-right: 1px solid #d9d9d9;
    padding-right: 0.75rem;
}

.mini-article-item-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.mini-article-item-info {
    width: 100%;
    padding-left: 0.75rem;
}

.mini-article-item-title {
    display: -webkit-box;
    -webkit-live-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    overflow: hidden;
    margin-bottom: 0.5rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.mini-article-item-title:hover {
    color: #124BA1;
}

.mini-article-item-time {
    margin-bottom: 0.25rem;
    font-size: 12px;
    color: #999;
    text-align: right;
}

.category-title {
    background-color: #fff;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

.category-title h1, .category-title h2, .category-title h3, .category-title h4, .category-title h5, .category-title h6 {
    display: inline-block;
    background-color: #124BA1;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    border-radius: 0.5rem;
    padding: 0.5rem 1.5rem;
    margin: 0;
}

@media (min-width: 768px) {
    .category-title h1, .category-title h2, .category-title h3, .category-title h4, .category-title h5, .category-title h6 {
        font-size: 30px;
    }
}

.list-category {
    padding-left: 1rem;
    margin-bottom: 0;
}

.list-category li a {
    color: #000;
    font-weight: bold;
}

.list-category li a:hover {
    color: #124BA1;
}

.single-article .article-title {
    font-weight: bold;
    font-size: 23px;
}

@media (min-width: 1024px) {
    .single-article .article-title {
        font-size: 30px;
    }
}

.single-article .article-meta-day {
    color: #777;
}

.single-article .content, .single-article .content span {
    font-family: "Roboto", sans-serif !important;
    font-size: 16px;

}

.single-article .content img {
    max-width: 100% !important;
    height: auto !important;
}

.wrapper-sidebar {
    padding: 0 0.5rem;
    border-left: 1px solid #eee;
}

.checkout-total {
    margin: 0.75rem 0;
    background-color: #fff;
    border: 1px solid #dee2e6;
    padding: 0.75rem;
}

.checkout-total div[class*=total-] {
    padding: 0.5rem 0;
    border-top: 1px solid #dee2e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.checkout-total div[class*=total-]:first-child {
    border-top: 0;
}

.table-price tr td {
    font-size: 14px;
    padding: 0.375rem;
}

.checkout-mobile table tr td img {
    width: auto;
    height: 40px;
}

.checkout-mobile table tr td .product-name a, .checkout-mobile table tr td .product-name p {
    font-weight: bold;
    color: #000;
}

.checkout-mobile table tr td .product-name a:hover, .checkout-mobile table tr td .product-name p:hover {
    color: #124BA1;
}

.checkout-mobile .input-group .input-group-prepend button, .checkout-mobile .input-group .input-group-prepend a, .checkout-mobile .input-group .input-group-append button, .checkout-mobile .input-group .input-group-append a {
    width: 40px;
    border: 1px solid #ced4da !important;
    border-radius: 0 !important;
}

.checkout-item {
    background: #fff;
    position: relative;
    padding: 0.25rem;
    border: 1px solid #dee2e6;
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .checkout-item {
        padding: 0.75rem;
    }
}

.checkout-item .checkout-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 0.5rem;
}

.checkout-item .checkout-top .checkout-avatar {
    width: 30%;
}

.checkout-item .checkout-top .checkout-title {
    padding-left: 0.5rem;
    width: 70%;
}

.checkout-item .checkout-bottom {
    padding: 0.75rem 0;
}

.checkout-item .checkout-delete {
    position: absolute;
    top: 0;
    right: 0.25rem;
}

.product-name {
    margin-bottom: 0;
}

.product-name a {
    font-weight: bold;
    color: #000;
    font-size: 15px;
}

.checkout-total-child {
    padding: 0.5rem 0;
    text-align: right;
    border-top: 1px solid #dee2e6;
}

.checkout-total-child p {
    margin-bottom: 0;
    padding: 0.25rem 0 0.25rem 0.5rem;
    margin-left: 0.5rem;
}

.checkout-total-child p span {
    color: #000;
    font-weight: bold;
}

.action-right {
    flex-direction: column;
}

@media (min-width: 768px) {
    .action-right {
        flex-direction: row;
    }
}

.checkout-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

@media (min-width: 768px) {
    .checkout-price {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.price-text p {
    margin-bottom: 0;
}

.price-text p:first-child {
    font-weight: bold;
}

.price-text span {
    padding: 0.375rem 0.75rem;
    text-align: center;
    display: inline-block;
    border: 1px solid #dee2e6;
    margin-bottom: 3px;
    font-size: 13px;
    min-width: 90px;
}

@media (min-width: 768px) {
    .price-text span {
        padding: 0.375rem 0.75rem;
        text-align: center;
        display: inline-block;
        min-width: 130px;
        border: 1px solid #dee2e6;
        margin-bottom: 3px;
        font-size: 13px;
    }
}

.thongtinchuyenkhoan, .thongtindiachi {
    line-height: 24px;
    background: whitesmoke;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 0.5rem;
    display: none;
}

label.error {
    color: #d7202c;
}

footer {
    position: relative;
    background-color: #f8f8f8;
}

footer .footer-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
}

footer .footer-about, footer .footer-content {
    color: #fff;
}

footer .footer-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

footer .footer-list li {
    color: #000;
    font-weight: bold;
    margin-bottom: 0.25rem;
}

footer .footer-list li a {
    color: #000;
}

footer .footer-list li a:hover {
    color: #124BA1;
}

footer .footer-list li p {
    margin-bottom: 0;
}

footer .copyright {
    z-index: 2;
    background: #eaeaea;
    padding: 2rem;
    color: #696969;
    text-align: center;
    display: block;
}

footer .copyright a {
    color: #2980b9;
}

footer .copyright a:hover {
    color: #3498db;
}

footer .footer-lienhe {
    padding: 4rem 1.5rem;
}

footer#footer {
    position: relative;
    background: #fff;
    font-size: 16px;
}

footer#footer ._top {
    position: relative;
    padding: 40px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

footer#footer ._top:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 74 161 / 90%);
    top: 0;
    left: 0;
}

footer#footer ._btn._btn-rounded {
    background: #008fd5;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
}

footer#footer ._btn._btn-rounded:hover {
    background: #fff;
    color: #008fd5;
    transition: all .3s ease-in-out;
}

footer#footer ._top ._heading ._sub {
    font-weight: 500;
    color: #fff;
}

footer#footer ._top ._heading ._title {
    margin-top: 15px;
    line-height: 1;
    color: #fff;
}

footer#footer ._middle, .top-footer {
    background-color: #F7F7F7;
    padding: 40px 0 40px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

footer#footer ._middle {
    padding-bottom: 0;
}

footer#footer ._middle:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media screen and (max-width: 768px) {
    footer#footer ._middle ._inner {
        margin-top: 15px;
    }
}

footer#footer ._middle ._inner .-top {
    /*border-bottom: 1px solid var(--text-color-light;*/
    width: fit-content;
}

@media screen and (max-width: 768px) {
    footer#footer ._middle ._inner .-top .__logo {
        text-align: center;
    }
}

footer#footer ._middle ._inner .-top .__logo > a {
    display: inline-block;
}

footer#footer ._middle ._inner .-top .__logo > a > img {
    height: 60px;
    width: auto;
}

footer#footer ._middle ._inner .-top .__desc {
    margin-top: 15px;
    font-size: 16px;
    color: #424d54;
    line-height: 1.5;
}

footer#footer ._middle ._inner .-top .__desc .tencty {
    color: var(--main-color);
    font-weight: 700;
    font-size: 16px;
}

footer#footer ._middle ._inner .-top .__desc p {
    margin-bottom: 7px;
}

footer#footer ._middle ._inner .-bottom ._phone > a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

footer#footer ._middle ._inner .-bottom ._phone > a .__left {
    font-size: 3em;
    color: var(--main-color);
    width: 25%;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    footer#footer ._middle ._inner .-bottom ._phone > a .__left {
        width: 60px;
    }
}

footer#footer ._middle ._inner .-bottom ._phone > a .__right {
    width: 75%;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    footer#footer ._middle ._inner .-bottom ._phone > a .__right {
        width: calc(100% - 60px);
    }
}

footer#footer ._middle ._inner .-bottom ._phone > a .__right > span {
    display: block;
}

footer#footer ._middle ._inner .-bottom ._phone > a .__right > span:first-of-type {
    margin-bottom: 6px;
    color: #afb5ba;
    text-transform: uppercase;
    font-size: 0.8em;
}

footer#footer ._middle ._inner .-bottom ._phone > a .__right > span:last-of-type {
    color: #fff;
    font-size: 1.25em;
    text-transform: uppercase;
    font-weight: 700;
}

footer#footer ._middle ._inner > p, ._bottom p.title {
    padding-top: 5px;
    font-size: 1.3rem;
    color: var(--main-color);
    font-weight: bold;
    margin-bottom: 15px;
}

footer#footer ._middle ._inner > ul._menu > li > a {
    padding: 7.5px 0;
    display: inline-block;
    color: #afb5ba;
    transition: 0.2s all ease;
    font-size: .9rem;
}

footer#footer ._middle ._inner > ul._menu > li:hover > a {
    color: #fff;
}

footer#footer ._middle ._inner ._item-blog {
    margin-bottom: 20px;
}

footer#footer ._middle ._inner ._item-blog > a {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

footer#footer ._middle ._inner ._item-blog > a > .__image {
    height: 90px;
    width: 100px;
    flex: 0 0 100px;
    left: 0;
    top: 0;
    overflow: hidden;
    border-radius: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

footer#footer ._middle ._inner ._item-blog > a > .__content {
    padding-left: 15px;
}

footer#footer ._middle ._inner ._item-blog > a > .__content .-time {
    font-size: 0.85em;
    color: var(--main-color);
    font-weight: bold;
    margin-bottom: 8px;
}

footer#footer ._middle ._inner ._item-blog > a > .__content .-title {
    font-weight: 500;
    font-size: 0.9em;
    color: #afb5ba;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    transition: 0.2s all linear;
    height: 64px;
}

footer#footer ._middle ._inner ._item-blog > a:hover > .__content .-title {
    color: #fff;
}

footer#footer ._middle ._inner.-information {
    /*background-color: #09192c;*/
}

footer#footer ._middle ._inner.-information > ul > li > a {
    padding: 7.5px 0 0;
    display: block;
    color: #424d54;
    margin-bottom: 7.5px;
    line-height: 1.6;
    font-size: 1.03em;
    /*border-bottom: 1px solid var(--text-color-light;*/
    transition: 0.2s all linear;
}

footer#footer ._middle ._inner.-information > ul > li > a > i {
    color: var(--main-color);
    margin-right: 5px;
}

footer#footer ._middle ._inner.-information > ul > li:last-of-type > a {
    margin-bottom: 0;
    border-bottom: 0;
}

footer#footer ._middle ._inner.-information > ul > li:hover > a {
    color: #3e88f6;
}

footer#footer ._copyright {
    position: relative;
    background-color: #f7f7f7;
}

footer#footer ._copyright .container {
    border-top: 1px solid #ececec;
    padding: 20px 15px;
}

footer#footer ._bottom ._inner {
    font-weight: 700;
    color: #424d54;
    font-size: 0.9em;
}

footer#footer ._bottom ._inner.right {
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 991px) {
    footer#footer ._bottom ._inner {
        text-align: center;
        justify-content: center !important;
    }
}

footer#footer ._bottom ._inner > a {
    font-weight: 700;
    color: #749dce;
}

footer#footer ._bottom ._social > ul {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 991px) {
    footer#footer ._bottom ._social > ul {
        margin-top: 10px;
    }
}

footer#footer ._bottom ._social > ul > li:not(:last-of-type) {
    margin-right: 8px;
}

footer#footer ._bottom ._social {
    margin-top: 10px;
}

footer#footer ._bottom ._social > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #a7a7a7;
    padding: 0 3px;
    font-size: 1.5rem;
}

footer#footer ._bottom ._social > ul > li > a > img {
    width: 30px;
    height: 30px;
    position: absolute;
    opacity: 0;
    transition: 0.2s all linear;
    left: 0;
}


footer#footer ._bottom ._social > ul > li > a > img:first-of-type {
    opacity: 1;
}

#home-slider {
    /*max-width: 1400px;*/
    margin: 0 auto;
}

#home-slider .slider-item {
    position: relative;
    vertical-align: middle;
}

#home-slider .slider-item .slider-image {
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #fff;
    background-size: cover;
    padding-top: 30%;
    position: relative;
}

#home-slider .slider-item .slider-image::after {
    /*content: '';*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #112031;
    opacity: 0.4;
}

#home-slider .slider-item .slider-image .container-inner {
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
    z-index: 2;
    max-width: 650px;
}

#home-slider .slider-item .slider-image .container-inner .slider-title {
    display: inline-block;
    overflow: hidden;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    visibility: hidden;
    width: 100%;
    font-size: 2.5rem;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

#home-slider .slider-item .slider-image .container-inner .slider-title.animated {
    visibility: visible;
}

#home-slider .slider-item .slider-image .container-inner .slider-desc {
    font-size: 1.1rem;
    visibility: hidden;
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
    color: #f2f2f2;
    font-weight: 500;
    margin-top: 0;
}

#home-slider .slider-item .slider-image .container-inner .slider-desc p {
    margin-bottom: 0.5rem;
    color: #ececec;
    text-transform: capitalize;
}

#home-slider .slider-item .slider-image .container-inner .slider-desc.animated {
    visibility: visible;
}

#home-slider .slider-item .slider-image .container-inner .slider-action {
    margin-top: 1em;
    visibility: hidden;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

#home-slider .slider-item .slider-image .container-inner .slider-action.animated {
    visibility: visible;
}

#home-slider .slider-item .slider-image .container-inner .slider-action a {
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
    background: #3a8fd5;
}

#home-slider .slick-prev,
#home-slider .slick-next {
    position: absolute;
    /*-webkit-transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
    z-index: 3;
    cursor: pointer;
    background: transparent;
    height: 37px;
    width: 37px;
    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;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
    border-radius: 5px;
    right: 80px;
    border: 2px solid #fff;
    background: transparent;
}

#home-slider .slick-prev:before,
#home-slider .slick-next:before {
    display: none;
}

#home-slider .slick-prev > i,
#home-slider .slick-next > i {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 1.5rem;
    transition: 0.3s all ease-in-out;
}

#home-slider .slick-prev:hover, #home-slider .slick-prev:focus,
#home-slider .slick-next:hover,
#home-slider .slick-next:focus {
    border: 2px solid transparent;
    background: var(--main-color);
}

#home-slider .slick-prev {
    left: unset;
    right: 130px;
    top: calc(100% - 60px);
}

#home-slider .slick-next {
    top: calc(100% - 60px);
}

#home-slider .slick-dots {
    position: absolute;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 100%;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
}

#home-slider .slick-dots li {
    position: relative;
    width: 12px;
    height: 12px;
    background-color: #fff;
    margin: 0 0.5rem;
    padding: 0;
    font-size: 0;
    overflow: hidden;
    color: transparent;
    cursor: pointer;
    border-radius: 999px;
    box-shadow: 0 8px 12px 0 rgb(48 56 70 / 50%);
    transition: width 0.3s ease-in-out;
}

#home-slider .slick-dots > li.slick-active {
    width: 36px;
    background-color: #003579;
}

#home-slider .slick-dots li > * {
    display: none;
!important;
}

#home-slider .slick-dots li button {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0b141e;
    padding: 0;
    margin: 0;
    box-shadow: none;
    outline: none;
    border: 0;
    font-size: 0;
    overflow: hidden;
    cursor: pointer;
}

#home-slider .slick-dots li.slick-active button {
    background: #fff;
}

@media screen and (max-width: 991px) {
    #home-slider .slider-item .slider-image {
        height: auto;
        background-position: center;
    }

    #home-slider .slider-item .slider-image .container-inner {
        position: absolute;
        max-width: 70%;
        text-align: center;
        top: 50%;
        left: 15%;
    }

    #home-slider .slider-item .slider-image .container-inner .slider-title {
        font-size: 1.6rem;
    }

    #home-slider .slider-item .slider-image .container-inner .slider-desc {
        display: none;
    }

    #home-slider .slider-item .slider-image .container-inner .slider-action a {
        padding: 5px 15px;
        font-size: 0.875rem;
    }

    #home-slider .slick-dots {
        right: 5px;
        width: unset;
    }

    #home-slider .slick-prev {
        left: 5px;
        width: 35px;
        height: 35px;
        font-size: 1.2rem;
        top: 50%;
    }

    #home-slider .slick-prev:before {
        width: 40px;
        height: 40px;
    }

    #home-slider .slick-next {
        right: 5px;
        width: 35px;
        height: 35px;
        font-size: 1.2rem;
        top: 50%;
    }

    #home-slider .slick-next:before {
        width: 40px;
        height: 40px;
    }
}

.__cat {
    color: var(--main-color);
}

.__cat-white {
    color: #d9dce4;
}

.line-decor {
    position: absolute;
    height: 22px;
    width: 4px;
    background: var(--main-color);
    left: 0;
}

.panel-body {
    position: relative;
}

.social-lienhe i {
    color: #fff;
    font-size: 1.25rem;
}

.line-decor-white {
    position: absolute;
    height: 22px;
    width: 4px;
    background: #fff;
    left: 0;
}

.page-search .input-group {
    border-radius: 6px;
    border: none;
}

.page-search .input-group .input-group-append button {
    border-radius: 3px;
}

/*# sourceMappingURL=main.css.map */

@media (min-width: 768px) {
    .header-nav .main-menu > ul > .menu-item > .sub-menu {
        width: max-content;
    }
}

.footer-text a {
    color: #666;
    font-size: 18px;
}

.bold900 {
    font-weight: 900;
}

.text-danhmuc {
    padding: 5px 0;
}

.text-danhmuc a {
    color: #333;
}

.content p {
    font-size: 14px;
}

.content h2 {
    font-size: 18px;
    font-weight: bold;
}

.content h3 {
    font-size: 16px;
    font-weight: bold;
}

.header ._top .__social > ul > li > a:hover,
#footer ._bottom ._social > ul > li > a:hover {
    color: #3a8fd5;
    transition: all .3s ease-in-out;
}

.header ._top .__social > ul > li.i-facebook > a, #footer ._bottom ._social > ul > li.i-facebook > a {
    color: #1773EA;
}

.header ._top .__social > ul > li.i-twitter > a, #footer ._bottom ._social > ul > li.i-twitter > a {
    color: #1C9CEA;
}

.header ._top .__social > ul > li.i-youtube > a, #footer ._bottom ._social > ul > li.i-youtube > a {
    color: #F70000;
}


.header.active .header-logo img {
    max-width: 70%;
    transition: all .3s ease-in-out;
}

.header-wrapper {
    padding: 10px;
}

.action-btn:hover {
    background: #2c517d !important;
    transition: all .3s ease-in-out;
}

.wrap-news ._content .item > a ._left .__title,
#newsSlider .__item > a ._right .__title {
    font-size: 1rem;
}

#newsSlider .__item > a ._right .__desc,
.wrap-news ._content .item > a ._left .__desc {
    font-size: 0.875rem;
}

a.zalo-icon {
    display: flex !important;
    align-items: center;
}

a.zalo-icon {
    position: relative;
}

a.zalo-icon img:last-of-type {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s ease-in-out;
}


.wrap_heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}

.btn-seeall {
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--text-color-light);
}

.btn-seeall i {
    font-size: 1.3em;
    position: relative;
    left: 5px;
    transition: .3s all;
}

.btn-seeall:hover i {
    left: 20px;
}

.news__item .news-img {
    position: relative;
    overflow: hidden;
}

.news1_content {
    padding: 25px 0;
}

.news1_content .__title {
    color: var(--main-color);
    font-size: 0.875rem;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s all ease-in-out;
}

.news__item:hover .news1_content .__title {
    color: #3A8FD5;
}

.news1_content .__time {
    font-size: .92rem;
    color: #9d9d9d;
}

.wrap-highlight-news {
    padding-top: 70px;
    background-color: transparent;
}

.news_content .content_right {
    position: relative !important;
}

.news_content .content_right .__image {
    height: 100%;
    min-height: 370px;
    background-size: cover;
    background-position: center;
}

.content_left {
    padding: 0 30px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #182c44;
}

.news_content .content_left .__title {
    font-size: 1.55rem;
    margin-bottom: 15px;
    font-weight: 700;
    transition: 0.2s all ease-in-out;
}

.news_content .content_left .__title:hover {
    color: #3A8FD5;
}

.news_content .content_left .__desc {
    margin-bottom: 25px;
    color: #525456;
    line-height: 1.6;
    font-size: .97em;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.news_content .content_left .__time {
    color: #7a7c80;
    font-size: .91rem;
    padding-bottom: 17px;
    margin-bottom: 17px;
    text-transform: uppercase;
    position: relative;
}

.news_content .content_left .__time:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 70px;
    height: 2px;
    background: #2C517D;

}

.__category {
    color: #3A8FD5;
    transition: .3s all;
}

.__category:hover {
    color: #2C517D;
}

.news_content .content_left .__action {
    display: inline;
    border: 1px solid #005AAB;
    width: fit-content;
    padding: 7px 20px;
    background: transparent;
    color: #005AAB;
    font-weight: 700;
    transition: .3s all;
}

.news_content .content_left .__action:hover {
    border-color: #005AAB;
    background-color: #005AAB;

    color: #fff;
}

@media screen and (max-width: 768px) {
    .header-wrapper {
        padding: 15px 0;
    }

    .wrap-highlight-news {
        padding: 30px 0;
    }

    .wrap-news {
        padding-bottom: 30px;
    }

    ._heading ._sub {
        margin-top: 10px;
        font-size: .875rem;
    }

    .content_left {
        padding: 20px 0;
        width: 100%;
    }

    .news_content .content_left .__title {
        font-size: 1.1rem;
        line-height: 1.2;
    }

    .news_content .content_left .__desc {
        font-size: .95em;
    }

    .btn-seeall {
        font-size: .875em;
        padding: 0;
    }

    .wrap_heading .btn-seeall {
        margin-bottom: 1rem;
    }

    .btn-seeall:hover i {
        left: 13px;
    }
}

.top-footer .container {
    padding-top: 30px;
    border-top: 1px solid #ececec;
}

.sidebarTools {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
    padding: 10px 15px;
    box-shadow: 2px 2px 13px #cacaca;
    border-radius: 3px 0 0 3px;
}

.sidebarTools .sidebarTools-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.sidebarTools .sidebarTools-wrapper > li:nth-child(3) .tool-icon {
    transform: scale(1.2) translateY(-5px);
    box-shadow: 0 0.5rem 1rem 0 rgb(44 51 73 / 30%), 0 0 0 2px #f8f9fa;
}


.sidebarTools .sidebarTools-wrapper > li {
    display: block;
    position: relative;
}

.sidebarTools .sidebarTools-wrapper > li > a {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
}

.sidebarTools .sidebarTools-wrapper > li > a .tool-icon {
    max-width: 36px;
    margin-bottom: 5px;
    border-radius: 50%;
}

.sidebarTools .sidebarTools-wrapper > li > a .tool-icon.tool-icon--text {
    --background: #ff0000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    width: 100%;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    background-color: var(--background);
}

.sidebarTools .sidebarTools-wrapper > li > a .tool-desc {
    font-size: 12px;
    white-space: nowrap;
    line-height: 1;
    color: var(--dark);
    font-weight: 700;
}


.breadcrumb.breadcrumb-gradient {
    padding: 10px 0;
    /*background-color: var(--main-color);*/
    background: linear-gradient(90deg, var(--main-color), #0940b3);
}

.breadcrumb-gradient .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

.breadcrumb-gradient .breadcrumb-heading {
    padding: 0 1rem;
    font-size: 1rem;
    margin-bottom: 0;
    text-transform: uppercase;
}

button.slick-disabled {
    pointer-events: none;
    opacity: 0.5;
}

.blend-mode-darken {
    background-color: #000000c7;
    background-blend-mode: darken;
    color: #c3d7e1;
}

._text {
    margin-bottom: 50px;
    color: #fff;
}

._text-blue {
    color: #007bff;
}

.ratio {
    --aspect-ratio: 100%;
    max-width: 100%;
    width: 100%;
    height: 0;
    position: relative;
    z-index: 1;
    padding-bottom: var(--aspect-ratio);
}

.ratio.ratio-16x9 {
    --aspect-ratio: calc(9 / 16 * 100%);
}

.ratio.ratio-4x3 {
    --aspect-ratio: calc(3 / 4 * 100%);
}

.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

#swiper-services .swiper-slide {
    height: auto;
}

#swiper-services .card {
    height: 100%;
}

#swiper-services .card .card-header {
    padding: 15px 15px 0 15px;
}

#swiper-services .card .card-title {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--main-color);
}

#swiper-services .card .card-text {
    font-size: 0.875rem;
    color: var(--text-color);
}

#swiper-services .card .card-body,
#swiper-services .card .card-footer {
    padding-top: 0.875rem;
    padding-bottom: 0.75rem;
}

.card .link-view-more {
    font-size: 0.875rem;
    color: var(--dark);
}


.card:hover .link-view-more {
    color: var(--blue-dark);
}

.link-stretch {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.max-lines {
    --lines: 3;
    --size: 0.875rem;
    --lh: 1.5;
    max-width: 100%;
    width: 100%;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    height: 100%;
    max-height: calc(var(--lines) * var(--size) * var(--lh));
    line-height: var(--lh);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: var(--lines);
    line-clamp: var(--lines);
    -webkit-box-orient: vertical;
}

.hv-force {
    position: relative;
    z-index: 1;
}

.hv-force::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: opacity(0);
    background-color: rgba(0, 0, 0, 0.13);
    transition: opacity 0.4s ease-in-out, filter 0.4s ease-in-out;
    z-index: 999;
}

.card:hover .hv-force::before {
    opacity: 1;
    filter: opacity(1);
}

.hv-scale {
    transform: scale(1);
    transition: transform 2.2s cubic-bezier(.14, .4, .09, .99);
}

.card:hover .hv-scale,
*:hover > .hv-scale {
    transform: scale(1.1);
}

.swiper-btn {
    display: none;
}

.z-index-1 {
    z-index: 1;
}

#swiper-partners {
    padding: 20px 0;
}

#partners {
    padding: 50px 0;
}

.layout-grid-2x2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.layout-grid-2x2 > .icon-bx-wraper.bx-style-1:nth-child(odd) {
    border-right: none;
}

.layout-grid-2x2 > .icon-bx-wraper.bx-style-1:nth-child(1),
.layout-grid-2x2 > .icon-bx-wraper.bx-style-1:nth-child(2) {
    border-bottom: none;
}

.layout-grid-2x2 .bx-title {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
}

.section-px-50 {
    padding: 50px 0;
}

.panel-tags li {
    display: inline-block;
    font-size: 0.875rem;
}

.panel-tags li:first-child {
    margin-right: 10px;
}

.panel-tags > ul {
    display: flex;
    flex-wrap: wrap;
}

.panel-tags a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 0.75rem;
    padding: 5px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: var(--blue-dark);
    color: #fff;
    margin: 0 5px 5px 0;
    border-radius: 3px;
}

h1, h2, h3, h4 {
    font-weight: 700 !important;
    margin-bottom: 1rem;
}

.h1, h1 {
    font-size: 1.75rem;
}

.h2, h2 {
    font-size: 1.5rem;
}

.h3, h3 {
    font-size: 1.375rem;
}

.h4, h4 {
    font-size: 1.125rem;
}

.h5, h5, h6 {
    font-size: 1rem;
}

.link-main {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    padding: 0 22px;
    border: 1px solid var(--main-color);
    border-radius: 3px;
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--main-color);
    background-color: #fff;
    transition: color 0.2s ease-in-out;
}

.link-main:hover {
    color: var(--main-color);
}

._copyright ._inner,
.chinhanh b,
#footer ._social-title,
.trusochinh b {
    text-transform: uppercase;
    margin-bottom: 10px;
    color: var(--text-color);
}

.chinhanh b,
.chinhanh span,
#footer .-information,
.trusochinh {
    font-size: 0.875rem;
}

.config-post {
    font-family: inherit !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    font-size: 0.875rem !important;
    color: var(--text-color);
}

.config-post img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    vertical-align: middle !important;
}

.config-post h1,
.config-post h2,
.config-post h3,
.config-post h4,
.config-post h5,
.config-post h6,
.config-post p {
    margin-bottom: 1rem !important;
}

.config-post h1,
.config-post h2,
.config-post h3,
.config-post h4,
.config-post h5,
.config-post h6 {
    font-weight: 700;
}

/*.config-post a {*/
/*    color: var(--main-color) !important;*/
/*    text-decoration: underline !important;*/
/*}*/

.config-post h1 {
    font-size: 1.75rem !important;
}

.config-post h4 {
    font-size: 1.5rem !important;
}

.config-post h3 {
    font-size: 1.25rem !important;
}

.config-post h4 {
    font-size: 1.125rem !important;
}

.config-post h5 {
    font-size: 1rem !important;
}

._top-mobile {
    padding: 5px 0;
    background-color: var(--main-color);
    color: #fff;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 700;
}

.mb-30 {
    margin-bottom: 30px;
}

#page-services .card-style {
    overflow: hidden;
    display: grid;
    grid-template-columns: 35% 1fr;
    grid-gap: 1.25rem;
    border: none;
    border-radius: 0;
    padding: 25px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

#page-services .card-style .card-body {
    padding: 0 0;
}

#page-services .card-style .card-header {
    padding: 0 0;
}

#page-services .card-style .card-text {
    --lines: 10;
    --size: 0.875rem;
    height: auto;
    max-height: initial;
    font-size: 0.875rem;
}

#page-services .card-style .card-title {
    --lines: 1;
    --size: 1rem;
    font-size: 1rem;
    margin-bottom: 0;
    color: var(--main-color);
}

#page-services .card-style .card-footer {
    padding: 0 0;
    text-align: end;
}

#page-services .card-style .card-header > * {
    padding-bottom: 0;
    height: 100%;
}

#page-services .card-style .card-header > * > * {
    position: static;
    width: auto;
    height: auto;
}

.minus-mb-30 {
    margin-bottom: -30px;
}

section.section-md-70 {
    padding: 35px 0;
}

.section-services .nav-tabs {
    border-bottom: none;
    margin-bottom: 50px;
}

.swiper-link,
.section-services .nav-tabs > li {
    flex: 1 0 0;
    height: auto;
    box-shadow: 0 0 12px 8px rgb(129 129 129 / 6%);
}

.swiper-link,
.section-services .nav-tabs .nav-link {
    display: block;

    width: 100%;
    height: 100%;
    padding: 50px 30px;

    text-align: center;
    color: var(--text-color);

    border: none;
    border-radius: 0;

    position: relative;
    transition: all 0.3s ease-in-out;
}

.swiper-link::after,
.section-services .nav-link::after {
    position: absolute;
    content: "";
    display: block;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 15px solid transparent;
    transition: inherit;
}

.swiper-link.active::after,
.section-services .nav-link.active::after {
    border-top-color: var(--main-color);
}

.swiper-link .swiper-link__wrapper,
.nav-link .nav-link__wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: inherit;
}

.swiper-link .swiper-link__icon,
.nav-link .nav-link__icon {
    flex-shrink: 0;
    margin: 0 auto;

    position: relative;
    width: 70px;
    height: 70px;


    background-color: var(--text-color);
    background: var(--mask-url);
    background-size: 64px 64px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
}

.swiper-link.active .swiper-link__icon::before,
.nav-link.active .nav-link__icon::before {
    border-color: #fff;
}

.swiper-link .swiper-link__icon::before,
.nav-link .nav-link__icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    border: 1px dashed #074467;
    transform: translate(-50%, -50%);
    animation: spinAround 9s linear infinite;
}

.swiper-link .swiper-link__main,
.nav-link .nav-link__main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;

    text-transform: uppercase;
    color: var(--text-color);

    font-weight: 400;
    font-size: 0.875rem;

    transition: all 0.3s ease-in-out;
}

.swiper-link .swiper-link__description--emphasize,
.nav-link__description--emphasize {
    color: var(--main-color);
    font-size: 1.25rem;
    font-weight: 700;

    margin: 0.625rem 0;
    transition: all 0.3s ease-in-out;
}

.swiper-link.active,
.section-services .nav-link.active {
    background-color: var(--main-color);
}

.swiper-link.active .swiper-link__icon,
.nav-link.active .nav-link__icon {
    background-color: #fff;
    opacity: 1;
}

.swiper-link.active .swiper-link__main,
.swiper-link.active .swiper-link__description--emphasize,
.section-services .nav-link.active .nav-link__description--emphasize,
.section-services .nav-link.active .nav-link__main {
    color: #fff;
}

.swiper-slide {
    height: auto;
}

.swiper-link {
    height: 100%;
}

#tabs-services.swiper-container {
    padding-bottom: 50px;
    margin-bottom: 0;
}

.section-35 {
    padding: 35px 0;
}

.tool-icon--blue {
    background-color: var(--main-color) !important;
}

.section-services .tab-pane.fade.show.active {
    animation: fadein 1s ease-out;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media screen and (min-width: 48em) {
    #page-services .card-style {
        display: flex;
        flex-direction: column;
        grid-gap: 0 0;
        padding: 0 0;
        border: 1px solid rgba(0, 0, 0, .125);
        border-radius: 3px;
        overflow: hidden;
    }


    #page-services .card-style .card-header > * {
        padding-bottom: calc(9 / 16 * 100%);
        height: 0;
    }

    #page-services .card-style .card-header > * > * {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    #page-services .card-style .card-text {
        --lines: 10;
        height: 100%;
        max-height: calc(var(--lines) * var(--size) * var(--lh));;
        font-size: 0.875rem;
        flex-grow: 1;
    }

    #page-services .card-style .card-footer {
        padding: 0.75rem 1.25rem;
        text-align: center;
    }

    #page-services .card-style .card-body {
        padding: 0.875rem 1.25rem 0.75rem;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    #page-services .card-style .card-title {
        --size: 1rem;
        font-size: 1rem;
        text-align: center;
        margin-bottom: 0.625rem;
    }

    .mb-md-30 {
        margin-bottom: 30px;
    }

    .mmb-md-30 {
        margin-bottom: -30px;
    }

    section.section-md-70 {
        padding: 70px 0;
    }

    .header .search-item .live-search {
        max-height: 450px;
    }
}


.search-item-large {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.search-item-large form {
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgb(48 56 70 / 10%);
    border-radius: 4px;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in;
}

.search-item-large form.active {
    max-height: 300px;
    opacity: 1;
    visibility: visible;
}

.search-item-large input {
    font-family: inherit;
    width: 100%;
    outline: none !important;
    box-shadow: none !important;
    font-size: 0.875rem;
    height: auto;
}

#modal-contact .modal-dialog {
    max-width: 320px;
    border-radius: 0.25rem;
    overflow: hidden;
    margin: 20px auto 0;
}

.modal {
    z-index: 99999;
}

#modal-contact .modal-content {
    display: flex;
    flex-flow: column nowrap;
    border: none;
    overflow: hidden;
}

.modal-content__media {
    flex: 1 0 100%;
    display: none;
    max-height: 120px;
    overflow: hidden;
    position: relative;
    z-index: 1;

}

.modal-content__media::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.13);
    z-index: 99;
}

.modal-content__media img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.modal-content__form {
    flex: 1 0 100%;
    padding: 1rem;
}

.form__field {
    --border-color: var(--gray-dark);
    position: relative;
    z-index: 1;
}

.form__field > label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    color: var(--border-color);
    border-right: 1px solid var(--border-color);
}

.form__field textarea,
.form__field .form__control {
    font-family: inherit;
    font-size: 0.875rem;

    display: inline-block;
    height: 44px;
    width: 100%;

    padding: 0 22px 0 55px;

    outline: none !important;
    box-shadow: none !important;
    color: var(--gray-dark);

    border: 1px solid var(--border-color);
    border-radius: 3px;
}

.form__field .form__control {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form__field textarea {
    resize: none;
    height: auto;
    padding: 0.75rem 1.5rem 1.5rem 50px;
}

.form__field + .form__field {
    margin-top: 1.5rem;
}

.form__field:focus-within {
    --border-color: var(--blue-dark);
}

.modal-content__form .form__title {
    font-weight: 700;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin: 0.75rem 0;
}

.form__title--xs,
.form__title--small {
    font-weight: 400;
    font-size: 0.8125rem;
    margin: 0;
}

.form__title--small {
    color: var(--main-color);
}

.form__title--xs {
    color: var(--gray);
}

.form__actions {
    text-align: center;
}

.form__btn {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;

    min-width: 180px;
    padding: 0 0;
    margin: 1rem auto 0 auto;

    font-size: 0.875rem;
    color: #fff;
    background-color: var(--main-color);

    outline: none !important;
    border: none;
    overflow: hidden;
    border-radius: 3px;

    transition: all 0.3s ease-in;
}

.form__btn > * {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.form__btn .btn__text--left {
    flex: 1 0 70%;
    padding: 0.625rem 1.25rem;
    position: relative;
    z-index: 2;
}

.form__btn .btn__text--full {
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0.625rem 1.25rem;
}

.form__btn .btn__text--left::after {
    content: '';

    display: inline-block;
    height: 100%;
    width: 1rem;

    background-color: var(--main-color);
    transform: skew(-15deg);

    position: absolute;
    top: 0;
    left: 95%;
    z-index: 2;

}

.form__btn .btn__text--right {
    flex: 0 0 30%;
    height: auto;
    padding: 0.625rem 1.25rem;

    font-size: 0.75rem;
    background-color: var(--blue-dark);
    position: relative;
    z-index: 1;
}

.form__btn .btn__text--right,
.form__btn .btn__text--left,
.from__Btn .btn__text--left::after {
    transition: inherit;
}

.form__btn:hover .btn__text--right {
    background-color: var(--main-color);
}

.form__btn:hover .btn__text--left {
    background-color: var(--blue-dark);
}

.breadcrumb {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb .breadcrumb-item {
    display: inline;
}

@media screen and (min-width: 48em) {
    #modal-contact .modal-content {
        flex-flow: row nowrap;
        border: none;
    }

    #modal-contact .modal-dialog {
        max-width: 576px;
    }

    .modal-content__media {
        flex: 0 0 40%;
        max-height: unset;
        overflow: hidden;
        position: relative;
        z-index: 1;

    }

    .modal-content__form {
        flex: 1 0 60%;
        padding: 2.5rem;
    }

    .modal-content__media {
        display: block;
    }
}

@media screen and (min-width: 64em) {
    .sidebarTools.desktop-mode {
        top: unset;
        bottom: 124px;
        transform: translateY(0);
    }
}

@media screen and (min-width: 62em) {
    .header .header-toggle {
        flex-shrink: 0;
    }

    .header .toggle-search {
        display: none;
    }

    .search-item-large {
        top: initial;
        left: initial;
        right: initial;
        flex-grow: 1;
        width: 100%;
        max-width: 441px;
        padding: 0 15px;
        position: relative;
        transition: all 0.25s ease-in;
        border-radius: 0 0;
    }

    .search-item-large form {
        width: 100%;
        position: relative;
        top: 0;
        padding: 0 0;
        max-height: 100%;
        box-shadow: none;
        background-color: transparent;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }


    .search-item-large:focus-within {
        max-width: 100%;
    }

    .search-item-large button {
        position: absolute;
        top: 0;
        right: 0;
        font-weight: 400;
    }

    #modal-contact .modal-dialog {
        max-width: 768px;
    }

    #home-slider .slider-item .slider-image {
        padding-top: 20%;
    }
}

@media screen and (min-width: 1200px) {
    #home-slider .slider-item .slider-image {
        padding-top: 15%;
    }
}