.loading {
    width: 100%;
    display: block;
    min-height: 150px;
    background: url(../images/icon/loading.gif) no-repeat center center;
}
/* test */
.layer-top {
    position: relative;
    z-index: 1;
}

.flexslider-reset {
    margin: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

time.block-time {
    background-color: #0066b3;
    color: #fff;
    display: block;
    padding: 5px 7px;
    float: left;
    letter-spacing: 1px;
}

/* TAB*/

.tab-content>div {
    display: none;
}

.tab-content>div.selected {
    display: block;
}

.tab-nav {
    display: block;
    padding: 0;
    width: 100%;
    float: left;
}

.tab-nav.top {
    position: relative;
    z-index: 1;
}

.tab-nav.text-white>ul {
    border: 0;
}

.tab-nav.text-white>ul li.active a {
    border: 0;
}

.tab-nav.text-white>ul li a {
    background-color: transparent;
    color: #ffffff !important;
    border: none;
    font-weight: bold;
}

.tab-nav>ul {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e2e2e2;
}

.tab-nav>ul:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.tab-nav>ul li {
    display: block;
    float: left;
    padding: 10px 0 0;
}

.tab-nav>ul li.active a {
    background-color: #0066b3;
    border: 1px solid #0066b3;
    color: #ffffff;
}

.tab-nav>ul li.active a:after {
    content: "";
    position: absolute;
    left: 44%;
    bottom: -15px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 15px solid #0066b3;
}

.tab-nav>ul li.active a:hover {
    color: #ffffff;
}

.tab-nav>ul li a {
    position: relative;
    display: inline-block;
    padding: 15px 15px;
    text-align: center;
    min-width: 110px;
    color: #4a4a4a;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    border-bottom: 1px solid #ffffff;
}

.tab-nav>ul li a:hover {
    color: #0066b3;
}

/* BLOCK */

.block-gallery {
    visibility: hidden;
    position: fixed;
    z-index: -100;
    width: 100%;
    left: 0;
}

.block-layer {
    position: relative;
}

.block-layer>div {
    min-height: 400px;
}

.block-layer>div+div {
    position: relative;
    left: -100px;
    margin-top: 50px;
}

.block-explain>div.title:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.block-explain>div.title h4,
.block-explain>div.title .heading {
    display: block;
    float: left;
    width: 50%;
}

.block-explain>div.title .option {
    display: block;
    float: right;
    padding: 10px 0;
}

.block-explain>div.title .option span {
    float: left;
    display: inline-block;
}

.block-explain>div.detail .list {
    display: block;
    background-color: #0066b3;
    border: 1px solid #e2e2e2;
    padding: 15px 45px 15px 45px;
    margin: 0 0 2px 0;
}

.block-explain>div.detail .list.selected {
    display: block;
    background-color: #ffffff;
}

.block-explain>div.detail .list.selected>header>div {
    cursor: pointer;
    position: relative;
}

.block-explain>div.detail .list.selected>header>div:after {
    content: "-";
    background-color: #0066b3;
    color: #ffffff;
    line-height: 26px;
}

.block-explain>div.detail .list.selected>header h3,
.block-explain>div.detail .list.selected>header .title {
    color: #737373;
}

.block-explain>div.detail .list.selected>article,
.block-explain>div.detail .list.selected>.content {
    display: block;
    color: #737373;
}

.block-explain>div.detail .list>header>div {
    cursor: pointer;
    position: relative;
}

.block-explain>div.detail .list>header>div:after {
    content: "+";
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: #fff;
    color: #0066b3;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    font-size: 2.5rem;
}

.block-explain>div.detail .list>header h3,
.block-explain>div.detail .list>header .title {
    color: #ffffff;
}

.block-explain>div.detail .list>header h3 span,
.block-explain>div.detail .list>header .title span {
    padding-top: 5px;
    padding-right: 50px;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
}

.block-explain>div.detail .list>article,
.block-explain>div.detail .list>.content {
    display: none;
    padding-bottom: 30px;
    color: #fff;
}

.block-padding {
    padding: 30px;
}

.block-list {
    padding-bottom: 15px;
}

.block-list a {
    background-color: #fff;
    display: block;
    padding: 10px 15px;
    border: 1px solid #e2e2e2;
}

.block-list a:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.block-list a:hover .btn-default.btn-red {
    background-color: #0066b3;
    border-color: #0066b3;
}

.block-list a .title {
    float: left;
}

.block-list a .title h4 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

.block-list a .title h5,
.block-list a .title h3 {
    margin: 5px 0px;
    padding: 0px;
    font-weight: normal;
}

.block-list a .download {
    float: right;
}

.block-list a .download small {
    padding-left: 15px;
    font-weight: normal;
    color: #bcbcbc;
}

.block-list a .download small.btn-download {
    color: #0066b3;
}

[class*=block-card] {
    padding-bottom: 30px;
}

[class*=block-card][class*=-video] figure:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,000000+50,000000+100&0+0,0.8+100 */
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.8) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#cc000000', GradientType=0);
    /* IE6-9 */
}

[class*=block-card][class*=-video] figure>img {
    object-fit: cover;
    height: 100%;
}

[class*=block-card][class*=-video] figure>figcaption {
    position: absolute;
    z-index: 1;
    bottom: 0;
    padding: 2rem;
}

