
@import "font-style.css";
@import "font-awesome.css";
@import "animate.min.css";

body {
    font-family: 'MyriadProRegular';
    font-size: 14px;
    color: #132539;
}
.p0 {
    padding: 0 !important;
}
.mt27 {
    margin-top: 27px !important;
}
.slider-index {
    position: relative;
    display: block;
    max-width: 100%;
}
#slider-index img {
    width: 100%;
}
#slider-index .item {
    max-height: 520px;
}
#slider-index.owl-theme .owl-dots {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
}
#slider-index.owl-theme .owl-dots .owl-dot span {
    background: #fff;
    opacity: .9;
    margin: 5px;
}
#slider-index.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot.active span {
    background: #bf1e2e;
}

.feature-number {
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 15px 30px;
    padding-bottom: 40px;
    font-size: 22px;
}
.feature-number ul {
    padding: 0;
    display: inline-block;
    margin: 0 auto;
}
.feature-number li {
    float: left;
    padding: 15px 30px;
    list-style: none;
}
.feature-number li span {
    font-size: 60px;
    display: block;
    line-height: 50px;
}
.feature-number li i {
    font-style: normal;
    letter-spacing: 1px;
}
.feature-partners {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}
.feature-partners ul {
    padding: 0;
    display: inline-block;
    margin: 0 auto;
}
.feature-partners li {
    float: left;
    padding: 15px 60px;
    list-style: none;
}
.feature-partners li span {
    height: 150px;
    width: 260px;
    background: #f3f3f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.feature-partners li span img {
    max-width: 95%;
    max-height: 95%;
    margin: 0 auto;
}
.thumbnail-amcham, .thumnail-amcham {
  position: relative;
  height: 247px;
  background: #000;
  overflow: hidden;
}
.thumbnail-amcham img, .thumnail-amcham img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: 100%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.thumbnail-amcham img.portrait {
  width: 100%;
  height: auto;
}
.col-ft-fallery {
    overflow: hidden;
    padding: 0;
}
.col-ft-fallery .thumbnail-amcham {
    width: 101%;
    cursor: pointer;
}
.col-ft-fallery .thumbnail-amcham img {
    height: auto;
    /*width: auto;
    max-height: 101%;
    min-width: 101%*/;
}
.m0 {
    margin: 0 auto !important;
}
.title-feature {
    font-size: 24px;
    color: #1f2259;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    line-height: normal;
}
.title-feature:hover {
    text-decoration: none;
    color: #bf1e2e;
}
.title-sponsors {
    color: #1f2259;
    font-size: 16px;
    text-align: left;
    margin-bottom: 15px;
}
.fn-sponsors {
    background: #e7e8ea;
    position: relative;
    bottom: auto;
    right: auto;
    left: auto;
    padding-top: 25px;
    padding-bottom: 20px;
    width: 100%;
}
.fn-sponsors ul {
    width: 100%;
}
.fn-sponsors li {
    border-right: 1px solid #000;
    min-height: 140px;
    width: 25%;
}
.fn-sponsors li:last-child {
    border-right: 0;
}
.flag-feature {
    background: url(../images/back-flag.jpg) center;
    background-size: 100% 100%;
    font-size: 50px;
    color: #fff;
    text-align: center;
    padding: 75px 0 ;
}
.flag-feature a {
    color: #fff;
    text-decoration: none;
}
.flag-feature a:hover {
    text-decoration: none;    
}
.list-event {
    height: 100%;
    background: #e7e8ea;
    padding: 15px 27px;
    transition: ease all .3s;
    -webkit-transition: ease all .3s;
    -ms-transition: ease all .3s;
}
.event-type {
    color: #939598;
    font-size: 13px;
    margin-bottom: 10px;
}
.title-event-list {
    color: #132539;
    font-size: 18px;
    font-family: 'MyriadProBold';
    line-height: normal;
    margin-bottom: 15px;
}
.title-event-list a {
    color: #132539;
}
.title-event-list a:hover {
    text-decoration: none;
}
.list-event .media {
    margin-top: 10px;
}
.icon-time {
    width: 15px;
    height: 15px;
    display: block;
    background: url(../images/clock.png) no-repeat left;
    background-size: auto 100%;
}
.red-border {
    border-bottom: 15px solid #bf1e2e;
}
.red-border:hover {
    background: #bf1e2e;
}
.red-border:hover a {
    color: #fff;
}
.list-event:hover .icon-time {
    background: url(../images/clock.png) no-repeat right;
}
.icon-maps {
    width: 15px;
    height: 15px;
    display: block;
    background: url(../images/pin-maps.png) no-repeat left;
    background-size: auto 100%;
}
.list-event:hover .icon-maps {
    background: url(../images/pin-maps.png) no-repeat right;
}
.list-event:hover .event-type,
.list-event:hover .title-event-list,  
.list-event:hover .media {
    color: #fff;
}
.darkblue-border {
    border-bottom: 15px solid #0c2d59;
}
.darkblue-border:hover {
    background: #0c2d59;
}
.darkblue-border:hover a {
    color: #fff;
}
.pb15 {
    padding-bottom: 15px !important;
}
.pt15 {
    padding-top: 15px !important;
}
.pt30 {
    padding-top: 30px !important;
}
.pb30 {
    padding-bottom: 30px !important;
}
.pt0 {
    padding-top: 0 !important;
}
.text-center {
    text-align: center !important;
}
.col-w20 {
    width: 20%;
}
.cf-grey {
    background: #f1f2f2;
}
.cf-grey2 {
    background: #e6e7e8;
}
.cf-grey3 {
    background: #bcbec0;
}
.thumb-public {
    width: 100%;
    height: 285px;
}
.cover-reports .thumb-public {
    height: 360px;
}
.title-latest {
    font-family: 'MyriadProBold';
    font-size: 18px;
    color: #132539;
    text-align: center;
    margin-bottom: 15px;
}
.title-latest img {
    margin-right: 10px;
}
.join-footer {
    text-align: center;
    width: 100%;
    height: auto;
    background: url(../images/back-flag-footer.jpg) center;
    background-size: 100% 100%;
    padding: 27px 20px;
}
.join-footer p {
    color: #fff;
    margin-bottom: 15px;
}
.join-footer a {
    width: 100%;
    display: block;
    padding: 15px;
}
.join-footer hr {
    margin-left: -20px;
    margin-right: -20px;
    border-top: 1px solid #fff;
}
.banner-footer img {
    width: 100%;
}
.banner-top {
    background: #fff;
    /*display: flex;*/
}
.banner-top img {
    width: 100%;
}
.title-pagination {
    color: #132539;
    font-family: 'MyriadProBold';
    font-size: 36px;
    line-height: 60px;
    font-style: italic;
}
.cf-grey4 {
    background: #d1d3d4;
}
.wrap-right {
    display: block;
    width: 260px;
}
.pt50 {
    padding-top: 50px !important;
}
.pb50 {
    padding-bottom: 50px !important;
}
.widget-white {
    background: #fff;
    padding: 10px 15px;
    position: relative;
}
.wrap-right .title-event-list {
    font-size: 16px;
}
.cf-content {
    background: #f3f3f5;
}
.mb30 {
    margin-bottom: 30px !important;
}
.wrap-right .media {
    margin-top: 5px;
}
.wrap-right .media-body {
    font-size: 13px;
    color: #132539;
}
.mb15 {
    margin-bottom: 15px !important;
}
.wrap-right .btn-red {
    text-transform: none;
    width: 100%;
}
.mt30 {
    margin-top: 30px !important;
}
.banner-ads img {
    width: 100%;
}
.cover-reports img {
    width: 100%;
}
.frame-content {
    padding-right: 30px;
    width: 100%;
    display: block;
    position: relative;
}
.frame-content p,
.frame-content li {
    color: #132539;
    font-size: 18px;
    margin-bottom: 20px;
}
.red-content,
.red-content li {
    font-size: 36px;
    font-style: italic;
    color: #be1e2d;
    line-height: normal;
}
.red-content span {
    font-size: 18px;
    color: #132539;
}
.line-content {
    border-top: 1px solid #132539;
    margin-top: 30px;
    margin-bottom: 30px;
}
.title-content {
    color: #132539;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 0;
}
.title-content b {
    font-weight: normal;
    font-family: 'MyriadProBold';
}
.widget-newsletter .title-event-list {
    font-size: px;
}
.widget-newsletter p {
    font-size: 13px;
    color: #132539;
    margin-bottom: 0;
}
.cover-newsletter {
    min-height: 145px;
    background: #949599;
}
.cover-newsletter img {
    width: 100%;
}
.frame-content .list-column a {
    margin-bottom: 15px;
    font-size: 18px;
    color: #132539;
    display: block;
}
.banner-top .feature-partners li span {
    background: #949599;
}
.breadcrumb-page {
    padding-top: 15px;
}
.breadcrumb-page .breadcrumb {
    margin-bottom: 0;
    border-bottom: 1px solid #be1e2d;
    border-radius: 0;
    padding-left: 0;
    padding-bottom: 10px;
}
.breadcrumb-page .breadcrumb li a {
    font-family: 'MyriadProRegular';
    color: #939598;
}
.breadcrumb-page .breadcrumb li.active {
    color: #be1e2d;
}
.breadcrumb-page .breadcrumb>li+li:before {
    content: "\f105";
    font: normal normal normal 16px/1 FontAwesome;
    color: #939598;
    padding: 0 10px;
}
.title-comdet {
    line-height: normal;
    font-size: 36px;
}
.mt0 {
    margin-top: 0 !important;
}
.mt10 {
    margin-top: 10px !important;
}
.thumb-cochair {
    width: 144px;
    height: 190px;
    background: #949599;
}
.title-cochair {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 15px;
}
.media-cochair .media-body {
    padding-left: 15px;
}
.mt50 {
    margin-top: 50px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.widget-blue-left {
    border-left: 15px solid #132539;
    padding: 15px;
}
.mb20 {
    margin-bottom: 20px !important;
}
.widget-red-left {
    border-left: 15px solid #be1e2d;
    padding: 15px;
}
.select-amcham {
    font-family: 'MyriadProRegular';
    color: #132539;
    font-size: 20px;
    height: auto;
    position: relative;
}
.select-amcham:after {
    position: absolute;
    content: "\e114";
    font-family: 'Glyphicons Halflings';
}
.thumb-latest {
    background: #949599;
    height: 150px;
    width: 260px;
}
.thumb-top-art {
    background: #949599;
    height: 250px;
    width: 440px;    
}
.thumb-reports {
    background: #949599;
    height: 254px;
    width: 182px;    
}
.media-latest {
    margin-top: 15px;
}
.media-latest .media-left {
    padding-right: 0;
}
.media-latest .media-body .media-left {
    padding-right: 10px;
}
.media-latest .media-body {
    background: #fff;
}
.media-latest p{
    margin-bottom: 0;
}
.btn-grey {
    color: #fff;
    background: #bdbec0;
    font-size: 22px;
    padding: 10px 25px;
    display: inline-block;
}
.btn-grey:hover,
.btn-grey:focus {
    color: #fff;
    opacity: .9;
    text-decoration: none;
}
.tabs-highlight .nav-tabs {
    border-bottom: 0;
}
.tabs-highlight .nav-tabs>li>a {
    color: #bcbec0;
    font-size: 36px;
    border: 0;
    padding-top: 0;
}
.tabs-highlight .nav-tabs>li:first-child a {
    padding-left: 0;
}
.tabs-highlight .nav-tabs>li>a:hover,
.tabs-highlight .nav-tabs>li.active>a, .tabs-highlight .nav-tabs>li.active>a:focus, .tabs-highlight .nav-tabs>li.active>a:hover {
    color: #132539;
    border: 0;
    background: none;
}
.load-more, .load-moree, .load-more-photo, .load-more-video{
    font-size: 24px;
    color: #1f2259;
}
.load-more:hover, .load-moree:hover, .load-more-photo:hover, .load-more-video:hover  {
    text-decoration: none;
    color: #1f2259;
}
.mt15 {
    margin-top: 15px !important;
}
.date-articles {
    font-size: 14px;
    color: #939598;
    letter-spacing: 1px;
}
.share-article a {
    display: inline-block;
    color: #fff;
    padding: 0 7px;
    font-size: 16px;
    line-height: 32px;
    margin-right: 7px;
    font-family: 'MyriadProLight';
}
.share-article a.share-fb {
    background: #0f75bd;
}
.share-article a.share-tw {
    background: #24a9e4;
}
.share-article a.share-in {
    background: #165f9a;
}
.share-article a.share-fb img {
    width: 9px;
}
.share-article a.share-tw img {
    width: 20px;
}
.share-article a.share-in img {
    width: 17px;
}
.share-article a img {
    margin-right: 7px;
}
.share-article a:hover {
    text-decoration: none;
    opacity: .9;
}
.share-article a span {
    line-height: normal;
    border-left: 1px solid #fff;
    padding-left: 7px;
    display: inline-block;
}
.si-artdei {
    width: 840px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.si-artdei #slider-index {
    /*height: 380px;*/
}
.si-artdei .feature-number {
    text-align: left;
    font-size: 16px;
}
.si-artdei #slider-index.owl-theme .owl-controls {
    margin-top: -100px;
}
.title-artdei {
    font-style: normal;
}
.link-reports {
    font-size: 14px;
    text-transform: none;
    position: absolute;
    right: 15px;
    top: 5px;
    padding: 5px 15px;
}
.list-reports {
    display: block;
    background: #fff;
    padding: 15px;
    padding-right: 5px;
    margin-bottom: 15px;
}
.thumb-gallery {
    width: 100%;
    height: 150px;
    background: #ffffff;
    margin-bottom: 30px;
    font-size: 22px;
    color: #949599;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
}
.thumb-gallery a {
    text-decoration: none;
    color: #fff;
}
#myModalVideo .modal-dialog ,#myModalPhoto .modal-dialog {
    margin-top: 60px;
    width: 840px;
    max-width: 90%;
}
#myModalVideo .modal-content ,#myModalPhoto .modal-content {
    background: none;
    box-shadow: none;
    border: 0;
}
#myModalVideo .modal-body ,#myModalPhoto .modal-body {
    padding: 0;
}
#myModalVideo .close ,#myModalPhoto .close {
    position: absolute;
    right: 10px;
    z-index: 99;
    top: 4px;
    color: #fff;
    opacity: 1;
    text-shadow: none;
}
.cc-popup {
    padding-bottom: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 30px;
    background: rgba(0,0,0,.5);
}
.form-login {
    background: #0c2d59;
    padding: 20px;
    margin-bottom: 30px;
}
.form-login .title-event-list {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
}
.input-amcham {
    background: #fff;
    border-radius: 0;
    border: 0;
    margin-bottom: 10px;
    box-shadow: none;
}
.input-amcham:focus {
    box-shadow: none;
    border: 0;
}
.btn-red-login {
    border: 0;
    text-transform: none;
    font-size: 14px;
    white-space: nowrap;
    padding: 3px 15px;
    outline: none;
}
.checkbox-amcham {
    padding-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
}
.checkbox-amcham label {
    color: #fff;
    text-align: right;
    display: block;
    padding-right: 25px;
    font-size: 14px;
    position: relative;
    font-family: 'MyriadProRegular';
}
.checkbox-amcham input {
    right: 0;
}
.mt5 {
    margin-top: 5px !important;
}
.intro-login {
    color: #fff;
    font-size: 12px;
    letter-spacing: .8;
}
.price-member {
    font-size: 55px;
    color: #231f20;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    margin-right: 55px;
    font-style: italic;
    line-height: 65px;
}
.price-member i {
    position: absolute;
    bottom: 3px;
    left: 101%;
    font-size: 21px;
    line-height: normal;
}
.btn-link-price {
    text-transform: none;
    font-size: 22px;
    white-space: nowrap;
    padding: 10px 30px;
    min-width: 210px;
    max-width: 100%;
}
.p20 {
    padding: 20px !important;
}
.p30 {
    padding: 30px !important;
}
.label-amcham {
    color: #6d6e71;
    font-size: 18px;
    font-weight: normal;
    display: block;
}
.row-form {
    margin-left: -5px;
    margin-right: -5px;
}
.col-form {
    /*padding-left: 5px;*/
    padding-right: 5px;
    margin-bottom: 10px;
}
.subtitle-content {
    font-size: 18px;
    color: #939598;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.ml15 {
    margin-left: 15px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.cb-amcham label {
    font-size: 18px;
    color: #6d6e71;
    line-height: 30px;
    padding-left: 45px;
    margin-bottom: 5px;
}
.cb-amcham input {
    display: none;
}
.cb-amcham span {
    margin-right: 15px;
    background: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 0;
}
.cb-amcham span i {
    opacity: 0;
    line-height: 27px;
}
.cb-amcham input[type=checkbox]:checked ~ span i {
    opacity: 1;
}
.cb-amcham input[type=radio]:checked ~ span i {
    opacity: 1;
}
.cb-amcham-grey span {
    background: #d1d3d4;
}
.title-member-dtl {
    font-size: 30px;
    color: #fff;
    background: #0c2d59;
    padding: 10px 20px;
    margin-bottom: 30px;
}
.thum-members {
    width: 190px;
    height: 250px;
    background: #949599;
}
.btn-grey-member {
    font-size: 14px;
    width: 100%;
    border: 0;
    padding: 5px 15px;
    background: #949599;
    color: #fff;
}
.btn-red-member {
    font-size: 14px;
    width: 100%;
    border: 0;
    text-transform: none;
    padding: 5px 15px;
    background: #bf1e2e;
    color: #fff;
}
.btn-blue-member{
    font-size: 14px;
    width: 100%;
    border: 0;
    padding: 5px 15px;
    background: #0c2d59;
    color: #fff;   
}
.icon-listmember {
    width: 80px;
    text-align: center;
    padding-left: 15px;
}
.media-listmember {
    font-size: 18px;
    margin-top: 10px;
}
.icon-listcompany {
    width: 80px;
    text-align: center;
    padding-left: 15px;
}
.media-listcompany {
    font-size: 18px;
    margin-top: 10px;
}
.table-membership td {
    font-size: 18px;
    padding-right: 15px;
    padding-bottom: 5px;
}
.text-right {
    text-align: right;
}
.pg-amcham .panel-default>.panel-heading {
    background: none;
    color: #132539;
    border: 0;
    border-radius: 0;
    font-size: 24px;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
}
.pg-amcham .panel {
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    border-top: 1px solid #132539;
}
.pg-amcham .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0;
    padding: 0;
    padding-top: 15px;
}
.pg-amcham .panel-title {
    font-size: 24px;
}
.pg-amcham .panel-title>a {
    text-decoration: none;
}
.payment-with-border a {
    text-decoration: none;
}
.pg-amcham .panel-default.payment-with-border>.panel-heading {
    color: #be1e2d;
    font-size: 36px;
}
.pg-amcham .panel-default.payment-with-border>.panel-heading .panel-title {
    font-size: 36px;
}
.pt20 {
    padding-top: 20px !important;
}
.pb20 {
    padding-bottom: 20px !important;
}
.thumb-product {
    height: 200px;
    max-width: 350px;
    background: #fff;
    margin: 0 auto;
}
.il-dtlpart {
    width: auto;
    padding: 0;
    padding-right: 10px;
}
.btn-grey-direct {
    color: #fff;
    background: #bdbec0;
    font-size: 22px;
    padding: 10px 25px;
    display: inline-block;
    text-transform: none;
    min-width: 300px;
    max-width: 100%;
}
.banner-us {
    background: url(../images/banner-us.jpg) center;
    background-size: 100% 100%;
    padding: 15px;
}
.intro-bnr-us {
    font-size: 26px;
    color: #fff;
    padding: 30px;
    border: 1px solid #fff;
}
.intro-bnr-us span {
    display: block;
    margin-bottom: 30px;
}
.intro-bnr-us .btn-red {
    font-family: 'MyriadProBold';
    font-size: 42px;
    text-transform: none;
    padding-left: 30px;
    padding-right: 30px;
}
.et-us {
    font-size: 27px;
    color: #132539;
    font-family: 'MyriadProBold';
    line-height: normal;
}
.title-year {
    font-size: 60px;
    margin-bottom: 30px;
}
.btn-blue {
    padding: 7px 15px;
    font-family: 'MyriadProLight';
    background: #0c2d59;
    color: #fff;
    font-size: 18px;
    display: block;
    text-align: center;
}
.p15 {
    padding: 15px !important;
}
.frame-content {
    max-width: 100%;
}
.frame-content .ul-committee {
    padding-left: 0;
}
.frame-content .ul-committee li {
    margin-bottom: 5px;
    list-style: none;
}
.frame-content .ul-committee li a {
    color: red;
}
.mt33 {
    margin-top: 33px !important;
}
.line-white {
    border-top: 1px solid #fff;
    margin-top: 15px;
}
.form-login p {
    color: #fff;
    margin-bottom: 0;
}
.status-color {
    padding-left: 0;
    margin-bottom: 20px;
    margin-top: 7px;
    display: inline-block;
}
.status-color li {
    list-style: none;
    float: left;
    margin-bottom: 0;
    margin-right: 30px;
    line-height: 30px;
}
.status-color li span {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
    float: left;
}
.status-color li span.blue-back {
    background: #0c2d59;
}
.status-color li span.red-back {
    background: #be1e2d;
}
.nav-events {
    display: inline-block;
}
.tabs-highlight .nav-tabs.navbar-right>li>a {
    padding-left: 0;
    padding-right: 15px;
    margin-right: 0;
}
.media-events-dtl {
    padding: 15px;
    background: #fff;
}
.media-events-dtl .media-left {
    padding-right: 25px;
    padding-left: 15px;
}
.media-events-dtl .title-event-list {
    margin-bottom: 0;
    font-size: 30px;
}
.media-events-dtl p {
    margin-bottom: 0;
}
.modal-dialog {
    margin: 70px auto;
    width: 710px;
    max-width: 90%;
}
.fade-events .modal-content {
    background: #132539;
    border-radius: 0;
}
.grey-widget {
    background: #e7e8ea;
    padding: 30px;
    text-align: center;
}
.grey-widget .title-event-list {
    font-size: 31px;
}
.grey-widget p {
    font-size: 21px;
}
.form-register-events {
    text-align: left;
    margin-top: 15px;
}
.fade-events button.close {
    background: #fff;
    border: 2px solid #132539;
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    position: absolute;
    right: -15px;
    top: -15px;
    font-size: 22px;
}
.text-left {
    text-align: left !important;
}
.c-white {
    color: #fff;
}
.pop-header {
    text-align: center;
    margin-bottom: 30px;
}
.pop-header .title-event-list {
    color: #fff;
    margin-bottom: 15px;
}
.pop-header p {
    color: #fff;
}
.pop-header .subtitle-event-list {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}
.link-thumb {
    background: rgba(19,37,57,.85);
    color: #fff;
    display: block;
    position: relative;
    z-index: 9;
    padding: 0 30px;
    height: 0;
    overflow: hidden;
    -moz-transition: height .5s ease;
    -webkit-transition: height .5s ease;
    -o-transition: height .5s ease;
    transition: height .5s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.thumbnail-amcham:hover .link-thumb {
    height: 100%;
}
.link-thumb:hover {
    color: #fff;
    text-decoration: none;
}
.link-thumb .event-type {
    color: #fff;
}
.link-thumb .title-event-list {
    color: #fff;
    font-size: 24px;
    font-family: 'MyriadProRegular';
    margin-bottom: 20px;
}
.thumb-public .title-event-list {
    text-align: center;
    text-transform: uppercase;
}
#slider-partners.owl-carousel .owl-item {
    text-align: center;
}
#slider-partners.owl-carousel .owl-item img {
    max-width: 80%;
    margin: 0 auto;
    max-height: 100%;
    width: auto;
}
#slider-partners.owl-theme .owl-nav {
    display: inline;
}
#slider-partners.owl-theme .owl-nav div {
    position: absolute;
    top: 20px;
    font-size: 28px;
    width: 40px;
    border-radius: 20px;
    height: 40px;
    padding: 0;
    text-align: center;
    transition: ease all .5s;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
}
#slider-partners.owl-theme .owl-nav div.owl-prev {
    left: -40px;
    opacity: 0;
}
#slider-partners.owl-theme .owl-nav div.owl-next {
    right: -40px;
    opacity: 0;
}
#slider-partners.owl-theme:hover .owl-nav div.owl-prev {
    left: 0;
    opacity: .8;
}
#slider-partners.owl-theme:hover .owl-nav div.owl-next {
    right: 0;
    opacity: .8;
}
#slider-partners.owl-theme:hover .owl-nav div.owl-prev:hover {
    opacity: .8;
}
#slider-partners.owl-theme:hover .owl-nav div.owl-next:hover {
    opacity: .8;
}
.thumb-slider-partners {
    height: 100px;
    width: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.thumb-slider-partners img {
    max-width: 95%;
    max-height: 95%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.thumb-slider-partners a {
    max-height: 100%;
    display: inline-block;
}
#slider_gallery_photo.owl-carousel .owl-item {
    text-align: center;
}
#slider_gallery_photo.owl-carousel .owl-item .thumb-slider-partners {
    height: 155px;
}
#slider_gallery_photo.owl-carousel .owl-item img {
    max-width: 100%;
    margin: 0 auto;
    max-height: none;
    width: auto;
}
#slider_gallery_photo.owl-theme .owl-nav {
    display: inline;
}
#slider_gallery_photo.owl-theme .owl-nav div {
    position: absolute;
    top: 60px;
    font-size: 28px;
    width: 40px;
    border-radius: 20px;
    height: 40px;
    padding: 0;
    text-align: center;
    transition: ease all .5s;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
}
#slider_gallery_photo.owl-theme .owl-nav div.owl-prev {
    left: -40px;
    opacity: 0;
}
#slider_gallery_photo.owl-theme .owl-nav div.owl-next {
    right: -40px;
    opacity: 0;
}
#slider_gallery_photo.owl-theme:hover .owl-nav div.owl-prev {
    left: 0;
    opacity: .8;
}
#slider_gallery_photo.owl-theme:hover .owl-nav div.owl-next {
    right: 0;
    opacity: .8;
}
#slider_gallery_photo.owl-theme:hover .owl-nav div.owl-prev:hover {
    opacity: .8;
}
#slider_gallery_photo.owl-theme:hover .owl-nav div.owl-next:hover {
    opacity: .8;
}
.select-directory {
    display: inline-block;
    float: left;
    /*width: 470px;*/
    position: relative;
    margin-right: 15px;
}
.select-directory select {
    color: #132539;
    font-size: 18px;
    height: 45px;
    width: 214px;
    padding-top: 12px;
    padding-bottom: 10px;
    border-radius: 0;
    border: 0;
    float: left;
    margin-right: 15px;
}
.select-directory .input-group {
    width: 250px;
    float: left;
}
.input-group.ig-srclist input {
    height: 45px;
    background: #fff;
    border-radius: 0;
    border-right: 0;
    box-shadow: none;
    border-color: #fff;
}
.input-group.ig-srclist button {
    height: 45px;
    border-left: 0;
    border-radius: 0;
    border-color: #fff;
    color: #939598;
    font-size: 18px;
    line-height: 37px;
}
.input-group.ig-srclist button:hover {
    background: #fff;
}
/*.select-directory:after {
    position: absolute;
    background: #ccc;
    color: #fff;
    right: 0;
    top: 1px;
    padding: 15px 14px;
    content: "\e114";
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/
.disclamer-tq {
    font-size: 18px;
    background: #e6e7e8;
    padding: 30px;
    text-align: left;
}
.disclamer-tq p{
    color: inherit;
}
.tm-grey {
    background: #949599;
}
.thumb-product img {
    max-width: 100%;
    /*max-width: 90%;*/
}
.media-profile {
    background: #fff;
    padding: 20px;
    margin-top: 0;
}
/*.wbl-members {
    padding: 5px 15px;
    position: relative;
    border-bottom: 5px solid #fff;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
}*/
.member-events {
    border-bottom: 5px solid #132539;
    border-top: 5px solid #132539;
    border-right: 5px solid #132539;
    background: #e6e7e8;
}
/*.wbl-members:before {
    content: "";
    width: 15px;
    position: absolute;
    top: -5px;
    left: -15px;
    bottom: -5px;
    background: #132539;
}*/
hr.line-amcham {
    border-top: 1px solid #000;
}
.title-sponsor {
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
.sponsor-detail {
    display: block;
    text-align: center;
}
.sponsor-detail a {
    display: inline-block;
    margin: 10px 30px;
    color: #132539;
    position: relative;
}
.sponsor-detail img {
    max-height: 100px;
    max-width: 200px;
}
.text-sponsor a {
    margin:3px auto;
    margin-right: 5px;
    padding-right: 10px;
    position: relative;
    font-family: 'MyriadProLight';
    font-size: 16px;
}
.text-sponsor a:after {
    position: absolute;
    right: 0;
    color: #132539;
    content: "|";
}
.text-sponsor a:last-child:after {
    display: none;
}
.contribute p,
.contribute li {
    font-family: 'MyriadProRegular';
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}
.valid-date {
    font-size: 18px;
    color: #be1e2d;
}
.tangan{
    cursor: pointer !important;
}
label.parsley-errors-list {
    padding: 0;
    /*margin: 2px 5px 6px 10px;*/
    font-style: italic;
}
label.parsley-errors-list>span {
  list-style: none !important;
  font-size: 1.2em;
  padding: 0;
  margin: 0;
  color: #bf0b1c;
}
.btn-play img {
    width: 50px;
    height: auto;
    opacity: .5;
    border-radius: 50%;
    /*border: 1px solid #fff;*/
    min-height: auto;
    min-width: auto;
}

.thumb-slider-choice:hover .btn-play img {

    opacity: 1;

}
.ig-srclist{
    padding-right:30px;
    padding-bottom: 40px;
}
.login-input-frame {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.login-input-frame .input-amcham {
    margin-bottom: 0;
}
.login-input-frame label.parsley-errors-list {
    margin: 0 auto;
    display: block;
    font-size: 12px;
    font-style: italic;
}
.title-member-dtl .member-edit-profile {
    position: absolute;
    right: 15px;
    display: inline-block;
    width: auto;
    top: 16px;
}
.thum-members-btm {
    width: 165px;
    height: 200px;
}
.btn-edit-corporate {
    display: inline-block;
    position: absolute;
    right: 45px;
    top: 5px;
}
.btn-edit-corporate .btn-grey-member {
    background: #0c2d59;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#img-upload{
    margin-top: 15px;
    width: auto;
    max-width: 100%;
}
#imgInp {
    position: absolute;
    left: 0;
    opacity: 0;
}
.profile-past-file {
    padding-left: 15px;
    margin-top: 20px;
    display: inline-block;
}
.profile-past-file li {
    list-style: none;
    margin-bottom: 0;
}
.profile-past-file li a {
    color: red;
    cursor: pointer !important;
}
#slider-detail-photo .item img {
    width: 100%;
}
.member-section:before {
    display: block; 
    content: " "; 
    height: 40px;      /* Give height of your fixed element */
    margin-top: -40px; /* Give negative margin of your fixed element */    
    visibility: hidden; 
}
.perent-menu {
    padding: 0;
    display: inline-block;
    margin-bottom: 15px;
}
.perent-menu li {
    float: left;
    list-style: none;
    margin-right: 2px;
    margin-bottom: 0;
}
.perent-menu li a {
    color: #fff;
    background: #be1e2d;
    font-size: 18px;
    padding: 7px 15px;
    display: inline-block;
    text-decoration: none;
}
.perent-menu li a:hover {
    color: #fff;
    background: #0c2d59;
    text-decoration: none;
}
.select-sortby select {
    float: left;
    width: 45%;
    height: 45px;
    border: 0;
    background: #fff;
    display: inline-block;
    border-radius: 0;
}
.select-sortby select:first-child {
    margin-right: 10px;
}
.select-sortby select:last-child {
    margin-left: 10px;
}
.frame-search-news {
    display: inline-block;
    width: 100%;
    position: relative;
}
.frame-search-news .ig-srclist {
    width: 60%;
    float: left;
    padding-right: 0;
    padding-left: 10px
}
.select-sortby {
    width: 40%;
    display: inline-block;
    float: left;
}
.cf-list-event {
    padding-top: 30px;
}
.cf-thumb-public,
.cf-banner-footer {
    background: #f1f2f2;
    padding-top: 30px;
    padding-bottom: 30px;
}
.cf-widget-latest-feed {
    background: #e6e7e8;
    padding-top: 30px;
    padding-bottom: 30px;
}
.icon-members #name_profile_header{
    color: #fff;
    text-decoration: none;
}
.red{
    color: red;
}
.message-error {
    padding: 10px 15px;
    margin-bottom: 15px;
    color: #c00;
    background-color: #E6C0C0;
    border-top: 3px solid #DE7A7B;
    border-bottom: 3px solid #DE7A7B;
}
.message-error a {
    color: #B0392E;
}
.thumb-logo img {
    width: auto;
    max-height: 100%;
}
.thumb-logo-privileges {
    height: 200px;
    max-width: 350px;
    background: #fff;
    margin: 0 auto;
}
.thumb-logo-privileges img {
    width: auto;
    max-height: 100%;
    max-width: 100%;
}
.owl-carousel.slider-sponsors .owl-item .item {
    text-align: center;
}
.owl-carousel.slider-sponsors .owl-item img {
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    max-height: 150px;
}
/*.container-fluid {
    max-width: 1440px;
}*/
#form1 {
    margin-bottom: 30px;
}
.thumb-report-dtl {
    height: 500px;
    max-height: 100%;
}
#slider-index .thumb-report-dtl img, .thumb-report-dtl img {
    width: auto;
    height: 100%;
}
.iframe-owl {
    display: block;
    width: 100%;
    position: relative;
}
.si-artdei #slider-index .item {
    text-align: center;
}
.si-artdei #slider-index img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.banner-scroll {
    position: relative;
    width: 100%;
    height: auto;
    overflow: auto;
}
#position: {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #E6E8EC;
    z-index: 1020;
}
/*.responsive-banner {
    position: relative;
    overflow: hidden;
}

.responsive-banner iframe,
.responsive-banner object,
.responsive-banner embed {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/
.modal{
 overflow-y:auto;
} 
.owl-carousel .item-video {height:260px}
.banner-video .owl-item {
    position: relative;
}
.desc-video-footer {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: rgba(0,0,0,.5);
    transition: ease all .5s;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
}
.owl-carousel .owl-item .desc-video-footer img {
    width: 50px;
    display: inline-block;
    margin-bottom: 10px;
}
.owl-carousel.banner-video .owl-video-play-icon {
    display: none;
}
.desc-video-footer img {
    width: 50px;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: 0 auto;
    margin-bottom: 10px;
}
.desc-video-footer h2 {
    color: #fff;
    font-size: 16px;
    font-family: 'MyriadProRegular';
    margin-bottom: 5px;
    margin-top: 0;
    max-height: 0;
    padding-right: 15px;
    padding-left: 15px;
    overflow: hidden;
    transition: max-height .5s;
    -webkit-transition: max-height .5s;
    -moz-transition: max-height .5s;
}
.desc-video-footer p {
    color: #fff;
    padding-right: 15px;
    padding-left: 15px;
    max-height: 0;
    font-size: 12px;
    overflow: hidden;
    transition: max-height .5s;
    -webkit-transition: max-height .5s;
    -moz-transition: max-height .5s;
    margin-bottom: 0;
}
.desc-video-footer:hover h2,
.desc-video-footer:hover p {
    max-height: 100px;
}
.more-video {
    height: 260px;
    font-size: 18px;
    background: #000;
}
.more-video a {
    color: #fff;
    opacity: .7;
}
.more-video a:hover {
    opacity: .9;
}
.desc-photos {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    padding: 8px;
    font-size: 12px;
    background: rgba(0,0,0,.75);
}
.ml30 {
    margin-left: 30px !important;
}
.btn-news-popup {
    padding: 8px 20px;
    font-size: 14px;
    width: 100%;
    min-width: none;
}
.btn-news-popup:first-child {
    margin-bottom: 6px;
}
.logo-store img {
    max-height: 34px !important;
    margin-top: -8px !important;
}
.teaser-gallery{
    height: 61px;
}
.teaser-gallery-2{
    height: 33px;
}
#myModalVideo .modal-dialog {
    height: 79%;
    width: 90%;
}
#myModalVideo .modal-content {
    height: 100%;
}
#myModalVideo .modal-dialog iframe {
    width: 77%;
    height: 100%;
}
#myModalVideo .modal-body {
    height: 100%
}
.desc-video-popup  {
    width: 23%;
    float: right;
    height: 100%;
    background: #d1d3d4;
    padding: 15px;
    overflow-y: scroll;
}
.desc-video-popup h2 {
    font-family: 'MyriadProBold';
}
iframe {
    width: 100%;
}
.legal-item {
    margin-top: 20px;
}
.img-content img {
	max-width: 100%;
}
.banner-static {
	position: relative;
	display: block;
}
.banner-static img {
	width: 100%;
}
.banner-static .btn-red {
	position: absolute;
	left: 30px;
	bottom: 30px;
    font-family: 'MyriadProBold';
    font-size: 42px;
    text-transform: none;
    padding-left: 30px;
    padding-right: 30px;
}
.join-mobile {
    display: none;
    float: left;
    margin-top: 0;
    transition: ease all .5s;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
}

.intro-login p {
    font-size: 12px;
}