.header,
.menu-top-bottom,
footer,
.copyright {
    /* display: none; */
}

.copyright {
    background: var(--main-color-hover);
    color: #fff;
}

.copyright a {
    color: #fff;
}

.bg {
    background-color: rgba(1, 110, 204, 0.06);
    position: relative;
    background-image: url(../lading/bg1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 80px;
}

.bg:before {
    content: '';
    height: 110px;
    width: 100%;
    position: absolute;
    background: url(../lading/bg111.png) no-repeat;
    top: 0px;
    left: 0px;
    background-size: 100%;
}

.bg:after {
    content: '';
    height: 110px;
    width: 100%;
    position: absolute;
    background: url(../lading/bg11.png) no-repeat;
    bottom: 0px;
    left: 0px;
    background-size: 100%;
}

@media(max-width: 767px) {
    .bg {
        padding-top: 50px;
    }
    .bg:before {
        height: 50px;
    }
    .bg:after {
        height: 30px;
    }
}

footer,
footer * {
    text-align: center !important;
    color: #fff;
}

footer {
    background-image: linear-gradient( 100deg, #D1AE6C 0%, #a98c57 100%);
    padding: 15px 15px;
    margin-top: 15px;
}

@media(max-width: 767px) {
    footer {
        padding-bottom: 40px;
    }
}

.top20 {
    margin-top: 20px;
}

.top10 {
    margin-top: 10px;
}

body {
    background: #fff;
}

.content-lading {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}

@media(max-width: 767px) {
    .content-lading {
        max-width: 100%;
    }
}

.ladi-header {
    background-image: linear-gradient( 100deg, #D1AE6C 0%, #a98c57 100%);
    position: relative;
    text-align: right;
    padding: 0px 0px 20px;
    background-image: url(../lading/banner11.jpg?v=1.0.01);
    background-size: cover;
}

@media(max-width: 767px) {
    .ladi-header {
        background-image: url(../lading/banner1111.jpg?v=1.0.01);
        background-position: bottom right;
        background: none;
        background-image: linear-gradient( 100deg, #D1AE6C 0%, #a98c57 100%);
    }
}

.ladi-header .content-lading {
    background: none;
    box-shadow: none;
    max-width: 800px;
}

.ladi-header .logo {
    display: inline-block;
    background: #fff;
    padding: 8px;
    border-radius: 0 0 10px 10px;
    float: left;
}

.ladi-header .logo img {
    height: 36px;
    width: auto;
}

.ladi-header .content-lading>img {
    width: 210px;
    margin: 20px 0px;
    opacity: 0;
}

.ladi-header .info {}

.ladi-header .info p {
    position: absolute;
    margin: 0;
    padding: 7px 16px;
    left: 0;
}

.ladi-header .info p span:first-child {
    transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    background: rgba(255, 255, 255, 1);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.0));
    background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.0));
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ladi-header .info p span:last-child {
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media(max-width: 767px) {
    .ladi-header .info p span:last-child {
        font-size: 18px;
    }
}

.ladi-header .info p:first-child {
    top: 100px;
    left: 54px;
}

.ladi-header .info p:nth-child(2) {
    top: 156px;
    left: 27px;
}

.ladi-header .info p:nth-child(3) {
    top: 212px;
    left: 0px;
}

.ladi-header .info p:nth-child(4) {
    top: 275px;
}

@media(max-width: 767px) {
    .ladi-header .info p:first-child {
        left: 68px;
        top: 120px;
    }
    .ladi-header .info p:nth-child(2) {
        left: 41px;
        top: 168px;
    }
    .ladi-header .info p:nth-child(3) {
        left: 15px;
        top: 216px;
    }
    .ladi-header .info p:nth-child(4) {
        top: 300px;
    }
    .ladi-header .info p:nth-child(4) span:last-child {
        font-size: 16px;
    }
    .ladi-header .info p:nth-child(4) span i {
        font-size: 30px !important;
    }
}

.ladi-header .info p:nth-child(4) span:first-child {
    transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    background: rgba(255, 255, 255, 0.0);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 1.0));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 1.0));
}

