@import url('http://spacesolution.exdomain.net/catalog\view\theme\spacesolution\stylesheet\fonts\NanumBarunGothic.ttf');
@font-face {
  font-family:NanumBarunGothic;
  src:url('http://spacesolution.exdomain.net/catalog\view\theme\spacesolution\stylesheet\fonts\NanumBarunGothic.ttf') format('truetype');
  font-weight:normal;
  font-style:normal;
}
img, iframe {max-width: 100% !important}
[id*="map"] img,
[class*='map'] img {max-width: none !important}
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {line-height: 1.425}
/*============== col 20 boostrap 3.3.7 ==============*/
.col-xs-20, .col-sm-20, .col-md-20, .col-lg-20 {position: relative;min-height: 1px;padding-right: 15px;padding-left: 15px}
/*.col-xs-20 {float: left;width: 20%}
.col-xs-pull-20 {right: 20%}
.col-xs-push-20 {left: 20%}
.col-xs-offset-20 {margin-left: 20%}
@media (min-width: 768px) {
    .col-sm-20 {float: left;width: 20%}
    .col-sm-pull-20 {right: 20%}
    .col-sm-push-20 {left: 20%}
    .col-sm-offset-20 {margin-left: 20%}
}
@media (min-width: 992px) {
    .col-md-20 {float: left;width: 20%}
    .col-md-pull-20 {right: 20%}
    .col-md-push-20 {left: 20%}
    .col-md-offset-20 {margin-left: 20%}
}
@media (min-width: 1200px) {
    .col-lg-20 {float: left;width: 20%}
    .col-lg-pull-20 {right: 20%}
    .col-lg-push-20 {left: 20%}
    .col-lg-offset-20 {margin-left: 20%}
}*/
/*============== col 20 boostrap 4.3.1 ==============*/
.col-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xl-20 {position: relative;width: 100%;padding-right: 15px;padding-left: 15px}
.col-20 {-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%}
.offset-20 {margin-left: 20%}
@media (min-width: 576px) {
    .col-sm-20 {-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%}
    .offset-sm-20 {margin-left: 20%}
}
@media (min-width: 768px) {
    .col-md-20 {-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%}
    .offset-md-20 {margin-left: 20%}
}
@media (min-width: 992px) {
    .col-lg-20 {-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%}
    .offset-lg-20 {margin-left: 20%}
}
@media (min-width: 1200px) {
    .col-xl-20 {-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%}
    .offset-xl-20 {margin-left: 20%}
}
/*====================================================*/
#footer, #footer p, #footer a {
    color: #d4d3d8;
}
.error-box-text.success-box h1 {
    font-size: 120px;
    line-height: 1.425;
}
.data-box-grid p {text-transform: capitalize}
.blog-grid {
    height: calc(100% - 50px);
    padding-bottom: 86px;
}
#video-videoall-grid .blog-grid {padding-bottom: 15px}
.blog-grid-text {padding-bottom: 0}
.blog-grid-text p {border: none}
.blog-grid-text .button-read-more {
    border-top: 1px solid #ECECEC;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 25px 25px;
    margin: 0;
    width: 100%;
}
/*--------------- Pagination ---------------*/
.pagination li a, .pagination li span {
    display: inline-block;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #2D2D2D;
    background: #F1F1F1;
    padding: 10px 15px 10px 15px;
    margin: 3px;
}
.pagination li a:hover, .pagination li a:focus,
.pagination li.active a, .pagination li.active span {
    color: #FFFFFF;
    background: #D21E2B;
}
/*--------------- news category column ---------------*/
.blog-categories ul li > .fa {
    width: 59px;
    height: 59px;
    line-height: 59px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #ECECEC;
    cursor: pointer;
    color: #000000;
    font-size: 20px;
}
.blog-categories ul ul {
    margin: 0;
    display: none;
}
.blog-categories ul ul li {padding-left: 25px}
.blog-categories ul ul li a {}
.blog-categories ul ul li a:before {content: none}
/*--------------- service thumb_01 ---------------*/
.service-thumb_01 {margin: 0 0 15px}
.service-thumb_01 .service-simple {
    height: 100%;
    margin: 0;
}
/*--------------- owl carousel ---------------*/
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
}
.owl-theme .owl-nav [class*='owl-'] {
    margin: 5px;
    border-radius: 3px;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
/*--------------- module newsletter ---------------*/
.newsletter-form select, .newsletter-form textarea {
    display: inline-block;
    background: #FFFFFF;
    color: #111111;
    font-size: 14px;
    font-weight: 500;
    outline: 0;
    border: 2px solid #EEEEEE;
    min-width: 270px;
    max-width: 100%;
    -moz-border-radius-topleft: 30px;
    -webkit-border-top-left-radius: 30px;
    border-top-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    -webkit-border-bottom-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 12px 20px;
}
.newsletter-form.multi_field_form input,
.newsletter-form.multi_field_form button,
.newsletter-form.multi_field_form select,
.newsletter-form.multi_field_form textarea {
    display: block;
    border-radius: 0;
    margin: 10px auto;
}
/*--------------- table ---------------*/
table,tr,td{
    border:1px solid #e5e5e5;    
}
td{
    padding:3px;
}
/*--------------- other custom ---------------*/
.pricing-list h2 {font-size: 2rem}
/*==========================================*/
@media (min-width: 481px) {
}
@media (min-width: 561px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
/*==========================================*/
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
    .error-box-text.success-box h1 {font-size: 50px}
    .error-box-text.success-box h3 {display: none}
}
@media (max-width: 599px) {
}
@media (max-width: 560px) {
}
@media (max-width: 480px) {
}
@media (max-width: 360px) {
}
/*==========================================*/
@media (max-width: 1199px) and (min-width: 992px) {
}
@media (max-width: 1199px) and (min-width: 768px) {
}
@media (max-width: 991px) and (min-width: 768px) {
}
.top-bar-info li a{
    color:#fff
}
#contact_infomation h2{
    color:#000!important;
}
#contact_infomation .section-heading h2{
    font-size:30px;
}
#contact_infomation .section-block-parallax{
    padding:0;
}
#module-newsletter-0 h2{color:#000!important}
#module-newsletter-0 p{color:#aaa!important}
#blog-grid .blog-grid-simple img{
    padding: 15px 0;
}
/***********HOME*09**********/
.services-box-3-header h4{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
}
@media only screen and (max-width: 991px){
    #main_logo{
        margin: 10px 0;
    }
}
@media(min-width: 991px){
    #main_logo{
        width:100%;
    }
}
.footer-bar a{color:#fff!important}
footer img{
    width:80%;
}
.info-footer ul.list-info li{
    display: inline-block;
    font-size: 13px;
}
#information-information{
    background: #fafafa;
}
@media (min-width: 1200px){
    .container {
        width: 1232px;
        max-width: 1232px;
    }
    #information-information .container{
        width: 100%;        
        max-width: 100%;
    }
}
/***********Slider**********/
.slider-home .owl-carousel .owl-item .item{
    position: relative;
}
.slider-home h2{
color: #C42328;
line-height: 1.4;
font-weight: 600;
font-size: 45px;
}
.title_st {
    background: url(/image/catalog/line/title_line_sub_01.png) left bottom no-repeat;
    font-size: 38px;
    line-height: 1.1em;
    padding-bottom: 30px;
    margin-bottom: 34px;
    letter-spacing: -1px;
    font-weight: 600;
    clear: both;
}
@media only screen and (max-width: 991px){
    .title_st {
        font-size: 2.3em !important;
        margin-bottom: 30px;
    }
}
@media (min-width:768px){
    .slider-home .content{
        position: absolute;
        top: 50%;
        margin-top: -93px;
    }
}
@media (max-width:767px){
    .slider-home h2{
        font-size:18px;
    }
    .slider-home .content{
        position: absolute;
        top: 50%;
        margin-top: -45px;
    }   
    .title_st{
        padding-bottom:15px;
    }
}
/***********Module home_ser_01**********/
.main_line_banner {
    background: url(/image/catalog/line/line-title-dung.png) 5px top no-repeat;
    padding-top: 130px;
    margin-top: -90px;
    padding-left: 30px;
}
@media (min-width:768px){
    .main_1st .main_banner{
        width: 31.5%;
    }
}
.main_1st .main_banner {
    padding: 30px;
    min-height: 337px;
    margin-left: 2%;    
}
.main_1st .main_banner:first-child {
    margin-left: 1.2%;
}
.main_1st .main_banner:first-child h2,
.main_1st .main_banner:first-child h5,
.main_1st .main_banner:first-child a{
    color: #abaa96;
}
.main_1st .main_banner:nth-child(2) a{
    color:#c42328;
}
.main_1st .main_banner:first-child p,
.main_1st .main_banner:last-child h2,
.main_1st .main_banner:last-child h5,
.main_1st .main_banner:last-child p{
    color: white;
}
.main_1st .main_banner:last-child a{
    color:#ffff33;
}
.main_banner h2 {
    margin-bottom: 10px;
}
.main_1st h5 {
    margin-bottom: 0;
    line-height: 1.5em;
    font-size: 18px;
}
.spb_text_column {
    margin-bottom: 0;
}
.clearfix {
    clear: none!important;
}
.home_ser_01_content .banner_0 {
    background: #000000;
}
.home_ser_01_content .banner_1 {
    background: #e7ecef;
    margin-top: 8%;
}
.home_ser_01_content .banner_2 {
    background: #141f31 url(/image/catalog/banner/main_banner_03.jpg) no-repeat;
    margin-top: 4%;
}
.link_ar {
    font-size: 12px;
    font-weight: normal !important;
}
.link_ar:after {
    font-family: FontAwesome;
    content: "\f101";
    margin-left: 5px;
}
/***********Module home_ser_02**********/
.sf-icon-box-animated .box-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.sf-icon-box-animated .inner {
    -webkit-perspective: 100px;
    -moz-perspective: 100px;
    -ms-perspective: 100px;
    perspective: 100px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 500ms cubic-bezier(0.175,0.885,0.320,1.275)!important;
    -moz-transition: all 500ms cubic-bezier(0.175,0.885,0.320,1.275) !important;
    -o-transition: all 500ms cubic-bezier(0.175,0.885,0.320,1.275)!important;
    transition: all 500ms cubic-bezier(0.175,0.885,0.320,1.275)!important;  
    text-align: center;  
}
.home_ser_02 .sf-icon-box-animated .front {
    background: #f7f7f7;
    border-color: #e4e4e4;
}
.home_ser_02 .spb_icon_box .front {
    padding: 40px 20px;
}
.home_ser_02 .spb_icon_box .front img{
    margin-bottom: 20px;
}
.home_ser_02 .sf-icon-box {
    display: block;
    position: relative;
    z-index: 2;
}
.home_ser_02 .sf-icon-box-animated {
    text-align: center;
    width: 100%;
    height: auto;
    background: transparent;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
}
.clearfix {
    clear: none!important;
}
.home_ser_02 .sf-icon-box-animated .front h3 {
    color: #666666!important;
}
.home_ser_02 h3 {
    font-size: 22px;
    margin: 0 0 18px!important;
    line-height: 1.5em;
}
.home_ser_02 .sf-icon-box-animated .back *{
    color: #ffffff!important;
}
.home_ser_02 .sf-icon-box-animated .back {
    background: #c42328;
    border-color: #c42328;
}
.home_ser_02 .sf-icon-box-animated .front {
    -ms-transform: rotateY(0deg);
    z-index: 8;
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #e4e4e4;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 70px 20px;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.home_ser_02 .sf-icon-box-animated .back * {
    color: #ffffff!important;
}
.home_ser_02 .sf-icon-box-animated .back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    overflow: hidden;
    border: 1px solid #e4e4e4;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.home_ser_02 .sf-icon-box-animated .front, .home_ser_02 .sf-icon-box-animated .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.home_ser_02 .sf-icon-box-animated:hover .inner{
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.home_ser_02 .sf-icon-box-animated:hover .front {
    z-index: -1;
}
/***********Module home_ser_03**********/
.main_3st{
    background: #f3f5f8 url(/image/catalog/banner/main_banner_bg_long_02-1.jpg) no-repeat center top !important;
    padding-top: 90px !important;
    padding-bottom: 90px!important;
}
a.sf-button {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    height: auto;
    padding: 14px 16px;
    margin: 0 10px 20px 0;
    font-weight: bold;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: 0;
    position: relative;
    overflow: hidden;
    outline: none;
    text-shadow: none;
    text-decoration: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    vertical-align: middle;
    max-width: 100%;
}
a.sf-button.bt_st {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 600 !important;    
    text-align: center;
    background-color: #c42328;
    padding: 14px 16px;
}
a.sf-button, a.sf-button:hover, #footer a.sf-button:hover {
    color: #fff!important;
}
/***********Module home_ser_04**********/
.home_ser_04 .latest_cont h6{
    margin-bottom: 10px;
}
.home_ser_04 .latest_cont h6 a{
    font-size:16px;
}
.home_ser_04 .title_st .link_ar {
    float: right;
    color: #c42328;
}
/***********new-new-about_us**********/
#new-new-about_us.section-block{
    padding-top:0;
}
.spb_text_column ul{
    list-style: disc inside none;
}
.dot_list {
    margin-top: -4px;
}
.info_list {
    font-size: 13px;
}
.underline_list {
    margin-top: -7px;
}
.dot_list li {
    background: url(/image/catalog/red-dots.png) 0 10px no-repeat;
    list-style: none;
    padding-left: 13px;
    margin-top: 4px;
}
.underline_list li {
    border-top: 1px solid #e5e5e5;
    margin-top: 6px;
    padding-top: 7px;
}
.underline_list.dot_list li {
    background: url(/image/catalog/red-dots.png) 0 17px no-repeat;
}
.dot_list li:first-child {
    border: none;
    margin-top: 0;
}
.info_list> li {
    padding-left: 80px;
}
.info_list> li > b:first-child {
    margin-left: -70px;
    float: left;
    color: #333;
}
.info_list> li > b{
    line-height: 27px;
    margin-right: 5px;
}
.cat_title {
    color: #c42328;
    margin-bottom: 26px;
    line-height: 1;
    font-size: 28px;
}
.underline_list p{
    margin: 0;
}
.row.full_width{
    margin-left:0;
    margin-right:0;
}
#new-new-about_us .slider_area,
#new-catnew-post .slider_area {
    padding-left: 0;
    padding-right: 0;
}    
#new-new-about_us .background_about_us{
    position:relative;
}
#new-new-about_us .background_about_us .content{
    position: absolute;
    top: 57px;
    left: 30px;
}
#new-new-about_us .background_about_us .content p{
    color:white;
}
.about_us_content{
    background: #fafafa;
}
@media (min-width:992px){
    .com_cont {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        padding-top: 57px;
        padding-bottom: 57px;
        max-width: 596px;
    }
    #new-new-about_us .slider_area,
    #new-new-history .slider_area,
    #new-new-client .slider_area,
    #new-new-location .slider_area,
    #new-catnew-post .slider_area{
        margin-right: 3%;
    }
}
@media (min-width:992px) and (max-width:1357px){
      #new-new-about_us .slider_area,
    #new-new-history .slider_area,
    #new-new-client .slider_area,
    #new-new-location .slider_area,
    #new-catnew-post .slider_area,
    #new-catnew-post .slider_area{
        width:35.5%;
    }
}
@media (min-width:1358px){
      #new-new-about_us .slider_area,
    #new-new-history .slider_area,
    #new-new-client .slider_area,
    #new-new-location .slider_area    {
        width:50%;
    }
}
@media (min-width:768px){
    #new-new-about_us .slider_area img,
    #new-new-history .slider_area img,
    #new-new-client .slider_area img    {
        height: 900px !important;
        width: 100%;
        object-fit: cover;
    }
}
  .com_cont {
      padding-top:57px;
    }
