/*
 Theme Name:   Alcadon
 Description:  Jupiter Child Theme
 Author:       247
 Author URI:   http://247creating.com
 Template:     jupiter
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Alcadon
*/

.single-post a span span{
    color: #d22630 !important;
}
.single-post p span {font-family: "Open Sans" !important;}
ul.more-links li.first {
    background: url('./img/bg-list-shadow.png') top center no-repeat;
	background-size: 102% auto;
}
ul.listing li a.read-more,
ul.more-links li a,
.read-more {
	background: url('./img/arrow-more.png') center right no-repeat;
}

.report {
    background: url('./img/bg-report.png') center top no-repeat;
	font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding-top: 81px;
    width: 158px;
    height: 140px;
    /* float: left; */
    display: block;
    margin: 0 auto 5px;
}

.report-off {
    background-image: url('./img/bg-report-off.png');
}

ul.listing li a.read-more:hover,
ul.more-links li a:hover,
.read-more:hover {
    background-image: url('./img/arrow-more-dark.png');
}

ul.companies-listing li.active {
    background: url('./img/bg-list-shadow.png') bottom center no-repeat;
}

ul.companies-listing li.active a {
    background: #f0f0f0 url('./img/bg-arrow.png') center right no-repeat;
}
.page-widget h2:after {
    background: url('./img/bg-page-widget-shadow.png') top center no-repeat;
}

h3.widget-title {
	background: url('./img/bg-sidebar-header.png') center bottom no-repeat;
}

.introduce-widget {
    background: #f0f0f0 url('./img/bg-introduce.png') center left no-repeat;
}

.icon-button.print {
    background-image: url('./img/print.png');
}

.icon-button.download-pdf {
    background-image: url('./img/download-pdf.png');
}

.icon-button.download-pdf.off {
    background-image: url('./img/download-pdf-off.png');
}

.icon-button.download-html {
    background-image: url('./img/download-html.png');
}

.icon-button.download-html.off {
    background-image: url('./img/download-html-off.png');
}

h2.top-banner {
    background: url('./img/top-banner.jpg') center right no-repeat;
}

.widget .highlight {
    background: url('./img/bg-widget-highlight.png') bottom center no-repeat;
	padding: 20px;
	background-size: cover;
}

.widget .latest-report {
	background-image: url('./img/bg-wire-mesh.png');
	background-position: top !important;
	background-size: 102% auto;
	margin-bottom: -1em;
	padding: 0px 20px !important;
	padding-bottom: 20px;
	background-color: #d0d0d0;
}

.subscribe-box {
	background: url('./img/bg-subscribe-box.png') center center no-repeat;
}

.mk-header.sticky-style-fixed .header-logo.logo-has-sticky img {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 220px;
  width: auto;
  position: absolute;
  left: 0;
  top: 47%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  ms-transform: translate(0, -50%);
}

.a-sticky .mk-header-bg {
	opacity: 1 !important;
}

.button .button-inner {
	line-height: 3em !important;
	color: #fff;
}

.cr247-share-icon {
    background-image: url('./img/share-icons.png');
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 1.4em 1em 1.4em 0;
}

.icon-linkedin {
    background-position: -64px 0;
}


.phone-number {
    color: rgba(210,38,48,1);
}

.vc_separator.hr-contact {
	width: 30px;
    margin-bottom: 12px;
}

.mk-text-block.textblock-contact p {margin-bottom: 0.9em;}

#mk-footer p { margin-bottom: 0; text-align: center;}

#mk-footer .space-footer {height:146px;}

@media handheld, only screen and (max-width: 768px) {
	#mk-footer .space-footer {display: none;}
	img.distit_logo_pantone {max-width:35% !important;}
}

ul.listing li.even {
	background-color: #d0d0d0;
}

.widget ul.listing li {
	padding: 1em 20px;
}

.mk-grid {
  width: 100%;
  margin: 0 auto;
}

#mk-header .header-grid {
    max-width: 940px;
}

#mk-header .header-logo {
    max-width: 972px !important;
}

#mk-sidebar, .theme-content {
    padding-left: 0px !important;
	padding-right: 0px !important;
}

.theme-content {
	padding-top: 20px;
}

.sidebar-wrapper .widget {
    border: 1px solid #F1F1F1;
}

.mk-responsive-wrap {
    z-index: 400;
}

.previous-link_post, .next-link_post {
  float: left;
  width: 50%;
  padding-right: 10px;
}