.ladi-header .info p:nth-child(4) span i {
    color: #d12032;
    font-style: normal;
    font-size: 36px;
    font-weight: 700;
}

.register_free {
    display: inline-block;
    background: var(--main-color);
    padding: 8px 25px;
    border-radius: 50px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    border: 1px solid #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-animation: pulse 1s linear infinite;
    animation: pulse 1s linear infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    50% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }
    100% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    50% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95);
    }
    100% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.register_free:hover {
    background: var(--main-color-hover);
    color: #fff;
}

.form-login-v .form-content {
    box-shadow: none;
    margin: 30px auto 15px;
    box-shadow: 0px 0px 10px #ddd;
}

@media(max-width: 767px) {
    .form-login-v .form-content {
        box-shadow: none;
        margin: 0;
    }
}

.form-login-v .form-content .title-l {
    font-size: 19px;
    line-height: 1.4;
    letter-spacing: 1px;
    text-align: center;
    color: var(--main-color);
    margin-bottom: 40px;
    padding: 0px 20px;
}

.form-login-v .form-content .title-l span {
    display: block;
    color: #333;
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
    margin-top: 8px;
    padding: 0px 10px;
    letter-spacing: 0;
}

@media(max-width: 767px) {
    .form-login-v .form-content .title-l {
        padding: 0;
    }
    .form-login-v .form-content .title-l span {
        padding: 0;
    }
}

.form-login-v .form-content .form-action .form-group input {
    height: 46px;
    padding: 0px 0px 0px 48px;
}

.form-login-v .form-content .form-action .form-group .input-group-prepend {
    position: absolute;
    top: 4px;
    left: 4px;
    background: #fff;
    height: 38px;
    width: 40px;
    text-align: center;
    border-radius: 5px;
    line-height: 36px;
    color: var(--main-color);
}

.form-login-v .form-content .form-action .eye-password {
    margin-top: 6px;
}

.form-login-v .form-content .form-action .form-group .btn {
    float: none;
    border-radius: 50px;
}


/**/

.title-lading a {
    color: var(--main-color);
    font-weight: 600;
    text-align: center;
    margin: 1px auto 20px;
    line-height: 1.4;
    letter-spacing: 1px;
    max-width: 700px;
    position: relative;
    font-size: 22px;
    padding: 0px 0px 15px;
    text-transform: uppercase;
    display: block;
}

@media(max-width: 767px) {
    .title-lading {
        padding: 20px 20px 0;
        font-size: 19px;
    }
}

.title-lading a::after {
    content: '';
    content: '';
    width: 176px;
    height: 1px;
    background: #acacac;
    bottom: 0;
    left: 50%;
    margin-left: -88px;
    position: absolute;
    z-index: 0;
}

.title-lading a::before {
    content: '';
    width: 46px;
    height: 5px;
    background: var(--main-color);
    border-radius: 2px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -23px;
    z-index: 1;
}

.title-lading span {
    display: block;
    color: #333;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
    margin-top: 5px;
    padding: 0px 20px;
    letter-spacing: 0;
}

.info-lading {
    margin: 0px auto 12px;
    font-size: 15px;
    text-align: center;
    color: #222;
    letter-spacing: 0.5px;
    line-height: 1.4;
}

@media(max-width: 767px) {
    .info-lading {
        font-size: 16px;
    }
}

.lading-option-2 {
    /* background: #f5f5f5; */
    /* padding: 40px; */
}

.lading-option-2 .title-lading {
    padding-top: 60px;
}

.lading-option-2 .title-lading a {
    font-size: 19px;
}

@media(max-width: 767px) {
    .lading-option-2 {
        padding: 0px 20px 20px;
    }
    .lading-option-2 .title-lading {
        padding-top: 20px;
    }
}

.lading-option-2 .content {}

.lading-option-2 .content {}


/**/

.lading-option-3 {
    padding: 0px 0px 120px;
}

@media(max-width: 767px) {
    .lading-option-3 {
        padding: 0px 0px 20px;
    }
}

.lading-option-3 ul {
    padding: 0 0px;
    margin: 0;
}

