@import "reset.css";
@import "fonts.css";
#back-to-top{
    background-color: #fab702;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    position: fixed;
    right: 50px;
    bottom: 80px;
    z-index: 999;
    opacity: 0;
    width: 40px;
    height: 40px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    transition:opacity ease 0.3s;
}
#back-to-top.show{opacity:1;}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
header.scroll {
    background: rgba(27, 48, 25, 0.8);
}
header.bg_blue {
    background-color: #1b3019;
}
.banner_slider {
    background: url("../images/bg-banner.png") no-repeat center bottom;
}
.banner_item {
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 100vh;
    width: 100%;
    background-size: 100%;
}
main {
    position: relative;
}
main > section:first-child {
    position: relative;
    overflow: hidden;
}

/*main > section:first-child:after {*/
/*    content: '';*/
/*    background-image: -moz-linear-gradient( 90deg, rgba(32,46,40,0) 0%, rgb(32,46,40) 100%);*/
/*    background-image: -webkit-linear-gradient( 90deg, rgba(32,46,40,0) 0%, rgb(32,46,40) 100%);*/
/*    background-image: -ms-linear-gradient( 90deg, rgba(32,46,40,0) 0%, rgb(32,46,40) 100%);*/
/*    width: 100%;*/
/*    height: 412px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: 2;*/
/*    pointer-events: none*/
/*}*/
.banner_item:before {
    content: url("../images/bg-text.png");
    position: absolute;
    bottom: 30%;
    right: 5.2%;
    z-index: 2;
    pointer-events: none;
}
.banner_text {
    position: relative;
    z-index: 3;
}
.link {
    background-color: #e9b786;
    height: 46px;
    border-radius: 23px;
    color: #000;
    font-weight: bold;
    padding: 0 23px;
}
.link:hover {
    background: #fff;
    color: #e9b786;
}
.banner_text h2 {
    font-size: 65px;
}
.search-hd {
    position: absolute;
    width: 300px;
    right: 0;
    z-index: 10000;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 30%);
    display: none;
    top: calc(100% + 15px);
    background: #fff;
    padding: 10px;
}
.search-fr {
    position: relative;
}
.search-fr input {
    background: rgba(0, 0, 0, 0.07);
    width: 100%;
    height: 38px;
    border: none;
    padding-right: 35px;
    padding-left: 10px;
}
.search-fr button {
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    color: #1D3455;
    font-size: 16px;
}
.search-b {
    position: relative;
}
.search-hd:before {
    content: '';
    position: absolute;
    bottom: 100%;
    width: 0;
    height: 0;
    right: 2px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
}
.search-fr input::-webkit-input-placeholder { color: #1D3455;}
.search-fr input::-moz-placeholder { color: #1D3455;}
.search-fr input:-ms-input-placeholder { color: #1D3455;}
.header_nav > li > a {
    color: #fff;
    font-weight: 600;
    padding: 25px 0;
    position: relative;
}
.header_nav .current > a,
.header_nav a:hover {
    color: #e9b786;
}
.header_nav > li:not(:last-child) {
    margin-right: 35px;
}
.search {
    margin-left: 20px;
}
.btn-search {
    width: 40px;
    height: 40px;
    background-color: #e9b786;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.btn-search:hover {
    background: #fff;
    color: #e9b786;
}
.mega_menu {
    position: fixed;
    top: 74px;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: none;
}
.mega_menu.show {
    display: block;
}
.mega_cache {
    background: #fff;
    padding: 30px;
}
.mega_product li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    padding: 30px 0;
}
.mega_product li span {
    font-size: 56px;
    line-height: 1;
    color: #e9b786;
    flex: 0 0 30px;
    max-width: 30px;
    text-align: center;
}
.mega_menu li a {
    color: #000;
    line-height: 1.44;
    margin: 0 90px 0 30px;
    text-align: left;
}
.mega_product li p img {
    width: 96px;
}
.mega_menu li:last-child {
    padding-bottom: 0;
}
.mega_menu li:first-child {
    border-top: none;
    padding-top: 0;
}
.mega_menu li a:hover {
    color: #e9b786;
}
.mega_list a {
    display: block;
    font-weight: 600;
    margin-bottom: 20px;
}
.has_mega a:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    right: 2px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
}
.about_home {
    background: url("../images/bg-home.png") no-repeat center bottom;
    padding: 60px 0 560px 0;
}
.about_item p {
    max-width: 165px;
}
.experience {
    /*background: url("../images/bg-left.png") no-repeat bottom left -500px;*/
}
.exper_item {
    margin-top: 60px;
    text-align: center;
}
.exper_item .zoom-img:before {
    padding-bottom: 100%;
}
.exper_item .zoom-img {
    margin: 0 auto;
    border-radius: 50%;
    width: 260px;
}
.exper_item h4 {
    margin-top: 30px;
}
.service {
    /*background: url("../images/bg-service.png") no-repeat center /cover;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 770px;
}
.service .absolute {
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    display: flex;
    align-items: center;
}
.service_item {
    margin: 90px 50px 0 50px;
    position: relative;
}
.service_item span {
    width: 80px;
    height: 80px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%, 0);
}
.service_item div {
    width: 300px;
    height: 140px;
    padding: 60px 40px 40px 40px;
    border-radius: 28px;
    background-color: #fff;
    text-align: center;
}
.w_item .zoom-img:before {
    padding-bottom: 90%;
}
.row-4 {
    margin: 0 -2px;
}
.row-4 > div {
    padding: 0 2px;
}
.w_item {
    margin-top: 60px;
}
.w_item .absolute {
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    padding: 30px;
}
.w_item h2 {
    line-height: 1.33;
    letter-spacing: -0.48px;
    max-width: 192px;
    margin: 0 auto;
}
.ideas {
    /*background: url("../images/bg-right.png") no-repeat bottom right -400px;*/
    position: relative;
    overflow: hidden;
}
.ideas:before {
    content: url("../images/tree-1.png");
    position: absolute;
    right: -160px;
    top: -60px;
}
.ideas .text-blue span:before {
    content: url("../images/tree-3.png");
    position: absolute;
    top: -20px;
    left: -80px;
}
.ideas_item .zoom-img, .ideas_item .zoom-img img {
    border-radius: 50%;
    width: 420px;
}
.ideas_item {
    padding-left: 150px;
    padding-bottom: 150px;
}
.ideas_item .zoom-img:before {
    padding-bottom: 100%;
}
.ideas_item .zoom-img:after {
    content: url("../images/tree-4.png");
    position: absolute;
    top: -10px;
    left: -150px;
}
.idea_text {
    border-radius: 0 60px 60px 60px;
    background-color: rgb(221, 189, 158);
    width: 65%;
    padding: 60px;
    position: absolute;
    top: 220px;
    right: 0;
    z-index: 2;
}
.ideas:after {
    content: url("../images/tree-2.png");
    position: absolute;
    bottom: 10px;
    left: calc((100vw - 1360px)/2);
}
.ft_ul li a {
    color: #fff;
}
.ft_ul li a:hover {
    text-decoration: underline;
}
.ft_ul li {
    color: #fff;
    margin-bottom: 15px;
}
.ft_ul span {
    margin-right: 5px;
}
footer {
    background: #1b3019;
    padding-top: 60px;
}
.footer .col-md-2 {
    padding-left: 70px;
}
.frm_news input {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    height: 42px;
    width: 100%;
    padding: 0 42px 0 15px;
    color: #fff;
}
.frm_news button {
    background-color: #e9b786;
    border-radius: 0 8px 8px 0;
    border: none;
    height: 42px;
    width: 42px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.frm_news input::-webkit-input-placeholder { color: #acacac;font-size: 16px;}
.frm_news input::-moz-placeholder { color: #acacac;font-size: 16px;}
.frm_news input:-ms-input-placeholder { color: #acacac;font-size: 16px;}
.font-size-14 {
    font-size: 14px;
}
.social a {
    background: #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.social a:hover {
    background: #e9b786;
    color: #fff;
}
.copy  {
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    margin-top: 30px;
    padding: 25px 0;
}
.sec_100vh {
    height: 100vh;
}
.img-object {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.section_bg .absolute {
    background-image: -moz-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.90196) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.90196) 100%);
    background-image: -ms-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.90196) 100%);
}
.title span {
    font-size: 60px;
    line-height: 1;
    position: relative;
}
.bread {
    color: #fff;
    font-weight: 600;
    margin-top: 15px;
}
.bread a {
    color: #e9b786;
    position: relative;
}
.bread a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    margin: 0 10px;
    color: #fff;
    font-weight: 300;
}
.text-stroke {
    -webkit-text-stroke: 1px #fff;
    font-size: 200px;
    font-weight: 800;
    line-height: 0.4;
    letter-spacing: -2px;
    color: transparent;
    opacity: 0.16;
    position: absolute;
    white-space: nowrap;
    left: -20px;
    top: 38%;
    display: none;
}
.section_page .text-stroke {
    display: none;
    top: 30%;
}
.title {
    display: inline-flex;
    width: auto;
}
.section_type_2 .absolute {
    /*background-image: -moz-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.90196) 100%);*/
    /*background-image: -webkit-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.90196) 100%);*/
    /*background-image: -ms-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.90196) 100%);*/
    padding: 180px 0 90px 0;
}
.ab_item p {
    width: 100%;
}
.ab_item  span {
    position: relative;
    padding-bottom: 40px;
}
.ab_item span:before {
    background-color: #fff;
    content: '';
    height: 1px;
    width: 70%;
    position: absolute;
    bottom: 20px;
}
.ab_flex {
    display: flex;
    flex-wrap: wrap;
}
.ab_item {
    width: 100%;
}
.ab_item:last-child > div {
    width: 100%;
}
.ab_item:last-child {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    text-align: right;
}
.ab_item:last-child span:before {
    right: 0;
}
.section_type_22 .ab_flex {
    align-items: center;
}
.section_type_22 .ab_item {
    text-align: center;
}
.section_type_22 .ab_item span:before {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.text-jutify {
    text-align: justify;
}
.section_page .sec_100vh {
    height: 60vh;
}
.section_page:after {
    display: none;
}
.title_page {
    font-size: 56px;
}
.ceti_item {
    margin-top: 60px;
}
.ceti_item h2{
    max-width: 290px;
    margin: 90px auto 0 auto;
}
.list_ul li {
    display: flex;
    margin-bottom: 20px;
}
.list_ul li strong {
    margin-right: 5px;
}
.list_ul span {
    border-radius: 50%;
    display: inline-flex;
    background-color: #e9b786;
    font-size: 12px;
    color: #fff;
    flex: 0 0 24px;
    height: 24px;
    max-width: 24px;
    margin-right: 10px;
}
.list_ul .fa-phone {
    transform: rotateZ(90deg);
}
.list-11 li:not(:last-child) {
    margin-right: 10px;
}
.form_border-input input {
    border: none;
    border-bottom: 1px solid rgba(35, 35, 35, 0.5);
    height: 46px;
    margin-bottom: 30px;
    width: 100%;
}
.btn_submit {
    width: 160px;
    height: 52px;
    border-radius: 26px;
    background-color: #e9b786;
    border: none;
    color: #fff;
}
.btn_submit i {
    margin-left: 15px;
}
.btn_submit:hover {
    background: #000;
    color: #fff;
}
.td-table {
}
.td-table th  {
    color: #000;
    font-weight: bold;
    font-size: 24px;
}
.td-table th, .td-table td {
    padding: 30px 20px;
    vertical-align: middle;
}
.td-table th:last-child, .td-table td:last-child {
    text-align: right;
    padding-right: 0;
}
.td-table th:first-child, .td-table td:first-child {
    padding-left: 0;
}
.td-name a {
    color: #464646;
    font-weight: bold;
    font-size: 20px;
}
.td-name a:hover {
    color: #006231;
}
.hot {
    background: #d22930;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    margin-left: 20px;
    height: 28px;
    padding: 0 10px;
    line-height: 1;
}
.td-table .btn-red_bl {
    padding: 0 15px;
}
.btn_ct {
    border: solid 1px #fa6501;
    color: #fa6501;
    height: 42px;
    width: 110px;
    font-size: 14px;
    font-weight: 500;
}
.btn_ct span {
    margin-right: 10px;
}
.btn_ct:hover {
    background: #fa6501;
    color: #fff;
}
.td-box_1 {
    border-bottom: 1px solid rgba(35, 35, 25, 0.5);
    font-size: 18px;
    padding-bottom: 20px;
}
.td-box_1 strong {
    margin-right: 20px;
    width: 150px;
}
.td-box_1 p:not(:last-child) {
    margin-bottom: 5px;
}
.td_2-item {
    border-bottom: 1px solid rgba(35, 35, 25, 0.1);
    padding: 15px 0;
}
.td_box-3 {
    margin-top: 40px;
}
.td_box-3 .title_sm {
    font-size: 26px;
    font-weight: bold;
    color: #e09246;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.desc-list p {
    background: url("../images/check.png") no-repeat left /24px 24px;
    margin-bottom: 15px;
    padding-left: 35px;
}
.desc-list i {
    color: #006231;
    font-size: 18px;
    margin-right: 10px;
}
.cs {
    background-color: #f5f5f5;
    margin-top: 30px;
    padding: 30px 0;
}
.pdt-60 {
    padding-top: 60px;
}
.td-send {
    border-radius: 12px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 30px;
}
.frm-i {
    border-radius: 6px;
    border: solid 0.5px #c5c5c5;
    background-color: #f6f7f8;
    height: 46px;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 12px;
}
.frm-i::-webkit-input-placeholder {color: rgba(23, 45, 6, 0.8);}
.frm-i::-moz-placeholder {color: rgba(23, 45, 6, 0.8);}
.frm-i:-ms-input-placeholder {color: rgba(23, 45, 6, 0.8);}
.td-send h4 {
    font-weight: 800;
    color: #e29952;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
}
.btn-submit {
    border-radius: 6px;
    background-color: #243f22;
    border: 1px solid #243f22;
    font-weight: bold;
    color: #fff;
    margin: 30px 0;
    height: 46px;
    width: 100%;
}
.btn-submit:hover {
    background: #fff;
    color: #243f22;
}
.note {
    text-align: center;
}
.note p {
    color: #172d06;
    margin-bottom: 15px;
    text-align: center;
}
.btn-cv {
    border-radius: 23px;
    border: solid 1px #d22930;
    color: #d22930;
    height: 46px;
    font-weight: 500;
    width: 180px;
    text-transform: uppercase;
    margin: 0 auto;
}
.btn-cv:hover {
    background: #d22930;
    color: #fff;
}
.td_related {
    padding: 30px 0;
}
.td_related h4 {
    color: #d22930;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 20px;
}
.td_related li {
    border-bottom: 1px solid rgba(35, 35, 25, 0.1);
    padding: 15px 0;
}
.td_related li:last-child {
    border-bottom: none;
}
.td_related li a {
    color: #111;
    font-weight: 600;
}
.td_related li a:hover {
    color: #f26522;
}
.td_related .hot {
    background: #f26522;
}
.td-boxs .container .row > .col-md-4{
    padding-left: 30px;
}
.td-boxs .container .row > .col-md-8 {
    padding-right: 30px;
}
.ut_now {
    width: 170px;
    height: 50px;
    border-radius: 6px;
    background-color: #243f22;
    font-size: 16px;
    font-weight: 600;
    color: #f7fafa;
}
.main_white {
    padding-top: 74px;
}
.news_item {
    background-color: #f2f2f2;
    height: 100%;
}
.news_cache {
    padding: 20px;
}
.news_cache .font-500 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_item .zoom-img:before {
    padding-bottom: 60%;
}
.news_item h4 a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 69px;
}
.news_item h4 a:hover {
    color: #ec9540 !important;
}
.pagi li {
    margin: 0 10px;
}
.pagi a, .pagi span {
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 56px;
}
.pagi span {
    border-color: #ec9540;
    font-weight: bold;
    color: #ec9540;
}
.pagi i {
    line-height: 1;
}
.pagi a:hover {
    border-color: #ec9540;
}
.news .col-md-4 {
    margin-bottom: 30px;
}
h1.font-size-32 {
    font-size: 30px;
}
.news_detail .date {
    color: #ec9540;
    font-weight: 600;
}
.news_detail .date i {
    font-size: 20px;
    margin-right: 10px;
}
article p {
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: justify;
}
.sales_item {
    display: flex;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0,0, 0.2);
    margin-bottom: 30px;
}
.dates {
    flex: 0 0 80px;
    max-width: 80px;
    margin-right: 40px;
}
.dates span {
    font-family: "Philosopher", sans-serif;
    font-size: 80px;
    color: #e9b786;
    line-height: 1;
}
.dates  p {
    color: #7a7a7a;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.sales  .col-md-5 {
    width: 45%;
}
.frm_search input, .frm_search button {
    height: 60px;
    width: 100%;
}
.frm_search button {
    background-color: #e9b786;
    border: none;
    flex: 0 0 60px;
    width: 60px;
    font-size: 22px;
}
.frm_search input {
    background-color: #f0f0f0;
    border: solid 1px #c5c5c5;
    border-right: none;
    padding: 0 20px;
}
.result_item .zoom-img:before {
    padding-bottom: 63%;
}
.result_item .zoom-img{
    width: 28%;
}
.res_cache {
    background-color: #f0f0f0;
    padding: 20px 90px 20px 20px;
    width: 72%;
}
.result_item {
    margin-top: 30px;
}
.xt {
    width: 140px;
    height: 46px;
    border-radius: 23px;
    background-color: #243f22;
    font-weight: bold;
    color: #fff;
}
.xt:hover {
    background: #e9b786;
    color: #fff;
}
.cate_item .zoom-img:before {
    padding-bottom: 510px;
}
.pros_flex {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}
.pros_flex > div {
    padding: 0 15px;
}
.cate_item {
    margin-bottom: 30px;
    width: 33.33%;
}
.cate_item:nth-child(1) ,
.cate_item:nth-child(4) ,
.cate_item:nth-child(4) ,
.cate_item:nth-child(5) {
    width: 66.67%;
}
.cate_item .absolute {
    display: flex;
    align-items: flex-end;
    padding: 40px;
    pointer-events: none;
}
.cate_item .font-size-36 {
    line-height: 1;
}
.cate_item:nth-child(4) .absolute {
    justify-content: flex-end;
    text-align: right;
}
.cate_img .absolute {
    padding: 30px;
}
.cate_img .zoom-img:before {
    padding-bottom: 400px;
}
.pro_item .zoom-img:before {
    padding-bottom: 240px;
}
.pro_item .zoom-img {
    margin-bottom: 30px;
}
.pro_item .zoom-img img {
    max-height: 100%;
    height: unset;
    width: unset;
}
.prices span {
    font-size: 18px;
}
.prices .old {
    text-decoration: line-through;
}
.prices .new {
    color: #e89748;
    font-size: 22px;
    margin-right: 10px;
}
.pro_list {
    border: solid 1px #919191;
    border-right: none;
    margin-bottom: 60px;
}
.pro_item {
    border-right: 1px solid #919191;
    height: 400px;
    padding: 10px 20px;
}
.swiper-button:after {
    display: none;
}
.swiper-button {
    width: 50px;
    height: 50px;
    box-shadow: 0 0 15.8px 0.2px rgba(0, 0, 0, 0.16);
    background-color: #e9b786;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.swiper-button-next {
     right: -25px;
 }