.previous-link_post a {
  padding-left: 30px;
  font-weight: 700;
  display: block;
  background: url('./img/arrow-previous-post.png') left center no-repeat;
}


.next-link_post a {
  padding-right: 30px;
  font-weight: 700;
  display: block;
  background: url('./img/arrow-next-post.png') right center no-repeat;
  text-align: right;
}

a {
	color: #d22630;
}


@media (min-width: 768px) {
	.col-sm-4 {
		width: 33.33333%;
		float: left;
	}
	.col-sm-8 {
		width: 66.66666%;
		float: left;
	}
	
	.subscribe-actions {
		float: right;
		width: 60% !important;
	}
}

@media (max-width: 768px) {
	.col-xs-12 {
		width: 100%;
		clear: both;
	}
}

@media (min-width: 992px) {
	fieldset .col-md-fifth {
		width: 20%;
		padding: 0 0;
	}
}

body {
    font-family: "Open Sans";
    color: #212121;
    line-height: 1.4em;
    /*font-weight: 300;*/
    margin: 0;
}

#mk-footer .footer-wrapper {padding: 30px 0 18px 0;}


button {
    background-color: #d22630;
}

h1, h2, h3, h4, h5, h6 {
    
    font-weight: 700;
}

h1 {
    /*font-weight: 700;*/
    font-size: 2.571em !important;
    line-height: 1.333333em;
}

h2 {
    font-size: 1.714em !important;
    line-height: 1.2em;
}

h3 {
    font-size: 1.285em !important;
}

h4 {
    font-size: 1.142em !important;
}

h3.widget-title {
    text-align: center;
    text-transform: uppercase;
    color: #d22630;
    padding: 1.2em 0;
}

h2.top-banner {
    color: #fff !important;
    line-height: 99px;
    padding: 0 60px;
    text-transform: none;
    margin-bottom: 2em;
    margin-top: 1;
}

@media print {
    h2.top-banner {
        display: none;
    }
}

h2.top-banner .fa {
    margin-right: 20px;
}

h3 {
    font-size: 1.2em;
    line-height: 1.333333em;
}

h4 {
    font-size: 1.3em;
    line-height: 1.384615em;
}

h5 {
    font-size: 1.2em;
    line-height: 1.333333em;
}

h6 {
    font-size: 1.2em;
    line-height: 1.333333em;
}

h1.site-title {
    float: left;
    font-size: 0;
    display: block;
    width: 90px;
    height: 41px;
    margin: 0;
}

h1.entry-title {
    font-size: 2.5em;
    margin-top: 0.5em;
    margin-bottom: 1em;
}

p {
    margin-bottom: 1.3em;
}

a {
    color: #d22630;
    text-decoration: none;
}

a:hover {
    color: #212121;
    text-decoration: underline;
}

button,
a.button {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 2.5em;
    padding: 0 1.5em;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: 0.3px;
    margin-bottom: -5px;
    border: none;
    -webkit-transition: 200ms;
    transition: 200ms;
}

button:hover,
a.button:hover {
    background: #212121;
    text-decoration: none;
    cursor: pointer;
}

.page-header {
    margin: 0 auto;
    /*padding: 0 20px;*/
    padding-bottom: 0;
    border: none;
    position: relative;
}

#main {
    padding-bottom: 20px;
}

@media print {
    #main {
        padding-top: 0 !important;
    }
}

#header {
    width: 100%;
    position: fixed;
    /*margin-top: -104px;*/
    /*height: 104px;*/
    background: #fff;
    z-index: 300;
    padding: 25px 0;
    /*border-bottom: 1px solid #f0f0f0;*/
    max-height: 100vh;
}

@media print {
    #header {
        display: none;
    }
}

#search-box {
    position: absolute;
    right: 20px;
    padding: .4em 0;
    font-size: 0.9em;
    display: none;
    z-index: 300;
}

@media (min-width: 992px) {
    #search-box {
        display: block;
    }
}

#search-box form {
    display: inline;
}

#search-box button {
    vertical-align: middle;
    margin-bottom: 0;
}

#search-input {
    font-size: .8em;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 2.5em;
    padding: 0 15px;
    display: inline-block;
    color: #777;
    width: 0;
    margin-right: .5em;
    vertical-align: middle;

    /*-webkit-transition: width 1s, height 1s, padding 1s;*/
    /*transition: width 1s, height 1s, padding 1s;*/
    -webkit-transition: 500ms;
    transition: 500ms;
}