[class*=block-card][class*=-video] figure>figcaption h4,
[class*=block-card][class*=-video] figure>figcaption title {
    color: #ffffff;
}

[class*=block-card][class*=-video] figure>figcaption small {
    color: #ffffff;
    font-weight: normal;
}

[class*=block-card][class*=-video] figure>figcaption small span {
    padding-left: 15px;
}


[class*=block-card][class*=-video-full] {
    margin: 60px 0;
}

[class*=block-card][class*=-video-full] a .figure {
    height: 170px;
}

[class*=block-card][class*=-video-full] .figure {
    background: transparent;
}

[class*=block-card][class*=-video-full] .figure {
    background: transparent;
}

[class*=block-card][class*=-video-full] .figure>.figcaption {
    background: transparent;
}

[class*=block-card][class*=-video-full] .figure>.figcaption h4,
[class*=block-card][class*=-video-full] figure>.figcaption title {
    color: #ffffff;
}

[class*=block-card][class*=-video-full] .figure>.figcaption small {
    color: #ffffff;
    font-weight: normal;
}

[class*=block-card][class*=-video-full] .figure>.figcaption small span {
    padding-left: 15px;
}

[class*=block-card][class*=-video-full] .figure>.figcaption {}

[class*=block-card][class*=-project] figure {
    height: auto;
}

[class*=block-card][class*=-project] div {
    border: 0;
    padding: 0;
    background-color: transparent;
}

[class*=block-card][class*=-project] div ul li {
    color: #737373;
}

[class*=block-card][class*=-bod] figure {
    height: auto;
}

[class*=block-card][class*=-bod] figure img {
    height: auto;
}

[class*=block-card][class*=-bod] figure:after {
    background-color: transparent;
}

[class*=block-card][class*=-bod] div {
    /* min-height: 180px; */
    /* min-height: 270px; */
    min-height: 370px;
    padding: 15px 0;
    background-color: transparent;
}

[class*=block-card][class*=-bod] div h5 {
    padding-top: 0;
}

[class*=block-card][class*=-bg] a {
    min-height: 250px;
}

[class*=block-card][class*=-doc]:hover div {
    background-color: #F0F0F0;
}

[class*=block-card][class*=-doc] div {
    border-top: 1px solid #e2e2e2;
    padding: 30px;
}

[class*=block-card][class*=-doc] div h5 {
    font-weight: normal;
}

[class*=block-card][class*=-doc] div small {
    color: #bcbcbc;
}

[class*=block-card] a:hover {
    text-decoration: none;
}

[class*=block-card] a:hover figure img {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

[class*=block-card] a figure,
[class*=block-card] a .video {
    overflow: hidden;
    position: relative;
    height: 265px;
}

[class*=block-card] a figure img {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

[class*=block-card] a figure:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #e4302e;
    z-index: 2;
}

[class*=block-card] a div {
    padding-top: 30px;
    background-color: white;
}

[class*=block-card] a div.detail {
    background-color: transparent;
}

[class*=block-card] a div.detail h4,
[class*=block-card] a div.detail .title {
    height: 180px;
    overflow: hidden;
}


[class*=block-card] a div time {
    background-color: #0066b3;
    color: #fff;
    display: block;
    padding: 5px 7px;
    float: left;
    letter-spacing: 1px;
}

[class*=block-card] a div h4,
[class*=block-card] a div .title {
    clear: both;
    padding: 15px 0 0;
    color: #131313;
}

[class*=block-card] a div h5 {
    clear: both;
    padding: 15px 0 0;
    color: #131313;
}

[class*=block-card] a div p {
    color: #717171;
}

[class*=block-card] a div small {
    color: #0066b3;
    text-transform: uppercase;
    font-weight: bold;
}

.block-highlight a div {
    border: 1px solid #e8e8e8;
    padding: 25px;
}

.block-card.block-card--sd a .detail {
    padding-top: 10px;
}

.block-card.block-card--sd .block-card__photo {
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 0;
}

.block-card.block-card--sd .block-card__photo:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #e4302e;
    z-index: 2;
}

.block-card.block-card--sd .block-card__photo img {
    max-width: 350px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.block-card.block-card--sd:hover .block-card__photo img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* HOME */

.home-content section h3 {
    padding: 25px 0;
}

.home-content section:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

#hd-background-homepage {
    top: 350px;
}

#hd-background-homepage .background-nav {
    z-index: 10;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 150px;
}

#hd-background-homepage .background-nav #hd-arr-left {
    right: 15%;
}

#hd-background-homepage .background-nav #hd-arr-right {
    right: 11%;
}

#hd-background-homepage .background-nav a {
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}

#hd-background-homepage .background-nav a:hover {
    background-color: #ec1c2d;
    border-color: #ec1c2d;
}

#hd-background-homepage .background-nav a i {
    line-height: 42px;
}

#hd-background-homepage .background-nav a i:before {
    font-size: 50px;
}

#hd-background-homepage #fullscreen-image {
    position: relative;
}

#hd-background-homepage #fullscreen-image .mc-image {
    position: relative;
}

#hd-background-homepage #fullscreen-image .mc-image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 45%;
    bottom: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,000000+50,000000+100&0+0,0.8+100 */
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.8) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#cc000000', GradientType=0);
    /* IE6-9 */
}

#hd-background-homepage #fullscreen-image .container {
    height: 100vh;
    display: table;
}

