/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* Form liên hệ CTA */
/* CSS chỉ dành cho form có ID #wpcf7-f1888-p11-o1 */
#wpcf7-f1888-p11-o1 {
  	width: 100% !important;
    text-align: left !important;
		color: #fff;
    padding: 20px 40px !important;
    background-color: rgba(155, 132, 114, 0.7) !important;
    border-radius: 10px;
		max-width: 450px;
		margin: 0 auto;
}
.wpcf7 label {
    display: inline-block;
    width: 100%;
}
label {
    color: #ffffff;
}

#wpcf7-f1888-p11-o1 input[type="submit"] {
    max-width: 230px !important;
    margin: 0 auto 0px;
    padding: 11px 40px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff !important;
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex
;
    align-items: center;
    justify-content: center;
}

#wpcf7-f1888-p134-o1 {
  	width: 100% !important;
    text-align: left !important;
		color: #fff;
    padding: 20px 40px !important;
    background-color: rgba(155, 132, 114, 0.7) !important;
    border-radius: 10px;
		max-width: 450px;
		margin: 0 auto;
}
.wpcf7 label {
    display: inline-block;
    width: 100%;
}
label {
    color: #ffffff;
}

#wpcf7-f1888-p134-o1 input[type="submit"] {
    max-width: 230px !important;
    margin: 0 auto 0px;
    padding: 11px 40px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff !important;
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex
;
    align-items: center;
    justify-content: center;
}


/* button tư vấn */
a.yeu_cau_bao_gia.bao_gia {
    position: fixed;
    z-index: 999;
    bottom: 3%;
    right: 20px;
    color: #fff;
    background: #df7425;
    padding: 10px 20px;
    border-radius: 5px; /* Bo góc */
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Inter', sans-serif; /* Font Inter */
    transition: .5s all;
    display: flex;
    align-items: center;
}

a.yeu_cau_bao_gia.bao_gia:before {
    position: relative;
    content: '';
    margin-right: 5px;
    background-image: url(http://interoffice.vn/wp-content/uploads/2025/06/contact-form.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
    display: block;
}


/* css forrm */

.appointment {
    background: #fff;
    position: relative;
    z-index: 1;
}
.appointment .item {
    position: relative;
}
.appointment .item label {
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    z-index: 1;
    background: #fff;
    left: 10px;
    top: -8px;
    padding: 0 10px;
    display: inline-block;
    width: auto;
    border-radius: 5px;
    color: #333;
}
.appointment .item .wpcf7-form-control-wrap * {
    height: 50px;
    border-radius: 5px;
    box-shadow: none;
    font-size: 14px;
    padding-left: 20px;
}
.appointment .item .wpcf7-form-control-wrap *:focus, input:-internal-autofill-selected  {
    background-color: transparent;
}
.appointment .item .wpcf7-form-control-wrap select {
    height: 60px;
}
#regtour .appointment .item .wpcf7-form-control-wrap * {
    background-color: #fff;
}
.appointment .title  {
    margin-bottom: 30px;
}
.custom-form:before {
    content: '';
    border-radius: 15px;
    width: 95%;
    height: 80%;
    background: var(--primary-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    z-index: 0;
    left: 0;
}
.form-lienhe.appointment .wpcf7-submit {
    margin: unset;
}
.appointment .wpcf7-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 10px;
    border-radius: 999px;
    position: relative;
    z-index: 1;
    transition: color .1s ease-in-out,background-color 1s ease-in-out;
    padding: 0 10px 0 30px;
    height: 54px;
    line-height: 0;
    background-color: var(--primary-color);
    border:none;
    border:2px solid var(--primary-color);
    font-weight: 800;
    color: #fff;
}
.appointment .wpcf7-submit::before {
    background: #fff;
    content: '';
    position: absolute;
    z-index: 0;
    width: 40px;
    height: 40px;
    top: 5px;
    right: 10px;
    display: block;
    border-radius: 999px;
    background-color: #fff;
    transition: .2s all ease-in-out;
}
.appointment .wpcf7-submit span {
    width: 40px;
    height: 40px;
    display: inline-flex;
    background: #fff;
    border-radius: 99px;
    justify-content: center;
    z-index: 1;
    padding: 10px;
}
.appointment .wpcf7-submit svg {
    width: 20px;
    height: 20px;
}
.appointment .wpcf7-submit:hover {
    color: var(--primary-color);
    z-index: 2;
}
.appointment .wpcf7-submit:hover::before {
    width: calc(100% - -2px);
    height: calc(100% + 2px);
    padding-right: 19px;
    right: -1px;
    top: -1px;
    line-height: 50px;
    z-index: -1;
}
.lightbox-content {
    border-radius: 15px;
    padding: 40px;
}

