@font-face {
    font-family: "LuongTuong";
    src: url("../fonts/LuongTuong.otf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "SVN-Gilroy-Bold";
    src: url("../fonts/SVN-Gilroy-Bold.otf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "SVN-Gilroy-Medium";
    src: url("../fonts/SVN-Gilroy-Medium.otf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "SVN-Gilroy-Regular";
    src: url("../fonts/SVN-Gilroy-Regular.otf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "SVN-Gilroy-SemiBold";
    src: url("../fonts/SVN-Gilroy-SemiBold.otf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "UTM AvoBold";
    src: url("../fonts/UTM AvoBold.ttf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "iCiel-SamsungSharpSans-Bold";
    src: url("../fonts/iCiel-SamsungSharpSans-Bold_SMCPS.ttf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "Montserrat-Light";
    src: url("../fonts/Montserrat-Light.otf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "Montserrat-Medium";
    src: url("../fonts/Montserrat-Medium.otf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url("../fonts/Montserrat-Regular.otf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "Montserrat-SemiBold";
    src: url("../fonts/Montserrat-SemiBold.otf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url("../fonts/Montserrat-Bold.otf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "LostVietnam";
    src: url("../fonts/LostVietnam-Regular.otf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "PlayfairDisplay";
    src: url("../fonts/PlayfairDisplay.ttf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "Inter-Regular";
    src: url("../fonts/Inter-Regular.ttf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "Inter-Medium";
    src: url("../fonts/Inter-Medium.ttf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "Inter-SemiBold";
    src: url("../fonts/Inter-SemiBold.ttf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "Inter-Bold";
    src: url("../fonts/Inter-Bold.ttf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "SYNE-BOLD";
    src: url("../fonts/SYNE-BOLD.TTF");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

body {
    font-family: "Inter-Regular";
    font-size: 14px;
    font-weight: 400;
    color: #231F20;
    line-height: 1.6;
    position: relative;
}

header#header ul,
header#header li {
    list-style-type: none;
}

img {
    max-width: 100%;
    width: auto;
    vertical-align: middle;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.d-flex {
    display: flex;
}

section {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

a:hover {
    text-decoration: none;
}



h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
    font-family: "Inter-Bold";
}

.pc {
    display: block;
}

.mb {
    display: none;
}


/* ------------------------------ Header ------------------------------ */

header#header {
    position: relative;
    z-index: 99999;
}

.header {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    position: relative;
    width: 100%;
    background-color: #d81c24;
    padding-top: 5px;
    padding-bottom: 5px;
}

.header_menu_fix {
    position: fixed;
    -webkit-box-shadow: 0 0 10px 0 #06174e;
    box-shadow: 0 0 10px 0 #06174e87;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    top: 0px;
    z-index: 9999;
    left: 0;
}

.header_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px 10px 0px;
    font-size: 12px;
    color: #A34624;
}

.header_left,
.header_right {
    margin: auto 0px;
}

.header_right {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 0px;
    /* grid-template-columns: 1fr 40px; */
    grid-template-rows: auto;
    column-gap: 0px;
    /* column-gap: 20px; */
}

.poly {
    display: flex;
    align-items: center;
    column-gap: 7px;
}

.header_logo img {
    height: auto;
    width: 100%;
}

.header_lang {
    margin: auto 0px;
    display: none;
}

.header_logo h1 {
    margin: 0px;
    color: #511210;
    font-size: 22px;
    font-family: "Inter-Bold";
    text-transform: uppercase;
}

.header_menu_wrap {
    display: grid;
    width: 100%;
    grid-template-columns: 110px 1fr;
    grid-template-rows: auto;
    column-gap: 120px;
    transition: all 0.3s ease-in-out;
}

label.screen-reader-text {
    display: none;
}

.wrap-menu {
    margin: auto 0px;
}

.wrap-menu ul#mega-menu-mainmenu li a {
    font-family: "Inter-Medium" !important;
}

.wrap-header-icon {
    display: none;
}


/* ------------------------------ Slider ------------------------------ */

section#home_banner {
    height: 740px;
    margin-top: 0px;
}

div#owl-banner .owl-nav.disabled,
div#owl-banner .owl-nav {
    display: none;
}

section#home_banner .owl-carousel .owl-dots {
    position: relative;
    bottom: 40px;
    transform: translateX(-50%);
    left: 50%;
    display: flex;
    justify-content: center;
    margin: 16px 0px;
}

section#home_banner .owl-carousel .owl-dots .owl-dot {
    width: 40px;
    height: 3px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    margin: 0 8px;
}

section#home_banner .owl-carousel .owl-dots .owl-dot.active {
    border: 2px solid #d81c24;
    background-color: #d81c24;
}

.home_slider_item,
.home_slider_item img {
    min-height: 740px;
    position: relative;
}

.home_slider_item {
    overflow: hidden;
}

/* .home_slider_item img {
    min-height: 740px;
    position: relative;
    object-fit: cover;
    height: 740px;
} */

.home_slider_img {
    position: relative;
}

.home_slider_img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #000000;
    opacity: 0.5;
}

.home_slider_wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 9;
    color: #ffffff;
}

.home_slider_content h1 {
    font-family: "Inter-SemiBold";
    font-size: 78px;
    color: #d81c24;
    line-height: 1;
    margin: 15px 0px 20px 0px;
}

.home_slider_content h3 {
    font-family: "SYNE-BOLD";
    font-size: 24px;
    text-transform: uppercase;
    margin: 0px;
}

.home_slider_content h2 {
    font-family: "Inter-SemiBold";
    font-size: 56px;
    color: #d81c24;
    line-height: 1;
    margin: 15px 0px 20px 0px;
}

.home_slider_content {
    font-size: 18px;
    max-width: 70%;
    margin: 0px auto;
}

.home_slider_btn {
    text-align: center;
    margin: 20px 0px;
    margin-top: 60px;
}

.home_slider_btn a {
    color: #fff;
    background-color: #d81c24;
    padding: 20px 40px;
    font-size: 19px;
    font-family: 'Inter-SemiBold';
}

.home_slider_btn a svg {
    margin-bottom: -2px;
}


/* ------------------------------ Home Category ------------------------------ */

section#home_category {
    padding: 50px 0px 50px 0px;
    background-color: #E6E7E8;
}

.home_category_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 40px;
}

.home_category_item {
    padding: 0px 15px;
    width: 33%;
}
.home_category_item img {
    width: 40px;
}

.home_category_item a {
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #4F0001, #d81c24);
    padding: 15px 17px;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    column-gap: 20px;
    color: #4F0001;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Inter-SemiBold';
height: 70px;
}


/* ------------------------------ Product ------------------------------ */

section#home_product {
    padding: 60px 0px 35px 0px;
    background-color: #F8F8F8;
}

.no_wrap {
    display: block !important;
}

.home_product_list {
    margin-bottom: 60px;
}

.home_product_list:last-child {
    margin-bottom: 0px;
}

.title_top {
    color: #4F0001;
    font-size: 20px;
    position: relative;
    padding-left: 50px;
    margin-bottom: 5px;
}

.title_top::before {
    background-color: #4F0001;
    content: "";
    position: absolute;
    width: 34px;
    height: 1px;
    left: 0;
    top: 57%;
    transform: translateY(-50%);
}

.title_top::after {
    background-color: #4F0001;
    content: "";
    position: absolute;
    width: 34px;
    height: 1px;
    left: 0;
    top: 43%;
    transform: translateY(-50%);
}

.home_product_cate a {
    font-size: 16px;
    color: #000000;
}

.home_product_cate a svg {
    padding-top: 4px;
    margin-bottom: -1px;
}

.home_pro_wrap {
    padding: 65px 0px 0px 0px;
}

.home_pro_item.wow.fadeInUp {
    padding: 0px 10px 20px 6px;
}

.home_pro_item_item {
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 4px 7px 7px #bbbdbfb5;
}

.pro_item_title a {
    font-size: 22px;
    color: #511310;
    font-family: "SVN-Gilroy-SemiBold";
    text-transform: uppercase;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.home_pro_avata {
    width: 100%;
    aspect-ratio: 1.45;
    background-color: #ffffff;
    position: relative;
}

.home_pro_content {
    padding: 30px 0px 10px 0px;
    border-top: none;
}

.home_pro_item:hover .home_pro_avata img,
.home_new_item:hover .home_new_avata img {
    opacity: 0.5;
    transition: 0.3s ease-in-out;
}

.home_pro_avata img {
    width: 100%;
    aspect-ratio: 1.45;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.home_pro_item_title {
    font-size: 18px;
    font-family: 'Inter-SemiBold';
    margin-bottom: 7px;
    text-align: center;
}

.home_pro_item_title a {
    color: #000000;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.home_pro_item_exp {
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.pro_item_title {
    font-size: 24px;
    margin: 5px 0px 6px 0px;
}

.pro_item_except {
    color: #6D6E71;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home_pro_item_btn {
    margin-top: 14px;
}

.home_pro_item_order a {
    color: #E6B673;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Inter-Bold";
}

.home_pro_item_detail a {
    background-color: #d81c24;
    color: #fff;
    padding: 13px 18px;
    font-family: 'Inter-SemiBold';
    display: block;
    width: 100%;
    text-align: center;
}

.home_pro_item_price {
    text-align: center;
    margin-bottom: 7px;
    font-size: 18px;
    color: #EC1C24;
    font-family: 'Inter-SemiBold';
}

.price span {
    color: red;
}

.pro_item_except p {
    margin: 0px 0px 3px 0px;
}

.pro_item_detail {
    margin: 25px 1px;
}

.pro_item_detail a {
    border-radius: 43px;
    background-color: #64AC48;
    padding: 10px 32px 13px 32px;
    color: #ffffff;
    font-size: 15px;
    line-height: 120%;
    transition: 0.3s ease-in-out;
}

.pro_item_detail a:hover {
    background-color: #002060;
    transition: 0.3s ease-in-out;
}

.home_pro_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.product-btn {
    margin-top: 0;
}

.product-btn a {
    font-size: 15px;
    padding: 10px 10px 10px 10px;
    background-color: #A34624;
}

.product-btn a svg {
    margin-top: 0;
}

.product_price {
    font-size: 20px;
    font-family: "Inter-Bold";
    color: #EC1C24;
}

.title_wrap {
    display: flex;
    align-items: end;
    justify-content: space-between;
    border-bottom: 1px solid #BBBDBF;
}

section#home_product .owl-nav.disabled,
section#home_product .owl-nav {
    position: absolute;
    z-index: 9;
    top: -125px;
    right: 0%;
    display: flex;
    column-gap: 20px;
    align-items: center;
    justify-content: space-between;
}

section#home_product .owl-prev i,
section#home_product .owl-next i {
    font-size: 25px;
    color: #d81c24;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

section#home_product .owl-prev,
section#home_product .owl-next {
    width: 50px;
    height: 50px;
    position: relative;
    background-color: #F4F4F4;
    border-radius: 50%;
    border: 1px solid #BBBDBF;
}

.title-block {
    display: inline-block;
}


/* ------------------------------ Home Project ------------------------------ */

section#home_project {
    padding: 65px 0px 5px 0px;
    background-color: #F8F8F8;
}

.home_project_wrap {
    margin-top: 40px;
}

.home_project_avata,
.home_project_avata img {
    position: relative;
    height: 330px;
    width: 100%;
}

.home_project_avata::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0;
    z-index: 5;
}

.home_project_item:hover .home_project_avata::before {
    opacity: 0.6;
}

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

.home_project_content {
    position: absolute;
    bottom: -50%;
    left: 0;
    z-index: 9;
    width: 100%;
    padding: 20px;
    transition: 0.3s ease-in;
}

.home_project_item:hover .home_project_content {
    bottom: 0%;
    transition: 0.3s ease-in;
}

.home_project_item {
    width: 25%;
}

.home_project_item:hover {
    width: 25%;
}

.home_project_item:last-child,
.home_project_item:first-child {
    width: 50%;
}

.home_project_wrap {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

.home_project_item_cate {
    font-size: 14px;
    font-family: 'Inter-Medium';
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.home_project_item_title a {
    font-size: 18px;
    font-family: 'Inter-Bold';
    text-transform: uppercase;
    color: #ffffff;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.home_project_item:last-child .home_project_item_title a,
.home_project_item:first-child .home_project_item_title a {
    font-size: 20px;
}

.home_project_item:last-child .home_project_item_cate,
.home_project_item:first-child .home_project_item_cate {
    font-size: 16px;
}

.home_project_item_detail {
    margin: 10px 0px;
    margin-top: 30px;
}

.home_project_item_detail a {
    background-color: #d81c24;
    color: #fff;
    padding: 10px 20px;
}

.home_project_item_detail a svg {
    margin-bottom: -3px;
    padding: 2px;
}


/* ------------------------------ Home New ------------------------------ */

section#home_news {
    padding: 65px 0px 95px 0px;
    background-color: #F8F8F8;
}

.home_mew_wrap {
    padding-top: 40px;
}

.home_product_title {
    color: #d81c24;
    font-size: 36px;
    font-family: 'Inter-Bold';
    text-transform: uppercase;
    position: relative;
}

.home_product_title::before {
    content: "";
    position: absolute;
    bottom: -1.5px;
    left: 0;
    width: 100%;
    z-index: 2;
    border-bottom: 3px solid #d81c24;
}

.home_product_cate {
    margin: 5px 0px;
}

#owl-new .owl-dots,
#owl-new .owl-dots.disabled {
    position: relative;
    bottom: 0px;
    transform: translateX(-50%);
    left: 50%;
    /* display: flex; */
    display: none;
    justify-content: center;
    margin: 16px 0px;
}

#owl-new .owl-dots .owl-dot,
#owl-new .owl-dots.disabled .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #D3D3D3;
    border: 1px solid #D3D3D3;
    border-radius: 100px;
    margin: 0 8px;
}

#owl-new .owl-dots .owl-dot.active,
#owl-new .owl-dots.disabled .owl-dot.active {
    border: 2px solid #207264;
    background-color: #207264;
}

#owl-new .owl-nav,
#owl-new .owl-nav.disabled {
    display: none;
    justify-content: space-between;
    align-items: center;
    width: 85px;
    position: absolute;
    right: 0;
    top: -60px;
    z-index: 99;
}

#owl-new .owl-nav .owl-next,
#owl-new .owl-nav.disabled .owl-next,
#owl-new .owl-nav .owl-prev,
#owl-new .owl-nav.disabled .owl-prev {
    width: 35px;
    height: auto;
    opacity: 0.5;
}

