/* Main Css */

/* Main Css */

/* Main Css */

body {
    background-color: #fff;
}
body * {
    font-family: "Quicksand", sans-serif;
}
/* Loading Screen */

@-webkit-keyframes "circleloader" {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
.load-effect {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1033;
    display: block;
    width: 100%;
    height: 100vh;
    background-color: #FFF;
    transform: translateX(-100%);
}
.load-effect div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    transform: translate(-50%, -50%);
}
.load-effect div span {
    position: relative;
    display: block;
    z-index: 0;
    width: 100%;
    color: #3a3a3a;
    line-height: 150px;
    text-align: center;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: bold;
}
.load-effect div span:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    content: " ";
    opacity: 0;
    border-radius: 100px;
    border: 5px solid #3a3a3a;
    box-shadow: 0 0 0px #3a3a3a, inset 0 0 0px #3a3a3a;
    animation: circleloader 3s infinite;
}
.load-effect div span:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: " ";
    opacity: 0;
    border-radius: 100px;
    border: 5px solid #3a3a3a;
    box-shadow: 0 0 0px #3a3a3a, inset 0 0 0px #3a3a3a;
    animation: circleloader 3s infinite 1.5s;
}
.load-effect.is-active {
    transform: translateX(0);
}
.load-effect.is-active.de-active {
    opacity: 0;
    transition: all 0.3s linear;
}
.load-effect.is-active.de-active.loaded {
    display: none;
}
/* Padding Framwork */

.padding_10 {
    display: block;
    margin: 0 auto;
    clear: both;
    padding-top: 10px;
}
.padding_20 {
    display: block;
    margin: 0 auto;
    clear: both;
    padding-top: 20px;
}
.padding_30 {
    display: block;
    margin: 0 auto;
    clear: both;
    padding-top: 30px;
}
.padding_40 {
    display: block;
    margin: 0 auto;
    clear: both;
    padding-top: 40px;
}
.padding_50 {
    display: block;
    margin: 0 auto;
    clear: both;
    padding-top: 50px;
}
.color_white {
    color: white;
}
/*home and footer*/