#hd-background-homepage #fullscreen-image .container .caption {
    position: relative;
    z-index: 2;
    display: table-cell;
    vertical-align: bottom;
    padding: 0 0 100px;
    float: none;
}

#hd-background-homepage #fullscreen-image .container .caption h1,
#hd-background-homepage #fullscreen-image .container .caption .h1 {
    text-transform: uppercase;
}

.fullpage {
    height: 100vh;
    overflow: hidden;
}

.home-intro {
    color: #fff;
    padding-top: 0;
    position: relative;
    z-index: 2;
}

.home-intro .animation {
    position: absolute;
    width: 100%;
    height: 85%;
    top: 0;
}

.home-intro .animation .disc {
    position: absolute;
    width: 1px;
    height: 1px;
    display: block;
    top: -6px;
    left: 0px;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    border-radius: 50%;
}

.home-intro .animation .circ {
    margin: 0 0 0 -7px;
    background: 0 0;
    border: 10px solid #e4302e;
    -webkit-animation: pulsateCirc 3s infinite;
    -moz-animation: pulsateCirc 3s infinite;
    -ms-animation: pulsateCirc 3s infinite;
    -o-animation: pulsateCirc 3s infinite;
    animation: pulsateCirc 3s infinite;
}

.home-intro .home-animate {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
}

.home-intro .home-animate .overlay-bg {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 112, 184, 0.8);
    opacity: 0;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.home-intro .home-animate .overlay-bg.show {
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.home-intro .home-animate .content {
    margin: 0 auto;
    width: 800px;
    height: 383px;
    position: relative;
    z-index: 5;
}

.home-intro .home-animate .content:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.home-intro .home-animate .content .line-structure {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: url(../images/bg/border-circle.png) no-repeat top left;
    background-size: 100%;
}

.home-intro .home-animate .content .circle {
    position: absolute;
}

.home-intro .home-animate .content .circle.circle-1 {
    top: 10px;
    left: -14px;
}

.home-intro .home-animate .content .circle.circle-1 .animation .circ {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.home-intro .home-animate .content .circle.circle-2 {
    top: -6px;
    left: 400px;
}

.home-intro .home-animate .content .circle.circle-2 .animation .circ {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.home-intro .home-animate .content .circle.circle-3 {
    top: 140px;
    right: 13px;
}

.home-intro .home-animate .content .circle.circle-3 .animation .circ {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.home-intro .home-animate .content .circle.circle-4 {
    bottom: 100px;
    right: 300px;
}

.home-intro .home-animate .content .circle.circle-4 .animation .circ {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.home-intro .home-animate .content .circle a {
    display: block;
}

.home-intro .home-animate .content .circle a:hover .name {
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.home-intro .home-animate .content .circle a:hover .arrow {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.home-intro .home-animate .content .circle a .spot {
    position: absolute;
    display: block;
    width: 13px;
    height: 13px;
    margin: 5px;
    border: 3px solid #e4302e;
    border-radius: 50%;
    line-height: 21px;
    opacity: 0;
    z-index: 2;
}

.home-intro .home-animate .content .circle a .name {
    width: 170px;
    position: absolute;
    top: -30px;
    left: -70px;
    color: #fff;
    opacity: 0;
    text-align: center;
}

.home-intro .home-animate .content .circle a .arrow {
    position: absolute;
    width: 28px;
    height: 28px;
    display: block;
    background: url(../images/icon/icon-arr-right-small.png) no-repeat center #e4302e;
    border-radius: 50%;
    text-align: center;
    opacity: 0;
    z-index: 2;
    top: -2px;
    left: -3px;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.home-intro .scroller-down {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    background-color: #da1f2d;
    padding: 15px 0 0;
}

.home-intro .mouse-scroll {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7F8C8D;
    color: #FFF;
    letter-spacing: 2px;
    text-decoration: none;
    overflow: hidden;
    left: -15px;
    position: relative;
}

.home-intro .mouse-scroll:hover .mouse-message {
    margin-top: 0;
}

.home-intro .mouse-scroll .mouse {
    position: relative;
    display: block;
    width: 30px;
    height: 47px;
    margin: 0 auto 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #FFF;
    border-radius: 23px;
}

.home-intro .mouse-scroll .mouse [class*=mouse-movement] {
    position: absolute;
    display: block;
    left: 50%;
    width: 5px;
    height: 5px;
    margin: -4px 0 0 -2px;
    background: #FFF;
    border-radius: 50%;
}

.home-intro .mouse-scroll .mouse .mouse-movement {
    top: 29%;
    -webkit-animation: scroll-ani 2s linear infinite;
    -moz-animation: scroll-ani 2s linear infinite;
    animation: scroll-ani 2s linear infinite;
}

.home-intro .mouse-scroll .mouse .mouse-movement2 {
    top: 20%;
    -webkit-animation: scroll-ani-2 3s linear infinite;
    -moz-animation: scroll-ani-2 2s linear infinite;
    animation: scroll-ani-2 2s linear infinite;
}

.home-project-port {
    background: url(../images/bg/home-overview.jpg) no-repeat bottom center #fff;
}

.home-project-port h3+h4 {
    padding-bottom: 22px;
    border-bottom: 1px solid #e8e8e8;
}

.home-project-port a.port-capacity:hover .capacity {
    color: #0066b3;
}

.home-project-port .port-capacity {
    display: block;
    font-weight: bold;
}

.home-project-port .port-capacity .capacity {
    font-size: 60px;
    font-size: 6rem;
    color: #737373;
}

.home-project-port .port-capacity .type {
    display: block;
    background-color: #0066b3;
    color: #fff;
    padding: 7px 15px;
}

.home-location {
    background: url(../images/bg/home/bg-our-location.jpg) no-repeat left top;
    background-size: cover;
    color: #fff;
}

.home-investor {
    background: url(../images/bg/home/bg-investor-corner.jpg) no-repeat left top;
    background-size: cover;
    color: #fff;
}

.home-investor .panel-stock {
    border-top: 1px solid #4880bb;
    border-bottom: 1px solid #4880bb;
    padding: 30px 40px;
    margin: 50px 0 0;
    background-color: rgba(255, 255, 255, 0.1);
}

.home-investor .panel-stock .top {
    width: 100%;
    padding: 0 0 25px 0;
}

.home-investor .panel-stock .top:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.home-investor .panel-stock .top h3 {
    float: left;
    padding: 0 20px 0 0;
    margin: 0;
}

.home-investor .panel-stock .top span {
    float: left;
    padding-top: 4px;
}

.home-investor .panel-stock .bottom {
    width: 100%;
    clear: both;
}

.home-investor .panel-stock .bottom table {
    width: 100%;
}

.home-investor .panel-stock .bottom table tr td {
    vertical-align: bottom;
}

.home-investor .panel-download {
    padding: 70px 0 40px;
}

.home-investor .panel-download div {
    padding: 0 25px;
}

.home-investor .panel-download div h3 {
    margin: 0px;
}

.home-investor .panel-download div ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.home-investor .panel-download div ul li {
    padding-bottom: 5px;
}

.home-investor .panel-download div ul li a {
    color: #fff;
}

.home-investor .panel-download div ul li a i {
    padding-right: 10px;
}

/* COMPANY PROFILE */

.company-profile .block-layer {
    background: url(../images/bg/about/company-profile.png) no-repeat right;
    background-size: 100%;
}

.block-table>div {
    display: table;
    width: 100%;
}

.block-table>div>div {
    display: table-cell;
    position: relative;
    vertical-align: top;
    float: none;
    clear: none;
}

.block-table>div>div.vlign-middle {
    vertical-align: middle;
}

.block-table>div>div.vlign-bottom {
    vertical-align: bottom;
}

table.table-milestone {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    border: 0px;
    width: 100%;
    border-top: 1px solid #94989b;
}

table.table-milestone tr th {
    text-align: center;
    border-bottom: 1px solid #94989b;
    padding: 5px 0px;
    font-size: 85%;
    font-weight: normal;
}

table.table-milestone tr td {
    text-align: center;
    padding: 5px 0px;
    border-bottom: 1px solid #e2e2e2;
}

#business-operation-rental {
    background: url(../images/bg/about/biz-opt.png) no-repeat top right;
    background-size: 100%;
}

#business-operation-sale {
    background: url(../images/bg/about/biz-opt-sale.jpg) no-repeat top left;
    background-size: auto 100%;
    height: 400px;
}

#business-operation-property {
    background: url(../images/bg/about/biz-opt-property.jpg) no-repeat top right;
    background-size: auto 100%;
    height: 500px;
}

#careers-interested {
    background: url(../images/bg/careers/careers-interested.jpg) no-repeat center;
    background-size: cover;
    min-height: 300px;
}

/* MANAGEMENT */

#bod-slider {
    position: relative;
}

#bod-slider .page-slider {
    position: absolute;
    right: 130px;
    top: -10px;
}

#bod-slider .flex-direction-nav {
    top: 0;
}

#bod-slider .flex-direction-nav>li a {
    top: 33px;
    opacity: 1;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 46px;
}

