@font-face {
    font-family: 'Inter_Regular';
    src: url('../font/Inter-Regular.woff2') format('woff2'),
    url('../font/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}@font-face {
    font-family: 'Inter_Bold';
    src: url('../font/Inter-SemiBold.woff2') format('woff2'),
    url('../font/Inter-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham_Light';
    src: url('../font/Gotham-Light.woff2') format('woff2'),
    url('../font/Gotham-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham_Bold';
    src: url('../font/Gotham-Bold.woff2') format('woff2'),
    url('../font/Gotham-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Kanit_light';
    src: url('../font/kanit-light.woff2') format('woff2'),
    url('../font/kanit-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Kanit_Bold';
    src: url('../font/kanit-medium.woff2') format('woff2'),
    url('../font/kanit-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root{
    --main-color: #4570b4;
    --second-color: #000000;
    --bg-color: #f2f2f2;
    --font-inter-bold:'Inter_Bold','Kanit_Bold';
    --font-gotham-bold:'Gotham_Bold','Kanit_Bold';
}

::selection {
    color: #ffffff;
    background: var(--main-color);
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Inter_Regular', 'Kanit_light';
    font-size: 17px;
    color: #464646;
    line-height: 2;
    overflow-x: hidden;
    background: #f2f2f2;
}

input, select, button, a, textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    cursor: pointer;
    outline: none;
    transition: all 0.5s;
}

select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: inherit;
    list-style: none;
}
.container {
    position: relative;
    padding: 0;
}
h1{
    margin: 0;
    line-height: normal;
    font-size: 40px;
    color: var(--main-color);
    font-family: var(--font-inter-bold);
    text-transform: uppercase;
}
h2{
    margin: 0;
    line-height: normal;
    font-size: 40px;
    color: var(--main-color);
    font-family: var(--font-inter-bold);
    text-transform: uppercase;
}
h3{
    margin: 0;
    line-height: normal;
    font-size: 20px;
    font-family: var(--font-gotham-bold);
    text-transform: uppercase;
}
h4{
    font-weight: normal;
    margin: 0;
}
.section_header{
    font-family: 'Inter_Bold', 'Kanit_Bold';
    text-align: center;
    text-transform: uppercase;
    color: var(--second-color);
    /*background: var(--bg-color);*/
    position: fixed;
    width: 100%;
    top: 30px;
    z-index: 3;
    transition: all 1s;
}
.header_pc{
    height: 60px;
}
.header_pc ul{
    display: inline-flex;
    margin: 0 auto 0 60px;
    padding: 0;
}
.header_pc li{
    list-style: none;
    float: left;
    padding: 0 25px;
}
.header_pc a{
    display: block;
    position: relative;
    line-height: 50px;
}
.header_pc a:before{
    content: '';
    background: var(--main-color);
    width: 0;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 1s;
}
.header_pc a.active:before{
    width: 100%;
}
.header_pc a.active, .header_pc a:hover{
    color: var(--main-color);
}
.brand_logo{
    position: absolute;
    left: 50px;
    top: 0;
    height: 100px;
    transition: all 1s;
}
.brand_logo img{
    width: auto;
    height: 100%;
    display: block;
}
.mask_img {
    width: 25px;
    height: 25px;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100%;
    mask-repeat: no-repeat;
    background: var(--second-color);
    transition: all 1s;
}
.mask_img:hover{
    background: var(--main-color);
}
.social_header{
    position: absolute;
    right: 100px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 25px;
}
.social_header ul{
    margin: 0;
    padding: 0;
}
.social_header li{
    list-style: none;
    float: left;
    padding: 0 10px;
}
.social_header li:nth-last-child(1){
    padding-right: 0;
}
.section_photofull{
    /*clip-path: polygon(50% 0%, 100% 0, 100% 72%, 100% 72%, 30% 100%, 0 80%, 0 0);*/
    position: relative;
    width: 100%;
    height: 100vh;
}
.section_photofull img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: bottom;
}
.section_description{
    padding: 100px 0;
}
.section_description p{
    margin: 0;
}
.section_description p > label{
    font-family: var(--font-inter-bold);
}
.section_description .col-xs-6:nth-child(1){
    float: right;
}
.section_description .col-xs-6:nth-last-child(1){
    text-align: right;
}
.section_description h1 > label{
    display: inline-block;
    width: 100%;
}
.section_description .col-xs-6:nth-child(1){
    padding-left: 100px;
}
.section_description .col-xs-6:nth-child(1){
    position: relative;
}
.section_description .col-xs-6:nth-child(1):before{
    content: '';
    background: var(--main-color);
    width: 4px;
    position: absolute;
    left: 50px;
    top: 0;
    height: calc(100% - 50px);
}
.section_description .col-xs-6:nth-child(1):after{
    content: '';
    background: #c6bea9;
    width: 4px;
    position: absolute;
    left: 50px;
    bottom: 0;
    height: 45px;
}
.section_description .col-xs-6:nth-child(1) p{
    text-transform: uppercase;
    font-size: 20px;
}
.section_description .col-xs-6{
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section_services{
    padding: 0 100px 100px;
    text-align: center;
}
.images_services{
    height: 300px;
    position: relative;
}
.images_services img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.details_services{
    height: 200px;
    background: var(--main-color);
    color: #ffffff;
    text-align: left;
    padding: 30px;
    font-size: 18px;
}
.details_services h3{
    color: #ffffff;
    line-height: inherit;
}
.details_services p{
    margin: 0;
}
.slide_services .slide{
    padding: 0 15px;
}
.slide_services{
    margin: 50px -15px 0;
}
.images_services:before{
    content: '';
    background: var(--main-color);
    width: 100%;
    height: 100px;
    clip-path: polygon(50% 72%, 0% 100%, 100% 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}
.btn_seeall{
    background: var(--second-color);
    color: #ffffff;
    margin-top: 50px;
    padding: 15px 30px;
    border: none;
    font-family: var(--font-inter-bold);
    transition: all 1s;
}
.btn_seeall:hover{
    background: var(--main-color);
}
.images_why{
    position: relative;
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.images_why img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: right bottom;
}
.details_why{
    position: relative;
    /*background: var(--main-color);*/
    color: #ffffff;
    padding: 0 100px 0 50px;
}

.section_why{
    background-image: url('../images/icon/bg_why.jpg');
    background-size: cover;
    width: 100%;
    height: 800px;
    background-position: bottom;
}
.section_why .col-xs-7{
    display: none;
}
.section_why .col-xs-5{
    float: right;
}
.section_why .col-xs-7 .images_why:before{
    content: none;
    background: var(--main-color);
    width: 300px;
    height: 100%;
    clip-path: polygon(20% 100%, 100% 0, 100% 100%, 20% 100%);
    position: absolute;
    right: -0.5px;
    bottom: 0;
    z-index: 1;
}
.section_why .col-xs-7 .images_why:after{
    content: none;
    background-image: url('../images/icon/why.png');
    width: 306px;
    height: 600px;
    position: absolute;
    right: 150px;
    z-index: 2;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.section_why h2 > label{
    display: inline-block;
    width: 100%;
}
.section_why h2{
    color: #ffffff;
    font-family: var(--font-gotham-bold);
}
.details_why label{
    font-family: var(--font-inter-bold);
}
.details_why ul{
    margin: 25px 0 0;
    padding: 0;
}
.section_portfolio{
    position: relative;
    z-index: 1;
    padding: 100px 0;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.section_portfolio p{
    margin: 0;
}
.images_portfolio{
    position: relative;
    height: 500px;
    margin-top: 50px;
    padding: 0 30px 30px;
}
.images_portfolio:after{
    content: '';
    background: var(--second-color);
    height: calc(100% - 100px);
    width: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.images_portfolio:before{
    content: '';
    background: var(--second-color);
    width: calc(100% - 50%);
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.images_portfolio img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.section_footer{
    padding: 150px 0;
    position: relative;
    /*background: #dfdfdf;*/
    background-image: url('../images/icon/bg_footer_full.jpg');
    background-size: cover;
    background-position: top;
    margin-top: -100px;
}
/*.section_footer:before{*/
/*    content: '';*/
/*    clip-path: polygon(65% 50%, 100% 0, 100% 100%, 0 100%, 0 0);*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: #e9e9e9;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: -200px;*/
/*    background-size: cover;*/
/*    z-index: -2;*/
/*}*/
/*.section_footer:after{*/
/*    content: '';*/
/*    clip-path: polygon(65% 50%, 100% 0, 100% 100%, 0 100%, 0 0);*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: #dfdfdf;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    background-size: cover;*/
/*    z-index: -1;*/
/*}*/
.social_footer{
    display: inline-block;
    width: 100%;
    margin-top: 25px;
}
.section_footer img{
    height: 100px;
    display: block;
    margin: 0 auto;
}
.section_footer .col-xs-4{
    text-align: center;
    padding: 30px 0;
}
.social_footer ul{
    margin: 0 auto;
    padding: 0;
    display: inline-block;
}
.social_footer li{
    list-style: none;
    float: left;
    padding: 0 10px;
}
.social_footer .mask_img{
    width: 30px;
    height: 30px;
}
.section_footer h3{
    color: var(--second-color);
    margin-bottom: 15px;
}
.section_footer .col-xs-6{
    padding: 0 100px;
    position: relative;
}
.section_footer .col-xs-6:before{
    content: '';
    background: var(--second-color);
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.section_footer .col-xs-6 ul, .section_footer .col-xs-2 ul{
    margin: 0;
    padding: 0;
}
.section_footer .col-xs-6 li{
    list-style: none;
    padding-bottom: 15px;
    float: left;
}
.section_footer .col-xs-6 li:nth-last-child(1){
    padding-bottom: 0;
}
.section_footer .col-xs-6 li > label{
    display: inline-block;
    width: 100%;
}
.section_footer .col-xs-6 li:nth-child(odd){
    width: 50px;
    padding-top: 5px;
}
.section_footer .col-xs-6 li:nth-child(even){
    width: calc(100% - 50px);
}
.section_footer .col-xs-2 li{
    list-style: none;
}
.section_footer a:hover{
    color: var(--main-color);
}
.section_copyright{
    background: #3a3a3a;
    color: #aeaeae;
    padding: 25px 0;
}
.section_copyright .col-xs-7{
    text-align: left;
}
.section_copyright .col-xs-5{
    text-align: right;
}
.scroll_menu{
    top: 0;
    background: var(--bg-color);
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}
.scroll_menu .brand_logo{
    height: 60px;
    padding: 10px 0;
}
.scroll_menu .header_pc a{
    line-height: 60px;
}
.circal_portfolio{
    position: absolute;
    bottom: -50px;
    right: 150px;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    border: 10px solid #c9c9c980;
}
.slick-dots{
    padding: 0;
    margin-top: 25px;
}
.slick-dots li {
    margin: 0 3px;
}
.hamberger_menu {
    display: block;
    height: 60px;
}
.button_container {
    position: absolute;
    /*top: 0;*/
    /*bottom: 0;*/
    height: 17px;
    width: 27px;
    margin: auto;
    cursor: pointer;
    transition: all 1s;
    z-index: 15;
    left: auto;
    right: 50px;
    top: 0;
    bottom: 0;
}

.button_container:hover {
    opacity: 1;
}

.button_container.active .top {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
    background: #ffffff;
}

.button_container.active .middle {
    opacity: 0;
    background: #002724;
}

.button_container.active .bottom {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
    background: #ffffff;
}

.button_container span {
    background: #242424;
    border: none;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 8px;
}

.button_container span:nth-of-type(3) {
    top: 16px;
}

.overlay {
    position: fixed;
    background: #242424;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    /*max-width: 540px;*/
    /* opacity: 0; */
    overflow: hidden;
    z-index: 9;
    transition: all 1s;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    /*background-image: url('../images/icon/bg_description.jpg');*/
}

.overlay.open {
    opacity: 1;
    width: 350px;
}

.overlay.open li {
    -webkit-animation: fadeInUp .9s ease forwards;
    animation: fadeInUp .9s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
}

.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s;
}

.overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}

.overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: .85s;
    animation-delay: .85s;
}

.overlay.open li:nth-of-type(7) {
    -webkit-animation-delay: .95s;
    animation-delay: .95s;
}

.overlay.open li:nth-of-type(8) {
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s;
}

.overlay.open li:nth-of-type(9) {
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

.overlay.open li:nth-of-type(10) {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
}


.overlay nav {
    position: relative;
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    text-align: left;
    padding: 0 50px;
    margin-top: 75px;
}

.overlay ul {
    list-style: none;

    margin: 100px auto 0;
    position: relative;
    height: 100%;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
    padding: 0 50px;
}

.overlay ul li {
    /*display: block;*/
    position: relative;
    padding: 10px 0;
    opacity: 0;
    width: 100%;
    line-height: initial;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    /*overflow: hidden;*/
    opacity: 0.7;
    transition: all 0.5s;
}

.overlay ul li a.active, .overlay ul li a:hover, .nav_mobile .overlay-menu .active {
    color: var(--main-color);
    opacity: 1;
}

.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
    width: 100%;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

.fix_body {
    overflow: hidden !important;
}
.section_photoinfo{
    height: 70vh;
}
.section_photoinfo:before{
    content: none;
    background-image: url('../images/icon/overlay_photo.png');
    width: 100%;
    height: 653px;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    background-position: top center;

}
.section_aboutus{
    padding: 50px 0 100px;
    text-align: center;
}
.line_h1{
    width: 150px;
    position: relative;
    margin: 25px auto;
    display: inline-block;
}
.line_h1:before{
    content: '';
    width: calc(100% - 30px);
    height: 4px;
    background: var(--main-color);
    position: absolute;
    left: 0;
    bottom: 0;
}
.line_h1:after{
    content: '';
    width: 25px;
    height: 4px;
    background: #c6bea9;
    position: absolute;
    right: 0;
    bottom: 0;
}
.option_about{
    margin-top: 50px;
}
.box_option{
    background: #0f3a74;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    margin: auto;
    padding: 10px;

}
.box_option img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.option_about ul{
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 900px;
}
.option_about li{
    list-style: none;
    float: left;
    padding-bottom: 30px;
}
.option_about li:nth-child(odd){
    width: 130px;
    text-align: center;
}
.option_about li:nth-child(even){
    width: calc(100% - 130px);
    padding-left: 50px;
}
.option_about li:nth-last-child(1), .option_about li:nth-last-child(2){
    padding-bottom: 0;
}
.details_option{
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.details_option label{
    display: contents;
    font-family: var(--font-inter-bold);
}
.section_organization{
    text-align: center;
    padding-bottom: 100px;
}
.box_organization{
    width: 350px;
    height: 350px;
    border-radius: 100%;
    overflow: hidden;
    margin: auto;
}
.box_organization img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: top center;
}
.option_organization{
    width: 900px;
    margin: 50px auto 0;
}
.option_organization ul{
    margin: 0;
    padding: 0;
    text-align: left;
}
.option_organization li{
    list-style: none;
    float: left;
    padding-bottom: 50px;
}
.option_organization li:nth-child(odd){
    width: 350px;
    text-align: center;
}
.option_organization li:nth-child(even){
    width: calc(100% - 350px);
    padding-left: 50px;
}
.details_organization{
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.details_organization p{
    margin: 0;
}
.details_organization h3{
    font-family: var(--font-gotham-bold);
    font-size: 24px;
    text-transform: none;
    color: var(--main-color);
}
h3.name_th{
    color: #4a4a4a;
}
.line_name{
    width: calc(100% + 50px);
    height: 1px;
    background: #9d9d9d;
    margin: 25px 0;
    position: relative;
    left: -50px;
    max-width: inherit;
}
.option_organization .boxcount_organization:nth-child(even) li:nth-child(1){
    float: right;
}
.option_organization .boxcount_organization:nth-child(even) .line_name{
    left: 0;
    right: -50px;
}
.option_organization .boxcount_organization:nth-last-child(1) li{
    padding-bottom: 0;
}
.option_organization .boxcount_organization:nth-child(even) li:nth-child(2){
    padding-left: 0;
    padding-right: 50px;
}
.images_services_info{
    position: relative;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
    padding-bottom: 15px;
}
.images_services_info:before{
    content: '';
    background: var(--main-color);
    width: 4px;
    height: calc(100% - 50%);
    position: absolute;
    left: 0;
    bottom: 0;
}
.images_services_info:after{
    content: '';
    background: var(--main-color);
    width: calc(100% - 30%);
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.images_services_info img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.details_services_info{
    text-align: left;
    padding-left: 50px;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.details_services_info p{
    margin-top: 15px;
}
.box_services{
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}
.row_services .box_services:nth-child(even) .col-xs-4{
    float: right;
}
.row_services .box_services:nth-child(even) .details_services_info{
    padding-left: 0;
    padding-right: 50px;
}
.row_services .box_services:nth-child(even) .images_services_info{
    padding: 0 15px 15px 0;
}
.row_services .box_services:nth-child(even) .images_services_info:before{
    right: 0;
    left: auto;
}
.row_services .box_services:nth-child(even) .images_services_info:after{
    right: 0;
    left: auto;
}
.details_services_info h3{
    text-transform: none;
    color: var(--main-color);
    font-size: 24px;
}
.box_constructionteam{
    background: var(--main-color);
}
.images_constructionteam{
    height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}
.images_constructionteam img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.section_constructionteam{
    display: inline-block;
    width: 100%;
    padding-bottom: 100px;
}
.details_constructionteam{
    height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 100px;
    color: #ffffff;
}
.details_constructionteam h2{
    font-family: var(--font-gotham-bold);
    color: #ffffff;
}
.box_constructionteam{
    background: var(--main-color);
    display: flow-root;
    width: 100%;
}
.details_constructionteam h4{
    font-size: 24px;
}
.details_constructionteam p{
    line-height: normal;
    font-size: 24px;
    font-style: italic;

}
.details_constructionteam ul label{
    font-size: 150px;
    line-height: normal;
    font-family: var(--font-gotham-bold);
    font-style: italic;
}
.details_constructionteam ul span{
    display: inline-block;
    width: 100%;
}
.details_constructionteam ul{
    margin: 15px 0;
    padding: 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-family: var(--font-gotham-bold);
}
.details_constructionteam li{
    float: left;
    list-style: none;
}
.details_constructionteam li:nth-child(2){
    padding-left: 30px;
}
.details_constructionteam img{
    height: 50px;
    width: auto;
    object-fit: contain;
    margin: 0;
    display: block;
    object-position: left;
}
.section_constructionteam .box_constructionteam:nth-child(even) .col-xs-7{
    float: right;
}
.section_constructionteam .box_constructionteam:nth-child(even) .images_constructionteam{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}
.details_portfolio_info{
    text-align: left;
    padding: 30px 0 0 60px;
    position: relative;
}
.details_portfolio_info:before{
    content: '';
    background: var(--main-color);
    width: 4px;
    height: calc(100% + 30px);
    position: absolute;
    left: 25px;
    bottom: 0;
}
.details_portfolio_info h3{
    font-size: 24px;
    color: #353535;
}
.details_portfolio_info p{
    margin: 0;
    text-transform: none!important;
    font-size: inherit !important;
}
.images_portfolio_info{
    overflow: hidden;
    cursor: pointer;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.images_portfolio_info img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.05);
    transition: all 1s;
}
.section_portfolio_info .col-xs-6:hover .images_portfolio_info img{
    transform: scale(1.0);
}
.section_portfolio_info{
    margin: 50px -25px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.section_portfolio_info .col-xs-6{
    padding: 25px!important;
    width: 100%;
}
.section_portfolio_info .col-xs-6:nth-child(1):before, .section_portfolio_info .col-xs-6:nth-child(1):after{
    content: none;
}
.section_portfolio_info .col-xs-6:nth-child(1){
    float: left;
    text-align: left;
}
.lg-outer .lg-thumb{
    margin: 0 auto;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: var(--main-color);
}
.box_contactus{
    text-align: left;
    color: #585858;
    margin-top: 50px;
}
.box_contactus h3{
    text-transform: none;
    font-size: 20px;
    color: var(--main-color);
    margin-bottom: 15px;
}
.box_contactus ul{
    margin: 30px 0 0;
    padding: 0;
}
.box_contactus li{
    list-style: none;
    float: left;
}
.box_contactus li:nth-child(odd){
    width: 130px;
}
.box_contactus li:nth-child(even){
    width: calc(100% - 130px);
}
.box_contactus p > label{
    font-family: 'Inter_Regular','Kanit_light';
    display: inline-block;
    width: 100%;
}
.box_contactus label{
    display: inline-block;
    width: 100%;
}
.box_contactus a:hover{
    color: var(--main-color);
}
.btn_submit{
    margin: 0;
}
.input_data{
    background: none;
    border: none;
    border-bottom: 1px solid;
    width: 100%;
    padding: 0 0 10px;
}
.row_input .col-xs-12{
    margin-bottom: 15px;
}
.row_input textarea{
    height: 200px;
}
.section_googlemap{
    padding: 0 100px 100px;
}
.section_googlemap iframe{
    width: 100%;
    height: 700px;
    display: block;
}
.section_copyright .col-xs-5 a:hover{
    color: #fdc20f;
}
.section_header .container{
    width: 100%;
}