#owl-new .owl-nav .owl-next:hover,
#owl-new .owl-nav.disabled .owl-next:hover,
#owl-new .owl-nav .owl-prev:hover,
#owl-new .owl-nav.disabled .owl-prev:hover {
    opacity: 1;
}

#owl-new .owl-nav .owl-next img,
#owl-new .owl-nav.disabled .owl-next img {
    transform: rotate(180deg);
}

.home_new_avata,
.home_new_avata img {
    overflow: hidden;
    transition: 0.3s ease-in-out;
    aspect-ratio: 1.47;
    width: 100%;
}

.home_new_content {
    padding: 20px 25px 40px 25px;
    border: 0.25px solid #92949761;
    border-top: none;
    margin-left: 0.25px;
    background-color: #fff;
    border-bottom: 4px solid #d81c24;
}

.pro_item_cate {
    color: #939598;
    font-size: 16px;
    margin-bottom: 5px;
}

.home_new_item_title {
    margin: 0px 0px 18px 0px;
}

.home_new_item_title a {
    font-size: 23px;
    font-family: 'Inter-Bold';
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #231F20;
}

.home_new_item_exp {
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.home_new_item_except p {
    margin-bottom: 0px;
}

.home_new_item_detail {
    margin-top: 18px;
}

.home_new_item_detail a {
    font-size: 18px;
    color: #000000;
}

.home_new_item_detail a {
    font-size: 16px;
    color: #d81c24;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.home_new_item_detail a img {
    width: 34px !important;
    margin-bottom: -3px;
}

.home_new_item_detail a svg {
    margin-bottom: -3px;
    padding: 2px;
}


/* ------------------------------ Home Client ------------------------------ */

section#home_client {
    padding: 60px 0px;
}

