@media screen and (max-width: 1199px) {

    html,
    body {
        width: auto !important;
        overflow-x: hidden !important;
        letter-spacing: 0.1px;
    }
}

.navigation--mobile,
.navigation>.container {
    position: relative;
}

.post-area .post .post__wrapper .collection_link a {
    font-size: 15px;
    color: #0b0b0b;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
    position: relative;
}

.header-top {
    overflow-x: hidden;
}

footer .bg {
    background-color: #150f0d;
}

.content_post ul,
.content_post p {
    margin-bottom: 0;
}

.main-color {
    color: var(--color-1st) !important
}

.main-bg-color {
    background-color: var(--color-1st)
}

.snd-color {
    color: var(--color-2nd)
}

.snd-bg-color {
    background-color: var(--color-2nd)
}

.background_bg {
    background-position: 50%;
    background-size: cover;
}

.background_bg.bg-left {
    background-size: unset;
    background-position: left;
}

.background_bg.bg-right {
    background-size: unset;
    background-position: right;
}

.gap-20 {
    gap: 20px;
}

.post:hover .link-btn.snd-bg-color {
    background-color: white;
    color: var(--color-2nd);
}

.images-preloader {
    position: fixed;
    z-index: 100001;
    background-color: #fff;
    width: 100%;
    height: 100%;
}

.images-preloader .spinner {
    position: absolute;
    left: 50%;
    width: 70px;
    text-align: center;
    transform: translate(-50%, 40vh);
}

.header-top .container {
    height: 115px;
    overflow: hidden;
    justify-content: end;
    align-items: baseline;
}

.header-top .navigation__left .header__actions {
    justify-content: center;
}

.header-top .navigation__left .header__actions a {
    padding: 0 10px 0 15px;
    margin: unset;
    font-size: 13px;
}

.header-top .navigation__left .header__actions a:last-child {
    padding-left: unset;
    justify-content: start;
}

.nav__right {
    display: contents;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.header-top .list--social li {
    margin-right: 0;
}

.header-top .list--social a {
    border-radius: unset;
    border: unset;
    color: #ddd;
}

.header-top .header__actions a,
.header-top .header__actions i {
    color: white;
}

.header-top .header__actions a {
    font-size: 13px;
}

.header-top .header__actions .form--primary-search i:last-child {
    color: black;
}

.navigation__right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation__right a:hover,
.navigation__right a:hover span,
.navigation__right a:hover i {
    color: #707070;
}

.langs.ml-2 {
    padding: 0 14px;
    margin: 0 10px;
    font-weight: 500;
    border: 2px solid #5a5a5a;
    border-top: 0;
    border-bottom: 0;
}

.header-top .navigation__nextto__center p {
    margin: 10px;
}

.header-top p,
.header-top a,
.header-top i {
    margin: 0 auto;
    color: #fff;
}

.top-header {
    background-color: #535452;
    padding: 6px 0;
}

.top-header span,
.top-header a {
    font-size: 13px
}

input#keyword {
    height: 30px;
    margin: 2px 0;
    background-color: white;
}

#site-search .container {
    padding: unset;
}

.form--primary-search {
    min-width: 300px;
    max-width: 600px;
}

.form--primary-search button {
    height: 38px;
    border-radius: 20px;
}

.form--primary-search button:hover {
    color: #ff3c4f;
    background-color: white;
    border: 1px solid #ff3c4f
}

.header {
    z-index: 990;
    border-bottom: unset;
    top: 0;
    width: 100%;
    /* box-shadow-bottom: 0 2px 10px 0 rgba(0, 0, 0, 0.19); */
}

.header--mobile {
    position: fixed;
    top: 0;
    width: 100%;
    background: white;
}

.main-header .navigation__left .logo {
    display: block
}

.main-header .panel-trigger {
    position: fixed;
    /* top: 25px; */
    right: -40px;
}

.main-header .panel-trigger i {
    font-size: 34px;
    z-index: 20;
    color: #e8e8e8;
}

.slider-item {
    margin-top: 0 !important;
}

.categories_btn {
    background-color: #535452;
    border: 1px solid #535452;
    color: #fff;
    padding: 14px 30px;
    text-align: left;
    width: 100%;
}

.categories_wrap {
    position: relative;
}

.categories_btn i {
    font-size: 24px;
    margin-right: 15px;
    vertical-align: middle;
}

.categories_btn span {
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: middle;
}

.main-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    transition: all .5s ease;
}

body:not(.index) .main-header {
    background-color: #ffffff94;
    backdrop-filter: blur(5px);
}

.fp-viewing-section-0 .main-header #logo1 {
    height: 110px !important;
    margin-top: 8px;
}

.main-header.scroll,
.inner .main-header {
    margin-top: 9px;
}

.main-header .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post .post__wrapper .post__thumbnail {
    background-position: 50% 50%;
    background-size: cover;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 159px;
}

.post .post__wrapper .post__thumbnail img {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.post-area .post .post__wrapper p.decs {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    height: 76px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.post-area .post .post__wrapper .collection_link a {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 1;
    height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.menu>li>a.logo {
    padding: 0;
}

.main-header .menu-item-a {
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
    font-weight: 400;
    letter-spacing: 1.1;
    text-transform: uppercase;
}

.main-header .search-btn i {
    z-index: 20;
    color: #fff;
    position: relative;
}

.main-header .search-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: var(--color-1st);
    border-radius: 50%;
    z-index: 10;
}

body.index .main-header {
    padding: 0 55px;
    position: fixed;
    background: #fff;
    transition: all .3s ease;
}

.fp-viewing-section-0 .main-header {
    background: unset !important;
}

.main-header .panel-trigger::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    background-color: var(--color-1st);
    border-radius: 50%;
}

.language_bar_list span {
    font-size: 25px;
    font-weight: 400;
}

body:not(.index) .language_bar_list span {
    font-size: 20px;
}

.language_bar_list li {
    position: relative;
}

.language_bar_list li:first-child::after {
    content: "/";
    position: absolute;
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 23px;

}

.menu--mobile .sub-menu>li.menu-item-has-children>.sub-menu {
    position: unset;
    margin-left: 20px;
}

.panel--sidebar .panel__content {
    overflow-y: auto;
    height: 100vh;
    display: grid;
    justify-content: center;
    align-items: baseline;
    background: #fff;
}

.panel--sidebar .menu {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-width: 223px;
}

img#logo1 {
    transition: all 0.6s ease 0s;
    height: 80px !important;
    padding: 5px 0;
}

.main-header.scroll #logo1 {
    height: 50px !important;
}

.fp-viewing-Partner #logo1,
.fp-viewing-Footer #logo1 {
    visibility: hidden;
    opacity: 0;
}

.main-logo.scroll {
    top: -20px !important;
}

.navigation__center.d-flex {
    min-width: 700px;
}

.navigation__right .phone-number {
    font-size: 17px;
    font-weight: 600;
    color: #e14646;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff,
        -1px 1px 0 #fff;
}

.navigation__right .phone-number a {
    font-size: 23px;
    font-weight: 600;
    color: #e14646;
}

.navigation__right .form-control {
    border-radius: 20px !important;
    background: #fff;
    border-color: #dddddd45;
    min-width: 200px;
    height: 35px;
}

.navigation__right .form-control::placeholder {

    opacity: 1
}

.navigation__right .search_btn {
    position: absolute;
    right: 10px;
    top: 50%;
    border: unset;
    background: unset;
    transform: translate(0, -50%);
}

.header-top .menu>li,
.header-top .menu>li>a {
    padding: 0
}

.slider-item {
    max-height: 950px !important;
}

.breadcrumb-wrapper {
    background: #f5f5f5;
    margin-bottom: 30px
}

.breadcrumb {
    background-color: unset;
}

.breadcrumb li {
    font-size: 14px;
    color: #868484;
}

.breadcrumb li:before {
    content: " \f101";
    font-family: FontAwesome;
    color: #959595;
    margin: 0 5px 0 9px;
}

.breadcrumb li:first-child:before {
    content: unset
}

.breadcrumb--custom {
    margin: 8px 0 0 10px;
}

.section--homepage .section__header span {
    text-align: end;
}

.nav-pills .nav-link {
    padding: 0;
}

.service-tab .tab-list-wrapper ul li.active a:before {
    background-color: #f69220;
    border-color: #fff;
    box-shadow: -5px 7px 30px rgba(0, 0, 0, 0.07);
}

.section--homepage {
    padding-top: 0;
}

.section-wrapper .section-index {
    padding: 60px 55px;
    z-index: -1;
    /* display: flex;
align-items: center;
justify-content: center; */
    /* height: 100%;
overflow: hidden; */
}

.section-wrapper .section-index:last-child .cover {
    padding: 45px 45px 0;
}

.section__content .video {
    min-height: 70px;
}

.section-wrapper .section-index:last-child .cover {
    padding: 0 45px 0;
}

.section-wrapper .section-index:last-child footer {
    padding: 45px 45px 30px !important;
    position: relative;
    bottom: 0;
    width: 100%;
    min-height: 265px;
}

