html,
body {
    position: relative;
    height: 100%;
}
.item_frame_title p {
    margin: 0;
    padding: 0;
}
.slider {
    position: relative;
    overflow: hidden;
}
.banner_slider .button{
    background: none;
    font-size: 60px;
    color: #4c4b4b;
    display: none;
}
.banner_slider .button::after{
    display: none;
}
.swiper-wrapper{
    height: auto !important;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
}
.swiper-slide{
    height: auto !important;
}
.swiper-slide img {
    display: block;
    height: auto;
}
.swiper-slide.content_slide{
    position: relative;
}
.swiper-slide.content_slide::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
}
.swiper-slide.content_slide .content{
    z-index: 10;
    color: #FFFFFF;
}
.banner_slider .swiper-slide{
    height: 0;
    position: relative;
    display: flex;
    justify-content: center;
}
.banner_slider .swiper-slide img{
    max-height: 550px;
    max-width: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.banner_slider.banner-3photo_slider .swiper-slide a {
    width: 100%;
}
.banner_slider.banner-3photo_slider .swiper-slide img{
    height: 215px;
    width: 100%;
    border-radius: 4px;
}
.blog_list-image iframe{
    width: 100%;
    height: 100%;
}
.image-2, .image-7 {
    height: 60%;
}
.list-image img {
    height: 100%;
    object-fit: cover;
}
.image-3, .image-6 {
    height: 30.5%;
}
.image-4-5 .image-link{
    height: 100%;
}
@media (min-width: 576px) {
    .image-1 {
        height: 60%;
    }
    .image-4-5 {
        height: 30.5%;
    }
    .image-4-5 > .col-6 {
        height: 100%;
    }
    .blog_list.blog_display_type .container {
        padding: 0 50px;
    }
}
.home_about-background-image .in .description{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
}
@media (max-width: 576px) {
    .blog_list-image .image-1 {
        height: 200px;
    }
    .order-2 {
        order: 1!important;
    }
    .blog_list.blog_display_type .list-image .image {
        margin-bottom: 20px;
    }
    .blog_list.blog_display_type .list-image iframe {
        width: 100%;
        height: 260px;
    }
}
.blog_list.blog_display_type .content{
    max-height: 850px;
    overflow: hidden;
}
.blog_list.blog_display_type p {
    display: block;
}
.showMoreButton:hover, .showHideButton:hover {
    cursor: pointer;
    color: #0b5ed7;
}
.blog_list.blog_display_type .showHideButton {
    display: none;
}
.contact-form {
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0px 0px 22px 6px rgba(0, 0, 0, 0.3)
}
.contact-content .icon {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    border-radius: 50%;
}
/**/
.contact-content .phone-content, .contact-content .email-content, .contact-content .address-content, .contact-content .home-content {
    flex: 1;
    margin-left: 20px;
}
.blog_list.contact .content p {
    margin-bottom: 6px;
}
.blog_list.contact {
    background-position: center center;
    background-repeat: no-repeat;
}
#btn-submit {
    font-size: 1rem;
    transition: font-size 0.3s ease;
}
#btn-submit:hover {
    font-size: 1.1rem;
}
@media (min-width: 991px) {
    .category-content {
        display: block !important;
    }
}
.item_frame_background {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: rgba(99,99,99,.1) 0 2px 8px 0;
}
.item_frame_header {
    padding: 0 12px 0 36px;
}
.item_frame_header .item_frame_title {
    padding: 12px 0;
    border-top: 3px solid #345094;
}
.item_frame_header .item_frame_title h2 {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}
.item_frame_header a {
    text-decoration: none;
    color: #000000;
}
.item_frame_header .sub_menu_title {
    margin: 0;
    padding: 0;
}
.item_frame_header ul li {
    margin-right: 22px;
    list-style-type: none;
    white-space: nowrap;
}
.item_frame_header ul li a {
    font-size: 15px;
}
.item_frame_header .item_frame_more {
    color: #0d6efd;
}
.item_frame_header .item_frame_more:hover, .item_frame_header .sub_menu_title li a:hover {
    color: #fd542c;
}
/* Product */
.product_list .item_frame_content {
    padding: 0 6px 12px 6px;
    position: relative;
    box-sizing: border-box;
}
.product_list .item_frame_content .product {
    padding: 0 6px;
}
/* prev-btn and next-btn */
.item_frame_content:hover .prev-btn,
.item_frame_content:hover .next-btn {
    display: block;
}
.prev-btn,
.next-btn {
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    border: 0;
    background-color: #ffffff;
    box-shadow: 1px 1px 6px #898989;
    border-radius: 2px;
    padding: 12px 10px;
    z-index: 1;
    display: none;
}
.prev-btn {
    left: 4px;
}
.next-btn {
    right: 4px;
}
/* news */
.news-list .item_frame_content {
    padding: 0 12px;
}
.news-list .item_frame_content .image {
    width: 100%;
    border-radius: 4px;
}
.news-list .item_frame_content a:hover .image {
    border: 2px solid;
    border-color: var(--background-color-main);
}
.news-list .item_frame_content .title {
    font-weight: 600;
}
.news-list .item_frame_content .description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
}
@media (max-width: 576px) {
    .item_frame_header {
        padding: 0 12px 0 12px;
    }
    .product_list .sub_menu_title {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 10px 0;
    }
    .news-list .item_frame_content .main-news {
        margin-bottom: 20px;
    }
}
.news-list .item_frame_content .main-news,
.news-list .item_frame_content .list-main-news .new {
    text-decoration: none;
    color: unset;
}
.news-list .item_frame_content .list-main-news {
    border-left: 1px solid #ddd;
}
.news-list .item_frame_content .list-main-news .content {
    padding-left: 0;
}
.news-list .item_frame_content .list-main-news .content .title {
    font-size: 1.1rem;
}
.news-list .item_frame_content .list-main-news .border_bottom {
    border-bottom: 1px solid #ddd;
    margin: 10px 0;
}
.news-list .item_frame_content .list-main-news .border_bottom:last-child {
    border-bottom: 0;
}
.product-best-selling .phone-vr-circle-fill {
    position: unset;
    width: 14px !important;
    height: 14px !important;
    border: unset;
}
