.header-logo {
    background: url('../../img/front/article/indotank-logo.png') no-repeat;

    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    transition: background 0.4s;
}

.container.menu-active .header-logo {
    background: url('../../img/front/indotank-logo.png') no-repeat;
}

.header-right-item.lang {
    color: #222;

    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    transition: color 0.3s;
}

.container.menu-active .header-right-item.lang {
    color: #fff;
}

.header-right-item.lang:hover {
    color: #fff;
    
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    transition: color 0.3s;
}

.header-right-item.lang.active {
    color: #fff !important;
}

.nav-switch-line {
    background: #222;

    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    transition: background 0.4s;
}

.nav-switch.active .nav-switch-line {
    background: #fff;

    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    transition: background 0.4s;
}

.contact-switch {
    background: url('../../img/front/contact-us-black-icon.png') no-repeat;
}

.contact-switch:before {
    border: 3px solid #222;
}

.footer-container {
    color: #222;
}

.footer-icon-item.facebook {
	background: url('../../img/front/facebook-black-icon.png') no-repeat;
}

.footer-icon-item.instagram {
	background: url('../../img/front/instagram-black-icon.png') no-repeat;
}

.footer-icon-item.twitter {
	background: url('../../img/front/twitter-black-icon.png') no-repeat;
}




.detail-container {
    position: relative;
    display: block;
    width: calc(100% - 60px);
    max-width: 683px;
    margin: 0px auto;
    padding: 130px 0px 130px;
    color: #222;
}

.detail-date {
    position: relative;
    display: block;
    font-size: 14px;
    font-family: roboto;
    font-style: italic;
    line-height: 12px;
    margin-bottom: 5px;
}

.detail-title {
    position: relative;
    display: block;
    font-size: 26px;
    font-family: roboto;
    font-weight: bold;
    line-height: 31px;
    margin: 0px 0px 20px;
}

.detail-photo {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 35px;
}

.detail-desc {
    position: relative;
    display: block;
    font-size: 15px;
    font-family: roboto;
    line-height: 30px;
    margin-bottom: 35px;
}

.detail-desc p {
    margin: 0px 0px 45px;
}

.detail-desc p:last-child {
    margin-bottom: 0px;
}

.detail-share {
    position: relative;
    display: block;
    font-size: 0px;
}

.detail-share span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-family: roboto;
    color: #222;
    line-height: 28px;
    margin-right: 10px;
}

.detail-socmed {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    /* background: #0092dd; */
    margin-right: 10px;
    background-size: auto 12px !important;
    background-position: 50% !important;
}

.detail-socmed:last-child {
    margin-right: 0px;
}

.detail-socmed.facebook {
    background: #0092dd url('../../img/front/article/facebook-icon.png') no-repeat;
}

.detail-socmed.twitter {
    background: #0092dd url('../../img/front/article/twitter-icon.png') no-repeat;
}

.detail-back {
    position: absolute;
    display: block;
    font-family: roboto;
    font-size: 14px;
    color: #222;
    right: 0px;
    top: 0px;
    line-height: 28px;
}

.opening-anim {
    top: 300px;
    opacity: 0;
}


/* Desktops and laptops */
@media screen and (min-width : 1224px) {

}

/* Tablet */
@media screen and (max-width: 1024px) {
	
}

/* Mobile */
@media screen and (max-width: 768px) {
	
}

@media screen and (max-width: 768px) and (orientation: landscape) {
	
}

@media screen and (max-width: 768px) and (orientation: portrait) {
	
}

@media screen and (max-width : 500px) {
	.detail-title {
        font-size: 24px;
    }

    .detail-desc {
        font-size: 14px;
        line-height: 26px;
    }
}