.section--homepage h2,
.section--homepage h2 a {
    font-size: 65px;
    font-weight: 700;
    color: var(--color-1st);
    padding: 10px 0;
    line-height: 1.1;
}


.section__content .content {
    font-size: 30px;
    line-height: 45px;
}

.section--homepage .first h2 {
    color: #444444;
}

.section--homepage h2 a:hover {
    color: white
}

.home-intro h2 {
    color: var(--color-1st);
    margin: 0;
    font-size: 30px
}

.section--homepage .sub-title {
    color: #909090;
    font-size: 18px;
    display: block;
    margin-bottom: 6px;
}

hr {
    border-top: 1px solid rgb(0 0 0 / 64%);
}

.play-cover {
    border-radius: 50%;
    padding: 15px;
    background-color: #6dcff6;
    border: 1px solid #fff;
    box-shadow: 0 0 0 15px #6DCFF633;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-50%, 25px);
}

.play-button {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #fff;
    cursor: pointer;
    transform: translateX(3px);
}

.triangle {
    display: none;
}

.play-cover:hover {
    box-shadow: 0 0 10px 5px #ffffffba;
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent #fff;
    margin-left: 10px;
}

.nav-pills .nav-link h2 {
    color: black;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 15px;
    border: 1px dashed black;
    border-radius: 25px;
    text-transform: initial;
}

.nav-pills .nav-link h2:hover {
    color: var(--color-1st);
    border: 1px solid var(--color-1st);
}

.nav-pills .nav-link.active h2,
.nav-pills .show>.nav-link h2 {
    color: var(--color-1st);
    border: 1px solid var(--color-1st);
}

.widget--shop .widget__title {
    height: 41px;
    line-height: 41px;
    margin-bottom: 0;
    border-bottom: 1px solid var(--color-1st);
}

.post__content p {
    text-align: justify;
    margin: 0;
}

#coverflow {
    width: 100%;
}

.footer .final-line {
    min-height: 50px;
    background: #23282b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .final-line .container {
    text-align: center;
    min-height: 55px;
    background-color: var(--color-1st);
    color: white;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    justify-items: stretch;
    align-items: center;
    padding: 17px 0;
    font-weight: 100;
}

.footer .final-line p {
    margin: 15px 0;
    color: white;
    line-height: 21px;
}

#slider-partner .item {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    padding: 5px;
}

.d-content {
    display: contents !important
}

#slider-partner .item img {
    display: block;
    margin: 0 auto;
    -webkit-transition: all .5s ease-in-out;
}

#slider-partner .item:hover img {
    -webkit-transform: scale(1.1);
}

.slick-arrow {
    color: ;
    z-index: 10
}

.home-news .carousel--nav .owl-nav {
    top: 36% !important
}

.slick-arrow:hover {
    color: #fb7224;
}

.slick-arrow:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: fontawesome;
    font-size: 13px;
    line-height: 15px;
    color: #8a8a8a;
    background: #ddd;
    padding: 5px;
    border-radius: 50%;
}

.slick-prev:before {
    content: '\f178';
    left: 0
}

.slick-next:before {
    content: '\f177';
    margin-left: 10px;
}

.d-grid-1 {
    display: grid
}

.widget--shop .widget__links li a {
    font-size: 14px;
    font-weight: unset;
}

.shop--sidebar .shop__left .list--minus {
    margin-left: 15px;
}

.list--minus li a:before,
.list--plus li a:before {
    content: unset;
}

.widget__content h4 a {
    color: white !important;
    font-weight: 500;
    font-size: 20px;
    padding: 7px 0;
}

.flex-wrap {
    flex-wrap: wrap;
}

.gap-10 {
    gap: 10px !important
}

.gap-15 {
    gap: 15px !important
}

.gap-30 {
    gap: 30px !important
}

.gap-40 {
    gap: 40px !important
}

.widget--shop .widget__content {
    padding: 10px 0;
}

.ps-list--categories li {
    padding: 5px 20px 5px 0;
    position: relative;
}

.ps-list--categories li.current-menu-item {
    color: var(--color-2nd)
}

.ps-list--categories li .sub-toggle {
    display: inline-block;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
}

.ps-list--categories li .sub-menu {
    background-color: transparent;
    border: none;
    display: none;
    opacity: 1;
    padding-left: 20px !important;
    position: relative;
    transition: all 0s ease;
    visibility: visible;
    z-index: unset;
}

.ps-list--categories li a {
    font-size: 14px;
    padding-left: 15px;
    text-transform: uppercase;
}

.ps-list--categories>li>a:before {
    content: "\f105";
    font-family: "fontawesome";
    left: 1px;
    line-height: 20px;
    position: absolute;
    top: 7px;
    transform: translate(0, -50%);
}

.ps-list--categories .sub-menu>li>a {
    padding: 0 0 0 5px;
}

.section--related-posts .slick-prev,
.section--related-posts .slick-next {
    top: 40%;
}

.section--related-posts .slick-slide {
    margin: 0 20px;
}

.footer {
    padding-bottom: 0;
    overflow: hidden;
    background: #303639
}

.footer-background {
    padding: 20px 0;
    background-attachment: fixed;
    position: relative;
}

.footer .container {
    padding: 10px;
    position: relative
}

.footer hr {
    color: var(--color-1st)
}

footer iframe {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    overflow: hidden;
}

.footer .bg {
    height: 450px;
    padding: 20px;
}

.newsletter .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.widget--footer .site_title {
    margin-bottom: 20px;
    color: var(--color-1st);
}

.widget__links .fa-angle-right:before {
    color: white;
}

.widget--footer .widget__links li:hover span {
    color: var(--color-1st)
}

.widget--footer.products .widget__links li a:before {
    content: "\f111";
    display: inline-block;
    font: normal normal normal 7px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: white;
    position: absolute;
    top: 7px;
    left: -15px;
}

.widget--footer.products .widget__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.with-bg .item {
    background: url(/storage/general/footer-item-bg.png) no-repeat;
    margin-bottom: 10px;
    height: 50px;
}

.text-red a {
    font-size: 21px;
    color: red;
}

.footer a:hover {
    color: #fff !important
}

.footer .final-line a:hover,
.footer .final-line a:hover span {
    color: white !important;
    text-decoration: underline;
}

.footer p.hotline {
    font-weight: 700;
    color: #fff !important;
}

.bct-img {
    max-height: 75px
}

.newsletter input {
    background-color: white;
    border: unset;
    height: 44px;
}

.newsletter h3 {
    padding-top: 10px;
    font-size: 17px !important;
    color: white;
}

.newsletter button {
    background-color: var(--color-danger);
    color: white;
    height: 100%;
    padding: 0 15px;
}

.newsletter .fa-envelope-o {
    font-size: 80px;
    text-align: center;
    color: whitesmoke;
}

.home-adbanner img {
    width: 100%;
}

.newsletter .list--social a {
    color: white;
    border-radius: unset;
    border: 1px solid #ffffff;
}

.newsletter input {
    background-color: white;
    border: unset;
    height: 44px;
}

.newsletter h3 {
    font-size: 17px !important;
    color: white;
    margin-bottom: 0;
}

.newsletter form {
    width: 300px;
}

.newsletter button {
    background-color: var(--color-1st);
    color: white;
    height: 100%;
    padding: 0 15px;
}

.form--subscribe {
    max-width: 450px;
}

.form--subscribe label {
    text-indent: -9999px;
    position: absolute;
}

.form--subscribe input {
    background: #4ba6db75;
    border: 2px solid #ddd;
    height: 40px;
    max-width: 450px;
}

.form--subscribe input::placeholder {
    color: #ddd
}

.form--subscribe button {
    background: #ddd;
    height: 100%;
}

.form--subscribe button:hover {
    background: var(--color-1st)
}

.list--social li {
    margin-right: 5px
}

.footer .widget--footer {
    margin-bottom: unset;
}

.footer .widget--footer .address a {
    margin-right: 10px;
    display: inline-block;
    font-size: 14px;
    width: 35px;
    height: 35px;
    border-radius: 7px;
    color: #636363;
    border: 1px solid #ff0000;
    text-align: center;
    line-height: 34px;
}

.footer .widget--footer .address .fa {
    color: red;
}

.footer .right .widget--footer:last-child {
    margin-bottom: unset;
}

.shop__content ul.widget__links li {
    margin: 0;
    margin-bottom: 5px;
    padding: 10px;
    border-bottom: 1px dashed #eaeaea;
}

.post>* {
    max-width: unset;
}

.slider__content .slider__content__wrapper .slider__content__wrapper__content h2 {
    font-size: 40px;
    max-width: 55%;
    padding: 20px 20px;
    margin-top: 300px;
}

.product .product__price {
    color: #767575;
    font-weight: 300;
    justify-content: space-around;
}

.product__content .btn-contact {
    padding: 6px 15px;
    font-size: 15px;
    margin-top: 10px;
}

.fb-like-box,
.fb-like-box span,
.fb-like-box span iframe[style] {
    width: 100% !important;
}

.home-products .section__header {
    text-align: unset;
    padding-bottom: 20px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-bottom: 6px
}