#search-input:focus {
    width: 150px;
    padding-left: 30px;
    line-height: 40px;
    font-size: 1.3em;
    background-position: 15px center;
    margin-top: -5px;
    margin-bottom: -8px;
}

@media print {
    .main-navigation {
        display: none;
    }
}

.nav-menu {
    margin: 0 auto;
    list-style: none;
    padding: 0;
}

.nav-menu li {
    display: block;
    position: relative;
    padding: 0 .5em;
}

@media (min-width: 992px) {
    .nav-menu li {
        padding: 0 1em;
    }
}

@media (min-width: 768px) {
    .nav-menu li {
        display: inline-block;
    }
}

.nav-menu li a {
    display: inline-block;
    line-height: 41px;
    color: #777;
    text-decoration: none;
}

@media (min-width: 768px) {
    .nav-menu li a:hover {
        color: #000;
        border-bottom: 5px solid #d22630;
        margin-bottom: -5px;
    }
}

.main-navigation .nav-menu .sub-menu {
    font-size: 0.8em;
    font-family: Roboto;
    font-weight: 400;
    padding: 0;
}

.main-navigation .nav-menu .sub-menu li {
    display: block;
    padding: 0;
}

.main-navigation .nav-menu .sub-menu a {
    padding: .7em 15px;
    line-height: 1.2em;
    display: block;
}

.main-navigation .nav-menu .sub-menu a:hover {
    border: none;
    margin: 0;
}

@media (min-width: 768px) {
    .main-navigation .nav-menu .sub-menu {
        display: none;
        position: absolute;
        background: #d22630;
        font-size: 0.8em;
        font-family: Roboto;
        font-weight: 400;
        padding: 0;
        min-width: 200px;
        left: 0;
    }

    .main-navigation .nav-menu li:hover .sub-menu {
        display: block;
        padding: .7em 0;
    }

    .main-navigation .nav-menu .sub-menu li {
        display: block;
        padding: 0;
    }

    .main-navigation .nav-menu .sub-menu a {
        color: #fff;
        padding: .7em 15px;
        line-height: 1.2em;
        display: block;
        white-space: nowrap;
    }

    .main-navigation .nav-menu .sub-menu a:hover {
        background: #212121;
        border: none;
        margin: 0;
    }
}

.level2-navigation {
    padding: 0;
    text-transform: uppercase;
    margin-top: 2em;
}

.level2-navigation .nav-menu li {
    text-align: left;
    white-space: nowrap;
    padding: 0;
}

.level2-navigation .nav-menu li a {
    line-height: 1.4em;
    margin: .5em 1.4em .5em 0;
    display: block;
    /*background: #fff;*/
}
.level2-navigation .nav-menu li a:hover {
    border: none;
    color: #d22630;
}

.level2-navigation .current-menu-item a {
    color: #d22630;
    font-weight: 700;
    background: url('img/arrow-current-subpage.png') left center no-repeat;
    padding-left: 12px;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a{
    color: #d22630;
    /*font-weight: 700;*/
}

/* End header */

#primary {
    margin: 0 auto;
    position: relative;
}

.temperature-cold .startpage {
    padding-top: 30px;
}

.widget {
    background: transparent;
    position: relative;
    overflow-y: hidden;
}

.widget-startpage-calendar-first {
    max-height: 460px;
    background-color: #d0d0d0;
}

