@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html, body {
    min-width: 980px;
    overflow-x: hidden;
}

body {
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    color: #5d5d5d;
    overflow-x: hidden;
    background: url(/images/background.jpg) no-repeat 0px 0px;
    background-size: cover;
    background-attachment: fixed;
    overflow-x: hidden;
}

.wrapper {
    width: 980px;
    min-height: 100%;
    margin: 0px auto;
    background: rgba(255, 255, 255, 0.7);
}

.header {
    height: 160px;
}

.footer {
    height: 38px;
    margin-top: -38px;
}

.appendix {
    clear: both
}

.div_header, .div_footer {
    width: 980px;
    margin: 0px auto;
}

.div_content {
    float: left;
    min-width: 100%;
}

.div_header {
    height: 160px;
    padding-left: 44px;
    padding-right: 0px;
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
}

.header-menu-mobile {
    display: none;
}

.header-menu {
    padding-top: 15px;
}

.header-menu ul {
    float: left;
    width: 100%;
    height: 37px;
    background: #666;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
    box-shadow: 0px 2px 3px #222;
}

.header-menu ul li {
    float: left;
    height: 37px;
    position: relative;
}

.header-menu ul li a, .header-menu ul li .menu-hor-item {
    float: left;
    height: 37px;
    width: 100%;
    color: #d3d3d3;
    font-weight: bold;
    padding: 0px 24px;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all linear .2s;
    cursor: pointer;
}

.header-menu ul li a:hover, .header-menu ul li:hover .menu-hor-item {
    background: #494949;

}

.header-menu ul li.active, .header-menu ul li.active a {
    background: #494949;
}

.menu-sub {
    position: absolute;
    top: 39px;
    left: 0px;
    opacity: 0;
    transition: all linear .2s;
}

.menu-sub ul {
    display: flex;
    flex-direction: column;
    height: auto;
}

.header-menu ul li:hover .menu-sub {
    opacity: 1;
}

.menu-sub ul li a {
    background: #fbfbfb;
    color: #868383;
    font-size: 12px;
}

.menu-sub ul li:hover a {
    background: #e7e7e7;
    color: #404040;
}

.div_footer {
    height: 38px;
    border-bottom: 0px;
    background: url(/images/back_footer.png);
    padding: 0px 40px;
    display: flex;
    align-items: center;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
}

a {
    text-decoration: none;
}

a img {
    border: none;
}

p {
    margin: 0px;
    padding: 0px;
}

.clr {
    clear: both;
}

/* Custom */

.header-name {
    position: relative;
    float: left;
    height: 30px;
    padding-left: 44px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    background: url(/images/back_opa_content.png);
    font-size: 19px;
    font-weight: bold;
    color: #343434;
    font-family: Open Sans Condensed;
}

.header-name li {
    float: left;
}

.header-name span {
    position: absolute;
    right: -29px;
    top: 0px;
    width: 29px;
    height: 30px;
    background: url(/images/back_deb.png);
}

.div_content {
    width: 980px;
    margin: 0px auto;
    padding: 0px 44px;
    /*background: url(/images/back_opa_content.png);*/
}

.div_content {
    background: rgba(255, 255, 255, 0.6);
    min-height: calc(100vh - 160px - 38px);
    padding-bottom: 50px;
}

.other-page .div_content {
    min-height: calc(100vh - 190px - 38px);
}

/*.other-page .appendix {*/
/*display: none;*/
/*}*/

h1, h2, h3, h4, h5 {
    margin: 0px;
    padding: 0px;
}

.footer-copy {
    float: left;
    margin-left: 47px;
    font-size: 13px;
    color: #f4f4f4;
}

.home-general-slider {
    float: left;
    width: 100%;
    padding: 2px;
    box-shadow: 0px 0px 2px #a2a2a2;
}

.home-general-slider .bx-pager.bx-default-pager {
    position: absolute;
    right: 0px;
    bottom: 16px;
    width: auto;
    padding-right: 15px;
}

.home-general-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.home-general-slider .bx-wrapper .bx-pager.bx-default-pager a.active,
.home-general-slider .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #eee5e5;
}

.bx-wrapper {
    margin-bottom: 0px;
    background: none;
}

.home-general-slider .home-general-slider-item {
    position: relative;
}

.home-general-slider .home-general-slider-item a {
    float: left;
    width: 100%;
    height: 100%;
}