#new-catnew-post .slider_area img{
    height: 900px !important;
    width: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 768px){
    #new-catnew-post .slider_area img {
        height: 220px !important;
        width: 100%;
        object-fit: cover;
    }
}

@media (max-width:767px){
    #new-new-about_us .slider_area,
    #new-new-history .slider_area,
    #new-new-client .slider_area,
    #new-new-location .slider_area,
    #new-catnew-post .slider_area{
        margin:0;
    }
    #new-new-about_us .slider_area img,
    #new-new-history .slider_area img,
    #new-new-client .slider_area img,
    #new-new-location .slider_area img    {
        height: 220px !important;
        width: 100%;
        object-fit: cover;
    }    
}
@media only screen and (max-width: 767px){
    .com_cont {
        padding-left: 15px !important;
        max-width: 100%;
        padding-right: 15px;
        width: 100%;
        clear: both;
    }
    #new-new-client .cont_rt{
        padding:0 15px;
    }    
}

.top_cont {
    width: 100%;
    max-width: 847px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 60px;
    padding-bottom: 57px;
}
@media only screen and (max-width: 1600px){
.top_cont {
    width: 60.54%;
    padding-right: 15px;
}
}
@media only screen and (max-width: 991px){
    .top_cont {
        padding-left: 15px !important;
        max-width: 100%;
        padding-right: 15px;
        width: 100%;
    }
}
/***********new-new-history**********/
.title_st {
    background: url(/image/catalog/line/title_line_sub_01.png) left bottom no-repeat;
    font-size: 38px;
    line-height: 1.1em;
    padding-bottom: 30px;
    margin-bottom: 34px;
    letter-spacing: -1px;
    font-weight: 600;
}
#new-new-history .slider_area,
#new-new-client .slider_area,
#new-new-location .slider_area{
    padding-left: 0;
    padding-right:0;
}
#new-new-history .background_history,
#new-new-client .background_client,
#new-new-location .background_location{
    position:relative;
}
#new-new-history .background_history .content,
#new-new-client .background_client .content,
#new-new-location .background_location .content{
    position: absolute;
    top: 57px;
    left: 30px;
}
#new-new-history .background_history .content p,
#new-new-client .background_client .content p,
#new-new-location .background_location .content p{
    color:white;
}
.about_us_content,
.client_content,
.location_content{
    background: #fafafa;
}
dl {
    margin-bottom: 20px;
}
.his_st {
    display: table;
    width: 100%;
    clear: both;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}