.widget h3 {
    font-size: 13px !important;
    text-transform: uppercase !important;
    color: #d22630 !important;
    background: #f3f3f3 !important;
    margin: 0 !important;
    padding: 20px !important;

    background: rgb(241,241,241) !important;
    background: -moz-linear-gradient(top,  rgba(241,241,241,1) 0%, rgba(226,226,226,1) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,241,241,1)), color-stop(100%,rgba(226,226,226,1))) !important;
    background: -webkit-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(226,226,226,1) 100%) !important;
    background: -o-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(226,226,226,1) 100%) !important;
    background: -ms-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(226,226,226,1) 100%) !important;
    background: linear-gradient(to bottom,  rgba(241,241,241,1) 0%,rgba(226,226,226,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e2e2e2',GradientType=0 ) !important;
    border-top: 1px solid #f1f1f1 !important;
    border-bottom: 1px solid #ececec !important;
}

.widget .highlight {
    background-size: 102% auto;
    padding: 20px;
}

.widget h3 .fa {
    margin-right: .8em;
}



.widget .highlight span {
    text-transform: uppercase;
}

.widget .highlight h2 {
    margin: 0.5em 0 1.2em;
    font-size: 1.5em !important;
    margin-top: 20px !important; margin-bottom: 30px !important;
}

.widget .latest-report {
    background-size: 102% auto;
    margin-bottom: -1em;
    padding: 0px 20px !important;
    padding-bottom: 20px;
    background-color: #d0d0d0;
}

.widget .calendar {
    margin-bottom: -1em;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.xs-vspace {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .sm-vspace {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .sm-vspace {
        margin-top: 0;
    }

    .md-no-vspace {
        margin-top: 0;
    }
}

.date {
    text-transform: uppercase;
    color: #777;
    font-size: .8em;
    padding-right: 5px;
}

span.date {
    padding-bottom: 3px;
}

ul.listing {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.1em;
}

.widget ul.listing li {
    padding: 1em 20px;
}

ul.listing li.odd {
    background-color: #ddd;
}

ul.listing li.even {
    background-color: #d0d0d0;
}

ul.listing li.highlight {
    padding-bottom: 3.8em;
    margin-bottom: -1.8em;
}

ul.listing li .press-title {
    line-height: 1.4em;
    display: block;
}

ul.listing li a {
    color: #000;
}

ul.listing li a.button {
    color: #fff;
}

ul.listing li.highlight a {
    font-weight: 700;
}

@media print {
    .sidebar {
        display: none;
    }
}

.sidebar-wrapper .widget {
    background: none;
}

.sidebar-wrapper .widget ul.listing .odd,
.sidebar-wrapper .widget ul.listing .even {
    background: none !important;
    border-bottom: 1px solid #f1f1f1;
}

.sidebar-wrapper .widget ul.more-links {
    background: none;
}

.has-more-links-1 ul.listing {
    margin-bottom: 47px;
}

.has-more-links-2 ul.listing {
    margin-bottom: 95px;
}

.has-more-links-3 ul.listing {
    margin-bottom: 144px;
}

ul.more-links {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #f0f0f0;
    width: 100%;
}

ul.more-links li {
    padding: 1em 20px;
    border-top: 1px solid #ececec;
}

ul.more-links li.first {
    border-top: none;
}

ul.listing li a.read-more,
ul.more-links li a,
.read-more {
    padding-right: 35px;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: .8em;
}

ul.listing li a.read-more {
    display: inline;
}

.read-more {
    display: inline-block;
}

ul.listing li a.read-more:hover,
ul.more-links li a:hover,
.read-more:hover {
    text-decoration: none;
    color: #212121;
}

.startpage .quote {
    font-size: 1.5em;
    line-height: 1.1em;
    text-align: center;
    padding: 2em 5em;
    margin: 0;
}

.startpage .quote p {
    margin: 0;
}

.widget .shareholders-meeting {
    background: #f0f0f0 !important;
    padding: 20px !important;
    height: 165px !important;
}

.sidebar .widget .shareholders-meeting {
    height: auto !important;
}

.widget .shareholders-meeting span {
    text-transform: uppercase !important;
    display: block !important;
    font-size: .9em;
}

.widget .shareholders-meeting h2 {
    margin: 0.5em 0 0 !important;
    display: inline-block !important;
    font-size: 1.8em !important;
}

.widget .shareholders-meeting .button {
    /*float: right;*/
    font-size: .8em !important;
    margin-top: 1.1em !important;
}

.introduce-widget .small-quote {
    display: block;
    min-height: 112px;
    margin-bottom: 10px;
    padding-right: 80px;
}

.introduce-widget .read-more {
    position: absolute;
    bottom: 0;
}

h4.introduce {
    background: url('img/remium.png') top left no-repeat;
    padding-left: 90px;
    padding-bottom: 10px;
    line-height: 60px;
    font-weight: 300;
    margin: 0 0 52px;
}

.with-siamak {
    background: url('img/siamak.png') bottom right no-repeat;
    padding: 25px 0 1em;
    height: 180px;
}

.with-siamak [class*="col-"] {
    height: 141px;
}

.daughter-companies > div[class*="col-"] > ul.companies-listing,
.daughter-companies > div[class*="col-"] > .companies-description-widget {
    /*background: #d0d0d0;*/
    border-right: 20px solid #d0d0d0;

    height: 300px;
}

ul.companies-listing {
    background: #f0f0f0;
    border-right: 20px solid #d0d0d0;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: -15px;
}

ul.companies-listing li {
    position: relative;
}

ul.companies-listing li.active {
    padding-bottom: 20px;
    margin-bottom: -20px;
}

ul.companies-listing li a {
    border-bottom: 1px solid #ececec;
    padding: 20px;
    display: block;
    font-weight: 700;
    color: #212121;
    text-transform: uppercase;
}

ul.companies-listing li a:focus {
    text-decoration: none;
}

ul.companies-listing li.active a {
    margin-right: -20px;
    color: #d22630;
    border-bottom: none;
}

ul.companies-listing li.active a:after {
    position: absolute;
}


ul.companies-listing li a:hover {
    text-decoration: none;
    color: #d22630;
}

.companies-description-widget {
    margin-left: -15px;
    padding: 20px;
    font-size: .9em;
}

.companies-description-widget h4 {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1em;
}

ul.compact {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.compact .date {
    color: #777;
    padding-right: .5em;
}

ul.compact li {
    margin: .8em 0;
    line-height: 1em;
}

ul.compact a {
    font-size: .9em;
    color: #212121;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    display: block;
}



.icon-button {
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    min-width: 62px;
    min-height: 62px;
    padding-top: 67px;
    display: inline-block;
    text-align: center;
    font-size: .7em;
    line-height: 1.2em;
    text-transform: uppercase;
}

.press-sidebar-action-buttons span {
    width: 33%; float: left; text-align: center;
}

footer {
    line-height: 1.8em;
    text-align: center;
    font-size: .8em;
}

@media print {
    footer {
        display: none;
    }
}

footer .contact-info-image {
    height: 122px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}

.previous-link a {
    padding-left: 30px;
    font-weight: 700;
    display: block;
    background: url('img/arrow-previous-post.png') left center no-repeat;
}

.next-link a {
    padding-right: 30px;
    font-weight: 700;
    display: block;
    background: url('img/arrow-next-post.png') right center no-repeat;
    text-align: right;
}

@media print {
    .previous-link,
    .next-link {
        display: none;
    }
}

.share-icon {
    background-image: url('img/share-icons.png');
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 1.4em 1em 1.4em 0;
}

.icon-linkedin {
    background-position: -64px 0;
}
.icon-linkedin:hover {
    background-position: -64px -32px;
}

.icon-mail {
    background-position: -32px 0;
}
.icon-mail:hover {
    background-position: -32px -32px;
}

.icon-facebook {
    background-position: -96px 0;
}
.icon-facebook:hover {
    background-position: -96px -32px;
}

.icon-twitter {
    background-position: 0 0;
}
.icon-twitter:hover {
    background-position: 0 -32px;
}

@media print {
    .share-icon{
        display: none;
    }
}

.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

.entry-content table {
    width: 100%;
}

.entry-content table td {
    padding: .3em .5em;
    border-bottom: 1px solid #f0f0f0;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

.subscribe-box {
    background-size: cover;
    padding: 20px 0 20px 40px;
}

.subscribe-box.full {
    background-position: -390px top;
}

@media print {
    .subscribe-box {
        display: none;
    }
}

.subscribe-box h3 {
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    font-size: 1.6em;
    line-height: 3em;
}

.subscribe-box label {
    display: block;
    color: #fff !important;
    font-weight: 300;
    padding: 4px 0px;
}

@media (min-width: 992px) {
    .subscribe-box label {
        margin-left: 50px;
    }
    .subscribe-box.full label {
        margin-left: 20px;
    }
}

.subscribe-box input[type=checkbox] {
    margin-right: 10px;
}

.subscribe-box input[type=email] {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border: none;
    vertical-align: bottom;
    font-size: .9em;
    margin-top: 18px;
    width: 200px;
    float: left;
}

@media (min-width: 992px) {
    .subscribe-box input[type=email] {
        margin-left: -40px;
    }

    .subscribe-box.full input[type=email] {
        margin-left: 20px;
        margin-top: 0;
    }

    .subscribe-box.full {
        padding: 10px 30px 30px 30px;
    }
}


.subscribe-box button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    line-height: 3em;
    margin-bottom: 0;
    vertical-align: bottom;
    font-size: .9em;
    margin-top: 18px;
    float: left;
}

@media (min-width: 992px) {
    .subscribe-box.full button {
        margin-top: 0;
    }
}

#sticky-bar {
    background: rgba(33, 33, 33, 0.9);
    position: fixed;
    width: 100%;
    z-index: 1;
    height: 52px;
}

@media print {
    #sticky-bar {
        display: none;
    }
}

#sticky-bar a {
    color: #8e8e8e;
    text-overflow: ellipsis;
    overflow: hidden;
}

#sticky-bar .in-numbers {
    float: left;
    font-size: 0.9em;
    line-height: 1.1em;
    padding-top: 10px;
}

