@media (min-width: 1400px) {
    .container-l {
        width: 1380px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1380px;
    }
}

@media (min-width: 1700px) {
    .container-l {
        width: 1680px;
    }
}

/* carousel start */

.carousel {
    background-color: #f7f7f7;
    margin-top: 100px;
}

.carousel-inner {
    width: 87.5%;
    margin: 0 auto;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-control.left {
    left: 30px;
}

.carousel-control.right {
    right: 30px;
}

/* carousel end */
/* section-title start */

.section-title {
    color: #333333;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 80px 0 60px;
}

.section-title span {
    color: #ffffff;
    background-color: #f17c1e;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 5px 15px;
}

/* section-title end */

.more-btn-block {
    margin: 60px 0 80px;
}

.more-btn-block .more-btn {
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto 60px;
    transition: all .4s;
}

.more-btn-block .more-btn:hover {
    color: #ea6515;
    text-decoration: none;
}

.more-btn-block .more-btn .dashed {
    border-bottom: 1px dashed #333333;
    margin-right: 15px;
}

.more-btn-block .more-btn .arrow {
    background-color: #f17c1e;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    padding: 4.25px 0;
    padding-left: 2.5px;
    transform: scale(1);
    transition: all .2s;
}

.more-btn:hover .arrow {
    transform: scale(1.15);
}

.more-btn-block .more-btn .arrow i {
    color: #ffffff;
    font-size: 26px;
}

/* Owl Carousel start */

.hot-items-section .section-title {
    margin: 80px 0 50px;
}

.owl-carousel .owl-stage-outer {
    padding: 10px 0 0;
}

.hot-items-section {
    margin-bottom: 40px;
}

.owl-nav {
    width: 100%;
    position: absolute;
    top: 35%;
}

.owl-prev {
    position: absolute;
    left: 0px;
}

.owl-next {
    position: absolute;
    right: 0px;
}

.owl-carousel .fa {
    color: #ea6515;
    font-size: 40px;
}

.owl-dots {
    text-align: center;
    margin-top: 40px;
}

.owl-dot span {
    background-color: rgba(234, 101, 21, 0.5);
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin: 5px;
}

.owl-dots .active span {
    background-color: rgba(234, 101, 21, 1);
}

.owl-dot:hover span {
    background-color: rgba(234, 101, 21, 1);
}

.owl-item {
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 10px 10px 15px;
    transform: translateY(0);
    transition: all .4s;
}

.owl-item:hover {
    background-color: #f7f7f7;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}

.owl-item .item .pro_main h3,
.owl-item .item .pro_item .pro_txt_box .pro_text,
.owl-item .item .pro_sale .pro_price,
.owl-item .item .pro_sale .on_sale,
.owl-item .item .pro_btn .fa {
    display: none;
}

.owl-item .item .pro_item .pro_title {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 15px 0 5px;
}

.owl-item .item .pro_item a:hover {
    text-decoration: none;
}

.owl-item .item .pro_item .pro_title:hover {
    text-decoration: none;
}

.owl-item .item .pro_main p {
    color: #333333;
    text-align: justify;
    line-height: 1.75;
    letter-spacing: .5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 0 15px;
}

.owl-item .item .pro_btn {
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 4px;
    padding: 6px 12px;
    margin: 0;
    transition: all .4s;
}

.owl-item .item:hover .pro_btn,
.owl-item .item .pro_btn:hover {
    color: #ffffff;
    background-color: #f17c1e;
    border: 1px solid #f17c1e;
    text-decoration: none;
}

.owl-item .item .pro_item a img {
    background-color: #ffffff;
}

/* Owl Carousel end */
/* category-section start */

@media screen and (max-width:991px) {
    .category-section {
        padding: 0 25px 80px;
    }
}

.category-box {
    margin: 0 0 40px;
}

.category-box a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.category-box a img {
    width: 100%;
    transform: scale(1);
    transition: all .4s;
}

.category-box:hover a img {
    transform: scale(1.05);
}

.category-box p {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 10px 20px;
    position: relative;
}

.category-box p:before {
    content: "";
    background-color: #f17c1e;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translate(-50%, -50%);
}

.category-box p:after {
    content: "";
    background-color: #333333;
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .2s;
}

.category-box:hover p:after {
    width: 100%;
}

.category-section .more-btn-block {
    margin: 40px 0 80px;
}

/* news-section start */

.news-section {
    background-color: #f7f7f7;
    background-image: url('../../images/news-background.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
}

.news-section .row {
    display: flex;
    align-items: center;
}

@media screen and (max-width:991px) {
    .news-section .row {
        display: block;
    }
}

.news-section .row .frame img {
    width: 90%;
    margin: 0 auto;
}

@media screen and (max-width:991px) {
    .news-section .row .frame img {
        width: 100%;
        margin: 0 auto 40px;
    }
}

#rwdnews_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#rwdnews_list ul {
    flex-basis: 100%;
}

#rwdnews_list ul .rwdnewsli {
    background-color: rgba(255, 255, 255, .5);
    border-bottom: 1px solid #cccccc;
    display: flex;
    padding: 20px 20px 11px;
    margin: 0 0 20px;
    transition: all .4s;
}

#rwdnews_list ul .rwdnewsli:hover {
    background-color: rgba(255, 255, 255, 1);
}

.rwdnewsli .pic {
    flex-basis: 15%;
    margin-right: 10px;
    display: none;
}

.rwdnewsli .pic img {
    width: 100%;
}

.rwdnewsli .newscontent {
    flex-basis: 85%;
}

.rwdnewsli .card-category {
    color: #ffffff;
    background-color: #f49943;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    padding: 4px 10px;
    margin-right: 5px;
}

.rwdnewsli .newscontent h4 a {
    color: #333333;
    font-weight: bold;
    letter-spacing: .5px;
    transition: all .2s;
}

.rwdnewsli .newscontent h4 a:hover {
    text-decoration: none;
}

.rwdnewsli:hover .newscontent h4 a {
    color: #f49943;
}

/* page-header-style start */

.page-header-style {
    background-image: url('../../images/page-header.jpg');
    background-position: bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    width: 100%;
    padding: 125px 0;
    margin: 100px auto 0;
}

@media screen and (max-width:991px) {
    .page-header-style {
        padding: 100px 0;
        margin: 144px auto 0;
    }
}

@media screen and (max-width:767px) {
    .page-header-style {
        margin: 100px auto 0;
    }
}

@media screen and (max-width:413px) {
    .page-header-style {
        padding: 75px 0;
    }
}

.page-header-style h2 {
    color: #ffffff;
    background-color: rgba(234, 101, 21, 0.9);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    letter-spacing: 2.5px;
    display: inline-block;
    padding: 10px 60px;
    margin: 0 auto;
}