body {
    margin: 0;
}
#main p {
    margin-bottom: 0;
}
.custom-container {
    max-width: 1250px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}

.container-content {
    max-width: 1920px;
    margin: 0 auto;
}
.container-content-1250 {
    max-width: 1250px;
    margin: 0 auto;
}

.container-content-1044 {
    max-width: 1044px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}
.d-flex {
    display: flex;
}
.align-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.btn-grad {
    background-image: linear-gradient(to right, #fe8c00 0%, #f83600  51%, #fe8c00  100%);
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    display: block;
  }

.btn-grad:hover {
    background-position: right center; 
    color: #fff;
    text-decoration: none;
}
         
.btn-grad-2 {
    background-image: linear-gradient(to right, #FF512F 0%, #F09819  51%, #FF512F  100%);
    text-align: center;
    text-transform: capitalize;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}

.btn-grad-2:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}
 
.round-2 img {
    border-radius: 20px;
}

.header-nav.header-nav-main {
    justify-content: space-evenly;
}


.swiper-pagination-bullet-active {
    background-color: #c45307 !important;
}

.header-button .button{
    background-image: linear-gradient(to right, #FF512F 0%, #F09819  51%, #FF512F  100%);
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;       
     
}
.header-button .button:hover {
    background-position: right center; 
    color: #fff;
    text-decoration: none;
}

/*Section home 1*/

.section.home_section-1 h3 {
    max-width: 48rem;
    margin: 0 auto;
    text-align: center;
	font-weight:400; 
	font-size: 2.25rem;
}


.section.home_section-1 .home_sub_heading {
    max-width: 42rem;
    margin: 0 auto;
	padding-bottom:90px;
}

.home_section_block_1_dots  {
    position: relative;
    max-width: 50rem;
    margin: 0 auto;
}

.home_section_block_1_dots .home_dot_1{
    position: absolute;
    left: 0;
    transform: translateY(-100px);
}

.home_section_block_1_dots .home_dot_2 {
    position: absolute;
    right: 0;
    transform: translateY(50%);
}
.home_section_block_1_dots .blur_circle_1 img,
.home_section_block_1_dots .blur_circle_2 img{
    border-radius: 50%;
    animation: moveleft ;
}
.home_section_block_1_dots .blur_circle_1 {
    position: absolute;
    transform: translate(-12%, -85%);
    left: 0;
}
.home_section_block_1_dots .blur_circle_2 {
    position: absolute;
    right: 0;
    transform: translate(10px, -138%);
}
.home_section-1 .section-content {
    padding-top: 80px;
    padding-bottom: 280px;
}


.home_section_2 {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 390px;
    background-color: #F1EBE6;
}

.home_section_2 .images_wrap  {
    width: 790px;
    height: 790px;
    margin: 0 auto;
    background-image: linear-gradient(180deg, #d97d1f, #e5bd90);
    border-radius: 50%;
    transform: translate(0, -85%);
    position: relative;
}
.images_wrap .img {
    position: absolute;
    max-width: 100% !important;
    height: auto;
    transform: scale(0.6) translateY(-50%);
}
.images_wrap .img .img-inner img {
    width: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
}

.images_wrap span {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
}
.images_wrap span.icon-1 {
    left: 0;
    top: 50%;
    transform: translateX(-50%);
}
.images_wrap span.icon-2 {
    right: 160px;

}
.images_wrap span.icon-3 {
    right: 13%;
    bottom: 50px;
}

.home_section_2 h3 {
    position: absolute;
    max-width: 60rem;
    left: 50%;
    transform: translateX(-50%);
    top: 21%;
    text-transform: uppercase;
    font-size: 28px;
    margin-top: 36px;
    margin-bottom: 40px;
    padding: 0 16px;
}
.home-section-2-content {

    padding: 0 16px;
    margin-bottom: 40px;
}

#main .home-section-2-content p {
    margin-bottom: 10px;
}

.home-section-2-content .col{
	padding-bottom:0;	
}

.home-section-3 {
    max-width: 1920px;
    margin: 0 auto;
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-template-columns: repeat(4, minmax(0, 1fr));
	    padding: 0 10px 0 15px;
}

.home-section-3 .item-2 {
    grid-row: 2/3;
}
.home-section-3 .item-3 {
    grid-column: 2/4;
    grid-row: span 2 / span 2;
    position: relative;
}
.home-section-3 .item-3 video {
    position: absolute;
}
.home-section-3 .item-4 {
    grid-column: 4/5;
    grid-row: span 2 / span 2;
}
.home-section-3 .item-4 .img-inner {
    height: 100%;
}

.home-section-qoute {
    padding: 500px 0;
}

.home-section-5-col-left {
    width: 54%;
    position: relative;
    flex-shrink: 0;
}
.home-section-5-col-left::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    right: 0;
    background-image: linear-gradient(to bottom right, #e97f15, #e6cdb5);
    border-top-left-radius: 100rem;
    border-top-right-radius: 100rem;
    left: 0;
    bottom: 0;
}
.home-section-5-col-right {
    margin-left: 63px;
    padding-top: 291px;
}
.home-section-5-content {
    max-width: 1080px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
    display: flex;
    /* transform: translateY(-50%);     */
}
.product-sliders-demo {
    padding-top: 100px;
    padding-bottom: 40px;
    background-image:linear-gradient(to top, #e97e14, rgba(218, 186, 155, 0.678));;
}
.product-sliders-demo .cta-btn-wrap {
    display: flex;
    justify-content: center;
}

.home-slider-1-wrap {
    display: flex;
    align-items: center;
}
.home-slider-1-wrap .swiper-wrapper {
    padding: 50px 0;
}
.home-slider-1-wrap .slide-content-box {
    padding: 16px 32px 32px 32px;
    background-image: linear-gradient(to bottom, #efe9e3, rgb(239 233 227 / 0));
    color: #fff;
    border-radius: 20px;
    transition: all 0.4s ease;
}
.home-slider-1-wrap .slide-content-box .count-number {
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
    border-bottom: 1px solid #8b8b8b;
}
.home-slider-1-wrap .slide-content-box:hover {
    transform: translateY(-20px);
    background-image: linear-gradient(to bottom, #e97e14, rgba(218, 186, 155, 0.678));
}
.home-slider-1-wrap .slider-heading {
    padding-left: 16px;
}
.home-slider-1-wrap .slide-content-box:hover h3{
    color: #fff;
}
.home-slider-1-wrap .custom-nav-slider-wrap {
    display: flex;
    gap:12px;
}
.home-slider-1-wrap .custom-swiper-prev,.custom-swiper-next {
    display: inline-block;
    cursor: pointer;
}

.home-hero {
    max-width: 640px;
    border-radius: 9999px;
    background-image: linear-gradient(to bottom,#e97e14, rgba(218, 186, 155, 0.678));
}


.cta-btn-wrap .btn-try {
    padding: 10px 32px;
    border: none;
    border-radius: 9999px;
    background-image: linear-gradient(to bottom, #e97e14, rgba(161, 109, 57, 0.678));
    color: #fff;
}

/*page about us block 1*/
.page-about-us-block-1 {
    margin-top: 30px;
}
.page-about-us-block-1 .about-us-banner .banner-layers.container {
    border-radius: 30px;
}
.page-about-us-block-1 .body {
    padding:0 16px;
}
.page-about-us-block-1 .banner {
    background-color: transparent;
}
.page-about-us-block-1 .bg.bg-loaded {
    border-radius: 30px;
}
.page-about-us-block-1 .about-us-banner .banner-layers.container::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(70deg, rgba(27, 193, 193, 1) 40%, rgba(112, 239, 209, 0) 100%);
    left: 0;
    top: 0;
    border-radius: 30px;
}

.section-about-group .list-service li {
    list-style: none;
    margin-left: 0;
}
.section-about-group .about-us-img {
    margin: 0 auto;
    transform: translateY(-8em);
}

.section-about-group  .about-group-2 {
    margin-bottom: 50px;
}

.section-about-group  .about-group-2 .body {
    max-width: 640px;
    margin: 0 auto;
}

.team_box_2_wrap .body {
    padding: 0 16px;
    display: flex;    
}
.team_box_2_wrap .body .team_box_left {
    width: 40%;
    padding-right: 48px;
}
.team_box_2_wrap .team_box_left h3 {
    margin-bottom: 24px;
}

.team_box_2_wrap .team_box_right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em;
    width: 60%;
}
.team_box_2_wrap .team_box_right .team_box_item {
    border-radius: 1rem;
    border: 1px solid #e25513;
    padding: 1rem;
    min-height: 197px;
    position: relative;
    overflow: hidden;
}
.team_box_2_wrap .team_box_right .value-item__number {
    font-size: 2.25rem;
    margin-bottom: .875rem;
}
.team_box_2_wrap .team_box_right .value-item__name {
    font-weight: 700;
    font-size: 1.25rem;
    color: #e25513;
    text-transform: uppercase;
}
.team_box_2_wrap .team_box_right .value-item__desc {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 1.125rem;
    opacity: 0;
    background: linear-gradient(-45deg, #e4b662 0, #c45307 100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.team_box_2_wrap .team_box_right .team_box_item:hover .value-item__desc{
    opacity: 1;
    color: #fff;
}
.team_box_3 {
    position: relative;
    padding: 4.375rem 0 !important;
    margin-bottom: 30px;
}
.team_box_3::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    background: #faf5f0;
    border-radius: 1rem 0 0 1rem;
    right: 0;
    top: 0;
    z-index: 0;
}

.team_box_3 .body {
    padding: 0 16px;
    display: flex;
}
.team_box_3 .body .video_box {
    flex:1;
}
.team_box_3 .body .video-fit iframe  {
    border-radius: 20px;
}
.team_box_3 .body .box_content {
    width: 26.82926%;
    padding-left: 35px;
}

.team_box_4 .body {
    padding: 0 16px;
}
.team_box_4 .body .team_box_4_left {
    width: 38.0859375%;
    margin-top: 3rem;
	padding-right:20px;
}
.team_box_4 .body .team_box_4_left h3 {
    margin-bottom: 24px;
}
#main .team_box_4 .body .team_box_4_left .text_content {
    margin-bottom: 48px;
}
.team_box_5 .container-content {
    position: relative;
}
.team_box_5 .body {
    padding: 0 16px;
    position: absolute;
    left: 28%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.team_box_5 .body ul {
    margin: 0;
}
.team_box_5 .body ul li {
    list-style: none;
    background: #fff;
    border-radius: 40px;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 700;
    color: #c45105;
    font-family: "Montserrat";
    text-align: center;
    padding: 10px 5px;
}
.team_box_5 .team_box_5_bg_wrap {
    position: relative;
}
.team_box_5 .team_box_5_bg_wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #faf5f0 30%, #e9732e 50%, rgba(112, 239, 209, 0%) 100%);
}
.contact-us-1 {
    padding:30px 0 6.25rem !important;
}
.contact-us-1 .body {
    padding: 0 16px;
}

.contact-us-1 .contact-us-banner .banner-layers.container::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(70deg, rgba(27, 193, 193, 1) 40%, rgba(112, 239, 209, 0) 100%);
    left: 0;
    top: 0;
    border-radius: 30px;
}

.contact-us-1 .contact-us-banner .banner-layers.container,
.contact-us-1 .bg.bg-loaded {
    border-radius: 30px;
}
.contact-us-1 .banner {
    background-color: transparent;
}
.contact-group-form {
    background: #fff;
    border-radius: 1rem 0 0 1rem;
    overflow: hidden;
    padding: 3.75rem;
}
.contact-group-1 {
    margin: -5% auto 0;
    position: relative;
    background-position: 380px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 1rem;
    -webkit-box-shadow: 0 30px 60px rgba(0, 0, 0, .06);
    box-shadow: 0 30px 60px rgba(0, 0, 0, .06);
}



.contact-us-1 .wpcf7-form input[type="text"],
.contact-us-1 .wpcf7-form input[type="email"],
.contact-us-1 .wpcf7-form input[type="tel"],
.contact-us-1 .wpcf7-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #efe9e3;
    border-radius: 5px;
    box-sizing: border-box;
    color: #000 !important;
}

.contact-us-1 .wpcf7-form input[type="submit"] {
    background-image: linear-gradient(to right, #FF8008 0%, #FFC837  51%, #FF8008  100%);
    margin: 10px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
     
}

.contact-us-1 .wpcf7-form input[type="submit"]:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}


.contact-us-1 .wpcf7-form input::placeholder,
.contact-us-1 .wpcf7-form textarea::placeholder {
    color: #aaa; /* Change to your desired placeholder color */
}

.contact-us-1 .contact-group-2-content  {
    width: 40%;
    padding-right: 3.75rem;
}
.contact-us-1 .contact-group-2-content .contact-group-item {
    margin-bottom: 40px;
}
.contact-us-1 .contact-group-2-map {
    flex: 1;
}

.contact-group-2-map iframe {
    width: 100%;
    border-radius: 20px;
}

.recruitment_wrap_1 .body {
    padding: 0 16px;
}
.recruitment_wrap_1 .banner {
    background-color: transparent;
}
.recruitment_wrap_1 .recruitment_banner .bg-loaded {
    border-radius: 30px;
}
.recruitment_wrap_1 .recruitment_banner .banner-layers.container::after {
    border-radius: 30px;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(70deg, rgba(27, 193, 193, 1) 40%, rgba(112, 239, 209, 0) 100%);
    left: 0;
    top: 0;
}
.recruitment_wrap_1 .recruitment_banner .text-box {
    z-index: 999;
}
.recruitment_wrap_1 .recruitment_box_1 {
    margin: -5% auto 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    -webkit-box-shadow: 0 30px 60px rgba(0, 0, 0, .06);
    box-shadow: 0 30px 60px rgba(0, 0, 0, .06);
    border-radius: 1rem;
}
.recruitment_wrap_1 .recruitment_box_1 .left {
    width: 39.0625%;
    margin-left: -16px;
}
.recruitment_wrap_1 .recruitment_box_1 .left img {
    border-radius: 1rem 0 0 1rem;
}
.recruitment_wrap_1 .recruitment_box_1 .right {
    width: 60.9375%;
    padding: 1rem 3.125rem;
    border-radius: 1rem 1rem 0 0;
}
.recruitment_wrap_1 .recruitment_box_1 .right  .title {
    font-family: "Montserrat";
    font-size: 1.5rem;
    font-weight: 700;
    color: rgba(0, 0, 0, .5);
    text-transform: uppercase;
}
.recruitment_wrap_1 .recruitment_box_1 .right  .name {
    font-size: 2.25rem;
    text-transform: uppercase;
    margin: .438rem 0 1.5rem;
}
.recruitment_wrap_1 .recruitment_box_1 .right  .desc {
    margin-bottom: 1.5rem;
}

.recruitment_wrap_2.team_box_2_wrap .team_box_right {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1em;
    width: 60%;
}

.recruitment_wrap_3 .container-content-1250-fullwidth > .body {
    display: flex;
}
.recruitment_wrap_3 .body_top {
    display: flex;
    flex-direction: column;
}
.recruitment_wrap_3 .body_top .desc {
    margin-bottom: 2.875rem;
    padding-left: 1rem;
}

.recruitment_wrap_3 .shortcode-slider-recruitment .post-item {
    background: #fff;
    border-radius: 1rem;
    padding: 2rem;
    -webkit-box-shadow: 0 30px 60px rgba(0, 0, 0, .1);
    box-shadow: 0 30px 60px rgba(0, 0, 0, .1);
	width:97%;
}

.recruitment_wrap_3 .shortcode-slider-recruitment .post-item .post-title {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 1.5rem;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 1.375rem;
    height: 4.5rem;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-decoration: none;
}
.recruitment_wrap_3 .shortcode-slider-recruitment .post-item .post-excerpt {
    height: 6.75rem;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 14px 0;
}

.recruitment_wrap_3 .shortcode-slider-recruitment .post-item  .post-content {
    position: relative;
}
.recruitment_wrap_3 .shortcode-slider-recruitment .post-item .read-more {
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
    align-items: center;
}
.recruitment_wrap_3 .shortcode-slider-recruitment .post-item .read-more svg {
    margin-left: 8px;
}



.recruitment_wrap_3 .container-content-1250-fullwidth .left {
    width: 57%;
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%);
    padding-left: 2%;
}

.recruitment_wrap_3 .container-content-1250-fullwidth .right {
    width: calc(57% - 100px);
    overflow: hidden;
}
.recruitment_wrap_3::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 60%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #FF512F 0%, #F09819 51%, #FF512F 100%);
    z-index: 0;    
}