#sticky-bar .in-numbers .stock-left,
#sticky-bar .in-numbers .stock-right {
    padding-left: 20px;
    display: inline-block;
}

#sticky-bar .latest-press-release {
    line-height: 50px;
    height: 50px;
    overflow: hidden;
}

#top-chart-area {
    width: 155px;
    height: 50px;
    float: left;
    margin: 0 20px;
}

#startpage-chart-area {
    height: 95px;
}

.stock-box {
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .stock-box {
        padding-right: 15px;
    }
}

.temperature-hot .stock-box {
    display: none;
}

.stock-box .button {
    background: #d22630;
    color: #fff;
    font-weight: 400;
    font-size: .8em;
    text-transform: uppercase;
    text-align: right;
    display: inline-block;
    padding: 4px 10px 4px 20px;
    margin: -45px 0 0 -20px;
    float: left;
    line-height: inherit;
    border-radius: 0;
}

.stock-box .in-numbers {
    background: #484848;
    /*clear: both;*/
    /*width: 50%;*/
    /*float: left;*/
    color: #fff;
    padding: 20px;
    padding-top: 30px;
    height: 95px;
    border-right: 1px solid #3b3b3b;
    margin-right: 0;
}

.stock-box .in-numbers .stock-left,
.stock-box .in-numbers .stock-right {
    width: 50%;
    float: left;
}