.home-services .section__header {
    text-align: unset;
    position: relative;
    display: grid;
    grid-template-columns: 25% 65% 10%;
}

ul.subitem {
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

ul.subitem a {
    font-size: 16px
}

#section-999 h2:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: #000
}

#section-999 .left-col h2:before {
    bottom: 5px;
}

#section-999 .right-col h2:before {
    top: 5px;
}

.section--homepage.home-products .section__header a {
    text-transform: uppercase;
    font-weight: 600;
}

.box-shadow {
    box-shadow: 0 4px 3px #b5b1b1
}

/* .collection_link a{
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
} */

ul:empty {
    display: none !important
}

.contact-row {
    display: flex;
}

.form--contact .form-group {
    margin-bottom: 20px;
}

.home-blog .blog-content p,
.intro-pic {
    text-align: justify;
}

.menu .sub-menu .sub-menu {
    min-width: 360px;
}

.dd3-content>span.text.float-right {
    display: none;
}

.name-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    text-align: center;
    padding: 15px 0 15px 15px !important;
    margin-bottom: 0 !important;
    background: #2c2c2c63;
    /* background-image: linear-gradient(to right, #00000096 , #33333300); */
}

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

.home-albums .item {
    overflow: hidden
}

.home-albums .item img {
    transition: .5s ease;
}

.home-albums .item:hover img {
    transform: scale(1.2)
}

.home-albums .item h3 {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: block;
    background: #292929a6;
    color: #fff;
    padding: 8px 5px;
    margin: 0;
    font-size: 15px;
    font-weight: 500
}

.section--homepage .description {
    margin-bottom: 30px;
}

.readmore {
    padding: 10px;
    border: 1px solid #c96943;
    border-radius: 25px;
    color: var(--color-1st);
    font-size: 18px;
    font-weight: 500;
    width: 250px;
    text-align: center;
}

.readmore.resv {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-color: #353535;
    color: #353535;
}

.readmore:hover a {
    color: #f0ad4e !important
}

.readmore:hover {
    -webkit-animation: shake 0.07s ease-in-out 0.07s infinite alternate;
    ;
    background: #353535;
    border-color: #353535;
}

@-webkit-keyframes shake {
    from {
        -webkit-transform: rotate(2deg);
    }

    to {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-2deg);
    }

}

.mobile-toolbar {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: white;
}

.mobile-toolbar ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
}

.contact-form .form-control {
    background-color: whitesmoke;
}

.contact-form .btn--custom {
    margin: 0 auto;
    display: block;
}

.sub-menu-line ul li:hover {
    border-bottom: 1px solid #ddd;
}

.owl-line .item img {
    width: inherit !important;
    margin: 0 auto;
}

.sub-menu-line ul li span {
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    font-size: 15px;
}

.post--detail .post__header h1 {
    font-size: 24px;
}

.footer .final-line img {
    margin-top: -5px;
}

.owl-slider.owl-carousel {
    max-height: 0;
    transition: all 1s ease;
    overflow: hidden;
}

.owl-slider.owl-carousel.owl-loaded {
    max-height: 100%;
}

.shop__products .badge-secondary,
.footer .badge-secondary {
    color: #464646 !important;
    background-color: #f5f5f5;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
    height: unset;
}

.footer .badge-secondary:hover {
    background-color: white;
}

.link-btn {
    display: table;
    padding: 16px 24px 16px 32px;
    color: white;
    background: var(--color-1st);
    border: 1px solid var(--color-1st);
    margin-top: 15px;
    margin-bottom: 5px;
    border-radius: 50px;
    font-size: 24px;
    font-weight: 400;
}

.link-btn i {
    transition: all .25s ease;
    z-index: 20;
    position: relative;
}

.link-btn:hover {
    color: var(--color-1st);
    background: white;
}

.link-btn span {
    margin-left: 24px;
}

.link-btn span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #00AEEF;
    z-index: 10;
}

.list--social li a {
    display: inline-block;
    font-size: 14px;
    width: 40px;
    height: 40px;
}

.product .link-btn {
    padding: 6px 12px;
    font-size: 12px;
    text-transform: unset;
}

.panel--search {
    position: fixed;
    top: 47px;
    left: unset;
    right: 15%;
    padding: 0;
    border-bottom: unset;
    background-color: unset;
    transition: all .8s cubic-bezier(.19, 1, .22, 1);
}

.panel--search.active {
    width: 300px;
}

.panel--search .form-control {
    height: 39px;
    background-color: white;
    border-radius: 20px;
}

.main-header .form--primary-search button {
    right: 0;
}

.shop__products .product:hover .product__wrapper {
    transform: unset;
    background: unset;
    box-shadow: unset;
}

.shop__products .product h3 a {
    color: var(--color-1st);
    font-size: 20px;
}

.product .product__actions.gallery li a {
    padding: 10px 14px;
    border-radius: 50%;
}

.widget_title {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-size: 18px;
}

.widget_categories li,
.widget_archive li,
.widget_recent_post li {
    padding-bottom: 10px;
    list-style: none;
}

.widget_categories li a,
.widget_archive li a {
    position: relative;
    font-size: 16px;
}

.widget_categories li a::before,
.widget_archive li a:before {
    content: "\f0da";
    font-family: "FontAwesome";
    height: auto;
    line-height: normal;
    margin-right: 10px;
}

.sidebar .widget+.widget {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 30px;
}

.post_img,
.widget_course li .course_img {
    float: left;
    margin-right: 10px;
}

.post_img img {
    width: 80px;
}

.page--product--detail .right {
    border-left: 1px solid #dee2e6 !important;
}

.post_content,
.widget_course li .course_content {
    overflow: hidden;
}

.post_content .product_title {
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 5px;
}

.post_content h6 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 4px;
    font-weight: 400;
}

.post_content .post_description {
    font-size: 14px;
}

.post_content .product_price {
    margin-bottom: 0px;
}

.post_content .price {
    color: #FF324D;
    font-weight: 600;
}

.product_price del {
    font-size: 14px;
    margin-right: 5px;
    margin-left: 3px;
}

.background-f2 {
    background-color: #f6f7f8 !important
}

.background-f3 {
    background-color: #ecf2f0 !important
}

.footer .last-block {
    background-color: #272727;
    padding: 20px 0 10px;
}

.slash {
    display: block;
    overflow: hidden;
    position: relative;
}

.scale3d img {
    float: left;
    width: 100%;
    height: auto;
    margin: auto;
    transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    backface-visibility: hidden;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    -moz-transition: opacity 1s, -moz-transform 1s;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
}

.scale3d img {
    float: left;
    width: 100%;
    height: auto;
    margin: auto;
    transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    backface-visibility: hidden;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    -moz-transition: opacity 1s, -moz-transform 1s;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
}

.clear {
    clear: both
}

.title-overlay {
    bottom: 0;
    background: rgb(209 209 209 / 70%);
    color: white;
    padding: 10px !important;
}

.post:hover h3 {
    color: var(--color-1st) !important
}

.w-30 {
    width: 30% !important;
}

.modal-content {
    border: 8px solid #ffffff61;
    border-radius: 20px;
}

.contact-page-info {
    margin-bottom: 70px
}

.block--contact-form input {
    border: unset;
    border-bottom: 1px solid #ffffff5b;
    background-color: transparent !important;
    color: #fff;
}

.block--contact-form textarea {
    border: 1px solid #ffffff5b;
    background-color: transparent !important;
    border-radius: 20px;
    color: #fff;
    height: 100%;
}

#section-6 {
    background: #000;
}

.box-blogs.view-list {
    width: 100%;
    float: none;
    display: inline-block;
}

.intro-pic .item-blogs {
    padding-bottom: 45px;
}

.clearfix:before {
    display: table;
    content: " ";
}

.view-list .item-blogs .img-blogs {
    width: 38.33333%;
    padding-top: 27.22222%;
    float: left;
    margin: 0;
}

.item-blogs .img-blogs {
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    width: 100%;
    padding-top: 66.66667%;
}

.post__services .item {
    padding-left: 19px;
    position: relative
}

.post__services p:before {
    content: "\f04d";
    position: absolute;
    font-family: 'FontAwesome';
    left: 3px;
    font-size: 8px;
    color: var(--color-1st)
}

.post__services .link-btn {
    border: 1px dashed #ddd;
    border-radius: unset;
    margin-top: 20px !important;
}

.carousel--nav .owl-nav .owl-prev,
.carousel--nav .owl-nav .owl-next {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.carousel--nav .owl-nav .owl-prev i,
.carousel--nav .owl-nav .owl-next i {
    color: #fff;
    font-size: 20px;
}

#section-1 .owl-nav .owl-prev i:before {
    margin-left: 20px;
    content: "\f177"
}

#section-1 .owl-nav .owl-next i:before {
    margin-right: 20px;
    content: "\f178"
}

.home-news .post__header span {
    display: block;
    font-size: 12px;
    margin: 5px 0;
    color: #959595;
}

.homeProducts .slick-center+.homeProduct .homeProduct__inner>.homeProduct__title {
    margin-right: 0;
    margin-left: 84px;
}

.final-line .block {
    line-height: 1.6
}