.blog-single .post{
	    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    padding: 20px;
    border-radius: 10px;
    background-color: rgba(246, 246, 246, 0.5);
}
.div-form-ung-tuyen form{
	margin-bottom:0px !important;
}
.box-text .cat-label {
    display: inline;
    padding-left: 10px;
    color: white;
    text-transform: initial;
    font-size: 13px;
    background: var(--primary-color) !important;
    opacity: 1;
    border-radius: 99px;
    padding: 3px 17px;
    font-weight: normal;
}
.wpcf7-spinner{
	display:none;
}
.blog-single article{
	padding-bottom:0px !important;
	margin-bottom:0px !important;
}
.div-tuyen-dung .row-thong-tin img{
	filter: brightness(0) saturate(100%) invert(20%) sepia(65%) saturate(2000%) hue-rotate(215deg) brightness(90%) contrast(95%);
}
.div-tuyen-dung .text-right img{
		filter: brightness(0) saturate(100%) invert(20%) sepia(65%) saturate(2000%) hue-rotate(215deg) brightness(90%) contrast(95%);
}
.post-du-an h2, .post-du-an h3 {
    font-size: 40px;
}
.title-related {
    font-size: 30px;
    color: var(--primary-color) !important;
    margin-bottom: 10px;
}
.author-box {
    background: var(--primary-color);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}.author-box h4, .author-box p, .author-box h5 {
    color: white;
}
@media (max-width: 855px) {
    .author-box {
        padding: 8px;
    }
    .author-box .author-desc {
        font-size: 9px;
    }
    .author-box p {
        margin-bottom: 0px;
        font-size: 12px;
    }
    .author-box h5 {
        margin-bottom: 0px;
        padding-top: 0px;
        font-size: 14px;
    }
    .author-box .flex-col.mr {
        max-width: 26%;
        margin-right: 7px;
    }
}

.posted-on img {
	 filter: brightness(0) saturate(100%) invert(20%) sepia(65%) saturate(2000%) hue-rotate(215deg) brightness(90%) contrast(95%);
    max-width: 18px;
    margin-right: 8px;
    margin-top: -4px;
}
.posted-on, .byline {
    text-transform: initial;
    font-size: 15px;
}
.byline img {
	 filter: brightness(0) saturate(100%) invert(20%) sepia(65%) saturate(2000%) hue-rotate(215deg) brightness(90%) contrast(95%);
    max-width: 18px;
    margin-right: 8px;
    margin-top: -4px;
}
.div-tuyen-dung {
    border: 1px solid #e5e5e5;
    background: #EDEDED;
    align-items: center;
    border-radius: 10px;
}
.div-tuyen-dung {
    padding: 12px;
}
.post-item .box-text-bottom h5.post-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}
.post-item .box-text-bottom h5.post-title a {
    color: var(--primary-color);
}
.post-item .box-text-bottom h5.post-title {
    font-size: 18px;
    display: block;
    padding-top: 10px;
    font-weight: normal;
}
.div-tuyen-dung h5, .div-tuyen-dung p {
    color: var(--primary-color);
}
.post-item .is-divider, .post-sidebar .is-divider {
    display: none;
}
.div-tuyen-dung h5, .div-tuyen-dung p {
    color: var(--primary-color);
}
.div-tuyen-dung .title-tuyen-dung a {
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}
.post-item .box-normal .box-text {
    padding-top: 20px;
    padding-bottom: 0px;
}
.box-tuyen-dung .box-text {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 5px;
}
.box-tuyen-dung .post-meta {
    opacity: 1;
    font-size: 15px;
}
.box-tuyen-dung .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.box-tuyen-dung .row-thong-tin {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--primary-color);
}
.box-tuyen-dung .post-meta span {
    margin-left: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}