.his_st dt {
    width: 85px;
    display: table-cell;
    font-size: 17px;
    text-align: center;
    background: #f2f2f2;
    border-top: 1px solid #dcdcdc;
    margin-bottom: 5px;
    position: relative;
    padding: 10px;
    line-height: 1.6;
    font-weight: 400;
}
.his_st dt:before {
    content: '';
    border-bottom: 1px solid #FFFFFF;
    position: absolute;
    left: 0px;
    right: 0;
    top: 0;
}
.his_st dd {
    display: table-cell;
    position: relative;
    margin-left: 20px;
    padding-top: 6px;
    line-height: 1.6;
}
.his_st dd {
    padding-right: 20px;
    vertical-align: middle;
    padding-left: 20px;
    padding-bottom: 17px;
    padding-top: 17px;
}
.his_st dd:before {
    content: '';
    border-bottom: 1px solid #e5e5e5;
    position: absolute;
    left: 10px;
    right: 0;
    bottom: -1px;
}
.dot_list {
    margin-top: -4px;
}
.his_st dd ul {
    margin-bottom: 0;
}
.his_st ul{
    list-style: disc inside none;
}
.history .dot_list li {
    background: url(/image/catalog/red-dots.png) 0 10px no-repeat;
    list-style: none;
    padding-left: 13px;
    margin-top: 4px;
}
.dot_list li:first-child {
    border: none;
    margin-top: 0;
}
.dot_list li p{
    margin:0;
}
.history_content{
    background: #fafafa;
}
.his_img {
    float: right;
    padding-top:50px;
}
@media only screen and (max-width: 480px){
    .his_st dt {
        width: 100%;
        display: block;
    }
    .his_st dd {
        display: block;
        padding-left: 2px;
        padding-right: 0;
        margin-left: 0;
    }
    .his_st dd:before {
        border-bottom: 1px dotted #e5e5e5;
    }
}
/***********client**********/
.clients .container{
    width:auto;
    padding:0;
}
@media (max-width:767px){
    .clients .col-xs-6{
        width:50% !important;
    }
}
#new-new-product_view_02 .section-clients-grey{
    background:#fff;
}
.module-carousel .item{
    border: 1px solid #e5e5e5;
}