.set_padding_top_bottom_20 {
    margin-top: 20px;
    /*padding-top: 20px;*/
    margin-bottom: 20px;
    /*padding-bottom: 20px;*/
}
.set_padding_bottom_20 {
    padding-bottom: 20px;
}
.set_width_full {
    width: 100%;
}
.column_head_text {
    margin-bottom: 70px;
    font-size: 38px;
    line-height: 48px;
    font-family: 'Arial';
    color: #c0c0c0;
    -webkit-font-smoothing: antialiased;
}
.margin_bottom_30 {
    margin-bottom: 30px;
}
.margin_bottom_105 {
    margin-bottom: 105px;
}
.control_center {
    text-align: center;
}
.set_padding_top_bottom_20 img.hover {
    display: none;
}
.set_padding_top_bottom_20:hover img.normal {
    display: none;
}
.set_padding_top_bottom_20:hover img.hover {
    display: inline;
}
.column_bg1 {
    padding: 0px;
    background-color: #324e99;
}
.column_head1 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.column_box1 {
    position: relative;
    overflow: hidden;
}
.column_box1_hover:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-bottom: 300px solid transparent;
    border-right: 50px solid transparent;
    width: 0;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.column_box1_hover:hover:before {
    border-bottom: 300px solid #273b6e;
    width: 50%;
}
.note {
    left: 40px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
}
.note h4 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2.4px;
    font-family: 'Comfortaa';
    text-transform: uppercase;
    font-weight: 700;
}
.note a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    transition: 0.2s;
    vertical-align: top;
}
.note a:not(.md-button):hover {
    color: rgb(237, 237, 237);
}
.column_box1:hover * {
    color: #ffffff;
}
.note p {
    font-family: 'Comfortaa';
    font-style: italic;
    letter-spacing: 0.3px;
}
@media (max-width: 1000px) {
    .note h4 {
        font-size: 20px;
    }
    .note p {
        font-size: 10px;
    }
}
@media (max-width: 1000px) {
    .note h4 {
        font-size: 18px;
    }
    .note p {
        font-size: 10px;
    }
}
@media (max-width: 700px) {
    .note {
        left: 40px;
        margin-top: -40px;
    }
}
.column_bg2 {
    padding: 0px;
    background-color: #273b6e;
}
.column_head2 {
    padding-top: 60px;
    padding-bottom: 90px;
}
.img_column2 {
    max-width: 600px;
    /*max-height: 390px;*/
    height: 370px;
    /*padding: 30px 0px;*/
    background-color: #273b6e;
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0));
}
.column_2_subject {
    margin-top: 23px;
    color: #c0c0c0;
    font-size: 20px;
    line-height: 1.35;
    font-family: 'Kanit';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
.column_2_story {
    color: #c0c0c0;
    font-size: 16px;
    margin-top: 12px;
    line-height: 1.55;
    font-family: 'Comfortaa';
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}
.thumb {
    display: block;
    position: relative;
    overflow: hidden;
}
.thumb:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.thumb img {
    /*width: 100%;*/
    max-height: 360px;
    height: 280px;
    /* height: auto;*/
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.box_aside {
    position: relative;
}
.box_hover:before {
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -9px;
    opacity: 0;
    height: 10px;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background: transparent;
    z-index: 1;
}
.box_hover:hover:before {
    opacity: 1;
    left: 0;
    right: 0;
    background: #f6c452;
}
@media (max-width:992px) {
    .thumb img {
        max-height: 360px;
        height: 100%;
    }
}
.column_bg3 {
    padding: 0px;
    background-color: #273b6e;
}
.column_head3 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.column_3_subject {
    font-family: 'Comfortaa';
    font-weight: 300;
    font-size: 20px;
    color: #c0c0c0;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    margin-top: 40px;
}
.column_img3 {
    .portfolio-sec-wrap .portfolio-sec-inner {
        /* top: 0; */
        /* background: transparent; */
        /* opacity: .8; */
        /* width: 100%; */
        /* border-radius: 0; */
        /* margin-bottom: 0; */
    }
    width: 100%;
    height: 350px;
}
@media (max-width:990px) {
    .column_img3 {
        height: 220px;
    }
}
@media (max-width:560px) {
    .column_img3 {
        height: 300px;
    }
}
@media (max-width:590px) {
    .control_center {
        width: 100%;
    }
}
.column_bg4 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px;
    background-color: #273b6e;
    height: 100%;
}
.column_text_4_1 {
    font-size: 38px;
    color: #273b6e;
    font-family: 'Comfortaa';
    line-height: 1.55;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
.column_text_4_2 {
    color: #273b6e;
    font-size: 20px;
    font-family: 'Kanit';
    line-height: 1.5;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    margin-bottom: 20px;
}
.grid_3 {
    width: 100%;
}
.bg_hover {
    position: relative;
    margin-bottom: 30px;
}
.bg_hover:before {
    content: '';
    position: absolute;
    background: #f6c452;
    left: -15px;
    right: -15px;
    top: -15px;
    z-index: 0;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    height: 0;
}
.grid_3 img {
    width: 100%;
    border-radius: 50%;
}
.bg_hover img {
    position: relative;
    z-index: 1;
}
.bg_hover img {
    max-width: 100%;
    height: auto;
}
@media (max-width:780px) {
    .grid_3 img {
        width: 50%;
    }
}
@media (max-width:1050px) {
    .column_bg4 {
        height: 100%
    }
}
@media (max-width:770px) {
    .column_text_4_1 {
        padding: 0px 65px;
    }
    .column_text_4_2 {
        padding-bottom: 100px;
        padding: 20px 80px;
        text-align: left;
    }
}
.column_img4 {
    width: 200px;
    margin: auto;
    border-radius: 3000px;
    background-color: #ebebeb;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
    display: table-cell;
    vertical-align: middle;
}
.column_4_control_center {
    text-align: center;
    margin-bottom: 30px
}
.column_text_4_3 {
    margin: auto;
    color: #273b6e;
    font-size: 22px;
    font-family: 'Kanit';
    line-height: 1.55;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    vertical-align: middle;
    width: 100%;
}
.column_text_4_4 {
    color: #7a7a7a;
    font-size: 14px;
    font-family: 'Kanit';
    line-height: 1.6;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}
@media (max-width:1200px) {
    .column_text_4_3 {
        font-size: 20px;
    }
    .column_text_4_4 {
        font-size: 12px;
    }
}
@media (max-width: 990px) {
    .column_text_4_3 {
        font-size: 12px;
    }
    .column_text_4_4 {
        font-size: 10px;
    }
}
@media (max-width: 767px) {
    .column_text_4_3 {
        font-size: 20px;
    }
    .column_text_4_4 {
        font-size: 12px;
    }
}
.column_text44 {
    margin: 0px 10px;
}
.column_bg5 {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #273b6e;
}
.column_text_5_1 {
    font-size: 38px;
    line-height: 46px;
    font-family: 'Roboto';
    color: #c0c0c0;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 40px;
}
.column_text_5_2 {
    font-size: 20px;
    color: #c0c0c0;
    font-family: 'Comfortaa';
    font-weight: 300;
}
.column_5_1 {
    margin-bottom: 105px;
}
.column_5_2_img {
    max-width: 160px;
    width: 100%;
}
.col-width_20 {
    width: 20%;
    float: left;
    margin: 0 auto;
    text-align: center;
}
@media (max-width:960px) {
    .col-width_20 {
        width: 33.33%;
    }
}
.column_bg6 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.column_head6 {
    text-align: left;
    color: #273b6e;
    font-size: 38px;
    font-family: 'Comfortaa';
    font-weight: 600;
    padding-bottom: 60px;
}
.column_text_6_1 {
    font-size: 18px;
    display: block;
    vertical-align: middle;
    height: 100%;
    padding-right: 0;
    padding-bottom: 5px;
    font-family: 'Comfortaa';
    font-weight: 300;
    color: #000;
    -webkit-font-smoothing: antialiased;
}
.input_box_6 {
    color: #000000;
    border: 1px solid #000000;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    /*font-family: 'Comfortaa';*/
    height: 60px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
}
.textarea_box_6 {
    color: #000000;
    border: 1px solid #000000;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    font-family: 'Comfortaa';
    height: 170px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%
}
.button_6 {
    color: #ffffff;
    border: 1px solid #273b6e;
    background-color: #273b6e;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    font-family: 'Comfortaa';
    text-align: center;
    height: 60px;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-appearance: none;
    font-weight: 700;
    white-space: nowrap;
    background-image: none;
    cursor: pointer;
}
@media (max-width:640px) {
    .button_6 {
        width: 100%;
    }
}
/*home new*/

.home_main_about {
    padding-top: 90px;
    padding-bottom: 90px;
}
.home_main_about .diplay_tabit {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 400px;
    width: 100%;
    padding: 40px;
}
.home_main_about .diplay_tabit_cell {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.column_bg2 .blockimg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
}
/*home new*/

/*organizational-structure*/

.container-main {
    padding-top: 90px;
    padding-bottom: 90px;
    font-family: 'Comfortaa';
}
.bg_1 {
    background-color: #324e99;
}
.bg_1 h1 {
    font-family: 'Comfortaa';
    color: #ffffff;
    font-size: 36px;
}
.bg_1 p {
    margin-top: 28px;
    color: #f0f0f0;
    font-size: 17px;
    font-family: 'Kanit';
    line-height: 1.55;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}
.bg_2 {
    background-color: #324e99;
}
.bg_2 h1 {
    font-family: 'Comfortaa';
    color: #ffffff;
    font-size: 36px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    white-space: normal;
}
.bg_2 img {
    width: 100%;
}
.bg_3 {
    background-color: #ffffff;
}
.bg_3 h1 {
    font-family: 'Comfortaa';
    font-size: 36px;
    color: #324e99;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
}
.bg_3 .customers {
    padding: 10px;
    height: 200px;
}
.bg_3 .customers img {
    margin: auto;
}
.text_center {
    text-align: center;
}
.diplay_tabit {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 400px;
    width: 100%;
}
.diplay_tabit_cell {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.diplay_tabit_customers {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 200px;
    width: 100%;
}
.diplay_tabit_cell_customers {
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.line {
    background-color: #ffffff;
    max-width: 50px;
    width: 100%;
    height: 3px;
}
.img-background {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/*organizational-structure*/

/*About start*/

.history_main {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #273b6e;
}
.history_main .blockimg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
}
.history_main .loaded {
    opacity: 1;
    transition: opacity 400ms;
}
.history_main .textwrapper {
    display: table;
    width: 100%;
    background-color: #efefef
}
.history_main .diplay_tabit {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 400px;
    width: 100%;
    padding: 40px;
}
.history_main .diplay_tabit_cell {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.history_main .heading {
    font-family: 'Comfortaa', sans-serif;
    font-weight: 600;
    color: #000;
}
.history_main h1 {
    font-family: 'Comfortaa';
    color: #ffffff;
    font-size: 36px;
    word-wrap: break-word;
    white-space: normal;
}
.history_main p {
    margin-top: 28px;
    color: #f0f0f0;
    font-size: 17px;
    font-family: 'Kanit';
    line-height: 1.55;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}
.vision_main {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #324e99;
}
.vision_main .blockimg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
}
.vision_main .loaded {
    opacity: 1;
    transition: opacity 400ms;
}
.vision_main .textwrapper {
    display: table;
    width: 100%;
    background-color: #efefef
}
.vision_main .diplay_tabit {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 400px;
    width: 100%;
    padding: 40px;
}
.vision_main .diplay_tabit_cell {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.vision_main .heading {
    font-family: 'Comfortaa', sans-serif;
    font-weight: 600;
    color: #000;
}
.vision_main h1 {
    font-family: 'Comfortaa';
    color: #ffffff;
    font-size: 36px;
}
.vision_main p {
    margin-top: 28px;
    color: #f0f0f0;
    font-size: 17px;
    font-family: 'Kanit';
    line-height: 1.55;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}
.title {
    margin-bottom: 8px;
}
.line {
    background-color: #ffffff;
    max-width: 50px;
    width: 100%;
    height: 3px;
}
.heading_xs {
    font-size: 26px;
    line-height: 1.23;
}
.display_image_cover {
    height: 100%;
    width: 100%;
    padding: 100% 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}
.display_news_cover {
    width: 100%;
    padding: 100% 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.business_man {
    /*height: 275px;*/
    height: 100%;
    max-height: 275px;
    margin-bottom: 0;
}
.bg_hover:hover:before {
    height: 120%;
    opacity: 1;
}
/*@media (max-width:1200px){
    .bg_hover:hover:before {
        height: 120%;
        opacity: 1;
    }
}*/

.business_man:hover {
    height: 270px;
    width: 100%;
    display: block;
}
/*About end*/

.header_rows {
    font-size: 38px;
    color: #c0c0c0;
    margin: 0px !important;
    font-family: 'Comfortaa', sans-serif;
    font-weight: 600;
}
.sub_header_rows {
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #c0c0c0;
}
.column_bg4 .bg_hover4 {
    position: relative;
}
.column_bg4 .bg_hover4:hover:before, .column_bg4 .bg_hover4:hover {
    height: 112%;
    opacity: 1;
}
@media (max-width:770px) {
    .column_bg4 .bg_hover4:hover:before, .column_bg4 .bg_hover4:hover {
        height: 105%;
    }
}
.column_bg4 .bg_hover4:before {
    content: '';
    position: absolute;
    background: #f6c452;
    left: -15px;
    right: -15px;
    top: -15px;
    z-index: 0;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    height: 0;
}
.column_bg4 .grid_4 {
    width: 100%;
    min-height: 1px;
    margin-left: 30px;
}
.p_bg_1 {
    background-size: cover;
    min-height: 315px;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.p_bg_1 h1 {
    text-align: center;
    font-size: 38px;
    color: #fff;
    padding: 45px 0px 20px 20px;
    margin: 0px !important;
    font-family: 'Comfortaa', sans-serif;
    font-weight: 600
}
/*.p_bg_1 h1 {
    width: 100%;
    font-size: 32px;
    color: #fff;
    text-align: center;
    padding: 60px 0 20px;
    font-size: 48px;
    font-weight: bold;
    margin: 0;
}*/

.p_bg_1 .line {
    border-top: 5px solid #fff;
    width: 60px;
    margin: 0 auto;
}
.career_ctn .com_link {
    border: 2px solid #0d2e7d;
    padding: 7px 15px;
    border-radius: 5px;
    font-size: 18px;
    color: #0d2e7d !important;
    transition: all .3s;
    outline: none;
}
.career_ctn .com_link:hover {
    background-color: #0d2e7d;
    color: #fff !important;
    text-decoration: none;
}
.contact_info {
    margin-top: 0;
    margin-bottom: 50px;
}
.contact_info .ct_1 {
    font-weight: 400;
    color: #ea522a;
    font-size: 24px;
}
.contact_info .ct_2 {
    color: #0d2e7d;
    font-size: 20px;
}
.contact_info .ct_3, .contact_info .ct_r {
    font-size: 17px !important;
    line-height: 1.7;
    color: #202020;
}
.display_image_cove5 {
    width: 120%;
    padding: 100% 0 0;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-position: center;
}
.column_bg3 .overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.column_bg3 .animation_fast {
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}
.column_bg3 .table {
    display: table;
    width: 100%;
    height: 450px;
    vertical-align: middle;
    background-color: #ff7b00;
    position: relative;
    overflow: hidden;
}
.fit-center {
    display: flex !important;
    justify-content: center;
}
.team ._blockimg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.team ._textwrapper {
    display: table;
    width: 100%;
    height: 100%;
}
.team ._align_center {
    text-align: center;
}
.team ._content {
    display: table-cell;
}
.team ._valign_middle {
    vertical-align: middle;
}
.team ._title {
    margin-bottom: 16px;
}
.team ._margin_auto {
    margin-left: auto;
    margin-right: auto;
}
.team ._title_xs {
    font-size: 42px;
    line-height: 1.23;
}
.team .t-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #000;
}
.team .size_height {
    height: 500px;
}
@media (max-width:992px) {
    .team .size_height {
        height: 500px;
    }
    .team ._blockimg {
        background-position: initial;
    }
}
@media (max-width:540px) {
    .team ._blockimg {
        background-position: center;
    }
}
body * {
    font-family: 'Kanit';
}
.contact a {
    color: rgb(77, 77, 77) !important;
    ;
    font-size: inherit;
}
.contact a:hover {
    color: #23527c !important;
    text-decoration: none;
}
.red {
    color: red;
}
/*.error {
    margin: 10px 0 20px;
    padding: 0 0 0 5px;
    height: 20px;
    color: red;
    font-size: 12px;
    opacity: 0;
    transition: all 0.2s linear;
}
.error:active {
    opacity: 1;
}
.error.active {
    opacity: 1;
}*/

.filled-reversed-button {
    color: #FFF !important;
    background-color: #032060;
    ;
    border-color: transparent;
}
.button {
    padding: 10px 20px;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    border-radius: 0;
    border: 1px solid;
    transition: all 0.3s;
}
.filled-reversed-button:hover {
    color: #FFF !important;
    text-decoration: none;
    background-color: #5E5356;
}
a:focus, a:hover {
    text-decoration: none;
}