.home_client_wrap {
    margin-top: 20px;
}

.home_client {
    color: #d81c24;
    font-family: 'Inter-Bold';
    font-size: 36px;
    text-transform: uppercase;
}

.form-contact-wrap {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 30px;
}

section#home_client .client_item {
    margin: auto;
    position: relative;
    aspect-ratio: 16/9;
    padding: 10px;
    background-color: #ffffff !important;
}

.client_item img {
    margin: auto;
    position: relative;
    top: 50% !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}


/* ------------------------------ Footer ------------------------------ */
.company {
    font-family: "Inter-Bold";
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
}

footer#footer {
    background-color: #d81c24;
    color: #ffffff;
}

.footer {
    display: grid;
    padding: 70px 0px;
    grid-template-columns: 35% 20% 25% 20%;
    grid-template-rows: auto;
    row-gap: 30px;
}

.footer_contact_title {
    font-family: "Inter-Bold";
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
}

/* .footer_social {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-top: 16px;
} */
.icon_footer_social {
    width: 20%;
}
.footer_social_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between;
}
.ten_fanpage {
    width: 75%;
}
.ten_fanpage p {
    color: #fff;
    margin: 0px;
}
.footer_about ul {
    padding-left: 1px;
    list-style-type: none;
}

.footer_about li {
    margin-bottom: 10px;
}