/***********new-new-client**********/
.cont_rt {
    max-width: 611px;
    float: right;
}
.cont_pb50 {
    padding-bottom: 50px !important;
}
.pt80 {
    padding-top: 50px !important;
}
.title_m {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 25px;
    font-size: 26px;
    line-height: 1.5;
    font-weight: 600;
    border: none;
}
.title_s {
    position: relative;
    padding-bottom: 15px !important;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5em;
}
.title_s:before{
    content: '';
    border-top: none !important;
    border-bottom: solid #20292c 4px !important;
    width: 23px;
    position: absolute;
    bottom: 0;
}
.title_m:before{
    content: '';
    border-bottom: solid #c42328 4px;
    width: 52px;
    position: absolute;
    bottom: 0;
}
@media (max-width:767px){
    #new-new-client img.client{
        height:auto !important;
    }
}
/***********new-new-location**********/
.add_list li {
    padding-left: 48px;
}
.add_list li b {
    margin-left: -36px;
}
.add_list li b:first-child {
    margin-right: 10px;
}
.location_add{
    padding:50px 0;
}
.location_add .add_list li:last-child{
    padding:0;
}
/***********new-new-product_view**********/
.page_title_product{
    padding: 50px 0;
    background-image: url(/image/catalog/banner/sub_slide_02_02.jpg);
    background-size: 100% 100%;
}
@media only screen and (max-width: 991px){
    .page_title_product {
        background-position: 40% 0!important;
        background-size: cover;
}
}
.page_title_product p{
    color:#fff;
}
.product_view_content,
.product_view_02_content{
    padding-top:30px;
}
#new-new-product_view h4.cat_title,
#new-new-product_view_02 h4.cat_title{
    border-bottom: solid 1px #dbdbdb;
}
#new-new-product_view_02 h4.cat_title{
    font-size: 30px;
    border-bottom: solid 1px #dbdbdb;
    padding-bottom: 20px;
}
.img_box {
    border: 1px solid #dedede;
    text-align: center;
    padding: 24px 24px 28px;
}
.gray_bg {
    background-color: #fafafa !important;
}
.module_product_view{
    padding:50px 0;    
}
@media (max-width:767px){
    .module_product_view{
        padding:0;
        padding-top:30px;
    }
}
.product_view_03_content p{
    margin:0;
}
.product_view_03 .img_list_s{
    margin-top:20px;
}
.product_view_03 .img_list_s img{
    margin-bottom:15px;
}
.product_view_03 .img_box{
    margin-top:20px;
}
.name_pro p{
    margin-top:10px;
}
.product_view_06{
    border-bottom:1px solid #e4e4e4;
    border-top:1px solid #e4e4e4;
}
@media (min-width:768px){
    .product_view_15 .content_dt {
        min-height: 130px;
    }
    .product_view_15 .col-md-6{
        margin-bottom:20px;
    }
    .product_view_01 .content_dt{
        min-height: 95px;
    }
}
.product_view_01 .content_dt{
    margin-top:20px;
}
.product_view_01 .title_s{
    min-height:70px;
}
/***********new-catnew-post**********/
#kboard-default-list {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0;
    width: 100%;
}
#kboard-default-list .kboard-list {
    float: left;
    width: 100%;
    background-color: white;
}
table{
    line-height: 2;
    border-spacing: 0;
}
table {
    max-width: 100%;
    background-color: transparent;
}
#kboard-default-list .kboard-list table{
    font-size: 14px !important;
}
#kboard-default-list .kboard-list table{
    border-top: 2px solid #c22d0b !important;
}
#kboard-default-list .kboard-list table {
    table-layout: fixed;
    width: 100%;
    border: 0;
}
#kboard-default-list .kboard-list table {
    table-layout: fixed;
    width: 100%;
    border: 0;}
    #kboard-default-list .kboard-list table {
        table-layout: fixed;
        width: 100%;
        border: 0;
        border-collapse: collapse;
    }
    #kboard-default-list .kboard-list table tr {
        border: 0;
    }
    #kboard-default-list .kboard-list thead td{
        background-color: #F2F2F2 !important;
        border-bottom: 2px solid #e3e3e3 !important;
        color: #333 !important;
    }
    #kboard-default-list .kboard-list table td {
        padding: 6px 0!important;
    }
    #kboard-default-list .kboard-list table td {
        text-align: center;
        vertical-align: middle;
    }
    #kboard-default-list .kboard-list thead tr td {
        font-weight: 600 !important;
    }

    #kboard-default-list .kboard-list table td.kboard-list-uid{
        width: 70px !important;
    }
    #kboard-default-list .kboard-list table td.kboard-list-title {
        width: auto;
    }
    #kboard-default-list .kboard-list table td.kboard-list-date {
        width: 110px !important;
    }
    #kboard-default-list .kboard-list table td.kboard-list-view {
        width: 10% !important;
    }
    @media only screen and (max-width: 480px){
        #kboard-default-list .kboard-list table td.kboard-list-uid {
            display: none;
        }
    }
    @media only screen and (max-width: 600px){
        #kboard-default-list .kboard-list table td.kboard-list-date {
            width: 90px !important;
        }
        #kboard-default-list .kboard-list table td.kboard-list-view{
            width:25% !important;
        }
    }
    #kboard-default-list .kboard-list tbody tr:hover {
        background-color: #f7f7f7;
    }
    #kboard-default-list .kboard-pagination {
        float: left;
        padding: 15px 0;
        width: 100%;
    }
    .kboard-pagination .kboard-pagination-pages{
        text-align: center;
    }
    #kboard-default-list .kboard-list table td *{
        color:#666666;
    }
/***********language form**********/
@media (min-width:768px) and (max-width:991px){
        .language-form{
            position:absolute;
            right:10%;
        }
}