.final-line .widget__links {
    list-style: none;
    display: flex;
    flex-flow: wrap;
}

.final-line .widget__links li {
    padding: 0 10px;
    position: relative;
}

.final-line .widget__links li:before {
    content: "|";
    position: absolute;
    left: 0px;
}

.final-line .widget__links li:first-child {
    padding-left: 0;
}

.final-line .widget__links li:first-child:before {
    content: unset
}

.d-grid {
    display: grid !important
}

.grid-col-1 {
    grid-template-columns: 1fr;
}

.grid-col-2 {
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.grid-col-3 {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px
}

.grid-col-4 {
    grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
    gap: 18px
}

.shop__products .grid-col-4 {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 10px
}

.grid-col-4-index {
    grid-template-columns: repeat(auto-fill, minmax(365px, 1fr));
    column-gap: 75px;
    row-gap: 75px;
}

.grid-col-2-12 {
    grid-template-columns: 1fr 2fr;
    gap: 30px;
}

.grid-col-2-50 {
    grid-template-columns: 50px 1fr;
    gap: 10px;
}

.grid-col-2-142auto {
    grid-template-columns: 142px auto;
    gap: 10px;
}

.grid-col-2-185auto {
    grid-template-columns: 185px auto;
    gap: 12px
}

.grid-col-2-13 {
    grid-template-columns: 1fr 3fr;
    gap: 30px
}

.grid-col-2-14 {
    grid-template-columns: 1fr 4fr;
    gap: 10px
}

.grid-col-2-21 {
    grid-template-columns: 2fr 1fr;
    gap: 10px
}

.grid-col-5 {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.grid-col-2-287 {
    grid-template-columns: auto 287.5px;
}

.grid-col-2-news {
    grid-template-columns: 250px auto;
}

.arti-list li {
    margin-bottom: 10px;
}

article.post:hover {
    border: 1px solid #ddd;
}

.post,
.page--inner .post {
    overflow: hidden;
    transition: all .4s ease;
    margin: 20px;
    border: 1px solid #fff;
}

.page--inner .post .collection_link {
    font-size: 18px;
    margin-bottom: 10px;
}

.banner-area h3 {
    font-size: 24px;
    font-weight: 500;
    position: relative;
    background: #1B4E6D;
    padding: 20px;
    text-align: center;
}

.banner-area h3:after {
    border-bottom: solid 2px #fff;
}

.banner-area p {
    font-size: 18px;
}

.banner-area h3,
.banner-area p {
    color: #fff;
}

.arti-list {
    height: 100%
}

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

.arti-list .title {
    color: var(--color-1st);
    position: relative;
    font-size: 30px;
    line-height: 26px;
    margin-bottom: 10px;
}

.arti-list .title.BOD {
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}

.arti-list .d-gridx {
    position: sticky;
    top: 160px;
}

.arti-list .h4 {
    margin: 0;
    position: relative;
}

.arti-list small,
.post-area .post .post__wrapper small {
    color: #828282
}

.post-area .post .post__wrapper small {
    margin-bottom: 10px !important;
}

.secondary .item .content {
    display: flex;
    align-items: center;
    padding-top: 5px
}

.secondary .item .content a {
    font-size: 13px;
}

.section--homepage .slick-list {
    margin: 0 -15px;
    max-height: 570px;
    overflow: hidden;
}

.border-dashed {
    border: 1px dashed #bbbc00;
}

.arti-list {
    height: 100%;
}

.arti-list .d-gridx {
    position: sticky;
    top: 100px;
}

.arti-list .title {
    color: var(--color-1st);
    position: relative;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 20px;
}

.arti-list .title:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 2px;
    width: 15%;
    background: var(--color-1st);
}

.arti-list ul {
    list-style: none;
}

.arti-list .item {
    transition: all .4s ease
}

.arti-list .item:hover,
.arti-list .item.active {
    background: #4c4a4a !important
}

.arti-list .item:hover a,
.arti-list .item.active a {
    color: #fff !important;
}

.arti-list .h4 {
    margin: 0;
    position: relative;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.6;
}

.arti-list span {
    color: #a3a3a3;
}

.gr-number .number {
    font-size: 60px;
    font-weight: 700;
    line-height: 75px;
}

.gr-number .caption {
    font-size: 35px;
}

.product .product__wrapper {
    border: 1px solid var(--color-1st);
    border-radius: 10px;
    overflow: hidden;
}

.widget__links.featured_products img {
    max-width: 50px;
    margin-right: 15px;
}

.widget__links.featured_products .product-title {
    font-weight: 500;
    padding-left: 0;
}

.widget__links.featured_products li {
    border: 1px solid var(--color-1st) !important;
    border-radius: 10px;
    overflow: hidden;
}

.slick-slider {
    transform: scaleY(0) !important;
    transform-origin: top;
    overflow: hidden;
    opacity: 0 !important;
    visibility: hidden !important;
    /* display: none !important; */
    transition: transform 1s ease 3s;
    -webkit-transition: transform 1s ease;
}

.slick-slider.slick-initialized {
    transform: scaleY(1) !important;
    visibility: visible !important;
    opacity: 1 !important;
    /* display: block !important */
}

#slider-partner .slick-initialized {
    background: #f5f5f5;
    box-shadow: 0 2px 4px #8b8b8b;
}

.footer * {
    color: white !important
}

.footer .container:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f0f0f0;
    z-index: -1;
}

.product__header .product__thumbnail {
    overflow: hidden
}

.page--inner .post .post__wrapper,
.home-news .post__wrapper {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15) !important;
}

.page--inner .post .post__wrapper:hover,
.home-news .post__wrapper:hover {
    box-shadow: 0 2px 6px 2px #b1b1b1 !important;
}

.section-index .post .post__wrapper .post__thumbnail:after {
    display: block;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fefefe;
    border-top: 15px solid transparent;
    top: auto;
    bottom: 0;
    left: 24px;
}

.home-news .item {
    margin-bottom: 7px
}

.home-news.custom .item {
    margin-bottom: 20px
}

.home-slider .container {
    position: absolute;
}

.home-slider .block--contact-form {
    position: absolute;
    right: 10%;
    top: 0;
    bottom: 0;
    z-index: 100;
    max-width: 400px;
    background: #00000030;
    padding: 0 50px;
    backdrop-filter: blur(3px);
}

.home-slider .block--contact-form p {
    max-width: unset
}

.home-slider .contact-form {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.home-slider input,
.home-slider textarea {
    background: transparent !important;
    border-radius: 0;
    border: 1px solid #fff;
    color: #fff
}

.home-slider input:focus,
.home-slider textarea:focus {
    color: #fff;
    background: #00000057 !important;
}

.home-slider input::placeholder,
.home-slider textarea::placeholder {
    color: #fff;
    font-style: italic;
}

.main-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 8vw;
    margin-bottom: 0 !important;
    opacity: 0;
    visibility: hidden;
    transition: all 1.2s ease;
}

.main-slider.slick-initialized {
    opacity: 1;
    visibility: visible;
}

.main-slider .slick-slide {
    position: relative;
    /* height: 38vw; */
}

.main-slider .slick-slide::before {
    background-color: #000;
    opacity: 0.3;
    z-index: 1;
}

.main-slider .slick-slide video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}

.main-slider .slick-slide figure {
    position: relative;
    height: 100%;
}

.main-slider .slick-slide .slide-image {
    opacity: 0;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all 0.8s ease;
}

.main-slider .slick-slide .slide-image.show {
    opacity: 1;
}

