@import "style.css";
@import "/css/fontawesome/css/all.css";
@import "/css/jquery-ui.css";
.top-redline {
    background: #006eb0;
    width: 100%;
    height: 3px;
    display: inherit;
}
a.logo-main {
    margin-top: 30px;
    display: inline-block;
}
section.banner {
    background: url(../images/banner-index.jpg) top center no-repeat #000;
    width: 100%;
    color: #fff;
    text-align: center;
    min-height: 900px;
    height: auto;
    overflow: hidden;
    background-size: cover;
}
.nav-main {
    background: rgb(0 0 0 / 70%);
    margin: 1% 0%;
    padding: 7px;
}
.nav-main ul li {
    display: inline-block;
    margin: 0 2%;
}
.nav-main ul li a {
    color: #fff;
    font-size: 16px;
    font-style: italic;
}
.nav-main ul li a:hover {
    color: ec0928;
}
.shoar {display:none;margin: 9% 0 2%;}
p.shoar-1 {
    font-size: 30px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 8px;
    line-height: 0;
}

p.shoar-2 {
    font-size: 125px;
    text-transform: uppercase;
    font-weight: bold;
}

.icon-banner {display:none;padding-bottom: 5%;}

.icon-banner img {
    margin: 1%;
}

span.dot {display:none;
    height: 2px;
    width: 26%;
    border-top: 1px dashed #fff;
    /*display: inherit;*/
    margin: 1% auto;
}

