

@media (min-width:1200px) /* lg*/ {
    .row_pc{
        margin-right: -15px;
        margin-left: -15px;
    }
    .container{
        width: 1200px;
    }
    .fixcontent img{
        max-width: 100%;
    }
    .introduct_body {
  padding: 50px 90px;
}
}

@media (min-width:992px) and (max-width:1199px) /* md*/{
    .list_link_hd{
        float: left !important;
    }
}

@media (min-width:768px) and (max-width:991px) /* sm*/{
    .sc_header_menu.sticky-header{
        position: relative !important;
    }
	.silder_tab .owl-nav .owl-next {
    right: 44%;
}
.silder_tab .owl-nav .owl-prev {
    left: 44%;
}
}

@media (max-width:767px) /* xs*/{
    .sc_header_menu.sticky-header{
        position: relative !important;
    }
.silder_tab .owl-nav .owl-next {
    right: 42%;
}
.silder_tab .owl-nav .owl-prev {
    left: 42%;
}
.fixcontent img{
    width: inherit !important;
    max-width: 100% !important;
    height: auto!important;
}
.fixcontent table{
    width: inherit !important;
    max-width: 100% !important;
    height: auto!important;
}
}

@media (max-width:480px) {
    .col-480-12{
        width: 100% !important;
    }
    .col-480-6{
        width: 50% !important;
    }
    .hidden-480{
        display: none !important;
    }
    .visible-480{
        display: block !important;
    }

}


.visible-480{
    display: none;
}