.in-numbers .label {
    border-radius: 0;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1em;
    padding: 0;
    text-align: left;
    color: #8e8e8e;
    display: block;
}

.in-numbers .value {
    margin-top: 3px;
    color: #d22630;
    font-weight: 700;
    font-size: 1.1em;
    display: block;
}

.stock-box .chart {
    /*width: 50%;*/
    /*float: left;*/
    margin-left: 0;
    padding-left: 0;
}

@media (min-width: 768px) {
    .stock-box .chart {
        padding-right: 0;
    }
}

.report {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding-top: 81px;
    width: 158px;
    height: 140px;
    /*float: left;*/
    display: block;
    margin: 0 auto 5px;
}

#chart-area {
    margin-bottom: 18px;
}

.single-daughter-company .entry-header {
    background-repeat: no-repeat;
    background-position: top right;
    padding: 30px;
    background-color: #e8e8e8;
    margin-bottom: 10px;
    margin-top: 30px;
}

.single-daughter-company .entry-header h1.entry-title {
    margin-top: 60px;
    margin-bottom: 90px;
    font-size: 3.5em;
    color: #fff;
}

.single-daughter-company .entry-header .contacts {
    font-size: 0.8em;
    width: 80%;
}

.single-daughter-company .entry-header .contacts p {
    margin-bottom: 0;
}

.page-widget {
    padding: 30px !important;
    background: #d0d0d0;
}

.page-widget h2 {
    font-size: 1em;
    text-transform: uppercase;
    margin: -30px -30px 20px -30px;
    padding: 12px 30px !important;

    background: #f3f3f3;
    background: rgb(241,241,241);
    background: -moz-linear-gradient(top,  rgba(241,241,241,1) 0%, rgba(226,226,226,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,241,241,1)), color-stop(100%,rgba(226,226,226,1)));
    background: -webkit-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(226,226,226,1) 100%);
    background: -o-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(226,226,226,1) 100%);
    background: -ms-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(226,226,226,1) 100%);
    background: linear-gradient(to bottom,  rgba(241,241,241,1) 0%,rgba(226,226,226,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e2e2e2',GradientType=0 );
    border-top: 1px solid #f1f1f1;
    position: relative;
}

.page-widget h2:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 12px;
    bottom: -12px;
    left: 0;
}

.page-widget p {
    margin-bottom: 0;
}

.presentation-box {
    background: #484848;
    padding: 30px 20px 10px;
    color: #fff;
}