#bod-slider .flex-direction-nav>li a:before {
    font-family: "wha" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 3px;
}

#bod-slider .flex-direction-nav>li a:hover {
    background-color: #e4302e;
}

#bod-slider .flex-direction-nav>li a:hover:before {
    color: #fff;
}

#bod-slider .flex-direction-nav>li a.flex-prev {
    left: inherit;
    right: 80px;
}

#bod-slider .flex-direction-nav>li a.flex-prev:before {
    content: "\64";
}

#bod-slider .flex-direction-nav>li a.flex-next {
    right: 20px;
}

#bod-slider .flex-direction-nav>li a.flex-next:before {
    content: "\63";
}

#bod-slider .flex-viewport {
    max-height: inherit;
}

.bod-article:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.bod-article h4 {
    padding-top: 20px;
}

.bod-article h4 small {
    padding-top: 5px;
    display: block;
    color: #363636;
    font-weight: bold;
}

.bod-table {
    width: 100%;
    margin-top: 30px;
}

.bod-table tr td {
    vertical-align: top;
    text-align: left;
    border: 0;
}

.bod-table tr td:first-child {
    white-space: nowrap;
}

.list--board {
    padding: 0 0 0 30px;
    margin: 0;
}

.list--board li {
    list-style: none;
    position: relative;
    display: flex;
    margin: 0;
    padding-left: 0;
}