.cta_apply_box .body {
    background: linear-gradient(to right, #e9732e 0%, #F09819 51%, #e9732e 100%);
    padding: 3.125rem 0;
    border-radius: 1rem;
    position: relative;
    z-index: 99;
}
.cta_apply_box .body {
    padding: 50px 16px;

}

.cta_apply_box .wpcf7-form {
    max-width: 400px;
    margin: 0 auto;
    padding-top: 40px;
}

.cta_apply_box .wpcf7-form p {
    margin-bottom: 20px;
}

.cta_apply_box .wpcf7-form input[type="text"],
.cta_apply_box .wpcf7-form input[type="email"],
.cta_apply_box .wpcf7-form input[type="tel"],
.cta_apply_box .wpcf7-form select,
.cta_apply_box .wpcf7-form input[type="file"] {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

.cta_apply_box .wpcf7-form input[type="submit"] {
    margin: 0 auto;
    width: 90px;
    display: block;
    margin-top: 1rem;
    background: #fff !important;
    color: var(--miko-color) !important;
    border-radius: 5rem !important;
    font-family: "Montserrat" !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
    border: 0 !important;
    overflow: hidden;
    position: relative;
}
.cta_apply_box .wpcf7-form input[type="file"] {
    color: transparent;
    -webkit-appearance: none;
}
.cta_apply_box .wpcf7-form input[type="file"]::before {
    content: "Tải lên CV";
    display: block;
    width: 100%;
    height: 40px;
    background: #fff;
    border-radius: 5px;
    padding-left: 10px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    color: #000;
    line-height: 40px;
    box-sizing: border-box;
    position: absolute;
}


.cta_apply_box .wpcf7-form input[type="submit"]:hover {
    background: #e5e5e5;
}








/** footer */
#footer .section-content {
    padding-top: 30px;
}
.footer_main {
    display: grid;
    grid-template-columns: 35% 1fr 33%;
    grid-gap: 2.5rem;
}

.contact-form {
    max-width: 500px;
    margin: 0 auto;
}

.contact-form .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.contact-form .form-group:first-child {
    flex-direction: row;
    gap: 15px;
}

.contact-form .form-group input,
.contact-form .form-group select,
.contact-form .form-group textarea {
    display: block;
    width: 100%;
    height: 42px;
    background: #efe9e3;
    border-radius: .375rem;
    padding: 0 .625rem;
    font-size: .875rem;
    color: #000;
    border: 0;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group select,
.contact-form .form-group textarea {
    margin-bottom: 10px;
    font-size: 14px;
}

.contact-form .form-group textarea {
    height: 100px;
    resize: vertical;
}

.contact-form .form-group input[type="submit"] {
    padding: 5px 20px;
    color: white;
    background:#e9732e;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-image 0.3s;
}

.contact-form .form-group input[type="submit"]:hover {
    background-image: linear-gradient(to right, rgb(238, 131, 9) , rgb(209, 152, 65));
}

.contact-form .form-group input::placeholder,
.contact-form .form-group textarea::placeholder {
    color: #aaa;
}



.ermouseCursor {

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    pointer-events: none;

    border-radius: 50%;

    transform: translateZ(0);

    visibility: hidden;

    text-align: center;

}



.cursor-outer {

    margin-left: -18px;

    margin-top: -18px;

    width: 35px;

    height: 35px;

    background: #c45105;

    box-sizing: border-box;

    z-index: 10000000;

    opacity: .2;

    transition: all 0.3s ease-out;
   

}



.cursor-inner {

    margin-left: -4px;

    margin-top: -4px;

    width: 8px;

    height: 8px;

    z-index: 10000001;

    background-color: #e25513;

    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
   

}



.ermouseCursor.cursor-hover {

    opacity: 0.7;


}

