/* BANNER SECTION */
.page-contact.banner-section 
{
	padding-top: 10px;
}

.page-contact.banner-section .box-title-primary {
	margin-bottom: 40px;
}
    
.page-contact.banner-section .service_box_title {
    margin-bottom: 40px;
}

.page-contact.banner-section .box-content .grid-container {
    --column-grid: 2;
}

.page-contact.banner-section .box-content .title-head {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 35px;
    /* identical to box height, or 110% */
    margin-bottom: 40px;
}

.page-contact .large-container {
    --column-grid: 2;
}

.page-contact.banner-section .box-content .core-value .grid-container {
    --spacing-box: 61px;
}

.page-contact.banner-section .box-content .core-value .card {
    margin-bottom: 48px;
}

.page-contact.banner-section .box-content .core-value .card .card-content {
    margin-top: 16px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    /* or 140% */
    color: #696969;
}

.page-contact .box-content .form-container {
	padding-left: 50px;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    overflow: initial;
    -webkit-box-shadow: 0 13px 6px -10px #c1c1c1;
    -moz-box-shadow: 0 13px 6px -10px #C1C1C1;
    box-shadow: 0 13px 6px -10px #c1c1c1;
    /*border-left: 1px solid #C1C1C1;*/
	display: block;
}

.page-contact .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	margin-top: 20px;
    margin-bottom: 20px;
}

.page-contact .box-content .grid-container.form-contact {
	--spacing-box: 95px;
    --spacing-box-minus: 0;
}

.page-contact .box-content .grid-container.form-contact:after {
/*     content: ""; */
    height: 2px;
    background: #ffffff;
    width: 30%;
    right: 0;
    position: absolute;
    bottom: -1px;
    z-index: 2;
}

.page-contact .form-contact .form-group {
    margin-bottom: 39px;
}

.page-contact .form-contact .grid-item:nth-child(odd) {
    margin-left: 0;
}

.page-contact .form-contact .grid-item.full-column {
    margin-left: 0;
}

.page-contact .form-contact .form-group .btn.btn-primary {
    padding: 13px 47px;
    height: 49px;
    border-color: var(--primary);
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
}

.form-contact .radio .wpcf7-list-item {
    margin-right: 28px;
    margin-left: 0;
}

.form-contact .radio .wpcf7-list-item.last {
    margin-right: 0;
}

.form-contact .radio .wpcf7-list-item label {
    display: flex;
    position: relative;
}

.form-contact .radio .wpcf7-list-item label > input {
    position: relative;
    height: 19px;
    visibility: hidden;
    margin-top: -3px;
}

.form-contact .radio .wpcf7-list-item label > span {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #696969;
}

.form-contact .radio .wpcf7-list-item label > span:before {
    content: "";
    height: 19px;
    width: 19px;
    display: block;
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: 2px;
    border: 1px solid #BEBEBE;box-sizing: border-box;
}

.form-contact .radio .wpcf7-list-item label > input:checked+span:before {
    background: #ffffff;
    border: 1px solid var(--primary);
}

.form-contact .radio .wpcf7-list-item label > input:checked+span:after {
    background: var(--primary);
}

.form-contact .radio .wpcf7-list-item label > span:after {
    content: "";
    height: 11px;
    width: 11px;
    display: block;
    border-radius: 30px;
    position: absolute;
    left: 4px;
    top: 6px;
    border: 0;
    box-sizing: border-box;
}

.form-contact .radio #estimateBudget {
	display: flex;
}

.page-contact .form-contact .box-submit-btn .form-group {
	position: relative;
}

.page-contact .form-contact .box-submit-btn .form-group .ajax-loader {
	position: absolute;
	top: 26%;
}

.page-contact.banner-section .box-content .form-contact-parent .title-head {
    margin-bottom: 10px;
}

.page-contact.banner-section .box-content .form-contact-parent .description-head {
    font-size: 14px;
    margin-bottom: 20px;
	color: #474747;
	text-align: center;
}

@media screen and (min-width: 0px) and (max-width:768px){
    .page-contact.banner-section .box-content .form-contact-parent .description-head {
        font-size: 16px;
    }
}

/* END BANNER SECTION */

/* SECTION BUSINESS INFOMATION */
section.section-contact-image img {
    width: 100%;
    object-fit: cover;
}

.section-business-info .section-title .section-box-title {
    top: 50px;
}

.section-business-info.section-container {
    --height-container: 750px;
    --width-content: 945px;
    padding: 0;
    background-color: #FFFBF7;
    position: relative;
    height: var(--height-container);
}

.section-business-info .box-title-primary .content {
    color: #474747;
    max-width: 633px;
    margin: auto;
    margin-top: 40px;
}

.section-business-info .box-background-bsi {
    /*position: absolute;*/
    top: 0;
	width: var(--width-content);
    height: var(--height-container);
    height: 461px;
}