.box-tuyen-dung .row-thong-tin span {
    color: var(--primary-color);
}
.p-han-nop span {
    color: white;
    background: var(--primary-color);
    padding: 5px 10px;
    border-radius: 5px;
}
.div-tuyen-dung h5, .div-tuyen-dung p {
    color: var(--primary-color);
}
.post-item:hover a {
    color: var(--primary-color);
}
.box-tuyen-dung .row-thong-tin .col {
    display: flex
;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 0px;
    padding-right: 0px;
}
.entry-header .is-divider {
    display: none;
}
.div-thong-tin-ung-vien .icon-box svg path {
    fill: var(--primary-color);
}
.post-item a.button:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
  background-color: #2567B3;
    mask: url(images/arrow.png) no-repeat center;
    mask-size: contain;
    -webkit-mask: url(images/arrow.png) no-repeat center;
    -webkit-mask-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 2px;
    vertical-align: middle;
}
#post-list-tin .post-item .from_the_blog_excerpt, .post-list-du-an .from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    margin-top: 10px;
}
.row-thong-tin {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.row-thong-tin ul {
    list-style: none;
}
.row-thong-tin ul .li-han-nop {
    color: white;
    background: var(--primary-color);
    padding: 4px 20px;
    border-radius: 5px;
    margin-bottom: 0px;
}
.row-thong-tin ul li {
    display: inline-block;
    margin-right: 20px;
}
.row-thong-tin ul li img {
    margin-top: -6px;
}
.div-thong-tin-ung-vien {
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    background: rgba(246, 246, 246, 0.5);
    padding: 25px;
    border-radius: 10px;
}
.blog-wrapper .post-sidebar {
    border-left: unset !important;
    padding-left: 0px;
}
.div-thong-tin-ung-vien .icon-box {
    align-items: center;
    margin-bottom: 20px;
}
.div-thong-tin-ung-vien h3 {
    color: var(--primary-color);
    margin-bottom: 5px;
}
.post-item:hover a {
    color: var(--primary-color);
}
.post-item a.button {
    margin-top: 6px;
    text-transform: initial;
    font-weight: normal;
    color: var(--primary-color);
    font-size: 14px;
}
.archive-page-header{
    margin-bottom: 30px;
}
.blog-archive h1.page-title{
   font-size: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    color:  var(--primary-color);
}
.blog-archive{
    padding-top: 0px;
}
.page-id-446 .banners-default-top .banner-name {
    max-width: 200px !important;}
.banners-default-top .container{
    max-width: 1200px !important;
    padding: 0;
}
.banners-default-top .banner-name {
    max-width: 220px;
    color: #fff;

    font-weight: 700;
    font-size: 38px;
    line-height: 49.6px;
    position: absolute;
    top: calc(50% - 45px);
    text-align: left;
    text-transform: uppercase;
    z-index: 2;
}

.banners-default-top .banners-item {
    display: block;
}
.banners-default-top {
    width: 100%;
    text-align: right;
    position: relative;
}
.banners-default-top::after {
    background: url(images/bg-banner.png) top left repeat;
    background-repeat: round;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.section-du-an-page{
    padding-left: 0px;
    padding-right: 0px;
}
.marquee-container {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.marquee {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    animation: moveUp 40s linear infinite;
}
.title-medium {
    font-size: 24px;
    color: var(--primary-color) !important;
    font-weight: 700;
    line-height: 1.2em;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.section-countdown .div-dem-so{
    padding-bottom: 0px !important;
}
.row-dem-nguoc p{
	color:white
}
.p-number{
	    color: white;
    font-size: 58px;
    margin-bottom: 0px;
    font-weight: 700;
}
.row-dem-nguoc{
        padding-top: 10px;
    padding-bottom: 10px;
    background: var(--primary-color) !important;
    border-radius: 10px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.row-dem-nguoc .col{
    padding-bottom: 0px;
}

.section-banner h2{
    line-height: 60px;
}

b,strong{
    font-weight: bold;
}
@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px); /* Di chuyển lên trên 20px */
    }
    100% {
        transform: translateY(0); /* Trở về vị trí ban đầu */
    }
}
.section-footer .footer-duoi p{
        margin-bottom: 0px;
    padding: 13px;
  }
  .section-footer {
    padding-bottom: 0px !important;
  }
.section-logo-footer{
        border-bottom: 1px solid #DADADA;
}
/* Thay đổi màu icon social */
#footer .social-icons a {
    background-color: #2567b3 !important;
    border: unset;
    line-height: 34px;
}

/* Thay đổi màu icon share */
#main .social-icons a {
	    color: white;
    border-radius: 99px !important;
    background: #2567b3 !important;
    border-color: #2567b3 !important;
    margin-right: 10px;
    margin-top: 8px;
}
/*Hiệu ứng H2 bài viết*/
.entry-content h2 {
  font-size: 24px;
  font-weight: bold;
  color: #2567b3;
  padding: 6px 10px;
  display: inline-block;
  border-left: 4px solid #2567b3;
  margin-top: 15px;
  margin-bottom: 15px;
  background: linear-gradient(to right, #e8f4ff 0%, rgba(232, 244, 255, 0) 30%);
  border-radius: 4px;
}
/*Hiệu ứng sapo*/
.entry-content .sapo {
  background: linear-gradient(to right, #e8f4ff 0%, rgba(232, 244, 255, 0.4) 100%);
  border-left: 4px solid #2567b3;
  padding: 16px 20px;
  border-radius: 10px;
  color: #333;
  font-size: 16px;
  line-height: 1.7;
  margin: 14px 30;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
/* Code màu sắc bảng */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background-color: #f6f6f6;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    border-top: 4px solid var(--fs-color-primary); 
}

th, td {
    padding: 0.75rem 0.75rem;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    text-align: left;
    font-size: 1em;
}
/* Box trích dẫn bài viết */
blockquote {
    display: flex;
    align-items: center;           /* Căn giữa theo chiều dọc */
    background-color: #f6f6f6;
    border-left: 4px solid var(--fs-color-primary);
    padding: 1.2rem 1.5rem;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    font-style: normal;
    font-size: 1em;
    line-height: 1.5;
    margin-top: 1rem;
    margin-bottom: 1em;
    min-height: 80px;              /* Có thể điều chỉnh tùy ý */
}

blockquote p {
    margin: 0;                     /* Loại bỏ margin mặc định của thẻ p */
}
/* Chỉnh màu mô tả ảnh */
.wp-caption .wp-caption-text {
    background: #0e6eb8;
    font-size: .9em;
    font-style: italic;
    padding: .4em;
}
.wp-caption-text {
    text-align: center;
    color: white;
}
.box-tuyen-dung .post-meta span{
    margin-left: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;


    font-size: 13px;
}
.box-tuyen-dung .post-meta span i{
    padding-right: 4px;
}
.post-list-tuyen-dung .post-item{
    padding-bottom: 10px;
}
.div-form-ung-tuyen input.wpcf7-text:focus{
     background: #ffffff24;
     color: white;
}
.div-form-ung-tuyen input.wpcf7-text{

       background: transparent;
    min-height: 47px;
    border-color: var(--primary-color);
}
.codedropz-upload-handler{
        border-color:  var(--primary-color);
}
.div-form-ung-tuyen label{
    font-weight: bold;
}
.div-form-ung-tuyen{
        border-top: 2px dotted rgba(0, 0, 0, 0.1);
        margin-top: 0px;
        padding-top: 0px;
}
.div-form-ung-tuyen .wpcf7-submit{
    margin-right: 0px;
    text-transform: initial;
    border-radius: 5px;
    text-align: center;
    display: block;
    width: 100%;
    font-weight: normal;
}
.a-xem-tat-ca{
    display: block;
    font-weight: normal;
width: 100%;
text-transform: initial;
}
.related-posts-tuyen-dung ul li {
        padding: 15px 0px;
    border-bottom: 1px dotted #e5e5e5;
}
.related-posts-tuyen-dung ul{
    list-style: none;
}
.related-posts-tuyen-dung ul .p-luong{
    font-weight: bold;
    margin-bottom: 0px;
}
.desc-job{
        border: 1px solid #e5e5e5;
    position: relative;
    clear: both;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.desc-share{
    padding: 20px;
    text-align: center;
}
.desc-job .desc {
    margin-bottom: 0px;
    line-height: 25px;
    padding: 10px 20px;
    border-bottom: 1px solid #e5e5e5;
}
.desc-job .desc span.name {
    font-weight: bold;
    display: block;
}
.ul-tuyen-dung{
    list-style: none;
}
.ul-tuyen-dung li a{
    display: block;
    position: relative;
    color: #747b81;
    background-color: #f4f7fb;
    margin-bottom: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 15px 15px;
}
.ul-tuyen-dung li.active a,.ul-tuyen-dung li:hover a{
background: var(--primary-color);
color: white;
}
.ul-tuyen-dung li.active a:after,.ul-tuyen-dung li:hover a:after{
        content: "";
    position: absolute;
    border-top: 5px solid transparent;
    border-left: 5px solid var(--primary-color);
    border-bottom: 5px solid transparent;
    right: -5px;
}
.div-tuyen-dung{
    border: 1px solid #e5e5e5;
    background:  #EDEDED;;
    align-items: center;
    border-radius: 10px;
}
.nut-ung-tuyen a{
       display: block;
    width:100%;
    text-transform: initial;
    font-weight: normal;
    margin-right: 0px;
    font-size: 14px;
    border-radius: 4px;
}
/* Chỉnh màu box liên hệ */
.section-thong-tin-lien-he .box-lien-he{
        background: var(--primary-color);
	color: #fff;
	font-size: 18px;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 20px;
    align-items: center;
}
/* Bo góc hình ảnh */
.img img{
    border-radius: 10px;
}
.box-white {
    align-items: center;
    background: #EDEDED;
    padding: 20px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.title-home, .title-small {
    color: var(--primary-color) !important;
}
/* CSS Form liên hệ */
/* Định dạng chung cho form */
.row-form {
  background: #2567b3;
  padding: 15px 15px !important;
  margin: 0 !important;
  border-radius: 10px;
}
.row-form input, .row-form textarea {
    background: transparent;
    color: white;
}
/* Label màu trắng, căn trái */
.row-form label {
  color: #fff;
  text-align: left;
  display: block;
  margin-bottom: 4px;
}
.row-form .wpcf7-submit{
        width: 100%;
    background: transparent;
    box-shadow: unset;
    border: 1px solid;
    text-transform: inherit;
}
.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    box-shadow: unset;
    border-radius: 4px;
}
.row-form .wpcf7-submit{
    border-radius: 4px;
    font-weight: normal;
    background: var(--primary-color);
}
.row-form input,.row-form textarea{
    background: transparent;
    color: white;
}
.row-form ::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

.row-form ::-ms-input-placeholder { /* Edge 12 -18 */
  color: white;
}

.single-page {
    padding-top: 0px;
}



/* thông báo form */
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffffff;
    color: #fff;
}

/* Hover nút Gửi */
.wpcf7-submit:hover {
  background: #fff !important;
  color: #2567b3 !important;
}
.row-form .col {
    padding-bottom: 0;
}



@media(min-width:1023px){
	    .section-tam-nhin-su-menh .div-kien-tao {
        flex-basis: 37.5%;
        max-width: 37.5%;
    }
	    .section-tam-nhin-su-menh .div-anh-giua {
        flex-basis: 25%;
        max-width: 25%;
    }
	    .section-tam-nhin-su-menh .div-kien-tao .icon-box {
        min-height: 408px;
        margin-bottom: 20px;
    }
	    .section-tam-nhin-su-menh .div-tam-nhin-duoi .icon-box {
        min-height: 408px;
    }
}
.nav-left {
    justify-content: center;
}
.entry-content, .post-content, .content-area {
  text-align: justify;
}