.footer_about a {
    color: #ffffff;
}

.footer_form form {
    position: relative;
}

.footer_form form input {
    width: 100%;
    padding: 10px 10px 10px 10px;
    border-radius: 0px;
    border: 1px solid #ffffff;
    outline: none;
    line-height: 1;
    color: #808184;
    font-size: 14px;
    font-family: 'Montserrat-Regular';
    font-weight: 400;
    margin-bottom: 5px;
}

.footer_form form input::placeholder {
    font-size: 14px;
    font-family: 'Montserrat-Regular';
    font-weight: 400;
    color: #808184;
    line-height: 1;
}

.footer_form form input[type=submit] {
    background-color: #4F0001;
    color: #ffffff;
    padding: 10px;
    width: auto;
    height: 40px;
    position: relative;
    top: 0px;
    right: 0px;
    background-size: contain;
    z-index: 9;
    border: 1px solid #4F0001;
    margin-bottom: 0px;
}

.footer_form form .wpcf7-spinner {
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: 9;
}

.footer_form form p {
    margin-bottom: 0px;
}

.footer_bottom {
    background-color: #000000;
    color: #58595B;
}

.footer_bottom_wrap {
    padding: 15px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 15px;
}

.footer_privacy {
    display: flex;
    align-items: center;
}