.main-slider .slick-slide .image-entity {
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.main-slider .slick-slide .loading {
    position: absolute;
    top: 44%;
    left: 0;
    width: 100%;
}

.main-slider .slick-slide .slide-media {
    -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
    animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.main-slider .slick-slide.slick-active {
    z-index: 1;
}

.main-slider .slick-slide.slick-active .slide-media {
    -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
    animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.main-slider .slick-slide.slick-active .caption {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

.main-slider .caption {
    position: absolute;
    top: 44%;
    left: 5%;
    text-align: center;
    padding: 20px;
    border: 3px solid;
    color: #fff;
    margin: 0;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.02em;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease;
    transform: translateY(100px);
}

.main-slider .slick-dots {
    text-align: center;
    padding-top: 15px;
}

.main-slider .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
}

.main-slider .slick-dots li button {
    width: 16px;
    height: 16px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 0 transparent;
    vertical-align: middle;
    color: #fff;
    background-color: #fff;
    transition: all 0.3s ease;
    opacity: 0.4;
}

.main-slider .slick-dots li button:focus {
    outline: none;
}

.main-slider .slick-dots li button:hover {
    opacity: 1;
}

.main-slider .slick-dots li.slick-active button {
    border-color: #2d3042;
    box-shadow: 0 0 0 2px #fff;
    opacity: 1;
}

.noti {
    position: fixed;
    top: 23px;
    right: 40px;
    z-index: 1000;
}

@-webkit-keyframes slideIn {
    from {
        filter: blur(15px);
    }

    to {
        filter: blur(0);
    }
}

@keyframes slideIn {
    from {
        filter: blur(15px);
    }

    to {
        filter: blur(0);
    }
}

@-webkit-keyframes slideOut {
    from {
        filter: blur(0);
    }

    to {
        filter: blur(15px);
    }
}

@keyframes slideOut {
    from {
        filter: blur(0);
    }

    to {
        filter: blur(15px);
    }
}

.contact-slideout-wrapper {
    display: flex;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    margin: 0 auto;
    align-items: center;
    position: absolute;
    top: 0;
    right: -600px;
    z-index: 1100;
}

.contact-slideout-wrapper .button {
    position: absolute;
    left: -120px;
    width: 130px;
    z-index: 1;
    font-weight: 600;
    visibility: hidden;
    opacity: 0;
}

.contact-slideout {
    position: relative;
    width: 600px;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    padding: 4rem 2rem 2rem;
    color: var(--white);
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
    background-color: var(--color-1st);
    text-align: center;
    z-index: 2;
}

/* .fp-enabled body, html.fp-enabled{
    overflow-x: hidden;
} */
#slideTriggerButton.show {
    visibility: visible;
    opacity: 1;
}

.contact-slideout * {
    color: #fff
}

.image-mask {
    max-width: 100px;
    clip-path: url(#circle);
    overflow: hidden;
}

.logomark {
    max-width: 150px;
    margin-top: 4rem;
}

.contact-slideout h3 {
    font-family: "Lilita One", Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
    font-size: 15px;
}

.contact-slideout img {
    margin-bottom: 20px;
}

.contact-slideout a {
    color: var(--white);
}

.contact-slideout a:hover {
    color: var(--black);
}

.contact-slideout a:focus {
    color: var(--black);
}

.contact-slideout .social-icons {
    justify-content: center;
}

.slidein {
    animation-duration: 10ms;
    animation-name: slidein;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

.post__content_1 .owl-dots {
    display: none !important
}

@media (prefers-reduced-motion: no-preference) {
    .slidein {
        animation-duration: 250ms;
    }
}

.slideout {
    animation-duration: 10ms;
    animation-name: slideout;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

@media (prefers-reduced-motion: no-preference) {
    .slideout {
        animation-duration: 250ms;
    }
}

@keyframes slidein {
    from {
        right: -600px;
    }

    to {
        right: 0;
    }
}

@keyframes slideout {
    from {
        right: 0;
    }

    to {
        right: -600px;
    }
}

.button--primary.button--half {
    padding: 15px 14px;
    font-size: 18px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
    border-radius: 55px 0px 0px 55px;
    background: var(--color-1st);
}

.button--primary {
    color: var(--white);
    background: var(--color-2nd);
}

.shop--sidebar .shop__header .panel-trigger {
    padding: 10px;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 100;
    border-radius: 0;
    background: var(--color-2nd);
}

.wrapper {
    width: 100%;
    /* padding: 0 45px */
}

.post .post__wrapper {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    overflow: hidden;
}

.post .post__wrapper:hover {
    box-shadow: 0 5px 10px #63636387 !important;

}

.post-v1 .post__wrapper {
    box-shadow: unset;
    border-radius: 0;
    overflow: hidden;
    padding: 40px 40px 38px;
    border: 1px solid #e0e0e0;
    background: #fff;
    margin-bottom: 60px;
}

.post-v1 .post__header {
    padding: 10px 0 0;
}

.post-v1 .post__wrapper .post__content {
    padding: 10px 0;
}

.post-v1 .post__wrapper span {
    color: #9f9e9e;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}

.post-v1 .post__wrapper h3 {
    color: #1a1a1a;
    font-size: 30px;
    margin-bottom: 12px;
    font-weight: 300;
}

.post-v1 .post__wrapper p {
    font-size: 16px;
    color: #555;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 16px;
}

.btn-details {
    position: relative;
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    text-transform: uppercase;
    z-index: 0;
    letter-spacing: .5px;
}

.btn-details:hover {
    color: #1a1a1a;
}

.btn-details:before {
    position: absolute;
    content: "";
    background: #ddd;
    bottom: -3px;
    left: -7px;
    width: 20px;
    height: 12px;
    z-index: -1;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.btn-details:hover:before {
    width: calc(100% + 14px);
    transition: width 0.6s cubic-bezier(.68, -.55, .265, 1.55);
    -webkit-transition: width 0.6s cubic-bezier(.68, -.55, .265, 1.55);
    -moz-transition: width 0.6s cubic-bezier(.68, -.55, .265, 1.55);
    -o-transition: width 0.6s cubic-bezier(.68, -.55, .265, 1.55);
    -ms-transition: width 0.6s cubic-bezier(.68, -.55, .265, 1.55);
}

.right-col,
.left-col {
    overflow: hidden
}

.right-col .video {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 10px;
}

.section__content .post-3 .item {
    padding: 12px 10px;
    margin: 15px 5px;
    background: #fff;
    box-shadow: 0 1px 5px #9a9898;
    text-transform: uppercase;
    transition: all .5s ease
}

.section__content .post-3 .item:hover {
    transform: scale(1.01)
}

.section__content .post-3 .item span {
    background: var(--color-1st);
    color: white;
    border-radius: 50%;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    padding: 5px;
}

.left-col .slider-item {
    box-shadow: 0 2px 5px #151515;
    background: #fff;
    margin: 10px 5px !important;
    padding: 0 20px;
    border-radius: 10px;
    overflow: unset;
}

.left-col .slider-item img {
    width: unset !important;
    margin-left: -47px;
}

.left-col .slider-item span {
    color: #ecc9c9;
    font-size: 19px;
}

.page--inner .post.post-v2 .post__wrapper {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f4f4f4;
    box-shadow: unset !important;
    border-radius: unset;
    padding: 37px 60px;
}

.page--inner .post.post-v2 .post__title {
    font-weight: 400;
    font-size: 24px
}

.page--inner .post.post-v2 p {
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    line-height: 24px
}

.page--inner .post.post-v2:hover .post__wrapper {
    background-color: var(--color-1st);
}

.page--inner .post.post-v2:hover .post__title {
    color: #fff;
}

.page--inner .post.post-v2:hover p {
    color: #A3A3A4;
}

.post-v2:hover .btn-details {
    color: #fff;
    opacity: .9;
}

#section-999 .section__header {
    grid-template-columns: 1fr
}

.c-content-media-2 {
    max-height: 380px;
    width: unset !important;
    margin: 0 auto;
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: rotateZ(5deg);
        -moz-transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        transform: rotateZ(5deg);
    }

    25% {
        -webkit-transform: rotateZ(-5deg);
        -moz-transform: rotateZ(-5deg);
        -ms-transform: rotateZ(-5deg);
        transform: rotateZ(-5deg);
    }

    50% {
        -webkit-transform: rotateZ(5deg);
        -moz-transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        transform: rotateZ(5deg);
    }

    75% {
        -webkit-transform: rotateZ(-5deg);
        -moz-transform: rotateZ(-5deg);
        -ms-transform: rotateZ(-5deg);
        transform: rotateZ(-5deg);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    70% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(255, 185, 0, 0);
    }

    100% {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(255, 185, 0, 0);
    }
}

.section .side-image {
    position: absolute;
}

.section .left-img {
    bottom: 5%;
    left: -8%;
}

.section .right-img {
    top: 5%;
    right: 0;
}

#section-20 .cover {
    max-width: 35%;
}

#section-20 h2 {
    font-size: 18px;
    line-height: 1.4;
    text-transform: none;
}

#section-20 h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    border-bottom: 1px solid var(--color-1st);
}

#section-20 .content {
    white-space: pre-line;
}

.pre-line {
    white-space: pre-line;
}

.pre-line::first-line {
    line-height: 0;
}

h2.pre-line::first-line {
    line-height: unset;
}

#section-21 img {
    margin-bottom: 25px;
}

.background_bg {
    background-position: 50%;
    background-repeat: no-repeat;
}

.section .logo-footer {
    margin-bottom: 20px;
    text-align: center;
}

body:not(.index) .main-header {
    border-top: 3px solid var(--color-1st);
}

.fp-viewing-Footer .footer-index,
body:not(.index) .footer-index {
    visibility: visible;
    opacity: 1;
}

.final-line {
    background: var(--color-1st);
    color: #fff;
}

body:not(.index) .footer-index {
    position: relative;
    border-top: 2px solid #ddd;
    background-color: #ddd;
    padding-top: 50px;
}

.footer-index .menu>li>a {
    color: #151515;
}

.main-menu.menu>li {
    padding: 28px 8px;
}

.product__info .breadcrumb-wrapper {
    margin-bottom: unset;
}

.product__info .breadcrumb-wrapper .container {
    padding: unset;
}

.product--detail .product__price .product-sale-price-text {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-danger);
}

.footer-menu .menu>li:hover>a {
    background: #858080;
    color: #fff;
}

.btn-shopping-cart.panel-trigger {
    position: fixed;
    top: 30%;
    right: -1px;
    background-color: var(--color-1st);
    transform: translateX(2px);
    border-radius: 15px 0px 0 15px;
    padding: 7px 10px 7px 13px;
    z-index: 100;
}

.btn-shopping-cart.panel-trigger i:last-child {
    display: none;
}