.list--board li::before {
    position: absolute;
    content: "";
    left: -30px;
    top: 5px;
    width: 12px;
    height: 12px;
    display: block;
    border: 3px solid #e4302e;
    border-radius: 50%;
}

.list--board .list__years {
    flex: 0 0 30%;
    max-width: 30%;
}


/* ========================== CG ============================ */

#card-whistle-blowing,
#card-company-secretary {
    padding-bottom: 0;
    background-size: cover;
    padding: 50px;
    position: relative;
    display: block;
    min-height: 250px;
}

#card-whistle-blowing h3,
#card-company-secretary h3 {
    width: 100%;
    margin: 0px;
    padding: 7px 15px;
    color: #fff;
}

#card-whistle-blowing small,
#card-company-secretary small {
    display: block;
    float: left;
    margin: 20px;
    font-weight: normal;
}

#card-whistle-blowing a,
#card-company-secretary a {
    color: #ffffff;
}

#card-whistle-blowing {
    background: url(../images/bg/cg/card-whistle-blowing.jpg) no-repeat;
}

#card-company-secretary {
    background: url(../images/bg/cg/card-company-secretary.jpg) no-repeat;
}

/* ======================= BUSINESS ========================== */

.grandient-blue {
    position: relative;
}

.grandient-blue:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 250px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0065b3+4,0065b3+20,0065b3+100&0+0,0.6+30,1+100 */
    background: -moz-linear-gradient(top, rgba(0, 101, 179, 0) 0%, rgba(0, 101, 179, 0.08) 4%, rgba(0, 101, 179, 0.4) 20%, rgba(0, 101, 179, 0.6) 30%, #0065b3 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 101, 179, 0) 0%, rgba(0, 101, 179, 0.08) 4%, rgba(0, 101, 179, 0.4) 20%, rgba(0, 101, 179, 0.6) 30%, #0065b3 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 101, 179, 0) 0%, rgba(0, 101, 179, 0.08) 4%, rgba(0, 101, 179, 0.4) 20%, rgba(0, 101, 179, 0.6) 30%, #0065b3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000065b3', endColorstr='#0065b3', GradientType=0);
    /* IE6-9 */
}

.biz-tab-content>div {
    height: 450px;
    position: relative;
}

.biz-tab-content>div:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,000000+50,000000+100&0+0,0.8+100 */
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.8) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#cc000000', GradientType=0);
    /* IE6-9 */
}

.biz-tab-content>div>.row {
    position: relative;
    z-index: 1;
    height: 100%;
}

.biz-tab-content>div>.row .block-table {
    height: 100%;
}

.biz-tab-content>div>.row .block-table>div {
    height: 100%;
}

.biz-tab-content>div>.row .block-table>div>div {
    padding-bottom: 20px;
}

.custom-select {
    width: 100%;
    height: 35px;
    border: 0;
    border-radius: 3px;
    font-weight: normal;
    line-height: 35px;
}

.custom-select option {
    height: 35px;
    padding-top: 10px;
}

.map.project-map {
    height: 770px;
}

.map.project-map>.google-map {
    width: 100%;
    height: 100%;
}

.map-type>div {
    display: inline-block;
    padding: 10px 15px;
}

.map-type>div.completed {
    color: #74bf08;
}

.map-type>div.available {
    color: #74bf08;
}

.map-type>div.under-construction {
    color: #ef6f6e;
}

.map-type>div.fully-occupied {
    color: #ef6f6e;
}

.map-type>div.available-under-construction {
    color: #fb913c;
}

.map-type>div>span {
    font-size: 85%;
    font-weight: normal;
}

.map-list {
    height: 600px;
}

.map-list ul {
    position: relative;
    margin: 0px;
    padding: 0px;
    list-style: none;
    height: 100%;
    overflow-y: scroll;
}

.map-list ul li {
    padding: 0px;
}

.map-list ul li.completed a,
.map-list ul li.available a {
    color: #74bf08;
}

.map-list ul li.under-construction a,
.map-list ul li.fully-occupied a {
    color: #ef6f6e;
}

.map-list ul li.available-under-construction a {
    color: #fb913c;
}

.map-list ul li.selected a {
    background-color: #dfdfdf;
}

.map-list ul li>a {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 30px 30px;
    border-bottom: 1px solid #dfdfdf;
}

.map-list ul li>a:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.map-list ul li>a:hover {
    background-color: #f7f7f7;
}

.map-list ul li>a>div {
    display: block;
    float: left;
}

.map-list ul li>a>div.marker {
    width: 40px;
}

.map-list ul li>a>div.marker i {
    font-size: 20px;
    font-size: 2rem;
}

.map-list ul li>a>div.title {
    width: calc(100% - 40px);
}

.map-list ul li>a>div.title h6,
.map-list ul li>a>div.title .heading {
    margin: 0px;
    font-weight: normal;
}

.map-list ul li>a>div.title small {
    display: inline-block;
}

.view-map {
    display: block;
    width: 96px;
    height: 96px;
    background: url(../images/bg/bg-view-map.jpg);
    position: relative;
    border: 1px solid #e2e2e2;
    margin-bottom: 15px;
}

.view-map>i {
    float: right;
    padding: 20px;
}

.view-map>i:before {
    font-size: 24px;
    font-size: 2.4rem;
}

.view-map>span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 7px;
    background: rgba(255, 255, 255, 0.7);
    border-top: 1px solid #74bf08;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
}