.footer_privacy a {
    color: #58595B;
    line-height: 1;
}

.footer_privacy_item {
    border-right: 1px solid #58595B;
    padding: 0px 8px;
    line-height: 1;
}

.footer_privacy_item:last-child {
    border-right: 1px solid transparent;
}

.footer_contact_item {
    display: flex;
    width: 100%;
    align-items: flex-end;
    column-gap: 8px;
    margin-bottom: 10px;
}

.footer_contact_text p {
    margin: 0px;
}

.footer_contact_icon {
    width: 20px;
}

.footer_cntact_content {
    margin-top: 20px;
}

.footer_map iframe {
    width: 100%;
    height: 190px;
}

.footer_about {
    margin: 0px auto;
}

.footer_form {
    padding: 0px 20px 0px 0px;
}

.footer_map {
    padding: 0px 0px 0px 20px;
}

.fancybox-container {
    z-index: 99999999999 !important;
}

.footer_contact_text a {
    color: #fff;
}


/* ------------------------------ BackToTop ------------------------------ */

#supportfix {
    position: fixed;
    z-index: 9999;
    bottom: 100px;
    right: 40px;
    bottom: 20%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

#supportfix .support_item {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

#supportfix .support_item img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.btn_top {
    display: none;
}

svg.bi.bi-chevron-up {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    fill: #707070;
}