.lading-option-3 ul::after {
    content: '';
    display: block;
    clear: both;
}

@media(max-width: 767px) {
    .lading-option-3 ul {
        padding: 0 15px;
    }
}

.lading-option-3 ul li {
    list-style: none;
    border: 1px solid var(--main-color);
    margin: 10px 10px;
    border-radius: 5px;
    padding: 12px 20px 13px;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 1px 1px 5px var(--main-color);
    color: #444;
    float: left;
    width: calc(50% - 20px);
    background: #fff;
}

.lading-option-3 ul li i {
    color: #d12032;
    margin-right: 6px;
    font-size: 20px;
    position: relative;
    top: 1px;
}

@media(max-width: 767px) {
    .lading-option-3 ul li {
        width: 100%;
        margin: 10px 0px;
    }
}


/**/

.lading-option-4 {
    padding: 0 0 120px;
}

@media(max-width: 767px) {
    .lading-option-4 {
        padding: 0px 0 50px;
    }
}

.lading-option-4 ul {
    padding: 0 0px;
    margin: 0;
}

.lading-option-4 ul::after {
    content: '';
    clear: both;
    display: block;
}

@media(max-width: 767px) {
    .lading-option-4 ul {
        padding: 0 0px;
        margin: 0;
    }
}

.lading-option-4 ul li {
    list-style: none;
    margin: 10px 0px;
    text-align: center;
    float: left;
    width: 33.333333%;
    padding: 0px 10px;
}

.lading-option-4 ul li .iframe {
    border: 1px solid #ddd;
    padding: 30px 20px;
    border-radius: 5px;
    background: #fff;
}

.lading-option-4 ul li:nth-child(3n+1) {
    clear: both;
}

.lading-option-4 ul li img {
    max-height: 90px;
}

@media(max-width: 767px) {
    .lading-option-4 ul li {
        width: 100%;
        margin: 4px 0px;
    }
    .lading-option-4 ul li img {
        max-height: 60px;
    }
}

.lading-option-4 ul li span {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    height: 80px;
}

@media(max-width: 767px) {
    .lading-option-4 ul li span {
        height: auto;
    }
}


/**/

.comment-option {
    padding-bottom: 120px;
}

@media(max-width: 767px) {
    .comment-option {
        padding-bottom: 40px;
    }
}

.comment-option .content-lading {
    background: none;
    border: none;
}

.comment-option .testimonial-shadow {
    background: white;
    -webkit-box-shadow: 0 0 10px 5px rgb(185 185 185 / 20%);
    box-shadow: 0 0 10px 5px rgb(185 185 185 / 20%);
    padding: 30px 0 0px;
    margin-bottom: 60px;
    position: relative;
    z-index: 3;
    margin-top: 30px;
}

@media(max-width: 767px) {
    .comment-option .testimonial-shadow {
        padding-top: 15px;
    }
}

.comment-option .testimonial-item i {
    font-size: 30px;
    color: #d12032;
    color: var(--main-color);
    padding-top: 12px;
}

.comment-option .testimonial-item h3 {
    font-size: 25px;
}

.comment-option .testimonial-item span {
    font-size: 16px;
    color: #d12032;
    color: var(--main-color);
    display: block;
}

