
[type=button], [type=reset], [type=submit], button,button:focus { -webkit-appearance: button;  background-color: transparent;  background-image: none; outline: 0; background-color:transparent;}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.ellipsis-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}


.image-container { width: 100%; height: 0; padding-bottom: 60%; overflow: hidden;}

/*--------------------------
         index-about
----------------------------*/
.index-about-box{

}
.index-about-box h1{
    
}
/*--------------------------
         line-rim
----------------------------*/

#product .line-rim:before{
    border-top: 1px solid #0b2854;
    border-left: 1px solid #0b2854;
    top: 10px;
    left: 10px;
}

#product .line-rim:after { 
    border-right: 1px solid #0b2854;
    border-bottom: 1px solid #0b2854;
    bottom: 10px;
    right: 10px;
}


#product .line-rim:hover:before,
#product .line-rim:hover:after {
    height: calc(100% - 20px);
    width: calc(100% - 20px);
}

.line-rim:before,
.line-rim:after {
    content: "";
    height: 50px;
    width: 50px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    z-index: 9;
    top: 2px;
    left: 2px;
    transition: all 1s;
    opacity: 0.8;
}

.line-rim:after {
    width: 50px;
    height: 50px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-top: none;
    border-left: none;
    bottom: 2px;
    top: auto;
    right: 2px;
    left: auto;
}

.line-rim:hover:before,
.line-rim:hover:after {
    height: calc(100% - 4px);
    width: calc(100% - 4px);
}

/*---------------------------
       sug-carousel
----------------------------*/

.sug-carousel.owl-theme .owl-nav {
    width: 80px;
    position: absolute;
    top: 0;
    right: 20px;
}

.sug-carousel.owl-carousel .owl-nav button.owl-prev,
.sug-carousel.owl-carousel .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    font-size: 30px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.2);
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: absolute;
    top: -55px;
    color: #FFFFFF;
}

.sug,
.info-cover-P{
    background: url(../img/sug-bg.jpg)top center;
    background-size: cover;
}

.pro,
.info-cover-N{
    background: url(../img/pro-bg.jpg)center center;
    background-size: cover;
}

.slider-carousel.owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
}






/*-------------------------
            FCK
--------------------------*/
/*-------------------------
            FCK
--------------------------*/
.fck img { max-width: 100%;  display: initial; vertical-align: middle;}
.fck,.fck p { line-height: 1.75; font-size: 16px; color: #333; margin-bottom: .5rem; }
.fck p{ font-size: 16px;}
.fck hr{border: 0px;    border-top: 1px solid #ccc; margin:0.5em 0; }
.fck .marker {   background-color: Yellow;}
.fck em { font-style: italic; font-size: inherit;}
.fck b,.fck strong, .fck b>*,.fck strong>* { font-weight: bold;font-size: inherit; }
.fck a{ }
.fck h1, .fck h2, .fck h3, .fck h4, .fck h5, .fck h6 { font-weight: normal; line-height: 1.5em; }
.fck h1 { font-size: 2em; margin:0.67em 0; }
.fck h2 { font-size: 1.5em;margin: 0.83em 0; }
.fck h3 { font-size: 1.17em; margin:1em 0; }
.fck ins { text-decoration: underline; }
.fck pre { white-space: pre-wrap; word-wrap: break-word; tab-size: 4;margin: 1em 0px;font-family: monospace; }
.fck blockquote{ padding-left: 20px; padding-right: 8px; border-left-width: 5px; font-style: italic; border:none; border-left:3px solid #ccc; margin:1em 40px; display:table-cell; }
.fck img { max-width:100%!important; height:auto;  }
.fck ul, .fck ol { padding-left:20px; }
.fck ul>li {  list-style-type: disc; display: list-item; line-height: 1.75;     margin-bottom: .5rem; }
.fck ol>li {     list-style-type: decimal; display: list-item; line-height: 1.75;     margin-bottom: .5rem;}
.fck .table {
    min-width: 650px;
    width: 100%;
    border:1px solid #ddd;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 14px;
    margin-bottom: 30px;}
.fck table { border-collapse: collapse; background: #fff !important; }
.fck table tr td,.fck table tr th {border: 1px solid #e5e5e5;  padding: 8px;  }

.fck .table>tbody>tr>th,
.fck .table>tfoot>tr>th, 
.fck .table>thead>tr>th{ background: #EFEFEF; text-align: center;}

.fck .table>tbody>tr>td, 
.fck .table>tbody>tr>th,
.fck .table>tfoot>tr>td, 
.fck .table>tfoot>tr>th, 
.fck .table>thead>tr>td, 
.fck .table>thead>tr>th {
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/*------------------------
        index-about
-------------------------*/

.index-about-box{
    text-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}
/*------------------------
        accordion
-------------------------*/


.accordion h1,
.accordion h2,
.accordion h3,
.accordion h4 {
    cursor: pointer;
}

.accordion div,
.accordion ul{
    display: none;
}

.accordion .active {
    display: block;
}
/*---------------------------
          responsive
----------------------------*/

@media only screen and (max-width: 992px) {

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        top: -83px;
    }
}