.page_pagaination {
    margin-top: 35px;
}

.pagination {
    clear: both;
    position: relative;
    font-size: 16px;
    line-height: 13px;
    float: right;
    list-style-type: none;
    width: 100%;
    margin: 0px !important;
    display: flex !important;
    justify-content: center;
}

.pagination span {
    display: none !important;
}

.pagination span,
.pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #072B6B;
}

.pagination a:hover {
    color: #fff;
    background: #072B6B;
}

.pagination .current {
    padding: 6px 9px 5px 9px;
    color: #fff;
}

.pagination .active a,
.pagination .active a:focus,
.pagination .active a:hover,
.pagination .active span,
.pagination .active span:focus,
.pagination .active span:hover {
    background-color: #072B6B !important;
    border-color: #072B6B !important;
}

.pagination li a:focus,
.pagination li a:hover,
.pagination li span:focus,
.pagination li span:hover {
    color: #ffffff !important;
    background-color: #072B6B !important;
    border-color: #072B6B !important;
}

.pagination li a,
.pagination li span {
    color: #b2b2b2 !important;
}

.pagination li:last-child a,
.pagination li:last-child span {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important
}


/* ------------------------------ Modal ------------------------------ */

.modal-dialogs .modal-content {
    overflow: hidden;
}

.modal-dialogs .modal-body {
    background-color: #d4dde5;
}

.modal-dialogs .modal-body .form-contact-btn .form-contact-item p::before {
    display: none;
}

.modal-dialogs h5#exampleModalLabel {
    font-size: 20px;
    font-family: 'SVN-Gilroy SemiBold';
    color: #511210;
}

.modal-dialogs .modal-header {
    position: relative;
    width: 100%;
}

.modal-dialogs button.close {
    position: absolute;
    top: 20px;
    right: 15px;
}

.modal-dialogs {
    width: 100%;
    max-width: 600px;
    position: relative;
    top: 50%;
    z-index: 999999999999;
    transform: translateY(-50%);
    margin: auto;
}

.modal {
    z-index: 999999999999 !important;
}

.wrap-menu_mobile {
    display: none;
}

.modal-dialogs .modal-body form p {
    margin-bottom: 0px;
}

.modal-dialogs .modal-body form input,
.modal-dialogs .modal-body form textarea {
    width: 100%;
    color: #000;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    outline: none;
    margin-bottom: 10px;
}

.modal-dialogs .modal-body form textarea {
    height: 150px;
}

.modal-dialogs .modal-body form .contact_fbox1,
.modal-dialogs .modal-body form .contact_fbox2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 10px;
}

.modal-dialogs .modal-body form .contact_fbox2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 10px;
}

.modal-dialogs .modal-body form .contact_fsize p,
.modal-dialogs .modal-body form .contact_fgoi p {
    display: flex;
}

.modal-dialogs .modal-body form .contact_fsize span,
.modal-dialogs .modal-body form .contact_fgoi span {
    text-align: center;
}

.modal-dialogs .modal-body form input[type=submit] {
    background-color: #ff6700;
    font-size: 16px;
    font-family: 'SVN-Gilroy SemiBold';
    color: #fff;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
    padding: 10px 50px;
    border-radius: 25px;
    position: relative;
    left: 0%;
    transform: translateX(0%);
    margin-top: 30px;
    transition: 0.3s ease-in-out;
}

.modal-dialogs .modal-body form input[type=submit]:hover {
    background-color: #511210;
    color: #ffffff;
    transition: 0.3s ease-in-out;
}

.modal-dialogs .home_contact_lbox {
    position: relative;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}