.project-card {
    margin: 0px;
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
}

.project-card:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.project-card.completed .view-map i,
.project-card.available .view-map i {
    color: #74bf08;
}

.project-card.under-construction .view-map i,
.project-card.fully-occupied .view-map i {
    color: #ef6f6e;
}

.project-card.available-under-construction .view-map i {
    color: #fb913c;
}

.project-card figure {
    padding: 15px;
}

.project-card>div {
    position: relative;
    padding: 0px;
}

.project-card>div+div {
    padding: 15px;
}

.project-card>div+div:last-child {
    padding: 15px 0;
    position: absolute;
    right: 30px;
    top: 0px;
}

.project-card>div h5,
.project-card>div .title {
    font-weight: normal;
}

.project-card>div h5 small,
.project-card>div .title small {
    display: inline-block;
}

.project-card>div h6 {
    font-weight: normal;
    color: #bcbcbc;
    padding-bottom: 0;
    margin-bottom: 0;
}

.project-card>div ul {
    margin: 0;
    padding: 5px 0 0 15px;
    list-style: disc;
}

.project-card>div ul li {
    padding: 0;
}

#our-customer .block-card {
    padding-bottom: 0;
}

#our-customer .block-card a {
    text-align: center;
    display: table;
    background-color: #fff;
    width: 100%;
    height: 200px;
    border: 1px solid #eee;
}

#our-customer .block-card a figure {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

#our-customer .block-card a figure:after {
    background-color: transparent;
}

#our-customer .block-card a figure img {
    margin: 0 auto;
}

.section-video {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    display: flex;
    align-items: flex-end;
}

@media (max-width: 1200px) {
    .section-video {
        min-height: 300px;
    }
}

@media (max-width: 768px) {
    .section-video {
        display: block;
        min-height: auto;
    }
}

/* ======================= CONTACT ========================== */

.form-horizontal .form-group {
    margin: 0;
}

.form-horizontal textarea,
.form-horizontal select,
.form-horizontal input {
    border-radius: 0;
    border-color: #e2e2e2;
}

.form-horizontal textarea:focus,
.form-horizontal select:focus,
.form-horizontal input:focus {
    border-color: #94989b;
}

.form-horizontal label {
    font-weight: normal;
}

.alert {
    display: none;
}

.g-recaptcha>div {
    margin: 0 auto;
}

/* ======================= SITEMAP =========================*/

#sitemap {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
}

#sitemap>ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#sitemap>ul>li {
    padding-bottom: 50px;
}

#sitemap>ul>li>a {
    font-family: "Mitr", Helvetica, Arial, sans-serif;
}

#sitemap>ul>li>ul {
    list-style-type: square;
}

#sitemap>ul>li>ul li a {
    color: #737373;
}

#sitemap>ul>li>ul ul {
    display: none;
}

@media (max-width: 1350px) {
    .home-animate .content {
        width: 800px;
        height: 296px;
        background-size: 100%;
    }

    .home-animate .content .circle.circle-1 {
        top: 10px;
    }

    .home-animate .content .circle.circle-2 {
        left: 402px;
    }

    .home-animate .content .circle.circle-3 {
        top: 140px;
    }

    .home-animate .content .circle.circle-4 {
        right: 300px;
    }

    footer {
        position: relative;
    }
}

@media (max-width: 991px) {
    .home-intro {
        height: auto;
    }

    .home-animate {
        position: relative;
    }

    .home-animate .content {
        width: 100%;
        height: auto;
        background: none;
        margin-top: -40px;
    }

    .home-animate .content .line-structure {
        display: none;
    }

    .home-animate .content .circle {
        margin: 0 0 35px 50px;
        height: 20px;
        position: relative;
        padding: 0;
        top: 0 !important;
        left: 0 !important;
        bottom: inherit !important;
        right: inherit !important;
    }

    .home-animate .content .circle a .name {
        top: -3px;
        left: 40px;
        opacity: 1;
        text-align: left;
    }

    .home-animate .content .circle a .arrow {
        opacity: 1;
    }
}

@media (max-width: 767px) {
    #content {
        height: auto !important;
    }

    #content .home-intro {
        padding: 0;
    }

    #content .home-animate .overlay-bg {
        opacity: 1;
    }
}

@media (min-width: 1600px) {
    body>header>.container-fluid {
        min-height: 260px;
        background-position: center 0;
    }
}

@media (max-width: 1600px) {
    body>header>.container-fluid #logo img {
        /*width: 130px;*/
        width: 210px;
    }
}

@media (max-width: 1439px) {
    body>header.affix>.container-fluid #logo img {
        width: 160px;
        /*width: 200px;*/
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    body>header>.container-fluid {
        padding: 13px 0;
        background-position: center -15px;
        min-height: 280px;
    }

    body>header>.container-fluid #logo img {
        /* width: 120px;*/
        width: 180px;
    }
}

@media (max-width: 1200px) {
    body>header.affix>.container-fluid #logo img {
        width: 140px;
    }

    body>header>.container-fluid #logo img {
        width: 180px;
    }
}