.home-general-slider-desc {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.home-general-slider-title {
    color: #fdebaa;
    font-size: 33px;
    font-weight: bold;
    font-family: Open Sans Condensed;
    text-shadow: 0px 0px 2px #000;
}

.home-general-slider-text {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    font-family: Open Sans Condensed;
    text-shadow: 0px 0px 2px #000;
}

.home-slide-1 {
    left: 27px;
    bottom: 19px;
}

.home-slide-3 {
    top: 45px;
    left: 90px;
}

.home-slide-4 {
    left: 154px;
    bottom: 20px;
}

.home-slide-5 {
    left: 27px;
    bottom: 19px;
}

.home-before-slider-two {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: #888888;
    padding: 15px 0px;
}

.home-before-slider-two span {
    color: #F15A23;
}

.box-home-slider-two {
    float: left;
    width: 100%;
    padding: 0px 35px;
}

.home-two-slider-item {
    width: 180px;
    padding: 2px;
}

.box-home-slider-two .bx-prev {
    left: -50px;
}

.box-home-slider-two .bx-next {
    right: -50px;
}

.home-two-slider-item {
    display: flex;
    flex-direction: column;
}

.slider-two-img {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    height: 87px;
    margin-bottom: 13px;
}

.slider-two-img img {
    border: 1px solid #fff;
    box-shadow: 0px 0px 2px #666;
}

.slider-two-name {
    color: #383838;
    font-weight: bold;
    margin-bottom: 13px;
    text-align: center;
}

.slider-two-desc {
    color: #6a6a6a;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 23px;
    padding: 0px 15px;
    text-align: center;
}

.slick-prev.slick-arrow {
    position: absolute;
    left: -45px;
    top: 90px;
}

.slick-next.slick-arrow {
    position: absolute;
    right: -45px;
    top: 90px;
}

.slick-arrow {
    background: none;
    border: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 33px;
    cursor: pointer;
}

.slider-two-link {
    color: #F15A23;
    transition: all linear .2s;
    display: flex;
    justify-content: center;
}

.slider-two-link i {
    padding-right: 5px;
    padding-top: 2px;
}

.slider-two-link:hover {
    color: #000;
    text-decoration: none;
}

.bx-prev {
    background: url(/images/left-arrow-type1.png) no-repeat center left !important;
}

.bx-next {
    background: url(/images/right-arrow-type1.png) no-repeat center right !important;
}

.slider-two-img span {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #ffff;
    opacity: 0;
    transition: all linear .2s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
}

.slider-two-img span div {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-two-img:hover span {
    opacity: 0.5;
}

.btn-mob-menu {
    float: right;
    width: 50px;
    height: 50px;
    background: #666;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    border-radius: 2px;
    margin-top: 10px;
    cursor: pointer;
}

.box-mob-menu-out {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(102, 102, 102, 0.96);
    z-index: 99999;
    justify-content: center;
    align-items: center;
    display: none;
    opacity: 0;
    animation: slowMobMenu 0.2s linear;
}

.show-mob-menu {
    display: flex;
    opacity: 1;
}

@keyframes slowMobMenu {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.box-mob-menu-out ul {
    padding: 0px 30px;
    max-width: 320px;
}

.box-mob-menu-out ul li a {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 10px 5px;
}

.box-mob-menu-out ul li.active a {
    background: #333;
}

.box-mob-menu-out ul li {
    float: left;
    width: 100%;
    border-bottom: 3px solid #a8a8a8;
}

.box-mob-menu-out ul li:last-child {
    border-bottom: none;
}

.box-mob-menu-close {
    position: absolute;
    top: 7px;
    right: 1px;
    color: #fff;
    font-size: 40px;
    padding: 0px 20px;
}

.box-news-years {
    float: left;
    width: 100%;
    padding: 20px 0px;
}

.box-news-years span {
    padding: 0px 10px;
    color: #666;
}

.box-news-years a {
    color: #666;
    font-weight: bold;
    text-decoration: none;
    transition: all linear .2s;
}

.box-news-years a:hover {
    color: #222;
    text-decoration: none;
}

.box-news-years a.active {
    color: #F15A23;
}

.box-news {
    float: left;
    width: 100%;
}

.item-news, .news-img, .news-name, .news-date, .news-desc {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.news-img {
    border: 2px solid #fff;
    box-shadow: 0px 0px 3px #888;
    margin-bottom: 15px;
}

.news-img img {
    width: 100%;
}

.news-name {
    color: #474747;
    font-weight: bold;
    margin-bottom: 10px;
}

.news-date {
    color: #aa9139;
    font-size: 12px;
    margin-bottom: 10px;
}

.news-desc {
    color: #474747;
    font-size: 13px;
    line-height: 20px;
}

.news-desc a {
    color: #F15A23;
}

.news-desc a:hover {
    color: #000;
    text-decoration: none;
}

.box-contact {
    float: left;
    width: 100%;
    padding-top: 30px;
}

.contact-top-desc, .contact-form {
    float: left;
    width: 100%;
}

.contact-top-desc {
    margin-bottom: 20px;
}

.contact-form .b-title {
    font-weight: bold;
    margin-bottom: 15px;
}

.contact-form input {
    border: 1px solid #e4e4e4;
    height: 27px;
    background: #fff;
    float: left;
    width: 100%;
    padding: 0px 5px;
    outline: none;
}

.contact-form textarea {
    border: 1px solid #e4e4e4;
    height: 120px;
    background: #fff;
    float: left;
    width: 100%;
    padding: 5px 5px;
    outline: none;
    resize: none;
}

.item-form {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.btn-contact {
    color: #F15A23;
    text-transform: uppercase;
    transition: all linear .2s;
}

.btn-contact:hover {
    color: #000;
    text-decoration: none;
}

.map {
    border: 2px solid #fff;
    box-shadow: 0px 0px 2px #888;
    margin-bottom: 30px;
}

.contact-info-box, .i-title {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.i-title {
    margin-bottom: 5px;
    font-weight: bold;
}

.contact-info-box p {
    padding-bottom: 3px;
}

.contact-info-box a {
    color: #F15A23;
}

.b-form {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.box-map {
    float: left;
    width: 100%;
}

.box-map img {
    width: 100%;
}

.box-about {
    float: left;
    width: 100%;
    font-size: 13px;
}

.box-about img {
    border: 2px solid #fff;
    box-shadow: 0px 0px 10px #888;
}

.box-about p {
    padding-bottom: 27px;
    line-height: 20px;
}

.about_img {
    position: relative;
    margin-top: 5px;
    transition: all linear .2s;
    margin-bottom: 15px;
}

.about_img img {
    width: 100%;
}

.opa {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    transition: all linear .2s;
}

.about_img .opa:hover {
    background: rgba(255, 255, 255, 0.5);
}

.about_img .desc {
    position: absolute;
    bottom: 2px;
    left: 2px;
    width: calc(100% - 4px);
    background: #888;
    color: #fff;
    font-size: 12px;
    padding: 7px 5px;
    opacity: 0;
}

.about_img .opa:hover .desc {
    opacity: 1;
}

.box-about-2 {
    float: left;
    width: 100%;
}

.box-about-2 img {
    border: 2px solid #fff;
    box-shadow: 0px 0px 2px #888;
}

.box-about-2 .item-about-img {
    position: relative;
    transition: all linear .2s;
    margin-bottom: 40px;
}

.box-about-2 .item-about-img span {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 101%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    transition: all linear .2s;
}

.box-about-2 .item-about-img:hover span {
    background: rgba(255, 255, 255, 0.3);
}

.item-about {
    display: flex;
    justify-content: center;
}

.box-gallery {
    float: left;
    width: 100%;
}

.item-gallery {
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
}

.item-gallery a {
    position: relative;
    display: inline-table;
    width: 100%;
    height: 100%;
}

.item-gallery a span {
    position: absolute;
    float: left;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    overflow: hidden;
    transition: all linear .2s;
}

.item-gallery a span:hover {
    background: rgba(255, 255, 255, 0.4);
}

.item-gallery a span b {
    position: absolute;
    width: 100%;
    bottom: -60px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 4px 5px;
    font-weight: 100;
    font-size: 12px;
    transition: all linear .2s;
    text-align: center;
}

.item-gallery a span:hover b {
    bottom: 0px;
}

.box-articles {
    float: left;
    width: 100%;
    margin-top: 45px;
}

.art-link {
    position: relative;
    display: inline-block;
    transition: all linear .2s;
    margin-bottom: 15px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 5px #888;
}

.art-link img {
    width: 100%;
}

.art-link span {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    transition: all linear .2s;
}

.art-link:hover span {
    background: rgba(255, 255, 255, 0.4);
}

.art-link span div {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(102, 102, 102, 0.5);
    color: #fff;
    font-size: 12px;
    opacity: 0;
    transition: all linear .2s;
}

.art-link:hover span div {
    opacity: 1;
}

.art-name {
    float: left;
    width: 100%;
    font-weight: bold;
    margin-bottom: 10px;
}

.art-desc {
    float: left;
    width: 100%;
    font-size: 13px;
    margin-bottom: 20px;
}

.art-date {
    float: left;
    width: 100%;
    font-size: 13px;
    margin-bottom: 10px;
}

.art-open {
    float: left;
    width: 100%;
}

a.art-open {
    color: #F15A23;
    font-size: 13px;
}

.item-article {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    min-height: 404px;
}

.fancybox-caption {
    padding: 11px 44px;
}

.header-name a, .header-name .nav-separator {
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: 100;
    color: #696969;
    padding-right: 10px;
}

.nav-separator i {
    font-size: 12px;
}

.box-article {
    padding-top: 25px;
}

.box-art-list {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.art-img-list {
    position: relative;
    float: left;
    border: 2px solid #fff;
    box-shadow: 0px 0px 8px #b0b0b0;
    margin-right: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.art-img-list span {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #ffff;
    opacity: 0;
    transition: all linear .2s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
}

.art-img-list:hover span {
    opacity: 0.4;
}

.art-img-list span div {
    font-size: 40px;
}

.name-animation {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    bottom: -50px;
    font-size: 12px;
    width: 100%;
    padding: 3px 5px;
    transition: all linear .2s;
}

.art-img-list:hover .name-animation {
    bottom: 0px;
}

.art-img-list-outline {
    float: left;
}

.link-back-art {
    float: left;
    margin-top: 10px;
    color: #F15A23;
    transition: all linear .2s;
}

.link-back-art:hover {
    color: #000;
    text-decoration: none;
}

.table-art-box {
    float: left;
    width: 100%;
    margin: 20px 0px;
}

.table-art-box table {
    float: left;
    width: 100%;
}

.table-art-box table td {
    border: 1px solid #fff;
    text-align: center;
}

.table-art-box table thead td {
    color: #fff;
    font-weight: bold;
    padding: 20px 0px;
}

.table-art-box table thead td:nth-child(1), .table-art-box table thead td:nth-child(2) {
    background: #999;
}

.table-art-box table thead td:nth-child(3) {
    background: #cda27b;
}

.table-art-box table tbody td {
    padding: 10px 0px;
}

.table-art-box table tbody td:nth-child(1), .table-art-box table tbody td:nth-child(2) {
    background: #eeeeee;
}

.table-art-box table tbody td:nth-child(3) {
    background: #f7ece2;
}

.art_img_5 {
    float: left;
    box-shadow: 0px 0px 5px #b2b2b2;
    margin-right: 20px;
    border: 2px solid #fff;
    position: relative;
    overflow: hidden;
}

.art_img_5 img {
    width: 100%;
}

.art_img_5 span {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #ffff;
    opacity: 0;
    transition: all linear .2s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
}

.art_img_5:hover span {
    opacity: 0.4;
}

.art_img_5 .name-animation {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    bottom: -50px;
    font-size: 12px;
    width: 100%;
    padding: 3px 5px;
    transition: all linear .2s;
}

.art_img_5:hover .name-animation {
    bottom: 0px;
}

.art-ul-1 {
    color: #25a620;
    list-style: square;
    padding-left: 0px;
}

.art-ul-1 li {
    margin-left: 287px;
    padding: 9px 0px;
}

.ul-art-2 {
    float: left;
    list-style: none;
}

.ul-art-2 li {
    padding-bottom: 15px;
}

.ul-art-2 a {
    color: #F15A23;
    transition: all linear .2s;
}

.ul-art-2 a:hover {
    text-decoration: none;
    color: #000;
}

.ul-art-2 a i {
    font-size: 12px;
}

.art-ul-2 {
    color: #ff5050;
    list-style: square;
    padding-left: 15px;
}

.art-ul-2 li {
    padding-bottom: 10px;
}

.item-cat-prod-col {
    display: flex;
    justify-content: center;
}

.item-cat-prod {
    float: left;
    padding: 8px;
    background: #fff;
    box-shadow: 0px 0px 5px #c3c3c3;
    transition: all linear .2s;
    margin-bottom: 15px;
    max-width: 276px;
}

.item-cat-prod:hover {
    background: #fbf3d7;
}

.cat-prod-name {
    float: left;
    width: 100%;
    color: #F15A23;
    margin-top: 5px;
}

.cat-prod-desc {
    float: left;
    width: 100%;
    color: #656565;
    margin-top: 2px;
    font-size: 12px;
}

.general-product-photo-out {
    position: relative;
    float: left;
    box-shadow: 0px 0px 5px #cfcfcf;
    border:2px solid #fff;
}

.general-product-photo-out a {
    overflow: hidden;
}

.general-product-photo-out img {
    width: 100%;
}

.general-product-photo-out span {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #ffff;
    opacity: 0;
    transition: all linear .4s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
}

.general-product-photo-out:hover span {
    opacity: 0.4;
}

.general-product-photo-out span div {
    font-size: 40px;
}

.advance-product-photo-out {
    float: left;
    width: 100%;
    margin-top: 7px;
}

.item-adv-photo-prod {
    float: left;
    margin-right: 15px;
    margin-top: 2px;
    cursor: pointer;
}

.advance-product-photo-out .active {
    border: 3px solid #F15A23;
    margin-top: 0px;
}

.box-product-nav {
    float: left;
    width: 100%;
}

.box-product {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.box-product-inner {
    float: right;
    display: inline-flex;
    color: #b7b7b7;
    margin-bottom: 20px;
}

.box-product-inner a {
    color: #999999;
}

.box-product-inner div, .box-product-inner a {
    margin-left: 10px;
    margin-right: 10px;
}

.box-prod-description-right {
    float: left;
    width: 100%;
    border-top: 1px dashed #999999;
    padding-top: 20px;
}

.box-prod-description-right h1 {
    color: #6e6132;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.box-prod-description-right .new-line {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
}

.box-prod-description-right ul {
    list-style: square;
    padding-left: 15px;
}

.box-adv-page-prod {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.btn-order {
    float: left;
    margin-top: 10px;
    background: #F15A23;
    color: #fff;
    padding: 10px 35px;
    border-radius: 5px;
    border: 2px solid #F15A23;
    font-weight: bold;
    transition: all linear .4s;
}

.btn-order:hover, .btn-order:active, .btn-order:focus {
    text-decoration: none;
    color: #F15A23;
    background: #fff;
    border: 2px solid #F15A23;
}

.modal-header-custom {
    font-weight: bold;
    font-size: 20px;
    color: #F15A23;
}

.modal-header .close {
    position: absolute;
    top: 21px;
    right: 17px;
}

.item-order-field {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.btn-order-modal {
    float: right;
    margin-top: 10px;
    background: #F15A23;
    color: #fff;
    padding: 10px 35px;
    border-radius: 5px;
    border: 2px solid #F15A23;
    font-weight: bold;
    transition: all linear .4s;
}

.btn-order-modal:hover {
    text-decoration: none;
    color: #F15A23;
    background: #fff;
    border: 2px solid #F15A23;
}

.menu-sub ul li:hover a {
    background: #e5e2e2 !important;
}

.menu-sub ul li.active a {
    background: #fbfbfb;
    color: #000;
}

.menu-sub ul li:not(.active) a {
    background: #fff;
    color: #868383;
    font-size: 12px;
}

.menu-sub ul li:not(.active):hover a {
    color: #000;
}

/* RESPONSIVE */

@media screen and (max-width: 1010px) {
    html, body, .wrapper, .moduleIndex, .div_header, .div_content, .div_footer {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }

    .header-menu {
        display: none;
    }

    .header-menu-mobile {
        display: block;
    }

    .div_header {
        padding-right: 44px;
    }

    .div_header, .div_content, .div_footer {
        padding: 0px 10px;
    }

    .header-logo {
        margin-top: 7px;
    }

    .box-home-slider-two {
        padding: 0px 73px;
    }

    .header-name {
        padding-left: 10px;
    }

    .header, .div_header {
        height: 80px;
    }

    .box-news-years {
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    .general-product-photo-out {
        float: left;
        width: 100%;
    }

    .advance-product-photo-out {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 10px;
    }

    .item-adv-photo-prod {
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom: 5px;
        margin-top: 0px;
    }

    .box-prod-description-right ul {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 980px) {
    .general-product-photo-out {
        display: block;
        width: 100%;
    }

    .box-prod-description-right {
        margin-top: 35px;
    }
}

@media screen and (max-width: 865px) {
    .footer, .div_footer {
        height: 120px;
        margin-top: -120px;
    }

    .div_content {
        background: rgba(255, 255, 255, 0.6);
        min-height: calc(100vh - 160px - 120px);
        padding-bottom: 50px;
    }

    .other-page .div_content {
        min-height: calc(100vh - 190px - 120px);
    }

    .appendix {
        height: 120px;
    }

    .div_footer {
        display: flex;
        flex-direction: column;
        padding-top: 15px;
    }

    .footer-copy {
        margin: 0px;
        padding-top: 15px;
        text-align: center;
    }

    .footer-soc-links a {
        margin: 0px 10px;
    }
}

@media screen and (max-width: 770px) {
    .home-slide-1, .home-slide-3, .home-slide-4, .home-slide-5 {
        left: 27px;
        top: 15px;
    }

    .home-general-slider-title {
        font-size: 24px;
        text-shadow: 2px 3px 2px #000;
    }

    .home-general-slider-text {
        font-size: 20px;
        text-shadow: 2px 2px 3px #000;
        padding-right: 15px;
    }

    .art_img_5-out {
        float: left;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .art-ul-1 li {
        margin-left: 0px;
    }

    .youtube-player {
        width: 100%;
        min-height: 400px;
    }

    .art_img_5-2 {
        margin-bottom: 20px !important;
    }
}

@media screen and (max-width: 720px) {
    .home-before-slider-two {
        font-size: 14px;
        display: block;
        text-align: center;
    }

    .display-center video {
        width: 100%;
    }
}

@media screen and (max-width: 620px) {
    .header-name {
        width: 100%;
        height: auto;
        padding: 15px 0px;
        display: flex;
        justify-content: center;
    }
    .header-name span {
        display: none;
    }
    .header-name ul, .header-name li {
        float: left;
        width: 100%;
    }
    .header-name li {
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .header-name li.active:before {
        content: '';
        padding: 0px;
    }
}

@media screen and (max-width: 560px) {
    .home-slide-1, .home-slide-3, .home-slide-4, .home-slide-5 {
        left: 15px;
        top: 9px;
    }
}

@media screen and (max-width: 520px) {
    .home-general-slider-desc {
        display: none;
    }

    .art-img-list-outline {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .home-general-slider .bx-pager.bx-default-pager {
        right: -10px;
        bottom: 8px;
    }

    .bx-wrapper .bx-pager.bx-default-pager a {
        width: 7px;
        height: 7px;
    }

    .box-news-years a, .box-news-years span {
        float: left;
        width: 100%;
    }
}

/* CUSTOM 2 */

.item-adv-photo-prod > img {
    width: 100px;
}

.orange {
    color: orangered;
}

.header-name > ul {
    margin-bottom: 0px;
}

.header-name > ul > li + li:before {
    color: #ccc;
    content: url(/images/icons/arrow-separator.png);
    padding: 0px 13px 0px 5px;
}

.item-adv-photo-prod {
    border: 3px solid #fff;
}

.hype-pat p {
    padding-bottom: 20px;
}

.fancy-image {
    position: relative;
    margin-bottom: 20px;
}

.fancy-image span {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #ffff;
    opacity: 0;
    transition: all linear .4s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
}

.fancy-image:hover span {
    opacity: 0.4;
}

.fancy-image span div {
    font-size: 40px;
}


.list-number {
    list-style: decimal;
    padding-left: 15px;
    padding-top: 10px;
}

.list-number li {
    padding-bottom: 7px;
}

.head-image-product {
    margin-bottom: 20px;
    width: 100%
}

.display-center {
    display: flex;
    width: 100%;
    justify-content: center;

}

.btn-order-modal {
    width: 100%;
}

.box-product ul {
    float: left;
    width: 100%;
    padding-left: 15px;
}

.box-product li {
    list-style: disc;
}

.box-product h4 {
    margin-bottom: 10px;
}

.ul-art-2 {
    padding-left: 0px !important;
}

.ul-art-2 li {
    list-style: none;
}

.ul-none-style {
    padding-left: 0px !important;
}

.ul-none-style li {
    list-style: none;
    padding: 5px 0px;
}