.swiper-button-prev {
    left: -25px;
}
.slider_thumb .zoom-img:before ,
.slider_main .zoom-img:before {
    padding-bottom: 100%;
}
.pros_text h4:not(:first-child) {
    margin-top: 30px;
}
.pros_text {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 30px;
    padding-top: 30px;
}
.header_nav li {
    position: relative;
}
.header_nav ul {
    background: #fff;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 270px;
    z-index: 999;
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.2s;
}
.header_nav ul a {
    font-weight: 600;
    color:#000;
    padding: 8px 20px;
    width: 100%;
}
.header_nav li:hover ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.lang {
    margin-left: 30px;
}
.lang a {
    color: #e9b786;
    font-weight: bold;
    display: none;
}
.lang a.active {
    display: inline-flex;
}
.swiper-button.swiper-button-lock {
    display: none;
}
.ideas_slider {
    margin-top: 30px;
}
.logo img {
    height: 90px;
}
.ft-logo img {
    height: 30px;
}
.list-11 img {
    height: 40px;
}
.zlo_fix {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 9999;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
.products_info .link:hover {
    border: 1px solid #e9b786;
}
.tags a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tags a:hover {
    background: #1b3019;
}
.tags a i {
    margin-right: 5px;
}
.share iframe {
    max-width: unset;
    width: 140px !important;
}