@media (max-width: 991px) {
    body>header {
        top: 60px;
    }

    body>header.affix {
        top: 0;
    }

    body>header.affix>.container-fluid .header-top {
        display: none;
    }

    body>header.affix>.container-fluid #logo img {
        /* width: 100px;*/
        width: 120px;
    }

    body>header.affix>.container-fluid #main-nav .navbar-header {
        margin-top: 15px;
    }

    body>header>.container-fluid {
        min-height: 220px;
    }

    body>header>.container-fluid #logo img {
        /* width: 100px;*/
        width: 140px;
    }

    body>header>.container-fluid .header-top {
        position: absolute;
        top: -60px;
        left: 0;
        height: 60px;
        width: 100%;
        background-color: #2a66ad;
        padding: 10px 0;
        color: #ffffff;
    }

    body>header>.container-fluid .header-top a {
        color: #ffffff;
    }

    body>header>.container-fluid .header-top>div.header-stock {
        color: #ffffff;
    }

    body>header>.container-fluid .header-top>div.header-stock small,
    body>header>.container-fluid .header-top>div.header-stock strong {
        color: #ffffff;
    }

    body>header>.container-fluid .header-top div.switch-language span {
        margin-top: 4px;
    }

    body>header>.container-fluid .header-top div.switch-language span.active {
        display: none;
    }

    body>header>.container-fluid .header-top div.switch-language span a {
        background-color: transparent;
    }

    body>header>.container-fluid .header-top div.switch-language span a:hover {
        background-color: transparent;
    }

    body>header>.container-fluid #main-nav .navbar-header>span {
        display: inline-block;
        padding: 6px 10px;
    }

    body>header>.container-fluid #main-nav .navbar-header .navbar-toggle {
        display: block;
    }

    body>header>.container-fluid #main-nav #top-nav {
        position: absolute;
        left: 0;
        width: 100%;
        top: 94px;
        background-color: #ffffff;
        overflow-y: scroll;
        max-height: 550px;
    }

    body>header>.container-fluid #main-nav ul.navbar-nav {
        padding: 15px;
        display: block;
    }

    body>header>.container-fluid #main-nav ul.navbar-nav>li {
        display: block;
        padding: 0;
    }

    body>header>.container-fluid #main-nav ul.navbar-nav>li.active>a {
        color: #0066b3;
    }

    body>header>.container-fluid #main-nav ul.navbar-nav>li>a {
        float: left;
        width: 100%;
        text-align: left;
        border: 0;
    }

    body>header>.container-fluid #main-nav ul.navbar-nav>li .dropdown-menu {
        position: relative;
        top: 0;
        border: 0;
        box-shadow: 0 0 0;
        padding: 0;
    }

    body>header>.container-fluid #main-nav ul.navbar-nav>li .dropdown-menu .row>ul {
        padding: 0;
    }

    body>header>.container-fluid #main-nav ul.navbar-nav>li .dropdown-menu .row>ul>li {
        position: relative;
        padding: 0;
    }

    body>header>.container-fluid #main-nav ul.navbar-nav>li .dropdown-menu .row>ul>li.has-sub:after {
        top: 10px;
    }

    body>header>.container-fluid #main-nav ul.navbar-nav>li .dropdown-menu .row>ul>li.active:before {
        content: "";
        height: 3px;
        width: 25px;
        position: absolute;
        top: 16px;
        background-color: #e4302e;
    }

    body>header>.container-fluid #main-nav ul.navbar-nav>li .dropdown-menu .row>ul>li ul {
        padding: 0;
        margin: 0;
        position: relative;
        left: 0;
        height: auto;
        border: 0;
        padding-left: 60px;
    }

    #billbord-content {
        padding-top: 90px;
    }

    footer>div.footer-top>.row .list-subsidiary {
        float: left;
    }

    /* MANAGEMENT */
    .tab-management ul li {
        padding: 15px 0 0;
    }

    .tab-management ul li a {
        padding: 15px 8px;
    }
}


/* SLICK */

.slick-dots {
    margin: 0;
    margin-top: 3rem;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    padding: 0;
    margin-right: 10px;
}


.slick-dots button {
    border: 0;
    width: 20px;
    height: 20px;
    padding: 0;
    text-indent: -9999px;
    border-radius: 50%;
    border: 1px solid #737373;
    background-color: transparent;
    transition: background-color .3s ease-in-out;
}

.slick-dots button:focus {
    outline: none;
}

.slick-dots .slick-active button {
    border: 1px solid #0066B2;
    background-color: #0066B2;
}



@media (max-width: 767px) {
    body>header {
        height: 150px;
    }

    body>header.affix>.container-fluid #main-nav .navbar-header {
        margin-top: 15px;
    }

    body>header>.container-fluid #main-nav .navbar-header {
        margin-top: 20px;
    }

    #billbord-content {
        padding-top: 145px;
    }

    .project-card>div+div:last-child {
        padding: 15px 0;
        position: relative;
        right: 0;
        top: 0px;
        width: 100%;
        clear: both;
        float: left;
        padding: 15px;
    }

    /* HOME */
    #hd-background-homepage .background-nav a {
        width: 40px;
        height: 40px;
        right: 5% !important;
        bottom: 10px;
    }

    #hd-background-homepage .background-nav a i {
        line-height: 33px;
    }

    #hd-background-homepage .background-nav #hd-arr-right {
        bottom: -40px;
    }

    #hd-background-homepage #fullscreen-image .container .caption {
        padding: 0 0 150px;
    }

    #hd-background-homepage #fullscreen-image .container .caption h1,
    #hd-background-homepage #fullscreen-image .container .caption .h1 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.5;
        padding-right: 55px;
    }

    .home-investor .panel-stock .bottom table tr td {
        display: block;
        clear: both;
        float: left;
    }

    [class*="block-card"] a div.detail h4 {
        height: auto;
    }

    .block-layer>div+div {
        left: 0;
        margin-top: 0;
    }

    #business-operation-rental,
    #business-operation-sale,
    #business-operation-property {
        background: none;
        height: auto;
    }

    #business-operation-rental .p-t-xl,
    #business-operation-sale .p-t-xl,
    #business-operation-property .p-t-xl {
        padding-top: 0 !important;
    }

    .message-ceo .row-message {
        display: block;
    }

    /* MANAGEMENT */
    .tab-management ul li {
        width: 100%;
        padding: 0px;
    }

    .tab-management ul li a {
        width: 100%;
        padding: 8px 8px;
    }

    .tab-management ul li a:after {
        content: "";
        display: none;
    }
}

