.ir-block .collapse.in {
  display: block;
}
.ir-block .collapse {
  visibility: visible;
}
.ir-block .modal.in {
  opacity: 1;
}
.ir-block .modal-open.modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.ir-block .modal-backdrop.in {
  opacity: 0.5;
}

/*  */

.ir-block .ktc-business-result .container .right-container .container {
  width: 433px !important;
  min-height: 581px;
  background: url(/pub/ir/photo/ktc-business-result-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ir-block .ktc-video-tab .ktc-video-cover {
  width: 100%;
  cursor: pointer;
}

.ir-block .shareholders-structure-section {
  padding: 70px 0;
  background: url(/pub/ir/photo/shareholders1_1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ir-block .ktc-publication {
  background-size: cover !important;
}

.ir-block .ktc-video-tab .ktc-video-menu li {
  display: flex;
  padding: 10px 10px;
  gap: 1rem;
  border-radius: 8px;
  cursor: pointer;
  align-items: center;
}

.ir-block .ktc-video-tab .ktc-video-cover .content {
  position: absolute;
  bottom: 0px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #fff;
  padding: 10px 30px 10px 10px;
  background-color: rgba(0, 0, 0, 0.5);
}

.ir-block .ktc-ir-modal .modal-dialog .btn-close {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-70%) translateX(40%);
  opacity: 1;
  background: #fff;
  border: solid 1px #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .ir-block .ktc-video-tab .ktc-video-cover .content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
    bottom: 0;
    width: 100%;
    margin: auto;
    margin-top: 27px;
    margin-bottom: 25px;
    background: none;
  }
}
.ir-block .ktc-video-tab .ktc-video-cover .content .btn-prev,
.ir-block .ktc-video-tab .ktc-video-cover .content .btn-next {
  display: none;
}

@media (max-width: 991.98px) {
  .ir-block .ktc-video-tab .ktc-video-cover .content .btn-prev,
  .ir-block .ktc-video-tab .ktc-video-cover .content .btn-next {
    display: block;
    position: absolute; 
  }
  .ir-block .ktc-video-tab .ktc-video-cover .content .btn-prev {
    left:0px
  }
    .ir-block .ktc-video-tab .ktc-video-cover .content .btn-next {
    right: 40px;
  }
  .ir-block .ktc-video-tab .ktc-video-cover .content .btn-prev::before,
  .ir-block .ktc-video-tab .ktc-video-cover .content .btn-next::before {
    content: "";
    background: url(/ic-arrownext.png);
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: cover;
    position: absolute;
    opacity: 1;
    top: 0px;
  }

  .ir-block .ktc-video-tab .btn-prev::before {
    transform: scaleX(-1);
  }
}
@media (max-width: 767px) {
  .ir-block .shareholders-structure-section {
    padding: 40px 0;
    background: url(/pub/ir/photo/shareholders2_1.png);
  }
}
.ir-block .breadcrumb-custom {
  padding-left: 0;
  justify-content: start;
}

.ir-block .ktc-publication-video  h5{
  font-size: 1rem ;
}

/*  */

.ir-block .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.ir-block .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.ir-block .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ir-block .select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.ir-block .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.ir-block .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.ir-block .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0
}

.ir-block .select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.ir-block .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all
}

.ir-block .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.ir-block .select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1
}

.ir-block .select2-results {
    display: block
}

.ir-block .select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.ir-block .select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.ir-block .select2-results__option--selectable {
    cursor: pointer
}


.ir-block .select2-container--open .select2-dropdown {
    left: 0
}

.ir-block .select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.ir-block .select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.ir-block .select2-search--dropdown {
    display: block;
    padding: 4px
}

.ir-block .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.ir-block .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.ir-block .select2-search--dropdown.select2-search--hide {
    display: none
}

.ir-block .select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.ir-block .select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.ir-block .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.ir-block .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.ir-block .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px
}

.ir-block .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.ir-block .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.ir-block .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.ir-block .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.ir-block .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.ir-block .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.ir-block .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.ir-block .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.ir-block .select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative
}

.ir-block .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px
}

.ir-block .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px
}

.ir-block .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap
}

.ir-block .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.ir-block .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0
}

.ir-block .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #f1f1f1;
    color: #333;
    outline: none
}