.comment-option .testimonial-img-item {
    padding-top: 0px;
    width: 120px;
    height: 120px;
    margin: 12px auto 20px;
    border: 3px solid var(--main-color);
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.comment-option .testimonial-img-item img {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}

.comment-option .testimonial-item .info {
    font-size: 15px;
    padding: 0px 95px 16px;
    line-height: 24px;
    color: #666;
}

@media(max-width: 767px) {
    .comment-option .testimonial-item .info {
        padding: 0px 15px 16px;
    }
}

.comment-option .pos-bg {
    width: 100%;
    height: 120px;
    position: absolute;
    left: 0px;
    bottom: 20px;
}

.comment-option .pos-bg::before {
    position: absolute;
    content: '';
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
    height: 100%;
    background: white;
    -webkit-box-shadow: 0 0 10px 5px rgb(185 185 185 / 20%);
    box-shadow: 0 0 10px 5px rgb(185 185 185 / 20%);
    z-index: 2;
}

.comment-option .pos-bg::after {
    position: absolute;
    content: '';
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    height: 100%;
    background: white;
    -webkit-box-shadow: 0 0 10px 5px rgb(185 185 185 / 20%);
    box-shadow: 0 0 10px 5px rgb(185 185 185 / 20%);
    z-index: 1;
}


/**/

.lading-option-5 ul {
    padding: 0 0px;
    margin: 0 -8px;
}

@media(max-width: 767px) {
    .lading-option-5 ul {
        padding: 0 4px;
        margin: 0;
    }
}

.lading-option-5 ul::after {
    content: '';
    clear: both;
    display: block;
}

.lading-option-5 ul li {
    list-style: none;
    margin: 20px 0px 0;
    text-align: center;
    float: left;
    width: 50%;
    padding: 0px 8px;
}

@media(max-width: 767px) {
    .lading-option-5 ul li {
        width: 100%;
    }
}

.lading-option-5 ul li .iframe {
    height: 0;
    padding-bottom: 56%;
    position: relative;
}

.lading-option-5 ul li .iframe iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
}

.lading-option-5 ul li h3 {
    font-size: 14px;
    padding: 14px 0px 16px;
    margin: 0;
    line-height: 1.4;
    font-weight: 400;
}

@media(max-width: 767px) {
    .lading-option-5 ul li h3 {
        font-size: 16px;
    }
}


/**/

.product_cl {
    margin-top: 62px;
    padding: 0px 4px;
}

.product_cl .row {
    margin: 0px;
}

.product_cl .row .item {
    padding: 0px 8px;
}

.product_cl .row .item .iframe {}

.product_cl .row .item .iframe .img {
    position: relative;
    height: 0px;
    width: 100%;
    padding-bottom: 100%;
    background: #eee;
    border-radius: 6px;
    overflow: hidden;
}

.product_cl .row .item .iframe .img img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    padding: 10px;
}

.product_cl .row .item .iframe .info {
    padding: 10px 5px 12px;
    text-align: left;
}

.product_cl .row .item .iframe .info .info1 {
    font-size: 12px;
    color: #666;
    margin-bottom: 9px;
    text-align: left;
    line-height: 1.4;
}

.product_cl .row .item .iframe .info .info1 p {
    margin: 5px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    height: 82px;
}

.product_cl .row .item .iframe .info h3 {
    margin: 4px 0px 5px;
    font-size: 15px;
    line-height: 1.4;
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 600;
    text-transform: capitalize;
}

.product_cl .row .item .iframe .info h3 a {}

.product_cl .row .item .iframe .info p.price {
    color: var(--main-color);
    font-size: 18px;
    margin: 0px;
    font-weight: 700;
}

.product_cl .owl-controls .owl-buttons {
    top: -48px;
    position: absolute;
    width: 100%;
    text-align: right;
    padding-right: 10px;
}

.product_cl .owl-controls .owl-buttons div {
    border-radius: 50px;
    width: 36px;
    height: 36px;
    font-size: 24px;
    background: var(--main-color);
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    margin: 0px 3px;
}

.product_cl .owl-controls .owl-buttons div.owl-next {
    right: 0;
}

.scroll-top {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99999;
    cursor: pointer;
}

.scroll-top img {
    width: 34px;
}

.icon_store {
    position: fixed;
    left: 0;
    right: 0;
    width: 220px;
    bottom: 5px;
    margin: auto;
    z-index: 21;
    background: var(--main-color);
    margin: auto;
    text-align: center;
    font-size: 13px;
    border-radius: 20px;
    padding: 9px 0 8px;
    text-transform: uppercase;
    border: 1px solid #fff;
}

.icon_store a {
    color: #fff;
}

.icon_store a span {}

@-webkit-keyframes icon_store1 {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes icon_store1 {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.icon_store1 {
    /* -webkit-animation-duration: 0.4s;
    -webkit-animation-delay: 0.4s;
    animation-duration: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-name: icon_store1;
    animation-name: icon_store1;
    animation-iteration-count: infinite;
    animation-direction: alternate; */
}