.presentation-box .quote {
    font-size: 1.4em;
    line-height: 1.4em;
    text-align: center;
    padding: 0 3em;
}

.presentation-box .quote p {
    margin-bottom: 20px;
}

.presentation-box .button {
    width: 75%;
    margin: 10px 0 10px;
}

@media (min-width: 768px) {
    .presentation-box .button {
        width: 25%;
        margin: 0 20px;
    }
}

.pagination {
    text-align: center;
    display: block;
}

.page-numbers {
    display: inline-block;
    padding: 4px 13px;
    /*margin: 0 -5px;*/
    color: #212121;
    vertical-align: middle;
    border-radius: 3px;
}

.page-numbers.current {
    background: #d22630;
    color: #fff;
    font-weight: bold;
}

a.page-numbers:hover {
    border: 1px solid #d0d0d0;
    padding: 3px 12px;
    color: #212121;
    text-decoration: none;
}


/* Bootstrap */
.icon-bar {
    background: #747474;
}

.startpage-carousel-right {
    position: relative;
}

@media (min-width: 768px) {
    .startpage-carousel-right {
        height: 336px;
    }
}

.temperature-cold .startpage-carousel-right {
    height: 250px;
}
.temperature-hot .startpage-carousel-right {
    height: auto;
}

.startpage-carousel-right .content {
    background: rgba(33, 33, 33, 0.7);
    color: #f0f0f0;
    height: 100%;
    padding: 20px;
    font-size: .9em;
    text-align: center;
    margin-bottom: 95px;
}

.startpage-carousel-right h4 {
    font-size: .9em;
    text-transform: uppercase;
}

.temperature-hot .startpage-carousel-right .content,
.temperature-cold .startpage-carousel-right .content {
    margin-bottom: 0;
}


@media (min-width: 992px) {
    .startpage-carousel-left {
        padding-right: 0;
    }

    .startpage-carousel-right {
        padding-left: 0;
    }
}

.temperature-hot .startpage-carousel-right {
    padding-left: 15px;
}


.carousel-control.left,
.carousel-control.right {
    background: none;
}

@media (min-width: 992px) {
    .col-md-fifth {
        width: 20%;
        padding: 0 15px;
        float: left;
    }
}

fieldset {
    padding: 0 15px;
    margin: 0 0 3em;
    border: 1px solid #ececec;
    border-radius: 3px;
    text-align: center;
}

fieldset p {
    margin-bottom: 0;
}

fieldset .col-md-fifth {
    min-height: 275px;
    margin-top: 15px;
    margin-bottom: 15px;
}

fieldset .col-md-fifth a:hover {
    text-decoration: none;
}

legend {
    font-weight: bold;
    font-size: 1.6em;
    display: inline-block;
    text-align: left;
    width: auto;
    margin-bottom: 2px;
    border-bottom: none;
    padding: 0 10px;
}

.press-releases {
	line-height: 2em;
}

.press-releases a {
    color: #212121;
}

.press-releases h2 {
	line-height: 2.5em; margin: 0
}

/**
 * Slider
 **/

.bjqs-prev a, .bjqs-next a{
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(img/jssor-arrows.png) center center no-repeat;
    overflow: hidden;
    width: 55px;
    height: 55px;
    /*font-size: 0;*/
}
.bjqs-prev a { background-position: -3px -33px; }
.bjqs-next a { background-position: -63px -33px; }
.bjqs-prev a:hover { background-position: -123px -33px; }
.bjqs-next a:hover { background-position: -183px -33px; }
.bjqs-prev a:active { background-position: -243px -33px; }
.bjqs-next a:active { background-position: -303px -33px; }


.metaslider .flexslider {
    margin: 0 !important;
}

#content .metaslider ol.flex-control-nav,
ol.bjqs-markers {
    position: absolute;
    margin-top: -40px;
    /*z-index: 9999;*/
    bottom: inherit;
}
#content .metaslider ol.flex-control-nav li a,
ol.bjqs-markers li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 3px;
    text-indent: -9999px;
    /*font-size: 0;*/
    cursor: pointer;
    background-color: #000 9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
    box-shadow: none;
}
#content .metaslider ol.flex-control-nav li a.flex-active,
ol.bjqs-markers .active-marker {
    background-color: #fff;
}

.metaslider .flex-direction-nav a {
    background-image: url('img/bg-slider-nav.png');
}

.metaslider .caption-wrap {
    display: none !important;
}