.btn-shopping-cart.panel-trigger:hover {
    color: #fff;
    transform: translateX(0);
}

.btn-shopping-cart.panel-trigger:hover i:last-child {
    display: contents;
}

.fixed-box {
    border: 2px solid var(--color-2nd);
    background: var(--color-2nd);
    padding: 3px;
    position: fixed;
    right: 10px;
    bottom: 110px;
    z-index: 100;
    border-radius: 30px;
}

.fixed-box a:hover,
.fixed-box span:hover {
    color: var(--color-2nd);
}

.fixed-box .language_bar_list {
    list-style: none;
}

.fixed-box .language_bar_list li {
    padding: 6px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    border-radius: 50%;
}

.fixed-box .language_bar_list li.active,
.fixed-box .language_bar_list li:hover {
    background: #fff;
}

.fixed-box .language_bar_list li.active span,
.fixed-box .language_bar_list li:hover span {
    color: var(--color-2nd);
}

.fixed-box .language_bar_list li:last-child {
    border-bottom: unset;
}

.fixed-box .language_bar_list span {
    color: #fff;
}

.product-cat {
    font-size: 25px;
    padding-bottom: 5px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
}

#section-1 h2 {
    font-size: 60px;
    font-weight: 500;
}

#section-9 {
    background-color: #314C98;
}

#section-3 .section__content *,
#section-5 .section__content * {
    color: #fff;
}

.gr-post span {
    font-size: 20px;
    font-weight: 400;
}

#section-5 {
    padding: 120px 75px 40px !important;
}

.right_img,
.item_doitac {
    background-size: cover;
    width: 100%;
    position: relative;
    background-position: 50% 50%;
    overflow: hidden;
    border-radius: 20px;
}

.item_doitac {
    height: 125px;
}

.right_img {
    height: 429px;
}

.right_img img,
.item_doitac img {
    bottom: 0px;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0px;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    transition: all 0.2s ease;
}

#section-5 h2 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#section-4 h3.title_nho {
    position: relative;
    display: inline-block;
    font-size: 48px;
    font-weight: 500;
    padding-bottom: 30px;
    margin-bottom: 10px;
}

#section-4 h3.title_nho::before,
#section-5 h2::before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
}

#section-5 h2::before {
    background: var(--color-1st);
    width: 40%;
}

#section-7 {
    padding: 0 0 !important;
}

#section-7 .footer_section {
    padding: 180px 75px 20px;
}

#section-7 p.copyright {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    background: #000;
    text-align: center;
    padding: 10px;
}

#section-7 h2 {
    margin-bottom: 50px;
    padding-bottom: 30px;
    position: relative;
}

#section-7 h2::before {
    content: '';
    background: #fff;
    width: 30%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#section-4 h2::after {
    width: 50px;
    background-color: #00AEEF;
}

.block--contact-form {
    padding: 0 0;
    max-width: 677px;
}

.block--contact-form input {
    padding: 0 0;
    height: 35px;
    font-size: 14px;
}

.block--contact-form input::placeholder {
    font-size: 14px;
    font-style: italic;
}

.block--contact-form textarea::placeholder {
    font-size: 14px;
    font-style: italic;
}

.block--contact-form .form-control:focus {
    color: #fff;
}

.block--contact-form .form-group {
    margin-bottom: 10px;
}

.giaiphap {
    list-style-type: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px
}

.giaiphap li {
    border: 1px solid #fff;
    padding: 10px;
    color: #fff;
}

.giaiphap li a {
    display: block;
    text-align: center;
}

#section-9 h2 {
    font-size: 50px;
}

#section-3 .cover>.grid-col-2 {
    grid-template-columns: 3fr 7fr;
}

body:not(.index) .main-menu>li>a {
    padding: 5px 10px;
    font-size: 16px;
}

body:not(.index) .main-menu,
body:not(.index) .main-header .search-btn {
    margin: unset !important;
}

body:not(.index) .main-header img#logo1 {
    height: 60px !important;
    padding: unset;
}

.section--homepage.home-products {
    overflow: hidden;
}

.circle {
    position: absolute;
    z-index: -1;
    max-height: 0;
    display: none;
}

.circle.cir-top-right {
    top: 0;
    right: 0;
}

.circle.cir-bottom-left {
    bottom: 0;
    left: 0;
}

.circle div {
    z-index: 50;
    border-radius: 0 0 0 100%;
    border-left: 7px solid #3498dba6;
    border-bottom: 7px solid #3498dba6;
    top: 0;
    right: 0;
    width: 0px;
    height: 0px;
    transition: all .8s ease;
}

.circle.show .cir-1 {
    width: 150px;
    height: 150px;
}

.circle.show .cir-2 {
    width: 220px;
    height: 220px;
}

.circle.show .cir-3 {
    width: 290px;
    height: 290px;
}

.circle.show .cir-4 {
    width: 360px;
    height: 360px;
}

.circle.show .cir-5 {
    width: 430px;
    height: 430px;
}

.circle.show .cir-6 {
    width: 500px;
    height: 500px;
}

.gallery-wrap .gallery-item .gallery-detail {
    bottom: 0;
    padding: 10px;
}

.gallery-wrap .gallery-item .gallery-detail .gallery-title {
    font-weight: 500;
    text-transform: uppercase;
}

.fullpage-wrapper {
    width: 100% !important;
    transform: none !important;
}

.fullpage-wrapper .fp-section {
    width: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    transition: all 0.7s ease-in-out;
}

.fullpage-wrapper .fp-section.active {
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.fullpage-wrapper .fp-section .fp-slidesContainer {
    width: 100% !important;
    transform: none !important;
}

.fullpage-wrapper .fp-section .fp-slidesContainer .fp-slide {
    width: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    transition: all 0.7s ease-in-out;
}

.fullpage-wrapper .fp-section .fp-slidesContainer .fp-slide.active {
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.section-wrapper .section-index:last-child {
    /* padding: 0; */
}

#section-10 iframe {
    height: 100vh;
}

.contact-slideout .nav-pills .nav-link {
    padding: 5px 10px;
    background: unset;
    border: unset;
    margin-bottom: 10px;
}

.contact-slideout-wrapper .button.mobi {
    position: fixed;
    right: 0;
    left: unset;
}

.contact-slideout-wrapper.slidein .button.mobi {
    right: 300px;
}

#fp-nav ul li .fp-tooltip {
    color: #6dcff6;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    height: 22px;
}

#fp-nav ul li .fp-tooltip {
    top: 0px;
}

#fp-nav ul li .fp-tooltip {
    font-size: 17px;
}

#section-8 iframe {
    max-height: 300px;
}

#section-8 .content-contact h2 {
    font-size: 35px;
}

.section--homepage .cover {
    margin-top: 100px;
}

.content_post table {
    margin: 10px 0;
}

.search_btn {
    background: #fff;
    border: unset;
    min-width: 50px;
    box-shadow: unset;
    color: #000;
}

.post--detail img {
    margin: 10px 0 10px;
}

.language_bar_list .active a {
    color: var(--color-1st);
}

#section-1 {
    position: relative;
}

#section-1 .container {
    position: relative;
    z-index: 1;
}

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

.video_section2 .video_item {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    border-radius: 5px;
}

.video_section2 .video_item .video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.section_video_home .intro_video {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.section_gioithieu {
    padding: 92px 0 !important;
}

#section-2.fp-table {
    display: block;
}

#section-2 .content_section {
    max-width: 1000px;
    margin: 40px auto;
}

.nhung_con_so {
    background: var(--color-1st);
    padding: 20px 75px;
}

.nhung_con_so .numbers {
    gap: 50px;
}

.nhung_con_so h3.title {
    font-size: 38px;
    font-weight: 600;
}

.nhung_con_so .item {
    border-left: 4px solid #fff;
    padding-left: 20px;
}

.nhung_con_so * {
    color: #fff;
}

.circle-wrapper {
    position: relative;
    width: 1000px;
    height: 1000px;
    margin: 80px auto;
}

.circle-wrapper::after {
    position: absolute;
    content: '';
    background: url(../img/bg_dichvu.png);
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.3;
}

/* Center logo */
.center-logo {
    position: absolute;
    /* width: 0px;
    height: 260px; */
    /* background: white; */
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1;
}

/* Circle Items */
.circle-item {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background-position: 50% 50%;
    overflow: hidden;
    background-size: cover;
    z-index: 2;
}

.circle-item img {
    bottom: 0px;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0px;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    transition: all 0.2s ease;
}

/* Position items in circle */
.item1 {
    top: -75px;
    left: 34%;
    transform: translate(-50%, 0);
}

.item2 {
    top: -75px;
    right: 24%;
}

.item3 {
    top: 14%;
    right: -15px;
}

.item4 {
    bottom: 32%;
    right: -10%;
}

.item5 {
    bottom: 5%;
    right: 60px;
}

.item6 {
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
}

.item7 {
    bottom: 5%;
    left: 60px;
}


.item8 {
    bottom: 32%;
    left: -10%;
}


.item9 {
    top: 14%;
    left: -15px;
}

