@charset "UTF-8";
/*  ---------------------------
*   COPYRIGHT
*	Created By Kang Anwar
*	anwarkpt1989@gmail.com
*	ajcomputel.com
*	----------------------------
*/


/*-----------------------------------------------------------------------------------*/
/*	 IMPORT
/* -----------------------------------------------------------------------------------*/
@import url(fonts.css);
@import url(form.css); 
@import url(pagination.css); 
@import url(menu_category.css); 
/*@import url(sidebar.css); */

@import url(desktop.css) all and (min-width: 1024px);
/*@import url(tabs.css) all and (min-width: 768px) and (max-width: 991px);*/
@import url(mobile.css) all and (max-width: 768px);

/*-----------------------------------------------------------------------------------*/
/*	 GLOBAL STYLE
/* -----------------------------------------------------------------------------------*/
    .no-padding {
        padding: 0px;
    }

    .no-left-padding {
        padding-left: 0px;
    }

    .no-right-padding {
        padding-right: 0px;
    }

    .center-padding {
        padding-left: 5px;
        padding-right: 5px;
    }

    ::-webkit-input-placeholder {
        color: #ccc !important;
        font-weight: 300;
    }

    :-moz-placeholder {
        /* Firefox 18- */
        color: #ccc !important;
        font-weight: 300;
    }

    ::-moz-placeholder {
        /* Firefox 19+ */
        color: #ccc !important;
        font-weight: 300;
    }

    :-ms-input-placeholder {
        color: #ccc !important;
        font-weight: 300;
    }

    .col-centered {
        float: none;
        margin: 0 auto;
    }

    #contact_captcha_unix {
        letter-spacing: 4px;
        font-size: 18px;
        width: 100px;
        text-align: center;
        margin-left: 5px;
        height: 37px;
        font-family: 'Caveat Brush', cursive;
        color: #d8272d;
    }

    .btn-captcha-refresh {
        height: 37px;
        margin-left: -15px;
    }

    #contact_captcha {
        letter-spacing: 4px;
    }

    .actived-menu {
        background-color: #ebebeb;
    }

    .actived-menu > a {
	   color: #9b101d !important;
    }

    .title-heading-result-search {
        color: #1a0dab;
        font-size: 18px;
        cursor: pointer;
    }

    .title-heading-result-search:hover {
        text-decoration: underline;
    }

    .content-desc-result-search {
        color: #545454;
        font-size: 14px;
    }

    .info-date-result-search {
        color: #006621;
        font-weight: 600;
    }

    .no-left-padding-small {
        padding-left: 0px;
        padding-right: 5px;
    }

    .no-right-padding-small {
        padding-right: 0px;
        padding-left: 5px;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }
    
/* ---------------------------------------------------------------------------------
	BACK TO TOP
	--------------------------------------------------------------------------------- */
    .cd-top {
        display: inline-block;
        height: 40px;
        width: 40px;
        position: fixed;
        bottom: 40px;
        right: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        /* image replacement properties */
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        background: rgba(155, 16, 29, 0.8) url('images/cd-top-arrow.svg') no-repeat center 50%;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity .3s 0s, visibility 0s .3s;
        -moz-transition: opacity .3s 0s, visibility 0s .3s;
        transition: opacity .3s 0s, visibility 0s .3s;
        border-radius: 4px;
    }

    .cd-top.cd-is-visible,
    .cd-top.cd-fade-out,
    .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .cd-top.cd-is-visible {
        /* the button becomes visible */
        visibility: visible;
        opacity: 1;
    }

    .cd-top.cd-fade-out {
        /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
        opacity: .5;
    }

    .no-touch .cd-top:hover {
        background-color: #3e2962;
        opacity: 1;
    }


/*-----------------------------------------------------------------------------------*/
/*	 GLOBAL HEADER STYLE
/* -----------------------------------------------------------------------------------*/
    .header {
        min-height: 105px;
    }

    .header-top {
        min-height: 36px;
        background-color: #d8272d;
    }

    .title-header {
        font-weight: 700;
        color: #FFF;
        font-size: 14px;
        padding-top: 5px;
        display: inline-block;
    }

    .title-header-spacer {
        font-weight: 600;
        color: #FFF;
        display: inline-block;
        padding: 0px 10px;
    }

    .lang-header {
        margin-left: 5px;
        cursor: pointer;
    }

    .header-menu-bg {
        min-height: 70px;
    }

    .navbar-default {
        background-color: transparent!important;
        border-color: transparent !important;
    }

    .navbar {
        margin-bottom: 0px; 
        min-height: 70px;
        border-radius: 0px;
        z-index: 99;
    }

    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
        background-color: #ebebeb;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        font-weight: 600;
        padding-top: 25px;
        padding-bottom: 23px;
    }

    .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
        color: #9b101d;
    }

    .header-menu {
        z-index: 99;
    }

    .navbar-nav>li>.dropdown-menu li a {
        height: 40px;
        background-color: #ebebeb;
        padding-top: 10px;
    }

    .navbar-nav>li>.dropdown-menu li a:hover {
        background-color: #d8272d;
        color: #FFF;
    }

    .dropdown-menu {
        padding: 0px 0;
    }