#mk-main-navigation ul li ul li a:hover {
    text-decoration: none !important;
}

#theme-page .theme-page-wrapper .theme-content .sidebar-wrapper,
#theme-page .theme-page-wrapper.right-layout .sidebar-wrapper,
#theme-page .theme-page-wrapper .theme-content {
   padding-top: 0px !important;
}

.button {
    padding: 0 1.5em !important;
    line-height: 2.5em !important;
}

#theme-page .theme-page-wrapper {
    padding-left: 15px; padding-right: 15px;
}

/*
ul, li {
    margin-left: 0px !important;
}*/

ul.listing li {
    margin-left: 0px !important;
}


.entry-title {
padding-top: 90px;
padding-bottom: 100px;
margin-left: 58px;
color:#fff !important;
}

.header_row {
background: #E8E8E8;
margin: 0 auto !important;
}


body.home .master-holder {
	margin-top: 50px !important; 
}

body:not(.home) .theme-page-wrapper {
	padding-top: 75px; 
}

#mk-page-introduce.intro-left {display:none;}

.main-navigation-ul > li.no-mega-menu ul.sub-menu li.menu-item a.menu-item-link {
    padding: 4px 15px !important;
}


.widget .button {
    background-color: #d22630;
}

.text-center {
    text-align: center;
}

.single-social-section {
    display: none;
}

.widget_search, .search-loop-meta {
    display: none !important;
}

.subscribe-box.full h3 {color: #fff !important;}

#sticky-bar .mk-grid, .main-navigation-ul > li.menu-item > a.menu-item-link {
    padding-left: 15px !important; padding-right: 15px !important;
}

.main-navigation-ul > li.no-mega-menu ul.sub-menu li.menu-item a.menu-item-link {
    width: 200px !important;
}

.main-navigation-ul li.menu-item ul.sub-menu li.menu-item a.menu-item-link {
    font-size: 0.8em;
}

#mk-header .header-grid {
    max-width: 940px;
}

#mk-header .header-logo {
    max-width: 972px !important;
}

.theme-content {
    padding-left: 0px !important;
}

.sidebar-wrapper {
    padding-right: 0px !important;
}

.sidebar-wrapper .widget {
    border: 1px solid #F1F1F1;
}

@media (max-width: 768px) {
    .mk-main-wrapper-holder {
        padding-top: 25px;
    }
	
	ul.listing li.highlight {
		margin-bottom: -3em;
	}
	
    .mk-resposnive-logo {
        left: 15px !important;
    }
    .widget-startpage-xs-full .scrollable {
        max-height: none !important;
    }

    img.logo_footer {width:168px!important;margin-bottom: 40px;   margin-top: 20px;}
    .footer-wrapper br {display:none;}

    #mk-footer .widget-row {min-height: 0px !important; padding: 0 !important;}
}

.mk-header-inner .flags {height:90px;line-height:90px;}

.main-nav-side-search {
    display: none;
}

#mk-footer .space-footer {
    height: 170px;
}


/*
.in-numbers, .chart, #chart-area {
   display: none !important;
}
*/


/*
#mk-footer .textwidget div:first-child {
    min-height: 170px;
}
*/

@media (max-width: 500px) {
h2.top-banner {
line-height: normal !important;
padding: 25px 60px !important;
}
}

@media (max-width: 300px) {
h2.top-banner {
line-height: normal !important;
padding: 0 !important;
}
}

/*Thuan add*/
#mk-footer .widget-row {
    padding: 20px 0px; text-align: center;
    min-height: 55px; /* The minimum height of each row, change accordingly to the height of the alcadon logo in the leftmost widget */
}
 
#mk-footer .widget-row p {
    margin-bottom: 0.3em;
}

.top-banner {
	margin: 0 0px 30px 0px;
}

                                /* ===== new css (fri-19-mar-2021) ===== */
                                
.sticky-style-fixed.header-style-1 .mk-header-holder, 
.sticky-style-fixed.header-style-3 .mk-header-holder {background: #fff;}

.post-infobar {margin-bottom: 30px;display:flex;align-items:center;}
.post-infobar .icon-button {width: auto;padding-top:0}
.post-infobar .icon-button span {
    padding-top: 70px;
    display: inline-block;
}
a.pdf-file:before {
    content: "\f1c1";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 10px;
}

a.pdf-file {
    position: relative;
    padding-left: 30px;
    margin-left: 5px;
    border-left: 1px solid #111;
}