.circle-item a {
    position: absolute;
    width: 80%;
    height: 80%;
    display: flex;
    text-align: center;
    background: #334e99b8;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.circle-item a span {
    text-transform: uppercase;
}

/* Optional circle border */
.circle-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid #2c56c7;
    top: 0;
    left: 0;
}

.circle-item a:hover {
    color: #ffff;
}

#section-2 .content_section .embed-responsive {
    width: 70%;
    margin: 0 auto;
}

#section-6 {
    padding: 180px 75px 30px !important;
}

.block--contact-form .form--contact {
    position: relative;
}

.block--contact-form .btn--custom {
    position: absolute;
    right: 13px;
    bottom: 22px;
    border: 0;
    padding: 5px 10px !important;
    min-width: 30px !important;
    display: block !important;
    background: var(--color-1st) !important;
}

#section-6 h2.title {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

#section-6 h2.title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
    height: 2px;
    background: #fff;
}

#section-6::before {
    content: '';
    background: url(../img/bg_section6.jpg) center;
    background-size: cover;
    position: absolute;
    top: 100px;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 100vh;
}

#section-7 {
    background: var(--color-1st);
}

.map {
    overflow: hidden;
    border-radius: 5px;
    height: 100%;
    width: 50%;
    margin: 0 0 0 50%;
}

.map iframe {
    width: 100%;
    height: 100%;
}

#section-7 * {
    color: #fff;
}

.lienket {
    list-style-type: none;
    padding-left: 0;
}

@media screen and (min-width: 1200px) {
    .main-header {
        /* min-height: 100px; */
    }

    .section .left-img {
        bottom: 5%;
        left: -13%;
    }

    .is-animated {
        visibility: hidden;
        opacity: 0;
        transition: all .2s ease;
    }

    .is-animated.animated {
        /*.animated { */
        visibility: visible;
        opacity: 1;
    }

    body:not(.index) .panel-trigger {
        display: none;
    }

    #section-2 video {
        max-width: 80%;
        border-radius: 10px;
        overflow: hidden;
    }

}

@media screen and (max-width: 1600px) {
    .section-wrapper .section-index:last-child {
        background-size: 53%;
    }

    .menu>li>a {
        font-size: 20px;
    }

    .section--homepage h2,
    .section--homepage h2 a {
        font-size: 80px;
    }

    .section__content .content {
        font-size: 21px;
        line-height: 30px;
    }

    .gr-number .number {
        font-size: 45px;
        line-height: 50px;
    }

    .gr-number .caption {
        font-size: 25px;
    }

    .section-wrapper .section-index {
        padding: 100px 75px;
    }

    .block--contact-form input {
        font-size: 14px;
    }

    .block--contact-form input::placeholder {
        font-size: 14px;
        font-style: italic;
    }

    #section-9 .logo-gr img {
        max-width: 60%;
    }

    .language_bar_list span {
        font-size: 20px;
    }

    #section-7 .grid-col-5 {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 15px;
    }

    .contact-slideout-wrapper .button {
        width: 80px;
        left: -80px;
    }

    .contact-slideout-wrapper .button img {
        width: 40px;
    }

    .gr-post span {
        font-size: 18px;
    }

}

@media screen and (max-width: 1440px) {
    .grid-col-4-index {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        column-gap: 25px;
        row-gap: 30px;
    }

    .home-products .section__header {
        padding-bottom: 0px;
    }

    .section--homepage .slick-list {
        max-height: 386px;
    }

    .section-wrapper .section-index:last-child {
        background-size: 62%;
    }

    .section-wrapper .section-index:last-child .cover {
        padding: unset
    }

    .section-wrapper .section-index:last-child footer {
        min-height: 190px;
    }

    .right-col .product--detail .product__thumbnail figure {
        max-width: calc(100% - 210px);
    }

    .right-col .product--detail .product__variants {
        max-width: 200px;
    }

    #section-999 .limit-3 {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .section-wrapper .section-index:last-child footer {
        padding-top: 35px !important
    }

    .section .left-img {
        bottom: 5%;
        left: -22%;
    }

    #section-7 .grid-col-5 {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 15px;
    }

    .main-menu.menu>li {
        padding: 28px 3px;
    }

    .menu--mobile>li {
        margin-bottom: 10px;
    }

    .menu>li>a {
        font-size: 17px;
    }

    .menu--mobile>li>a {
        padding: 12px 20px;
    }

    .section--homepage h2,
    .section--homepage h2 a {
        font-size: 45px;
    }

    #section-5 h2,
    #section-7 h2 {
        margin-bottom: 30px;
    }

    .block--contact-form .form-group {
        margin-bottom: 18px;
    }

    .block--contact-form input {
        font-size: 14px;
    }

    .block--contact-form {
        padding: 55px 55px 15px;
        max-width: 578px;
    }

    #section-7 h2 {
        margin-bottom: 20px;
    }

    body.index .main-header {
        padding: 0 55px;
    }

    #section-2 img {
        max-width: 90%;
    }

    .section--homepage .cover {
        margin-top: 70px;
    }
}

@media screen and (max-width: 1200px) {
    body {
        padding-top: 72px;
    }

    body.inner {
        padding-top: 42px;
    }

    .homeProducts .homeProduct__info__inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .homeProducts .homeProduct__info__content {
        max-width: 100%;
    }

    .navigation__center {
        margin: 0;
    }

    .navigation__right * {
        color: unset
    }

    .circle {
        display: none;
    }

}

@media screen and (max-width: 1024px) {
    .footer form {
        width: 100%;
        margin-right: unset;
    }

    .home-feature-posts h2:after {
        width: unset;
        left: unset;
        height: unset;
        background: unset;
        position: unset;
        content: unset;
        bottom: unset;
    }

    .newsletter form {
        margin-bottom: 10px;
    }

    .menu--mobile>li>a.logo {
        display: none;
    }

    .home-news .rw .blog-content p,
    .header-top {
        display: none;
    }

    .page--shop .page__hero {
        min-height: 150px;
    }

    .sub-menu-line ul {
        margin: 0 auto 30px;
    }

    .section--homepage h2 {
        font-size: 25px;
    }

    .header .btn-shopping-cart>span {
        top: -5px;
        left: 18px;
    }

    .section--homepage.home-products {
        /* margin-top: 55px; */
    }

    .index.fp-viewing-section-0 .navigation__right .panel-trigger {
        display: flex !important;
    }

    .language_bar_list {
        gap: 25px !important;
    }

    .language_bar_list li:first-child::after {
        right: -16px;
        font-size: 16px;
    }
}

@media screen and (max-width: 992px) {

    #section-4 {
        background: var(--color-1st);
    }

    .circle-wrapper {
        width: 100%;
        height: unset;
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr;
    }

    .circle-item:last-child {
        grid-column: span 2;
    }

    .center-logo {
        display: none;
    }

    .circle-item {
        position: relative;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .circle-wrapper::after {
        display: none;
    }

    #section-3 .content_section {
        background: unset !important;
        padding: 0px 0 !important;
    }

    .circle-wrapper::before {
        width: 2px;
        height: 100%;
        border: 0;
        background: var(--color-1st);
        border-radius: 0;
        left: 50%;
    }

    #section-4 .header_section,
    #section-3 .decs {
        width: 100% !important;
    }

    .section_gioithieu,
    #section-5,
    #section-6,
    .footer_section {
        padding: 10% 0 !important
    }

    .footer_section .header_secation {
        display: block !important;
    }

    .map{
        width: 100%;
        margin: 0 0 !important;
    }

    .nhung_con_so .numbers {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 0;
    }

    .nhung_con_so {
        padding: 20px;
    }

    .nhung_con_so .item {
        border-left: 0;
        padding: 20px;
    }

    .nhung_con_so .item:nth-child(1) {
        border-left: 0;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    .nhung_con_so .item:nth-child(4) {
        border-left: 2px solid #fff;
        border-top: 2px solid #fff;
    }

    .video_section2 {
        display: none;
    }

    #section-6::before{
        display: none;
    }

    .giaiphap {
        grid-template-columns: 1fr;
    }

    #section-6 {
        position: relative;
        z-index: 1;
    }

    .products_post {
        grid-template-columns: 1fr;
    }

    .home-intro .container .col-md-1 {
        height: 495px;
    }

    .home-intro .container .intro-pic {
        margin-top: 55px;
    }

    .home-blog .blog-right {
        max-width: 47%;
    }

    .footer form {
        width: 100%;
        margin-right: 30px;
    }

    .product .product__wrapper {
        display: block;
    }

    .product__thumbnail {
        width: unset;
    }

    .product .product__wrapper .product__content {
        padding: 5px;
    }

    .home-collection .section__content {
        margin-top: -125px;
    }

    .home-products .nav-pills li h2:before {
        content: unset;
        margin: unset;
    }

    .header-top .navigation__left,
    .header-top .list--social {
        display: none;
    }

    .section--homepage .section__header p {
        max-width: unset;
    }

    .hidden-mobile {
        display: none !important
    }

    .home-products .section__header {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .home-slider .block--contact-form {
        display: none
    }

    .fp-scrollable .fp-section,
    .fp-scrollable .fp-slide {
        height: unset !important;
        padding: 10px;
        overflow: unset
    }

    .section-wrapper .section-index:last-child .cover {
        padding: 10px;
    }

    .section-wrapper .section-index:last-child footer {
        padding: 30px 20px
    }

    .right-col .product--detail .product__thumbnail figure {
        max-width: 100%;
    }

    .product--detail .product__thumbnail {
        flex-flow: column-reverse;
    }

    .section--homepage .slick-list {
        margin-top: 10px
    }
}