/*-----------------------------------------------------------------------------------*/
/*	 GLOBAL SLIDER STYLE
/* -----------------------------------------------------------------------------------*/
    .rslides {
        position: relative;
        list-style: none;
        overflow: hidden;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    
    .rslides li {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
    }
    
    .rslides li:first-child {
        position: relative;
        display: block;
        float: left;
    }
    
    .rslides img {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        border: 0;
    }

    .slider-frame a.prev:hover, 
    .slider-frame a.next:hover {
        opacity: 1;
    }

    .slider-frame a.prev {
        background: url("images/themes.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
        left: 0;
    }

    .slider-frame a.next {
        background: url("images/themes.gif") repeat scroll 38px 0 rgba(0, 0, 0, 0);
        right: 0px;
    }

    .slider-frame .rslides_tabs {
        position: absolute;
        margin-top: -35px;
        z-index: 99999999;
        padding: 0px;
        width: 100%;
        text-align: center;
    }

    .slider-frame .rslides_tabs > li {
        list-style: none; 
        display: inline-block;
        margin-right: 5px;
        
        width: 42px;
        height: 8px;
        background: #fff;
        
    }

    .slider-frame .rslides_tabs > li.rslides_here {
        width: 42px;
        height: 8px;
        background: #e43226;
    }

    .slider-frame .rslides_tabs > li > a {
        padding-left: 10px;
    }

    .slider-frame .rslides_tabs > li > a:hover, 
    .slider-frame .rslides_tabs > li > a:focus, {
        text-decoration: none !important;
        outline: none !important;
    }

    .slider-frame {
        background-color: #fff;
    }

/*-----------------------------------------------------------------------------------*/
/*	 GLOBAL SLIDER STYLE
/* -----------------------------------------------------------------------------------*/
    .content-frame {
        margin-top: 10px;
    }

    .content-frame-bg {
        background-color: #FFF;
    }

    .widget-title:hover {
        color: #9b101d;
    }

    .content-heading {
        background: #FFF url('images/heading-bg.png') repeat-x;
        background-position: 0px 9px;
        color: #d8272d;
        font-size: 24px;
        margin-bottom: 10px;
    }

    .content-heading > h3 {
        font-weight: 700;
        background-color: #FFF;
        display: inline;
        padding-right: 20px;
    }

    .content-h3 {
        color: #000000;
        font-weight: 700;
        font-size: 24px;
        margin-top: 0px;
    }

    .content-shotdesc {
        color: #555555;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }

/*-----------------------------------------------------------------------------------*/
/*	 GLOBAL SLIDER STYLE
/* -----------------------------------------------------------------------------------*/
    .news-title {
        color: #000;
        font-size: 14px;
        font-weight: 700;
    }

    .news-title:hover {
        cursor: pointer;
        color: #d8272d;
    }

    .news-title-1 {
        color: #555555;
        font-size: 14px;
        font-weight: 700;
        margin-top: 0px;
    }

    .news-title-1:hover {
        cursor: pointer;
        color: #d8272d;
    }

    .news-date {
        color: #898989;
        font-size: 14px;
        font-weight: 400;
    }

    .news-content {
        color: #898989;
        font-size: 14px;
        font-weight: 400;
    }

    .list-news-frame {
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 12px;
    }

/*-----------------------------------------------------------------------------------*/
/*	 GLOBAL SLIDER PRODUCT STYLE
/* -----------------------------------------------------------------------------------*/
    .slider-product {
        min-height: 300px;
        margin-bottom: 15px;
    }

    .carousel-indicators {
        display: none !important;
    }

    .carousel-caption {
        height: 80px;
        width: 100%;
        right: 0%;
        bottom: 0px;
        left: 0%;
        text-shadow: none;
    }

    .carousel-caption .bg-title {
        height: 80px;
        background-color: #FFF;
        color: #000;
        position: absolute;
        left: 15%;
        right: 15%;
        padding-top: 5px;
    }

    .carousel-caption .bg-title .cat-title {
        font-size: 14px;
        color: #98262b;
        font-weight: 700;
        margin: 0px;
        padding: 0px;
    }

    .carousel-caption .bg-title .desc-title {
        font-size: 20px;
        color: #000;
        font-weight: 700;
        margin: 0px;
        padding: 0px;
    }

    .carousel-caption .bg-red {
        margin-top: 30px;
        height: 50px;
        background-color: #F00;
    }

/*-----------------------------------------------------------------------------------*/
/*	 GLOBAL STATIC STYLE
/* -----------------------------------------------------------------------------------*/
    .static-left-title {
        min-height: 147px;
        margin-top: -70px;
        background: rgba(235,46,46,1);
        background: -moz-linear-gradient(top, rgba(235,46,46,1) 0%, rgba(121,0,0,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,46,46,1)), color-stop(100%, rgba(121,0,0,1)));
        background: -webkit-linear-gradient(top, rgba(235,46,46,1) 0%, rgba(121,0,0,1) 100%);
        background: -o-linear-gradient(top, rgba(235,46,46,1) 0%, rgba(121,0,0,1) 100%);
        background: -ms-linear-gradient(top, rgba(235,46,46,1) 0%, rgba(121,0,0,1) 100%);
        background: linear-gradient(to bottom, rgba(235,46,46,1) 0%, rgba(121,0,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb2e2e', endColorstr='#790000', GradientType=0 );
    }

    .static-left-title .menu-title {
	    color: #FFF;
        font-size: 14px;
        font-weight: 700;
        padding-left: 20px;
        padding-top: 60px;
    }

    .header-frame-bg {
        max-height: 323px;
    }

    .header-bg {
        min-width: 100%;
        max-width: 100%;
        max-height: 323px;
    }

    .mnu-left-frame {
        margin-top: -15px;
        z-index: 9 !important;
    }

    .icon-menu {
        width: 30px;
        display: inline-block;
        font-size: 20px;
    }

    .static-title {
        color: #898989;
        font-size: 18px;
        font-weight: 600;
    }

    .static-article {
        color: #000000;
        line-height: 24px;
        font-weight: 300;
        padding-top: 50px;
        margin-bottom: 100px;
        min-height: 200px;
    }

/*-----------------------------------------------------------------------------------*/
/*	 GLOBAL CONTACT FORM STYLE
/* -----------------------------------------------------------------------------------*/
    .contactform-heading {
        height: 123px;
        background: #FFF url('images/bg-heading.png') no-repeat;
    }

    .contactform-heading h3 {
        margin: 0px;
        padding: 0px;
        padding: 10px;
        background-color: #FFF;
        left: 10%;
        right: 10%;
        position: absolute;
        top: 40px;
        font-size: 24px;
        font-weight: 700;
        color: #000;
    }

    .contact-subinfo {
        color: #000;
        font-weight: 700;
    }

/*-----------------------------------------------------------------------------------*/
/*	 GLOBAL NEWS STYLE
/* -----------------------------------------------------------------------------------*/
    .news-box {
        margin-bottom: 25px;
    }

    .news-title {
        color: #898989;
        font-size: 14px;
        margin-top: 15px;
    }

    .news-shortdesc {
        color: #898989;
        font-weight: 300;
    }

    #content-pagging {
        margin-bottom: 30px;
    }

    .date-border {
        width: 70px;
        height: 70px;
        background-color: #d8272d;
        color: #FFF;
        position: absolute;
        margin-left: 20px;
    }

    .news-date {
        margin: 0px;
        font-weight: 300;
        color: #FFF;
        margin-top: 5px;
    }

    .news-month {
        margin: 0px;
        font-weight: 700;
        color: #FFF;
    }

    .news-years {
        margin: 0px;
        font-weight: 300;
        color: #FFF;
    }

/*-----------------------------------------------------------------------------------*/
/*	 GLOBAL FOOTER STYLE
/* -----------------------------------------------------------------------------------*/
    .box-gallery {
        margin-bottom: 30px;
    }

/*-----------------------------------------------------------------------------------*/
/*	 GLOBAL PRODUCT STYLE
/* -----------------------------------------------------------------------------------*/
    .box-product {
        cursor: pointer;
        margin-bottom: 30px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .box-product:hover > .img-product {
        border: 1px solid #CCC;
    }

    .img-product {
        z-index: 9;
    }

    .title-product {
        text-align: center;
        background-color: rgba(158, 11, 15, 0.8);
        font-weight: 600;
        padding: 10px;
        color: #FFF;
        margin-top: -40px;
        position: absolute;
        width: calc(100% - 30px);
        height: 40px;
    }

    .title-product-detail {
        color: #d8272d;
        font-size: 14px;
        font-weight: 600;
    }

    .content-product-detail {
        color: #898989;
        font-size: 14px;
        font-weight: 300;
        line-height: 24px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .box-product-other {
        margin-bottom: 30px;
    }


/*-----------------------------------------------------------------------------------*/
/*	 GLOBAL FOOTER STYLE
/* -----------------------------------------------------------------------------------*/
    .footer-frame {
        min-height: 130px;
        background-color: #ebebeb;
    }

    .footer-content {
        min-height: 130px;
        background-color: #ebebeb;
        color: #898989;
        padding: 15px;
    }

    .label-footer {
        font-size: 14px;
        font-weight: 600;
        color: #898989;
    }

    .social-footer {
        font-size: 20px;
        color: #898989;
        cursor: pointer;
    }

    .social-footer:hover {
        color: #9b101d;
    }

    .footer-info {
        border-bottom: 1px solid #cccccc;
    }

    .footer-menu {
        font-weight: 300;
        background-color: #ebebeb;
        padding: 0px;
    }

    .footer-menu p {
        padding-top: 5px;
    }

    .footer-menu-link {
        font-weight: 300;
        padding-top: 5px;
        display: inline-block;
    }
    
    .footer-menu-link:hover {
        cursor: pointer;
        color: #9b101d;
    }