.section-business-info .box-background-bsi .bg-image {
    width: 100%;
    height: 100%;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.section-business-info .box-title-primary {
    margin-top: 48px;
    position: relative;
}

.section-business-info .background-bsi-container {
    display: flex;
    width: 100%;
    justify-content: center;
}


/* END SECTION BUSINESS INFORMATION */

/* SECTION EXPERIENCE */
.section-experience {
	--column-grid: 4;
}

.section-experience.section-container {
    padding: 0;
    background: linear-gradient(91.99deg, #FFC691 -3.06%, #FCB49D 100.53%);
    padding: 20px 0px;
    margin-top: 20px;
}

.section-experience .card .card-content .content {
    max-width: 202px;
    margin: auto;
    height: 63px;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 21px;
    color: #000;
}

.section-experience .card .card-content .title {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 35px;
    color: #000;
    margin-top: 9px;
    margin-bottom: 9px;
}

/* END SECTION EXPERIENCE */

/* SECTION ABOUT US */
.section-about-us-info.section-container {
    padding-top: 50px;
    background-color: #FFFBF7;
    padding-bottom: 53px;
}

.section-about-us-info .company-image {
    padding-right: 25px;
}

.section-about-us-info.section-container .company-image {
    text-align: center;
    margin-bottom: 24px;
}

.section-about-us-info .company-info tr td:first-child {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 21px;
    color: #818181;
    width: 180px;
}

.section-about-us-info .company-info tr td:last-child {
    padding-left: 50px;
    color: #3A3A3A;
    font-weight: normal;
    font-size: 20px;
    line-height: 21px;
}

.section-about-us-info .company-info tr td:last-child b {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    color: #3A3A3A;
}

.section-about-us-info .company-info tr p, .section-about-us-info .company-info tr p a  {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    color: #3A3A3A;
}

.section-about-us-info .company-info tr td:last-child p {
    margin-bottom: 10px;
}

.section-about-us-info .company-info tr td:last-child .list-address p {
    margin-bottom: 5px;
}

.section-about-us-info .company-info tr td:last-child .list-address {
    margin-bottom: 30px;
}

.section-about-us-info .company-info tr:first-child td:last-child p {
    margin-bottom: 20px;
}

.section-about-us-info .company-info tr:last-child td:last-child p {
    margin-bottom: 0px;
}

/* GALARY */
.section-galary {
    padding-bottom: 27px;
}

.section-galary .grid-container {
    --column-grid: 4;
}

.section-galary .grid-container .grid-item {
    margin-bottom: 11px;
}

.section-galary .grid-container .grid-item img {
    height: 210px;
    width: 100%;
    object-fit: cover;
    cursor: inherit;
}

/*.section-galary .card:hover img {*/
/*    transition: all .5s;*/
/*    transform: scale(1.1,1.1);*/
/*}*/

.section-galary .card {
    overflow: hidden;
}


/* Hide section trip */
.section-trip {
    display: none;
}

@media (min-width: 992px) and (max-width: 1120px) {
	.page-contact .box-content .grid-container.form-contact {
		--spacing-box: 20px;
	}
	
	.form-contact .radio .wpcf7-list-item {
		margin-right: 5px;
	}
	
	.form-contact .radio .wpcf7-list-item label {
		padding-left: 25px;
	}
}

@media (max-width: 991px) {
	.page-contact.banner-section .box-content .core-value .grid-container {
		--spacing-box: 24px;
	}
	
	.page-contact .box-content .form-container {
		padding-left: 0px;
		border: 0;
		box-shadow: unset;
	}
	
		
	
	.page-contact .box-content .grid-container.form-contact {
		--spacing-box: 35px;
	}
	
	.page-contact .box-content .grid-container.form-contact:after {
		content: unset;
	}
	
	.page-contact .form-contact .grid-item:last-child .form-group {
		margin-bottom: 0px;
	}
	
	.section-about-us-info.section-container .company-image img {
		max-height: 500px;
	}
	
	.section-business-info.section-container {
		--width-content: 100%;
		--height-container: auto;
	}
	
	.section-business-info .displayDesktop {
		display: none !important;
	}
	
	.section-business-info .displayMobile {
		display: block !important;
	}
	
	.section-business-info .box-title-primary {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.section-galary .grid-container {
		--column-grid: 2;
	}
	
	.page-contact.banner-section {
		padding-top: 0;
		margin-top: 28px;
	}
}

@media (max-width: 600px) {
	
	.page-contact .box-content .grid-container.form-contact {
		--spacing-box: 0;
	}
	
	.page-contact.banner-section .box-content .core-value .card .card-image img {
		max-width: 90px;
	}
	
	.form-contact .radio #estimateBudget {
		flex-wrap: wrap;
	}
	
	.form-contact .radio .wpcf7-list-item {
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}
	
	.form-contact .radio .wpcf7-list-item label > span {
		font-size: 16px;
	}
	.form-contact .radio .wpcf7-list-item label {
		margin-bottom: 5px;
	}
	
	.page-contact .form-contact .box-submit-btn .form-group {
		text-align: center;
	}
	
	.banner-section .box-title-primary .title {
		font-weight: 700;
		font-size: 24px;
		line-height: 35px;
	}
	
	.banner-section .box-title-primary .content {
		font-size: 12px;
		line-height: 20px;
	}
	
	.page-contact.banner-section .box-content .title-head {
		font-weight: 700;
		font-size: 20px;
		line-height: 26px;
	}
	
	.page-contact .card .card-content .title {
		font-size: 16px;
		line-height: 25px;
	}
	
	.form-group > label {
		font-size: 14px;
		line-height: 22px;
	}
	
	.section-business-info  .box-title-primary .title {
		font-weight: 700;
		font-size: 24px;
		line-height: 35px;
	}
	
	.section-business-info .box-title-primary .content {
		font-size: 16px;
		line-height: 25px;
		margin-top: 20px;
	}
	
	.section-experience .card .card-content .title {
		font-weight: 700;
		font-size: 24px !important;
		line-height: 35px !important;
	}
	
	.section-experience .card .card-content .content {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 20px;
	}
	
	.section-experience {
		--column-grid: 2;
	}
	
	.section-about-us-info.section-container .company-image {
		padding: 0;
		margin-bottom: 38px;
	}
	
	.section-about-us-info.section-container .company-image img {
		max-height: unset;
	}
	
	.section-about-us-info .company-info tr td:first-child, .section-about-us-info .company-info tr p, .section-about-us-info .company-info tr td:last-child b {
		font-size: 12px;
		line-height: 20px;
	}
	
	.section-about-us-info .company-info tr td:last-child b {
		font-weight: 700;
	}
	
	.section-about-us-info .company-info tr td:last-child {
		padding-left: 20px;
	}
	
	.section-about-us-info .company-info tr td:first-child {
		width: 103px;
	}
}

@media (max-width: 425px) {
	.page-contact .card .card-content .title {
		font-size: 16px !important;
		line-height: 25px !important;
	}
	
	.form-group > label {
		font-size: 14px;
		line-height: 22px;
	}
}

@media (max-width: 340px) {
	.page-contact .card .card-content .title {
		font-size: 12px !important;
		line-height: 18px !important;
	}

	.section-experience .card .card-content .content {
		font-size: 12px;
		line-height: 18px;
	}
}
.page-contact.banner-section .wpcf7-form-control-wrap select.wpcf7-form-control {
		width: 100%;
		padding: 10px 10px;
		border-radius: 5px; 
		border: 1px solid #BEBEBE;
	}
	
	
	
	/* update core value*/
	
	.page-contact .box-get-start > p {
    max-width: 429px;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
}

.page-contact .box-get-start > h4 {
    text-align: left;
}


.page-contact .voice-customer {
    margin-top: 45px;
	margin-left: -20px;
    margin-right: -20px;
}

.page-contact .voice-customer .card-content .content {
    align-content: center;
}

.page-contact .voice-customer .card-image img {
    height: 40px;
    width: auto;
}

.page-contact .voice-customer .card-image {
    margin-bottom: 10px;
	margin-top: 20px;
}

.page-contact .voice-customer .slider-nav {
    margin-top: 40px;
	margin-bottom: 2px;
}

.page-contact .voice-customer .customSlider .slide-logo {
    height: 53px;
    display: flex;
    padding: 8px 5px;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.page-contact .voice-customer .customSlider .slide-logo img {
    max-height: 36px;
    width: auto
}

.page-contact .customSlider .slider-nav .slick-list .slick-track .slick-slide.slick-current {
    border: 1px solid #F1592A;
    box-sizing: border-box;
}
	
	
/*.section-located-everywhere*/
.section-located-everywhere.boxMobile_two {
    background: #FFFBF7;
    padding: 30px 0px !important;
}
.section-located-everywhere .box-title-primary {
    margin-bottom: 0px;
}
.section-located-everywhere.boxMobile_two .list_our_technologies_BE {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #FFFBF7 !important;
    padding-top: 0;
}
.section-located-everywhere.boxMobile_two .list_our_technologies_BE .item_our_technologies_BE {
    width: 23%;
    display: flex;
    margin-top: 16px;
    flex-direction: column;
    align-items: center;
    background: #fff !important;
}
.section-located-everywhere.boxMobile_two .boxContent .boxDetail {
    padding: 5px 15px;
}
.section-located-everywhere.boxMobile_two .boxContent .boxRect {
    height: auto;    
    border: 1px solid #EAECF0;
    padding-bottom: 20px;
}
.section-located-everywhere.boxMobile_two .boxContent .boxDetail p {
        height: 161px;
}
.section-located-everywhere.boxMobile_two .boxContent .avatar .boxAvatar {
    height: 60px;
}
.section-located-everywhere.boxMobile_two .boxContent  h4 {
    padding: 12px;
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 44px;
    background-color: #f1592a;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    cursor: pointer;
}
.section-located-everywhere.boxMobile_two .boxContent .avatar::after {
    content: none;
}
.section-located-everywhere.boxMobile_two .boxContent .boxDetail h3 {
    margin-top: 0px;
}
.section-experience img{
    width: 64px;
    height: 66px;
}
@media screen and (min-width: 0px) and (max-width: 992px) { 
    .section-located-everywhere.boxMobile_two {
        padding: 32px 0px !important;
    }
    .section-located-everywhere.boxMobile_two .boxTitle{
        font-size: 22px;
    }
    .section-located-everywhere.boxMobile_two .list_our_technologies_BE .item_our_technologies_BE {
        width: 100%;
    }
    .section-located-everywhere.boxMobile_two .boxContent .boxDetail p {
        height: auto;
    }
}
@media screen and (min-width: 992px) and (max-width: 1110px) { 
    .section-located-everywhere.boxMobile_two .boxContent .boxDetail p {
        height: 204px;
    }
}	
@media screen and (min-width: 1120px) { 
    .section-located-everywhere.boxMobile_two .boxContent .boxDetail h3 {
        height: 50px;
    }
    .section-located-everywhere.boxMobile_two .boxContent .avatar .boxAvatar {
        height: 50px;
    }
}	

/*section-contact-us*/
.section-contact-us.boxMobile_two {
    background: #FFFBF7;
}
.section-contact-us.boxMobile_two .list_our_technologies_BE {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #FFFBF7 !important;
    padding-top: 20px;
}
.section-contact-us.boxMobile_two .list_our_technologies_BE .item_our_technologies_BE {
    width: 32%;
    display: flex;
    margin-top: 16px;
    flex-direction: column;
    align-items: center;
    background: #fff !important;
    cursor: pointer;
}
.section-contact-us.boxMobile_two .boxContent .boxDetail {
    padding: 5px 15px;
}
.section-contact-us.boxMobile_two .boxContent .boxRect {
    height: auto;    
    border: 1px solid #EAECF0;
    padding-bottom: 20px;
     min-height: 0;
}
.section-contact-us.boxMobile_two .boxContent  h4 {
    padding: 12px;
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 44px;
    background-color: #f1592a;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    cursor: pointer;
}
.section-contact-us.boxMobile_two .boxContent .avatar::after {
    content: none;
}
.section-contact-us.boxMobile_two .boxContent .boxDetail h3 {
    margin-top: 20px;
}
.section-located-everywhere .modal_hochiminh,.modal_hanoi,.modal_hanoi,.modal_texas,.modal_binhduong{
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    width: 90%;
    height: 90%;
    z-index: 9999999;
    transform: translate(-50%,-50%);
    display: none;
}
.section-located-everywhere .modal_hochiminh:before,.modal_hanoi:before,.modal_texas:before,.modal_binhduong:before{
    content:'';
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(0,0,0,0.5);
    width: 115%;
    height: 115%;
    z-index: 0;
    transform: translate(-50%,-50%);
}
.icon_close_modal_address {
    position: absolute;
    top: -12px;
    right: -50px;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer
}
.section-located-everywhere .active_modal_hochiminh {
    display: block;
}
.section-located-everywhere .active_modal_hanoi {
    display: block;
}
.section-located-everywhere .active_modal_texas {
    display: block;
}
.section-located-everywhere .active_modal_binhduong {
    display: block;
}
.mapouter {
    width: 100% !important;
    height: 100%  !important;
}
.mapouter .gmap_canvas{
    width: 100% !important;
    height: 100%  !important;
}
.mapouter .gmap_canvas iframe{
    width: 100% !important;
    height: 100%  !important;
}

@media screen and (min-width: 0px) and (max-width: 992px) { 
    .section-contact-us.boxMobile_two {
        padding: 32px 0px !important;
    }
    .section-contact-us.boxMobile_two .boxTitle{
        font-size: 22px;
    }
    .section-contact-us.boxMobile_two .list_our_technologies_BE .item_our_technologies_BE {
        width: 100%;
    }
    .icon_close_modal_address {
        top: -12px;
        right: -10px;
        width: 30px;
        height: 30px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1110px) { 
    .section-contact-us.boxMobile_two .boxContent .boxDetail p {
        height: 204px;
    }
}		
	
	
	
	
	
	
	
	
	