@media (max-width: 768px) {
    .header-top .navigation__right {
        width: 100%;
        margin-right: unset;
        display: unset;
    }

    .header-top .langs {
        margin-left: unset;
        float: right;
    }

    .home-intro .intro-content {
        padding-top: 20px;
    }

    .home-intro .container .col-md-1 {
        height: 420px;
    }

    .home-intro .container .intro-pic {
        top: -10px;
    }

    .section--homepage .section__header h3 {
        font-size: 22px;
    }

    .mobile-toolbar {
        display: none;
        padding: 15px 0 5px;
    }

    .home-intro .link-btn {
        bottom: 10px;
    }

    .product--detail .product__thumbnail {
        max-width: unset;
    }

    .home-intro .section__header span {
        font-size: 25px;
    }

    .home-intro .section__header p {
        font-size: 15px;
    }

    .home-intro .section__header h1 {
        font-size: 30px;
    }

    .section--blog .section__header {
        background-position: cover;
        background-attachment: scroll !important;
    }

    body.inner,
    body {
        padding-top: 72px;
    }

    .view-list .item-blogs .img-blogs,
    .img-holder {
        display: none;
    }

    .homeProducts .homeProduct__info {
        margin-left: -50px;
        margin-right: -50px;
    }

    .homeProducts__slide .slick-dots {
        bottom: -210px;
    }

    .footer .final-line .container {
        grid-template-columns: auto;
    }

    .footer .final-line .block {
        text-align: center !important
    }

    .final-line .widget__links {
        justify-content: center;
        margin-bottom: 10px;
    }

    .home-products .section__header,
    .home-services .section__header {
        grid-template-columns: unset;
        text-align: center;
        overflow: hidden
    }

    ul.subitem {
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 10px;
        white-space: nowrap;
        flex-wrap: unset;
        margin-top: 10px;
        justify-content: unset
    }

    ul.subitem::-webkit-scrollbar {
        display: none;
    }

    .menu-bar .nav-link {
        padding: 10px 0;
    }

    .main-slider .caption {
        display: none
    }

    .section--homepage .cover {
        flex-direction: row;
        flex-wrap: wrap;
    }

    #section-20 .cover {
        max-width: 100%;
    }

    .section .side-image {
        position: relative;
        padding: 20px 0;
    }

    .section .right-img {
        top: 5%;
        right: -7%;
    }

    .section-wrapper .section-index {
        padding: 10% 0;
    }

    .section-wrapper .section-index:last-child {
        background-size: 130vh;
        padding-bottom: 12%;
    }

    .footer-index {
        visibility: visible;
        opacity: 1;
        position: absolute;
    }

    .footer-menu {
        display: none;
    }

    .shop--sidebar {
        padding-top: 0;
    }

    .post-v1 .post__wrapper {
        margin-bottom: 15px;
        padding: 15px 20px;
    }

    .post-v1 .post__wrapper h3 {
        font-size: 25px;
        font-weight: 400;
    }

    @keyframes slidein {
        from {
            right: -300px;
        }

        to {
            right: 0;
        }
    }

    @keyframes slideout {
        from {
            right: 0;
        }

        to {
            right: -300px;
        }
    }
}

@media (max-width: 480px) {
    .home-intro .container .col-md-1 {
        display: none;
    }

    .home-intro .container .intro-pic {
        position: unset;
        margin-top: unset;
    }

    .grid-col-2-287 {
        display: block !important;
    }

    .grid-col-2-287>* {
        min-width: 1px;
    }

    .grid-col-2-287 .item {
        margin-bottom: 10px;
    }

    .grid-col-2-news {
        grid-template-columns: 1fr;
    }

    #coverflow {
        width: 100%;
        text-align: -webkit-center;
    }

    .flipster__item img {
        max-width: 50%;
    }

    .flipster__button {
        top: 60%;
        margin: unset;
    }

    .section--homepage .section__header h3 {
        font-size: 22px;
    }

    .home-blog .blog-right {
        max-width: 100%;
        margin: 10px 0;
    }

    .page--inner,
    .page--shop {
        margin: 0 0 50px 0;
        padding: 0;
    }

    .footer .newsletter {
        margin-bottom: 30px;
    }

    .footer .form--subscribe {
        width: 320px;
    }

    .footer form {
        width: 380px;
        margin-bottom: 10px;
    }

    .footer .final-line {
        margin-bottom: 50px;
        display: block;
    }

    .section-index .final-line {
        text-align: center;
        padding: 15px 0;
        margin: unset;
    }

    .footer .right .widget--footer:last-child {
        margin-bottom: 20px;
    }

    .home-collection {
        margin-top: 50px;
    }

    .home-collection .section__content {
        margin-top: -50px;
    }

    .home-collection .section__header p br,
    #top-line {
        display: none;
    }

    .nav-pills .nav-link h2 {
        font-size: 20px;
    }

    .home-categories .cat-img-transf {
        width: 50%;
        margin: 0 auto;
        margin-bottom: 50px;
        margin-top: 50px;
    }

    #logobottom {
        height: 200px;
    }

    .home-news .section__content .item {
        margin-bottom: 10px;
    }

    .home-news .section__content .item .banner-effect {
        margin-bottom: 14px;
    }

    .product--detail .tab-list li {
        margin-right: 0;
    }

    .sub-menu-line .widget__links {
        width: 100%;
    }

    .sub-menu-line .widget__links li {
        margin-left: unset;
    }

    .sub-menu-line ul li span {
        font-size: 14px
    }

    .home-categories {
        background: unset !important;
        padding-top: 10px !important;
    }

    .section--homepage h2 {
        font-size: 26px;
        padding-left: 10px;
        white-space: normal;
    }

    #section-1 h2 {
        text-align: center;
        font-size: 33px;
    }

    #section-1 .content {
        font-size: 19px;
        line-height: 25px;
        color: #fff;
        text-align: center;
    }

    .section__content .content {
        white-space: normal;
    }

    .section__content .video {
        min-height: 70px;
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: baseline;
    }

    .play-cover {
        transform: translate(50%, 25px);
    }

    #section-3 .cover>.grid-col-2 {
        grid-template-columns: 1fr;
    }

    .gr-number .number {
        font-size: 50px;
        line-height: 60px;
    }

    .gr-number .caption {
        font-size: 19px;
    }

    .gr-post span {
        font-size: 20px;
    }

    #section-8 h2,
    #section-8 .content-contact h2,
    #section-9 h2 {
        font-size: 26px;
    }

    #section-7 h2 {
        margin-bottom: 15px;
    }

    .block--contact-form {
        padding: 40px;
        border-radius: 20px;
    }

    .block--contact-form input {
        font-size: 14px;
    }

    .section--homepage.home-products h2 {
        padding-left: 0
    }

    .grid-col-2 {
        grid-template-columns: auto
    }

    .grid-col-2-21 {
        grid-template-columns: 1fr;
        gap: 10px !important;
    }

    .grid-col-2-12 {
        grid-template-columns: auto;
    }

    .grid-col-4,
    .gr-number.grid-col-2,
    .gr-post.grid-col-3 {
        gap: 10px !important;
        grid-template-columns: 1fr 1fr;
    }

    .grid-col-2-185auto,
    .grid-col-2-142auto {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .grid-col-5 {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 40px
    }

    .contact-page-info .block--contact-form {
        margin: unset
    }

    .product--detail .product__info {
        border-left: unset
    }

    .section--blog .section__header h1 {
        font-size: 25px;
    }

    .product-cat {
        font-size: 22px;
    }

    #section-7 .grid-col-5 {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        gap: 10px;
    }

    .contact-slideout-wrapper {
        right: -300px;
    }

    .contact-slideout {
        width: 300px;
        position: fixed;
        top: 0;
        right: 0;
    }

    .logo-gr {
        display: none !important;
    }

    .link-btn {
        padding: 6px 14px;
        /* padding: 10px 14px 9px 32px; */
        font-size: 18px;
    }

    .link-btn span::after {
        height: 35px;
        width: 35px;
    }

    .pre-line::first-line {
        line-height: unset;
    }

    .shop__pagination .pagination li:not(.active):not(:first-child):not(:last-child) {
        display: none;
    }

}

@media screen and (max-width: 375px) {
    .home-blog .blog-right {
        display: block;
    }

    .home-blog .blog-content {
        margin-top: 10px;
    }

    .home-blog .blog-content h4 {
        line-height: 1.6em;
    }
}

#section-4 .cover .section__content .gr-post .image_post_gr {
    max-height: 219px;
    overflow: hidden;
}

#section-2 .cover .video-yutobe {
    position: relative;
}

#section-2 .cover .video-yutobe .icon-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}