.part-2 {display: inline-block;width: 100%;position: absolute;top:200px;color: #fff;}
.video-part-2 {display: inline-block;
    width: 100%;
    background: url(../images/vdo-bg.jpg) top right no-repeat;
    padding: 30px 0;
    text-align: center;
    background-size: cover;
}
.part-2 .video-part-2 img {
    width: 500px;
}

.form-part-2 {
    width: 100%;
    padding: 40px 0;
    background:#00000045;
    text-align: center;
}

.form-part-2 span {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 20px;
    display: inline-block;
}

form.auth-form {
    display: inline-block;
}

.form-part-2 input {background: #006eb054;border: 1px solid #a3a3a3;
    color: #fff;
    width: 195px;
    padding: 7px 12px;
}

::placeholder {
    color: #fff;
}

.auth-form button {background: #c5a129;color: #fff;border: none;
    padding: 7px 30px;
    line-height: 20px;font-size: 15px;
    border-radius: 7px;
    cursor: pointer;
}
.search_result{display:none;float: left;
    width: 80%;
    background: #00000045;
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 10px 10%;}
.search_result .close{float: left;
    border: 1px solid #ccc;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;}
.search_result .fake_img{width: 100%;float: right;text-align: center;margin:10px 0;}
.search_result .fake_img img{width:30%;max-width:200px;height:auto;}
.search_result .fake_note{font-size: 13px;text-align: center;line-height: 28px;color: #fff;}
.search_result .fake_note span{color:#f00;}
.search_result .original{border: 2px solid #04c33a;border-radius: 5px;width: 150px;margin: 10px calc(50% - 77px);line-height: 40px;text-align: center;color: #00d000;font-size: 22px;font-weight: 700;}
.search_result .original_note{font-size: 13px;text-align: center;line-height: 28px;color: #fff;}
.search_result .original_note span{color:#04c33a;font-weight: 700;}
.search_result .product{float:right;width:250px;text-align:center;margin:10px calc(49% - 125px) 30px 0;box-shadow: 0 0 7px 0 #ccc;padding:10px 1% 20px;background: #fff;border-radius: 10px;overflow: hidden;}
.search_result .product .img{width: 94%;margin: 5px 3% 10px;height:200px;}
.search_result .product .img img{max-width:100%;max-height:100%;border-radius: 5px;}
.search_result .product .title{font-size: 14px;padding: 0 2% 15px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #333;}
.search_result .product span{white-space: pre-wrap;width: 100%;font-size: 14px;color: #444;}


section.part-3 {
    padding: 3% 0;
    text-align: center;
}

.head-red {
    background: #006eb0;
    width: 100%;
    height: 8px;
    display: inline-block;
}

.head-red h3 {
    background: #fff url(../images/z-bg.jpg) center no-repeat;
    width: 20%;
    text-align: center;
    margin: -21px auto;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 900;
    line-height: 56px;
}

.product {
    margin-top: 3%;
}

.product-part {
    display: inline-block;
    margin: 0 2% 2%;
    text-align: center;
}

.product-part h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
}

.product-part a.more-product {
    color: #006eb0;
    font-size: 12px;
}

section.part-3 p.des-product {
    width: 60%;
    margin: 2% auto;
    font-size: 17px;
    line-height: 1.3;
}

span.border-after-footer{display: none;}

@media only screen and (max-width: 1440px) {
    .product-item {
        width: 75%;
    }
}

@media only screen and (max-width: 1024px) {
    section.part-3 p.des-product {
        width: 88%;
    }
    .product-item {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .product-part {
        display: inline-block;
        margin: 0 0% 2%;
    }
    .head-red h3 {
        width: 28%;
    }
    .footer-section {
        width: 93%;
    }
    section.side-menu {
        display: none;
    }
    .menu-page-res {
        width: 100%;
        background: #006eb0;
        display: flex !important;
    }
    .main-page {
        width: 100%;
        margin: 0;
    }
    .nav-page-res {
        justify-content: center;
        flex-direction: column;
        display: flex;
    }
    .nav-page-res ul li {
        display: inline-block;
    }
    .nav-page-res ul li a {
        margin: 0 10px;
        color: #fff;
    }
    .head-red-product h3 {
        width: 31%;
    }
    .product-item {
        display: inline-block;
    }
}

@media only screen and (max-width: 600px) {
    .part-2 .video-part-2 img {
        width: 90%;
    }
    .banner .nav-main {
        position: fixed;
        top: 4px;
        z-index: 2;
        width: 100%;
    }
    .top-redline {
        position: fixed;
    }
    a.logo-main {
        margin-top: 70px;
    }
    section.banner {
        height: 550px;
    }
    .shoar {
        margin: 24% 0 2%;
    }
    p.shoar-1 {
        font-size: 20px;
    }
    p.shoar-2 {
        font-size: 95px;
    }
    span.dot {
        width: 78%;
        margin: 4% auto;
    }
    .auth-form button {
        padding: 10px 15px;
    }
    .form-part-2 input {
        width: 33%;
        padding: 7px 5px;
    }
    .form-part-2 span {
        margin-bottom: 2%;
    }
    .head-red h3 {
        width: 47%;
        font-size: 20px;
    }
    section.part-3 {
        padding: 7% 0;
    }
    .product-part {
        width: 32%;
        margin: 0 0% 6%;
    }
    .product-part img {
        width: 100%;
    }
    .footer-section,
    span.border-after-footer {
        display: none;
    }
    section.menu-page-res {
        display: inline-block !important;
        width: 100%;
    }
    a.logo-page-res {
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    .nav-page-res ul li a {
        margin: 0 6px;
        font-size: 13px;
    }
    .nav-page-res ul {
        text-align: center;
    }
    .main-page {
        padding-top: 8%;
    }
    .news-box {
        display: inline-block;
    }
    .head-red h3 {
        width: 49%;
        font-size: 18px;
    }
    .nav-page-res {
        padding-bottom: 20px;
    }
    section.product-box {
        min-height: 500px;
    }
    ul.menu-top-product {
        display: none;
    }
    .dose-info-box {
        width: 75%;
    }
}

@media only screen and (max-width: 420px) {
    #top-nav-res {
        display: inline-block;
        background: #006eb0;
        padding: 5px;
        width: 100%;
        margin-bottom: -3px;
    }
    .banner .nav-main {
        display: none;
    }
    a.link-product-res {
        color: #fff;
        float: left;
        margin: 10px 0 0 10px;
    }
    a.link-footer-res img {
        float: right;
    }
    .form-part-2 input {
        width: 75%;
        margin: 5px;
    }
    .auth-form button {
        width: 80%;
        margin-top: 1%;
    }
    .footer-desktop {
        display: none;
    }
    .footer-res,
    span.border-after-footer {
        display: inline-block;
        width: 100%;
    }
    .footer-part-res ul li {
        text-align: center;
        border-top: 1px solid grey;
    }
    .footer-part-res ul li:first-child {
        border: none;
    }
    .footer-part-res ul li a {
        color: #fff;
        line-height: 2.3;
    }
    .footer-res .copy-right {
        background: #006eb0;
        border: none;
    }
    section.menu-page-res {
        display: none !important;
    }
    a.link-product-res {
        margin: 0;
    }
    a.link-product-res img {
        width: 200px;
    }
    a.link-footer-res {
        display: inline-block;
        float: right;
        margin-top: 3%;
    }
}