.ir-block .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.ir-block .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.ir-block .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.ir-block .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto
}

.ir-block .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.ir-block .select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.ir-block .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.ir-block .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.ir-block .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.ir-block .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.ir-block .select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.ir-block .select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.ir-block .select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.ir-block .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.ir-block .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.ir-block .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.ir-block .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.ir-block .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.ir-block .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.ir-block .select2-container--default .select2-results__option--group {
    padding: 0
}

.ir-block .select2-container--default .select2-results__option--disabled {
    color: #999
}

.ir-block .select2-container--default .select2-results__option--selected {
    background-color: #ddd
}

.ir-block .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: white
}

.ir-block .select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.ir-block .select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.ir-block .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.ir-block .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.ir-block .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px
}

.ir-block .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.ir-block .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.ir-block .select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.ir-block .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.ir-block .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.ir-block .select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.ir-block .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.ir-block .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.ir-block .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.ir-block .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.ir-block .select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px
}

.ir-block .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.ir-block .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.ir-block .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0
}

.ir-block .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.ir-block .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px
}

.ir-block .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none
}

.ir-block .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.ir-block .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.ir-block .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.ir-block .select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.ir-block .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.ir-block .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.ir-block .select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.ir-block .select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.ir-block .select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.ir-block .select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.ir-block .select2-container--classic .select2-dropdown--below {
    border-top: none
}

.ir-block .select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.ir-block .select2-container--classic .select2-results__option--group {
    padding: 0
}

.ir-block .select2-container--classic .select2-results__option--disabled {
    color: grey
}

.ir-block .select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff
}

.ir-block .select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.ir-block .select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}


/*  */
.ir-block .shareholders-information-table-section .select2-container #select2-ktc-shareholders-year-selector-results .select2-results__option--highlighted.select2-results__option--selectable{
  background-color: #c16e42;
  color: #fff;
}

.ir-block .iframe-resize {
    width: 100%;
    border: 0px;
    overflow: hidden;
    height: 1500px;
}


/*  */

.ir-block.ir-form .card-register-center,.btn-action {
    background: #CF3339;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: 'Conv_SukhumvitTadmai_Bol',Helvetica,Arial,sans-serif;
    padding: 13px 49px;
    border-radius: 6px;
    border: transparent;
    margin: 30px 0 60px 0;
    min-width: 176px;
    position: relative;
    top: 0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
 
}
@media (max-width: 767px) {
    .ir-block.ir-form .card-register-center,.btn-action{
            margin: 30px 0 20px 0;
    }
};
.ir-block.ir-form .card-register-center:disabled {
    pointer-events: none;
    background: rgba(91,102,112,.6) !important;
    color: #fff !important;
    border-color: transparent !important
}

a.card-register-center,a.btn-action {
    margin: 30px 0 60px 0
}

.ir-block.ir-form .card-register-center:hover {
    cursor: pointer;
    color: #fff;
    top: -3px;
    -webkit-box-shadow: 0 1px 13px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 13px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 13px 0 rgba(0,0,0,0.2)
}

.ir-block.ir-form .card-register-center.blue {
    background: #0076C0
}

.ir-block.ir-form .card-register-center:disabled,.ir-block.ir-form .card-register-center.disabled {
    pointer-events: none;
    background: rgba(91, 102, 112, .6) !important;
    color: #fff !important;
    border-color: transparent !important;
}
/*  */
.ir-block .card-contactcenter *{

    color: #666;
}
.ir-block .card-contactcenter h5{
    font-size: 1rem;
    
margin-bottom: 0;
}
.ir-block .card-contactcenter h4{

    margin-bottom: 0;
}



.ir-block .ktc-stock-value-section .iframe-resize-2 {
    width: 100%;
    border: 0px;
    overflow: hidden;
    height: 195px;
  }
  @media (max-width: 991px) {
    .ir-block .ktc-stock-value-section .iframe-resize-2 {
      height: 320px;
    }
  }
  @media (max-width: 991px) {
    .ir-block .ktc-stock-value-section .iframe-resize-2 {
      height: 320px;
    }
  }
  @media (max-width: 767px) {
    .ir-block .ktc-stock-value-section .iframe-resize-2 {
      height: 500px;
    }
  }
  .a-center {
    text-align: center;
}