@media (max-width: 320px) {
    body>header.affix>.container-fluid #logo img {
        width: 100px;
    }

    body>header>.container-fluid #logo img {
        margin-bottom: 6px;
        width: 120px;
    }
}




.list {
    list-style-type: disc;
}

/* cookies */
.cookie-notice {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #007FC6;
    z-index: 999;
    padding: 20px 0;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: .4px;
}

.cookie-notice--hidden {
    display: none;
}


@media (min-width: 567px) {

    .position-md-relative {
        position: relative !important;
    }

    .cookie-notice-container {
        display: flex;
        align-items: center;
    }
}

.cn-text-container {
    padding-right: 30px;
}

@media (max-width: 567px) {
    .cn-text-container {
        padding-right: 0;
        margin-bottom: 20px;
        display: block;
    }
}

.btn.btn-outline-primary {
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 6px 20px;
    border-radius: 20px;
    transition: all 0.3s linear;
    text-transform: uppercase;
}

.btn.btn-outline-primary:hover {
    color: #007FC6;
    border: 1px solid #007FC6;
    background-color: #ffffff;
}

.btn.btn-outline-primary:focus {
    color: #007FC6;
    border: 1px solid #007FC6;
    background-color: #ffffff;
}

.link-white {
    color: #ffffff;
    text-decoration: underline !important;
    transition: color 0.3s linear;
}



.link-white:hover {
    color: #23527c;
}

.link-white:focus {
    color: #23527c;
}



.company-news img {
    max-width: 100%;
}


.form--select {
    text-align: right;
    margin-bottom: 3rem;
}


.custom-checkbox {
    display: flex;
    align-items: flex-start;
}
.custom-checkbox .custom-control-input {
    margin-right: 1rem;
}
.btn-default[disabled] {
    opacity: 0.6;
}


/*careers page*/
.section {
    position: relative;
}

.section.section--block {
   font-size: 16px;
   color: #363636;
   padding: 0 0 5rem 0;
   

}
.section.section--block .section__title,
.section.section--bg .section__title {
   font-size: 34px;
   font-weight: bold;
   margin: 0;
   color: #000;
}

.section.section--bg {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 570px;
    padding: 7rem 0;
    font-size: 16px;
    color: #363636;
}


.section .list-bullet {
    list-style: none;
    padding-left: 2.5rem;
    margin: 0;
}
.section .list-bullet li {
    position: relative;
    margin: 0 0 1rem 0;
    font-size: 18px;
    padding-bottom: 0;
}
.section .list-bullet li::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #0350A8;
    top: 8px;
    left: -2.5rem;
}
.section.section--image {
    display: flex;
    color: #363636;
}
.section.section--image .section__bg {
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 386px;
    width: 50%;
    
}
.section.section--image .section__content {
    padding: 0 0 0 3rem;
    width: 70%;
}
.section.section--image .section__content.section__content--blue {
    color: #fff;
    margin-left: auto;
    padding: 0 7rem 0 0;
   
}
.section.section--image .section__content.section__content--blue .section__title {
    color: #fff;
}
.section.section--image .section__title {
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 1.5rem 0;
}
.section.section--image .section__text {
    font-size: 18px;
    line-height: 1.5;
    min-height: 110px;
}
.section.section--image .section__button {
    margin: 1rem 0 0 0;
}
.section .btn--link-red {
    border-radius: 0;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    box-shadow: none;
    background-color: #D7182A;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 1rem;
    transition: all .3s ease-in-out;
}
.section .btn--link-red:focus {
    outline: none;
}
.section .btn--link-red:hover {
    background-color: #1D79BE;
}

@media (max-width: 991px) {
    .section.section--bg {
        padding: 5rem 0;
        min-height: 400px;
    }
    .section.section--block .section__title,
    .section.section--bg .section__title,
    .section.section--image .section__title {
        font-size: 24px;
    }
    .section.section--image .section__content.section__content--blue {
        padding: 0 3rem 0 0;
    }
    .section.section--image .section__content {
        width: 80%;
    }

}
@media (max-width: 767px) {
    .section.section--image {
        flex-direction: column;
    }
    .section.section--image .section__bg {
        width: 100%;
    }
    .section.section--image .section__content {
        padding: 0;
    }
    .section.section--image .section__content.section__content--blue {
        padding: 0;
        margin-left: 0;
    }
}
/*end careers page*/