:root {
    --cl-main: #FA9720;
    --cl-hover-main: #FA9720;
    --cl-black: #000000;
    --cl-white: #ffffff;
    --cl-gray: #F8F8F8;
    --cl-light-gray: #dddddd;
    --cl-dark-gray: #DBDBDB;
    --cl-sp-gray: #77787B;
    --cl-light-red: #C60000;
    --cl-dark-red: #990a00;
    --cl-red: #c72528;
    --cl-yl: #BF9352;
    --cl-green: #009739;
    --cl-blue: #0C163A;
    --cl-light-blue: #dbedf9;
    --cl-orange: #D29728;
    --cl-light-orange: #BF9352;
    --font-aws: FontAwesome;
    --ratio-16-9: calc(9 / 16* 100%);
    --ratio-4-3: calc(3 / 4* 100%);
    --ratio-3-4: calc(4 / 3* 100%);
    --ratio-9-16: calc(16 / 9* 100%);
    --ratio-1-1: 100%;
    --transition-duration: 1s;
    --transition-delay-one: transform var(--transition-duration) cubic-bezier(.165, .84, .44, 1) calc(var(--transition-duration)* 0.1), opacity var(--transition-duration) cubic-bezier(.165, .84, .44, 1) calc(var(--transition-duration)* 0.2);
    --transition-delay-two: transform var(--transition-duration) cubic-bezier(.165, .84, .44, 1) calc(var(--transition-duration)* 0.22), opacity var(--transition-duration) cubic-bezier(.165, .84, .44, 1) calc(var(--transition-duration)* 0.32);
    --transition-delay-three: transform var(--transition-duration) cubic-bezier(.165, .84, .44, 1) calc(var(--transition-duration)* 0.28), opacity var(--transition-duration) cubic-bezier(.165, .84, .44, 1) calc(var(--transition-duration)* 0.38);
    --transition-delay-four: transform var(--transition-duration) cubic-bezier(.165, .84, .44, 1) calc(var(--transition-duration)* 0.34), opacity var(--transition-duration) cubic-bezier(.165, .84, .44, 1) calc(var(--transition-duration)* 0.44);
    --transition-delay-five: transform var(--transition-duration) cubic-bezier(.165, .84, .44, 1) calc(var(--transition-duration)* 0.4), opacity var(--transition-duration) cubic-bezier(.165, .84, .44, 1) calc(var(--transition-duration)* 0.5);
    --appear-animation: translateY(3.75rem);
    --active-appear-animation: translateY(0);
    --font-main: 'Roboto', sans-serif !important;
    --font-sp: 'Oswald', sans-serif !important;
}
/**================== BANNER GROUP ==================**/
.admin-bar .CR-banner--group {
    height: calc(100vh - 32px);
}

.CR-banner--group {
    position: relative;
    z-index: 1;
    height: 100vh;
}

.CR-banner--group:after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 103.87%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 60%;
    z-index: 1;
}

.CR-banner--group img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}

.CR-banner--group .heading-title {
    color: #fff;
    font-size: 3.125rem  /* 50/16 */;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

.CR-banner--group .container {
    z-index: 2;
}

.CR-banner--group .CR-breadcrumb {
    padding-bottom: 5.625rem  /* 90/16 */;
}

.CR-banner--group .CR-breadcrumb * {
    color: #fff;
}

.CR-banner--group .scroll--box {
    position: absolute;
    right: 3.125rem /* 50/16 */;
    bottom: 3.75rem /* 60/16 */;
    z-index: 2;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.CR-banner--group .scroll--box ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.875rem  /* 30/16 */;
}

.CR-banner--group .scroll--box a {
    font-size: 1rem  /* 16/16 */;
    color: var(--cl-white);
}

.CR-banner--group .scroll--box a:hover {
    color: var(--cl-main);
}

.CR-banner--group .scroll--box p {
    color: var(--cl-white);
    font-size: 0.875rem /* 14/16 */;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 3.125rem /* 50/16 */ 0 1.25rem /* 20/16 */;
    writing-mode: vertical-rl;
    text-orientation: upright;
}

.CR-banner--group .scroll--box svg {
    width: 1.5rem  /* 24/16 */;
    height: auto;
    -webkit-transform: translatey(0px);
    -ms-transform: translatey(0px);
    transform: translatey(0px);
    -webkit-animation: CRAniFloating 2.5s ease-in-out infinite;
    animation: CRAniFloating 2.5s ease-in-out infinite;
}


.align-items-end {
    align-items: flex-end !important;
}
.d-flex {
    display: flex !important
;
}

/**================== PROJECT PAGE ==================**/
#CR-project-page .main--box{
    padding: 6.25rem  /* 100/16 */ 0;
}

#CR-project-page .filter--box {
    margin: 1.5rem -0.5rem;
    position: relative;
    z-index: 9;
}

#CR-project-page .filter--box .item:first-child {width: 24%;}

#CR-project-page .filter--box .item {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#CR-project-page .filter--box .item.hide {
    opacity: 0.5;
    cursor: no-drop;
}

#CR-project-page .filter--box .item.hide .CR-chosen-item {
    pointer-events: none;
}

#CR-project-page .filter--box form {
    position: relative;
    background: var(--cl-white);
    border: 1px solid var(--cl-sp-gray) !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0;
    overflow: hidden;
    -webkit-box-shadow: 0px 4px 40px transparent;
    box-shadow: 0px 4px 40px transparent;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#CR-project-page .filter--box form input::placeholder {
    color: var(--cl-sp-gray);
}

#CR-project-page .filter--box form input {
    width: 100%;
    height: 2.6875rem  /* 43/16 */;
    padding: 0 1.625rem /* 26/16 */;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 1rem  /* 16/16 */;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
}

#CR-project-page .filter--box form button {
    outline: none !important;
    cursor: pointer;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    right: 0;
    background: none;
    padding: 0 0.9375rem;
    font-size: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.CR-project-list--box {
    margin: -0.625rem  /* -10/16 */;
}

.CR-item-project {
    width: 33.33%;
    padding: 0.625rem  /* 10/16 */;
    border-radius: 1rem;
    overflow: hidden;
}

.CR-item-project .wrap {
    position: relative;
    border-radius: 0.3125rem  /* 5/16 */;
    border-radius: 1rem;
    overflow: hidden;
}

.CR-item-project .thumb--box {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
    border-radius: 20px;
}

/*.CR-item-project .thumb--box:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 50%;*/
/*    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.00)), to(#000));*/
/*    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.00) 0%, #000 100%);*/
/*    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 135%);*/
/*}*/

.CR-item-project .thumb--box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: .5s all;
}
.CR-item-project:hover .thumb--box img {
    transform: scale(1.2);
}
.CR-item-project .cont--box {
    padding: 1.625rem 0  /* 26/16 */;
    bottom: 0;
    left: 0;
    right: 0;
}

.CR-item-project .terms--box {
    position: relative;
    z-index: 3;
    margin-bottom: 10px;
    color: #333;
}

.CR-item-project .terms--box a:hover {
    color: var(--cl-main);
}

.CR-item-project .terms--box a {
    font-size: 1rem  /* 16/16 */;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.CR-item-project .heading-title {
    color: #333;
    font-size: 1.5625rem  /* 25/16 */;
    font-style: normal;
    font-weight: 700;
    line-height: 1.75rem  /* 28/16 */;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}

.CR-item-project .view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
section.compare_page {
    padding: 8.385rem 0 4rem;
}

section.compare_page .title_group {
    margin-bottom: 2.083rem
}

section.compare_page .grid_box {
    padding: 1.25rem .833rem 0;
    background-color: #fafafa;
    grid-gap: 1px
}

section.compare_page .grid_box .select_wrap {
    margin-bottom: .625rem;
    position: relative;
    z-index: 9
}

section.compare_page .select_wrap .select-options {
    list-style: none;
    position: absolute;
    top: 100%;
    background-color: #fff;
    width: 100%
}

section.compare_page .select_wrap .select-options>li {
    padding: .521rem 1.354rem;
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.5);
    font-size: .833rem;
    line-height: 1.25rem;
    color: #333;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    cursor: pointer
}

section.compare_page .select_wrap .select-options>li.active {
    color: #fff;
    pointer-events: none
}

section.compare_page .select_wrap .select-styled {
    width: 100%;
    border: 1px solid #bbb;
    font-size: .833rem;
    line-height: 2.1875rem;
    padding: 0 2.083rem 0 1.042rem;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 50px;
}

section.compare_page .select_wrap .select-styled:before {
    right: .729rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.042rem;
    height: 1.042rem;
    background-image: url('../images/arrow_down.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: ''
}

section.compare_page .grid_box .settled_details {
    padding: 1.042rem;
    position: relative;
    transition: .5s all;
}

section.compare_page .grid_box>.column:not(:last-child) .settled_details:before {
    right: -1px;
    top: 0;
    height: 100%;
    width: 1px;
    position: absolute;
    content: '';
    background-color: #bbb
}

section.compare_page .grid_box>.column>.settled_details>div {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

section.compare_page .grid_box>.column.loading>.settled_details:after {
    position: absolute;
    left: calc(50% - 2.083rem);
    animation: rotation .8s linear infinite;
    top: 2.083rem;
    width: 4.167rem;
    height: 4.167rem;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid var(--sub-cl);
    border-bottom-color: var(--main-cl)
}

section.compare_page .grid_box>.column.loading>.settled_details>div {
    opacity: 0
}

section.compare_page .select_wrap .select-options>li:hover {
    background-color: var(--main-cl);
    color: #fff;
}

section.compare_page .grid_box .settled_details .compare_button {
    margin-top: 1.302rem
}

section.compare_page .grid_box .settled_details .compare_item {
    padding: 1.042rem 0;
    border-top: 1px solid #d9d9d9
}

section.compare_page .grid_box .settled_details .compare_item .title {
    margin-bottom: .3125rem;
    color: #333;
}

section.compare_page .grid_box .settled_details .compare_item:nth-of-type(10) .cont {
    min-height: 2.5rem
}

section.compare_page .grid_box .settled_details .item_heading {
    padding-bottom: 1.5625rem
}

section.compare_page .grid_box .settled_details .item_heading .name {
    margin-top: 1.5625rem;
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: 1.25rem;
    color: var(--main-cl);
}

section.compare_page .grid_box .settled_details .cont {
    font-size: .833rem;
    line-height: 1.25rem;
    color: #333
}

section.compare_page .grid_box .settled_details .cont.price {
    font-size: 2.083rem;
    font-weight: 600;
    line-height: 2.083rem;
    color: var(--main-cl);
}

.grid_4 {
    grid-template-columns: repeat(4, 1fr);
}
.grid_box {
    display: grid;
}

section.compare_page .grid_box .settled_details:hover {
    background-color: #d6d6d666;
}

.text_primary {
    color: var(--main-cl);
}
.text_center {
    text-align: center;
}

/*contact*/
.section {
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}
.content_banner {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    max-width: 20.833rem  /* 400/19.2 */;
    left: calc(calc(100vw - var(--container-w)) / 2);
    z-index: 50;
}
.contact_1 .group_heading h1 {
    margin-bottom: 0.521rem  /* 10/19.2 */;
}
.breadcrumb_absolute {
    position: absolute;
    bottom: 1.5625rem  /* 30/19.2 */;
    max-width: var(--container-w);
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2rem;
}
.contact_2 {
    padding: 4.427rem  /* 85/19.2 */ 0 8.333rem  /* 160/19.2 */;
}
.line_contact {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.line_contact span {
    background: var(--main-cl);
    height: 3.646rem  /* 70/19.2 */;
    width: 1px;
}
.contact_2 .heading_h2 {
    margin-bottom: 0.521rem  /* 10/19.2 */;
}
.contact_2 .heading_h2+.content {
    margin-bottom: 2.34375rem  /* 45/19.2 */;
}
.contact_2 .wrap {
    margin: auto;
    display: flex;
}
.display_flex_wrap {
    display: flex;
    flex-wrap: wrap;
}
.contact_2 .wrap .item {
    background: #fff;
    width: calc(calc(100% / 4) - 1.042rem  /* 20/19.2 */);
    margin: 0 0.521rem  /* 10/19.2 */;
    padding: 2.525rem  /* 60/19.2 */ 2.083rem  /* 40/19.2 */;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    Colors
    Color format
    Hex
    Background colors

    #FFFFFF;
    border-radius: 1rem;
}
.contact_2 .wrap .item .icon {
    height: 3.333rem  /* 64/19.2 */;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 1.042rem  /* 20/19.2 */;
    transform: rotateY(0deg);
    transition: .5s all;
}
.contact_2 .wrap .item:hover .icon{
    transform: rotateY(360deg);

}
.contact_2 .wrap .item h3 {
    font-size: 0.9375rem  /* 18/19.2 */;
    position: relative;
    padding-bottom: 0.78125rem  /* 15/19.2 */;
    margin-bottom: 0;
}
.bg_image {
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.contact_3 {
    margin-top: -1.5625rem  /* -30/19.2 */;
    padding: 4.167rem  /* 80/19.2 */ 0;
}
.contact_3 .wrap {
    display: flex;
}
.contact_3 .wrap {
    max-width: 1060px;
    margin: 120px auto 0;
    background: #F8F8F8;
    padding: 0 0 2.34375rem  /* 45/19.2 */ 3.385rem  /* 65/19.2 */;
}
.contact_3 .wrap .box_img {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    margin-top: -2.34375rem  /* -45/19.2 */;
}
.contact_3 .wrap .box_img {
    flex: 0 0 auto;
}
.contact_3 .form_td_details {
    background-color: #f7f7f7;
    background: none;
    padding: 0 2.604rem  /* 50/19.2 */;
    margin-top: 2.604rem  /* 50/19.2 */;
}
.contact_4 .maps iframe {
    width: 100%;
    display: block;
}

/*recruitment*/
.recruit_2 {
    padding-top: 6.25rem  /* 120/19.2 */;
    padding-bottom: 5.729rem  /* 110/19.2 */;
}
.recruit_3::before {
    content: '';
    display: block;
    width: 100%;
    height: 66%;
    background: linear-gradient(0deg, #FDFCF1 38.9%, rgba(253, 252, 241, 0.84) 56.31%, rgba(253, 252, 241, 0.73) 69.7%, rgba(253, 252, 241, 0.00) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.recruit_3 .group_heading {
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 100%;
    z-index: 9;
}
.recruit_4 {
    position: relative;
    z-index: 10;
    margin-top: -7.8125rem  /* -150/19.2 */;
}
.slide_policies_recruit .item {
    background-color: #000000;
    display: flex;
    align-items: flex-end;
}
.slide_policies_recruit .item::before {
    opacity: .8;
    content: '';
    display: block;
    width: 100%;
    height: 186px;
    background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: .3s allease-in-out;
}
.slide_policies_recruit .item img{
    transition: .3s all ease-in-out;
}
.slide_policies_recruit .item:hover img{
    opacity: 0.2;
}
.slide_policies_recruit .group_content {
    width: 100%;
    padding-bottom: 25px;
    z-index: 50;
}
.slide_policies_recruit .name {
    position: relative;
    padding-left: 2.604rem  /* 50/19.2 */;
    min-height: 2.552rem  /* 49/19.2 */;
    display: flex;
    align-items: center;
    font-size: 1.302rem  /* 25/19.2 */;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}
.slide_policies_recruit .name::before{
    content: '';
    display: block;
    width: 5px;
    height: 49px;
    background-color: #db313a;
    position: absolute;
    background: var(--1-GRADIENT, linear-gradient(90deg, #C58D2E 0%, #C39F5A 100%));
    Colors
    Color format
    Hex
    Background colors


    1-GRADIENT


    Export






    Toolbelt Mode

    Draw

    Design

    Dev Mode;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.policies_recruit_wrapper .swiper-pagination {
    display: block;
    position: unset;
    margin-top: 2rem;
}
.recruit_5 {
    padding: 4.6875rem  /* 90/19.2 */ 0;
}
.recruit_5 .table_custom ul > li > span:nth-child(1) {
    width: 25%;
}
.recruit_5 .table_custom ul > li > span:nth-child(2) {
    min-width: 25rem;
}
.recruit_5 .table_custom ul > li > span:nth-child(4) {
    width: 60%;
}
.recruit_5 .table_custom ul > li > span:nth-child(6) {
    width: 40%;
}
.recruit_5 .table_custom .number {
    color: #b5b5b5;
    font-size: 1.667rem  /* 32/19.2 */;
    font-weight: 700;
}
.recruit_5 .table_custom .expiration,
.recruit_5 .table_custom .address {
    font-size: 16px;
}
.recruit_5 .table_custom ul > li > span {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    justify-content: center;
    font-size: 0.9rem;
}
.table_custom .action {
    height: 2.03125rem  /* 39/19.2 */;
    border-radius: 1.042rem  /* 20/19.2 */;
    border: 1px solid var(--sub-cl);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    padding: 0 1.458rem  /* 28/19.2 */;
    text-transform: uppercase;
    min-width: 6.979rem  /* 134/19.2 */;
    transition: .2s all ease-in-out;
    color: var(--sub-cl);
}
.table_custom .action.no_apply_position {
    border-color: var(--main-cl);
    color: var(--main-cl);
}
.table_custom .action a:hover{
    transform: scale(1.05);
}
.table_custom .name a {
    font-weight: 700;
    font-size: 15px;
    color: var(--main-cl);
}
.recruit_5 .table_custom ul > li > span:nth-child(1),
.recruit_5 .table_custom ul > li > span:nth-child(2),
.recruit_5 .table_custom ul > li > span:nth-child(4),
.recruit_5 .table_custom ul > li > span:nth-child(6) {
    width: 100% !important;
    min-width: unset;
}
.recruit_5 .table_custom ul > li > span {
    justify-content: unset;
}
.before_bg:before {
    content: "";
    display: block;
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);
    Colors
    Color format
    Hex
    Background colors;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*single - recruitment*/
.recruit_details_2 {
    margin-top: 86px;
    position: relative;
    z-index: 100;
    margin-bottom: 50px !important;
}
.recruit_details_2 .large-9 {
    padding: 2.5rem 3rem 1rem;
    background: #fff;
}
.wrap-td-link {
    margin-bottom: 15px;
}
.wrap-td-link a {
    color: #333333;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 22px;
    display: flex;
    align-items: center;
}
.wrap_head_info_td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
.employment_information {
    margin-bottom: 34px;
}
.employment_information ul.list_info_td {
    padding: 0;
    margin: 1rem 0 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.employment_information ul.list_info_td li {
    padding: 0;
    width: 50%;
    display: flex;
    align-items: center;
    margin-top: 1rem;
}
.employment_information label.name_info {display: flex;align-items: center;font-size: 0.95rem;color: #999;font-weight: 400;margin: 0;width: 10rem;flex: 0 0 auto;padding-right: .5rem;}
.employment_information li label.name_info::before {
    content: '';
    display: block;
    width: 20px;
    height: 17px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}
.employment_information ul.list_info_td li span {
    font-weight: 700;
    font-size: 0.95rem;
    color: #454545;
}
.recruit_details_2 .large-3 {
    background-color: #182750;
    padding: 58px 0 28px;
    background-size: 450px;
    background-repeat: no-repeat;
    background-position-x: 120px;
    background-position-y: bottom;
}
.wrap_td_info_apply {
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    color: #fff;
    padding-bottom: 1.5rem;
}
.wrap_td_info_apply a {
    color: #fff !important;
}
.wrap_td_info_apply ul {
    padding: 0 35px;
    list-style: none;
    margin: 0;
}
.wrap_td_info_apply ul li {
    position: relative;
    padding-left: 18px;
}
.wrap_td_info_apply ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/icon-right.svg);
    font-size: 19px;
    line-height: 22px;
}
.wrap_td_info_apply ul h4 {
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: .6rem;
    color: #fff;
}
.wrap_td_info_apply ul p {font-size: .95rem;}
.wrap_td_info_apply ul li {
    position: relative;
    padding-left: 18px;
}
.wrap_body_td {
    margin-bottom: 60px !important;
}
.wrap_body_td .large-9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrap_body_td .large-9 h4.title_desc_td {
    width: 29%;
    margin: 0;
    color: #333333;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    flex: 0 0 auto;
}
.wrap_body_td .large-9 .desc {
    width: 70%;
    margin-bottom: 40px;
}
.wrap_body_td .large-9>*:nth-child(n + 3) {
    padding-top: 20px;
    border-top: 1px solid rgba(112, 112, 112, 0.2);
}
.wrap_body_td .large-9 .desc.deadline_apply p {
    margin-left: 25px;
}
.wrap_body_td .large-9>*:nth-child(n + 3):last-child {
    border-top: unset;
}
.group_form_content {
    padding: 3rem 3.5rem;
    box-shadow: 0 0 43px rgba(75, 75, 75, 0.18);
    background-color: #ffffff;
    margin-right: 9rem !important;
    border-radius: 1rem;
}
.item-sidebar-td {
    padding: 35px 0;
    background-color: #ffffff;
    box-shadow: 0 0 29px rgba(0, 0, 0, 0.09);
    border-radius: 15px;
}
.sidebar_td .title_sidebar {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0 0 24px;
    padding-right: 35px;
    padding-left: 32px;
    border-left: 3px solid #db313a;
}
.item-sidebar-td .content {
    padding: 0 35px;
    color: #333333;
    font-weight: 400;
    line-height: 1.4;
}
.item-sidebar-td .content a[href*="tel:"] {
    font-weight: 700;
    color: var(--main-cl);
}
.item-sidebar-td+.item-sidebar-td {
    margin-top: 27px;
}
.item-sidebar-td {
    padding: 35px 0;
    background-color: #ffffff;
    box-shadow: 0 0 29px rgba(0, 0, 0, 0.09);
    border-radius: 15px;
}
.sidebar_td .title_sidebar {
    color: #333333;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 1rem;
    padding-right: 1.7rem;
    padding-left: 1.7rem;
    border-left: 3px solid #C58D2E;
}
.list_orther_td {
    margin: 0;
    list-style: none;
    padding: 0;
}
.list_orther_td li:first-of-type {
    padding-top: 0;
}
.list_orther_td li {
    padding-top: 21px;
    padding-bottom: 27px;
    margin: 0 1.7rem;
    border-bottom: 1px solid rgba(183, 183, 183, 0.3);
}
.list_orther_td .td-name {
    color: var(--main-cl);
    font-size: 0.95rem;
    font-weight: 700;
    transition: .4s all;
}
.wrap_date_time_td {
    color: #333333;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}
.wrap_date_time_td {
    color: #333333;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 20px;
}
.list_orther_td li:last-child {
    padding-bottom: 0;
    border: none;
}

.recruit_details_3 {
    padding-bottom: 3rem;
}
.recruit_details_1 .content_banner {
    max-width: 100%;
}

/*media*/
.w-50.content_banner {
    max-width: 50%;
}
.media_2 {
    padding: 7.8125rem 0;
}
.media_2 .wrap_items {
    margin-top: 2.604rem;
}
.item_service {
    display: flex;
    box-shadow: 0 0 0.521rem #33333347;
    border-radius: 20px;
    padding: 0.208rem;
    align-items: center;
    cursor: pointer;
    transition: .5s all;
    background: #fff;
    position: relative;
}
.item_service:not(:last-child) {
    margin-bottom: 3.125rem;
}
.item_service .box_img {
    width: 60%;
    flex: 0 0 auto;
    border-radius: 20px 0 0 1.042rem;
    overflow: hidden;
    padding-bottom: 35%;
    position: relative;
}
.item_service:nth-child(odd) .box_img {
    order: 2;
    border-radius: 0 1.042rem 1.042rem 0;
}
.item_service .box_content {
    width: 40%;
    padding: 2.083rem 3.646rem;
    position: relative;
}
.item_service .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
a.style_center.max {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.item_service .box_content h3 {
    font-size: 2.083rem;
    transition: .5s all;
    color: var(--main-cl);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
}
.item_service .box_content .content {
    margin: 0.78125rem 0 1.5625rem;
    transition: .5s all;
}
.content {
    font-size: 0.95rem;
    font-weight: 300;
    color: #000;
    line-height: 1.5;
}
.item_service:hover .btn .text,
.item_service:hover .box_content .content,
.item_service:hover .box_content h3 {
    color: #fff;
}
.item_service:hover {
    background: var(--main-cl);
}
.item_service:hover .btn.btn_hover circle {
    fill: #fff;
}
.item_service:hover .btn.btn_hover path {
    stroke: var(--main-cl);
}

/*news*/
.news_2 {
    padding: 95px 0;
}
.news_2 .group_heading {
    margin-bottom: 45px;
}
.news_2 .wrap_img .box_item {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}
.slider_sec_news {
    position: static;
}
.news_2 .wrap_img .box_img {
    padding-bottom: 41.25%;
    position: relative;
    width: 62%;
    flex: 0 0 auto;
    overflow: hidden;
}
.news_2 .wrap_img .box_img img {
    object-fit: cover;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_2 .wrap_img .box_content {
    position: absolute;
    bottom: 0;
    width: 40%;
    background: #182750;
    right: 0;
    overflow: hidden;
    padding: 4.75rem 2.5rem 1.5rem;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.news_2 .wrap_img .box_content h3 {
    font-size: 1.5rem;
    line-height: 1.4;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.news_2 .wrap_img .box_content p {
    font-size: .8rem;
    color: white;
    margin-bottom: 4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.news_2 .wrap_img .box_content .time {
    font-size: .9rem;
    color: white;
}
.news_2 .wrap_img .box_content svg {
    position: absolute;
    right: 38px;
    bottom: 30px;
}
.news_2 .swiper_arrow svg {
    width: 2.5rem  /* 48/19.2 */;
    height: auto;
}
.news_2 .swiper_arrow.next {
    right: -6%;
}
.news_2 .swiper_arrow.prev {
    left: -6%;
}

.news_3 .menu {
    list-style: none;
    margin: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news_3 .menu li:not(:last-child) {
    margin-right: 18px;
}
.news_3 .wrap_news {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}
.news_3 .wrap_news .item {
    position: relative;
    margin: auto;
    margin-bottom: 15px;
    width: calc(calc(100% / 3) - 30px);
    margin: 0 15px 30px;
    border-radius: 1rem;
    overflow: hidden;
}
.news_3 .wrap_news .item .box_img {
    position: relative;
    overflow: hidden;
}
.news_3 .wrap_news .item .box_img:before {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    height: 159px;
    width: 100%;
    bottom: 0;
    z-index: 1;
}
.news_3 .wrap_news .item .box_img img {
    width: 100%;
    height: 20rem;
    object-fit: cover;
    transform: scale(1);
    transition: .5s all;
}
.news_3 .wrap_news .item .box_content {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 0 30px 20px 20px;
    z-index: 2;
}
.news_3 .wrap_news .item .box_content .date_post {
    color: white;
    text-align: center;
    border-right: 1px solid white;
}
.news_3 .item .box_content .date_post .date {
    font-size: 35px;
    line-height: 1;
    color: white;
}
.news_3 .wrap_news .item .box_content .date_post .month {
    font-size: 12px;
    width: 60px;
    color: white;
}
.news_3 .wrap_news .item .box_content h3 {
    font-size: 18px;
    color: #fff;
    margin: 0;
    margin-left: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/*single - news*/
.news_details_1 {
    padding: 4rem 0;
}
.sticky-keeper {
    position: sticky;
    top: 8rem;
    text-align: center;
}
.sticky-keeper p {
    font-size: 1.042rem  /* 20/19.2 */;
    font-weight: 700;
}
.news_details_1 .section-title-bold span,
.news_details_1 .section-title-bold-center span {
    border: unset;
    padding: unset;
}
.news_details_1 .icon-angle-right {
    margin-right: 0.7rem !important;
}
.news_details_1 b,
.news_details_1 span {
    color: #333;
}
.news_details_1 ul {
    list-style-position: inside;
    padding-left: 1rem;
}
.news_details_1 .section-title b {
}
.news_details_1 h3 {
    line-height: 1.4;
}

/*faqs*/
.faqs_1.bg_image {
    padding: 7.34375rem 0 4.167rem;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
}
.tabs_style.menu_custom li a {
    padding: .677rem 1.146rem !important;
    display: flex !important;
    align-items: center;
    font-size: .9375rem;
    text-align: left;
    color: #333 !important;
}
.tabs_style.menu_custom li.current-menu-item {
    background-color: var(--main-cl);
}
.tabs_style.menu_custom li.current-menu-item a {
    color: #fff !important;
}
.menu-image-title-after.menu-image-not-hovered img {
    padding-right: 10px;
}
.menu-image-title-after.menu-image-title {
    padding-left: 10px;
}
.tabs_style.menu_custom li+li {
    margin-top: .625rem !important;
}
.faqs_1 .wrap_content {
    /*max-width: 51.302rem;*/
    margin-left: auto;
    padding: 1.5625rem 3.646rem;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 4px 1.5625rem 0 rgba(152, 152, 152, .1);
}
.page-template-q_a .title_page {
    border: none;
    margin: 0;
}
.faqs_1 h2:before {
    width: .15625rem;
    height: 2.65625rem;
    background: var(--main-cl);
    border-radius: 100px;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -3.646rem;
}
.wrap_q_a {
    margin-bottom: 4.167rem;
}
.item_q_a {
    border-top: 1px solid;
    padding: 1.042rem 0;
}
.item_q_a.active h3 {
    color: var(--main-cl) !important;
}
.faqs_1 .wrap_content h3 .num {
    width: 4.427rem;
    flex: 0 0 auto;
    font-size: 1.823rem;
}
.item_q_a h3 {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 1.042rem !important;
    padding-right: 2.292rem;
    cursor: pointer;
    margin: 0 !important;
}
.item_q_a h3 .arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.item_q_a.active svg {
    transform: rotate(180deg);
}
.item_q_a .content {
    padding-left: 4.427rem;
    padding-top: 1.042rem;
    padding-right: 1.5625rem;
    display: none;
}
.box_menu {
    background-color: #fff;
    padding: 1rem;
    border-radius: 1rem;
}
.country_wrapper ul {
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.country_wrapper ul>li {
    min-width: 6rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    border-radius: 5.208rem  /* 100/19.2 */;
    border: 1px solid var(--main-cl);
    padding-right: 0.5rem;
    line-height: normal;
    font-size: 0.9rem;
    background-color: transparent;
    transition: .4s all;
}
.country_wrapper ul>li:hover,
.country_wrapper ul>li.active {
    background-color: var(--main-cl);
    color: #fff;
}
.box_form {
    margin-top: 1.5rem;
}

/*policy*/
.policy_1 {
    padding-bottom: 2rem;
}
.policy_1 ul {
    list-style-position: inside;
    padding-left: 1rem;
}
.policy_content {
    background: #fff;
    padding: 2rem 1.2rem;
    border-radius: 10px;
}
.box_category {
    border-radius: 10px;
}
.box_category h2 {
    font-size: 1rem;
    color: var(--main-cl);
}
.box_category ul {
    margin-top: 2rem;
    padding-left: 0;
}
.box_category ul>li {
    font-size: 1rem;
    transition: .4s all;
}
.box_category ul>li:hover, .box_category ul>li.current-menu-item {
    background: var(--main-cl) !important;
    cursor: pointer;
}
.box_category ul>li:not(:last-child) {
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}
.line {
    height: 4px;
    width: 10%;
    background-color: var(--main-cl);
}

/*single - media*/
.media_1 .inner_img {
    width: 100%;
    padding-bottom: 65%;
    position: relative;
    border-radius: 1.042rem;
    overflow: hidden;
}
.media_1 .inner_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.media_1 .box_content {
    padding-left: 5.208rem;
}
.media_1 .box_content h1.heading_title {
    font-size: 2.604rem;
    color: var(--main-cl);
}
.media_1 .box_content .content {
    max-height: 8.75rem;
    overflow: auto;
    padding-right: 1.042rem;
}
.media_1 .box_content .content::-webkit-scrollbar {
    width: 4px;
    background-color: #cedbff;
}
.media_1 .box_content .content::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}
.media_1 .box_content .add_items {
    display: flex;
    margin: 1.5625rem -1.042rem 0;
}
.media_1 .box_content .add_items .item {
    width: calc(calc(100% / 3) - 2.083rem);
    margin: 0 1.042rem;
    text-align: center;
}
.media_1 .box_content .add_items .icon {
    height: 3.125rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 1.042rem;
    position: relative;
}
.media_1 .box_content .add_items .icon:before {
    width: 2.865rem;
    height: 2.865rem;
    background: var(--2, #E6141D);
    opacity: 0.2;
    content: '';
    position: absolute;
    z-index: 9;
    left: 1.40625rem;
    border-radius: 50%;
}
.media_1 .box_content .add_items .icon img {
    max-height: 100%;
    width: auto;
    transform: rotateY(0);
    transition: 1s all;
}
.media_1 .box_content .add_items .item:hover .icon img {
    transform: rotateY(360deg);
}
.media_1 .box_content .add_items h3 {
    font-size: 0.833rem;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    color: var(--3, #000);
    font-weight: 500;
}
.media_2 {
    padding: 4.167rem 0 5.208rem;
}
.media_2 .item:not(:last-child) {
    margin-bottom: 4.6875rem;
}
.media_2 .item {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 1.042rem 0px rgba(0, 18, 50, 0.10);
    padding: 4.167rem;
}
.media_2 .item .box:not(:last-child) {
    margin-bottom: 3.125rem;
}
.media_2 .item .wrap_items {
    display: flex;
    align-items: center;
}
.media_2 .item .wrap_items .box_content {
    width: 50%;
}
.media_2 .item .wrap_items h3.heading_title {
    font-size: 2.083rem;
    color: var(--main-cl);
}
.media_2 .item .wrap_items .box_img {
    width: 50%;
    text-align: center;
}
.media_2 .box>.heading_title {
    margin-bottom: 1.5625rem;
    color: var(--main-cl);
}
.media_2 h3.heading_title {
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: 1.4;
}
.media_2 .item .wrap {
    border-radius: 10px;
    border: 1px solid #204B9E;
    overflow: hidden;
    position: relative;
}
.arrow_scroll {
    position: absolute;
    width: 1.51rem;
    height: 1.51rem;
    background: var(--main-cl);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.3125rem;
    right: 0.208rem;
    top: 0.3125rem;
    cursor: pointer;
}
.arrow_scroll.next {
    top: 2.083rem;
}
.media_2 .item .wrap .content {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: auto;
}
.media_2 .item .wrap table {
    text-align: center;
    margin-bottom: 0;
}

.media_2 .item .wrap table tr:first-child td:first-child {
    color: #FFF;
    background: var(--main-cl);
}
.media_2 .item .wrap table tr td:first-child {
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.media_2 .item .wrap table tr td:first-child {
    width: 18.75rem !important;
    min-width: 18.75rem;
}
.media_2 .item .wrap table tr:first-child td {
    font-size: 1.042rem;
    color: var(--main-cl);
    font-weight: 500;
    text-transform: uppercase;
    background: #F1F9FF;
}
.media_2 .item .wrap table td:not(:last-child) {
    border-right: 1px solid rgb(0 0 0 / 20%);
}
.media_2 .item .wrap td:nth-child(1) {
    background: var(--main-cl);
    color: #fff;
    font-weight: 600;
    font-size: 0.9375rem;
}
.media_2 .item .wrap table td {
    padding: 0 0.78125rem;
    height: 4.6875rem !important;
}
.media_2 .item .wrap table td {
    text-align: center;
    padding: 1.02rem 1.042rem;
    font-size: 0.9375rem;
    color: #333;
    width: 10% !important;
    min-width: 14.948rem;
    width: auto !important;
}
.media_2 .item .wrap table tr td:nth-child(2) {
    padding-left: 19.75rem !important;
}
.media_2 .item ul.nav {
    display: block !important;
    background: #F1F9FF;
}
.media_2 .item ul.nav li {
    width: 100%;
    text-align: center;
    font-size: 1.042rem;
    color: var(--main-cl);
    font-weight: 500;
    margin: 0 !important;
    padding: 1.042rem 0.78125rem;
}
.media_2 h3.heading_title {
    font-size: 1.5625rem;
    font-weight: 600;
}
.media_2 .box>.heading_title {
    margin-bottom: 1.5625rem;
}
.CR-item-project .terms--box a {
    color: #333 !important;
}
.tuyen_dung_page {
    padding: 150px 0 90px;
}

.tuyen_dung_page .pattern_1 {
    top: 260px;
    left: -590px;
}

.tuyen_dung_page .pattern_2 {
    left: unset;
    right: -567px;
}

.tuyen_dung_page .wrap_title+.content {
    max-width: 787px;
    margin: 0 auto 60px;
}

.tuyen_dung_page .wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -9px 131px;
}

.tuyen_dung_page .wrap .item img {
    width: 100%;
    display: block;
}

.tuyen_dung_page .wrap .item {
    width: calc(25% - 18px);
    margin: 0 8px;
}

.tuyen_dung_page .wrap .item h3 {
    color: #333333;
    font-size: 14px;
    margin-bottom: 12px;
    padding-left: 56px;
    position: relative;
}

.tuyen_dung_page .wrap .item h3:before {
    width: 38px;
    height: 1px;
    background-color: #085d2b;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
}

.tuyen_dung_page .wrap .item:nth-child(odd) {
    margin-top: 70px;
}

table.table_td thead th {

    background: transparent !important;
    font-size: 15px;
}

table.table_td {
    background: transparent;
}

table.table_td thead {
    background: transparent;
}

table.table_td tbody td:nth-child(1) {

    font-size: 40px;
}

table.table_td tbody td:nth-child(2) a {

    font-size: 16px;
}

.wrap_table_td {
    margin-top: 30px;
}

table.table_td tbody tr {
    background: transparent;
}
.home_sec_4 {padding-top: 100px;padding-bottom: 100px;}

.home_sec_4 .text_center .heading_h2 {margin-bottom: 20px;}

.home_sec_4 .text_center .heading_h2 + .content {max-width: 845px;margin: 0 auto;}

.wrap_section_td .heading_h2 {font-size: 40px;}

.menu_td ul ,
.menu_news ul{list-style: none;margin: 53px 0 0 0;display: flex;justify-content: flex-end;}

.menu_td ul a,
.menu_news ul a{color: #333333;font-size: 14px;text-transform: uppercase;transition: .3s all;padding-left: 0;display: flex;align-items: center;font-size: .9rem}

.menu_td ul li:not(:first-child) ,
.menu_news ul li:not(:first-child){margin-left: 40px;}

.menu_td ul a:before,
.menu_news ul a:before{width: 0;height: 2px;background: var(--main-cl);content: '';display: inline-block;margin-right: 10px;transition: .3s all;}

.menu_td ul a:hover:before {width: 35px;}

.menu_td ul a:hover ,
.menu_news ul a:hover{color: var(--main-cl);}

.wrap_table_td {margin-top: 10px;}

table.table_td {background: #F5F5F5;margin-bottom: 40px;}

table.table_td thead th {background: var(--main-cl) !important;color: white;}


table.table_td tbody td:nth-child(2),table.table_td tbody td:nth-child(2) a {font-size: 15px;line-height: 1.5;}

table.table_td thead th:nth-child(2) {width: 25%;}

.wrap_section_td {}
table.table_td thead th:nth-child(3) {width: 16%;}

table.table_td thead th:nth-child(2) {width: 19%;}

.wrap_table_td {
    border: 0px solid #000000;
}
a{
    text-decoration: unset;
}
th {
    border-width: 0 0px 1px 0;
}

table.table_td {
    table-layout: fixed;
    margin: 0;
    border: none;
    background-color: white;
    background-color: #f8f8f8;
    border-radius: .5rem;
    overflow: hidden;
    box-shadow: 2px 4px 20px 0 rgba(195, 159, 90, 0.20);
    Colors
    Color format
    Hex
    Selection colors

    #182750


    text body


    #FFFFFF;
}

table.table_td thead {
    background-color: #f5f5f5;
    color: #fff;
}

table.table_td thead th {
    text-align: center;
    color: #fff;
    background-color: #f5f5f5;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 17px;
    padding-top: 17px;
    font-size: 15px;
    border: none;
}
table.table_td thead th:not(:last-child){
    border-right: 1px solid #ebebeb;
}
table.table_td thead th:nth-child(1){
    width: 10%;

}
table.table_td thead th:nth-child(2) {
    width: 20%;
    text-align: center;
}

table.table_td tbody tr {
    vertical-align: middle;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    background-color: rgba(248, 248, 248, 0.51);
}

/*th,*/
/*td {*/
/*    padding-left: 30px;*/
/*}*/

table.table_td tbody tr:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

table.table_td tbody tr:hover td:nth-child(2) a {
    color: #1c1c1c;
}

table.table_td tbody tr:not(:last-child) {
    border: 0;
    border-bottom: 1px solid #ebebeb;
}

table,
th,
td {
    border: 1px solid #ebebeb;
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border: 1px solid #ebebeb;
}

table.table_td tbody td {
    color: #333333;
    padding: 25px 20px;

    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    border: 1px solid white;
}

/*table.table_td tbody tr:nth-child(2n+1){*/
/*    background-color: #f5f5f5;*/
/*}*/
table.table_td tbody td:nth-child(1) {
    color: #b5b5b5;
    font-size: 45px;
    text-align: center;
    color: #b5b5b5;
    font-size: 0.95rem;
    font-weight: 400;
}
table.table_td tbody td:nth-child(4),
table.table_td tbody td:nth-child(5),
table.table_td tbody td:nth-child(6){
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;

}

/*table.table_td tbody tr:hover td a {*/
/*    color: #007c0f;*/
/*    !*font-weight: 500;*!*/
/*}*/

table.table_td tbody td:nth-child(2),
table.table_td tbody td:nth-child(3),
table.table_td tbody td:nth-child(4) {
    text-align: center;
    /*padding-left: 0 !important;*/
}
table.table_td tbody td:nth-child(2){
    text-align: left;
}
table.table_td tbody td:nth-child(2) a{
    font-size: 15px;
}
table.table_td tbody td a {
    outline: none;
    text-decoration: none;
    color: #454545;!i;!;
}

table.table_td .new_td {
    float: right;
    color: #ff0000;
}

table.table_td tbody td:nth-child(2) a{
    color: #333333;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
}

/*table.table_td tbody td:nth-child(3) a:hover{*/
/*    background: white;*/
/*    transition: .3s;*/
/*    color: #6eb041;*/

section.home_sec_4.td_sec_1 {
    padding: 100px 0;
}
.menu_td li a {
    padding: 0 !important;
    font-weight: 700;
    color: #333 !important;
}

.menu_td li {
    border: none !important;
}
.banner_page {
    padding: 12.25rem 0 38.542rem;
    position: relative
}

.banner_page h1.heading_title.no_line.text_center {
    text-align: center;
    font-size: 3.646rem;
    margin-bottom: 1.5625rem;
    line-height: 1
}

.banner_page .text_center.text_white {
    max-width: 57.8125rem;
    margin: auto
}

.banner_page span.sub {
    font-size: 1.042rem;
}

.banner_page .content,.video_tour .content {
    font-size: .9375rem;
    margin-bottom: 2.083rem
}

.banner_page:before {
    background: linear-gradient(180deg,#194059 0,rgba(25,64,89,.59) 60.66%,rgba(25,64,89,0) 100%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45%;
}

.banner_page:after {
    background: linear-gradient(0deg, #f2f7f8, transparent);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    content: ''
}

.doanh_nghiep_sec_2 {
    position: relative;
    margin-top: -15.625rem;
    padding-bottom: 4.6875rem
}

.doanh_nghiep_sec_2 h2.heading_title+.content {
    font-size: .9375rem;
    margin-bottom: 2.604rem
}

.doanh_nghiep_sec_2 .wrap_items {
    display: flex;
    margin: 0 -1.823rem;
    flex-wrap: wrap;
}

.doanh_nghiep_sec_2 .wrap_items .item {
    width: calc(calc(100% / 3) - 3.646rem);
    margin: 0 1.823rem 3.646rem;
    position: relative;
}

.doanh_nghiep_sec_2 .wrap_items .item .box_img {
    position: relative;
    padding-bottom: 56.25%;
    border-radius: 20px;
    overflow: hidden
}

.doanh_nghiep_sec_2 .wrap_items .item h3 {
    font-size: 1.198rem;
    color: var(--1,#194059);
    margin: .78125rem 0
}

.doanh_nghiep_sec_2:before {
    background: #f4f8f9;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25rem
}

.doanh_nghiep_sec_3 {
    background: #fff;
    padding: 5.208rem 0 0
}

.doanh_nghiep_sec_3 h2.heading_title+.content,section.section.contact_sec_2.css_bg .content {
    font-size: .9375rem;
    margin-bottom: 2.34375rem
}

.doanh_nghiep_sec_3 .wrap_item {
    display: flex;
    /*max-width: 57.03125rem;*/
    margin: 0 auto 3.125rem
}

.item_design {
    width: calc(calc(100% / 3) - 1.5625rem);
    margin: 0 .78125rem;
    border-radius: 20px;
    overflow: hidden
}

.item_design .box_img {
    padding-bottom: 100%;
    position: relative
}

.item_design .box_content {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    align-content: space-between;
    height: 100%;
    width: 100%;
    padding: 1.5625rem
}

.item_design .box_content span {
    font-size: .78125rem;
}

.item_design .box_content h3 {
    font-size: 1.667rem;
    line-height: normal
}

.item_design .box_img:before {
    background-image: linear-gradient(180deg,#000,transparent);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 2;
    opacity: .4
}

.form_tv_dat_tour b.title {
    display: flex;
    align-items: center;
    height: 3.59375rem;
    font-size: 1.042rem;
    text-transform: uppercase;
    padding: 0 1.5625rem;
    margin-bottom: 1.5625rem;
    margin-top: 1.5625rem
}

.form_tv_dat_tour b.title svg {
    display: block;
    max-height: 1.25rem;
    width: auto
}

.form_tv_dat_tour b.title .icon {
    width: 2.292rem
}

.form_design input,.form_design select,.form_design textarea {
    height: 3.125rem;
    font-size: .833rem;
    margin-bottom: 1.042rem;
    border: 1.5px solid #c8d2d9;
    border-radius: 100px;
}

.danh_gia_tour h2,.tour_lien_quan .heading_title {
    font-size: 2.865rem
}

.form_design textarea {
    height: 8.854rem;
    border-radius: 20px
}

.form_design.form_tv_dat_tour {
    max-width: 64.583rem;
    margin: auto
}

/*.form_design input#title_design {*/
/*    text-transform: uppercase*/
/*}*/

.form_design.form_tv_dat_tour .button_link {
    width: auto
}

.form_design .wpcf7-checkbox span.wpcf7-list-item-label {
    color: var(--1,#194059);
    font-size: .9375rem;
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer
}

.form_design .wpcf7-checkbox span.wpcf7-list-item-label:before {
    width: 1.458rem;
    height: 1.458rem;
    border: 1px solid #194059;
    display: inline-flex;
    border-radius: 50%;
    margin-right: .521rem
}

.form_design .wpcf7-checkbox span.wpcf7-list-item-label:after {
    width: .625rem;
    height: .625rem;
    background: #CD2034;
    position: absolute;
    border-radius: 50%;
    left: .417rem;
    opacity: 0
}

.form_danh_gia input:focus,.form_danh_gia textarea:focus,.form_design .wpcf7-checkbox input:checked+span.wpcf7-list-item-label:after,.slider_image_nb .swiper-slide-active .item .box_img,.slider_image_nb .swiper-slide.swiper-slide-active h3,.slider_image_nb .swiper-slide.swiper-slide-active img,.slider_posts_nb .swiper-slide-active .box_content,.slider_posts_nb .swiper-slide-active .box_img,.slider_process .swiper-slide-active .item,.slider_process .swiper-slide-next .item,.slider_process .swiper-slide-prev .item,ul.fixed_button a:hover span {
    opacity: 1
}

.doanh_nghiep_sec_4:before {
    background: linear-gradient(180deg,#fff 0,rgba(255,255,255,.95) 42.9%,rgba(255,255,255,.85) 60.67%,rgba(255,255,255,.68) 79.13%,rgba(255,255,255,0) 100%,rgba(255,255,255,0) 100%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15.625rem;
    z-index: 2;
    display: none;
}

.page-template-visa section {
    position: relative;
}

.doanh_nghiep_sec_2 .wrap_items .item .box_img img,.home_sec_2 .wrap_items .item .box_img img,.item_design .box_img img,.nav>li.menu_mega>.sub-menu>.row>.col.medium-9 .box .box-image img,.sidebar_info_tour .box_img img,.slider_process .item .box_img img,.visa_sec_1 img,.wrap_cat_guu .box img,.wrap_gallery_post .item img,section.section.video_tour .box_video video,video.elementor-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner_page .row {
    position: relative;
    z-index: 2;
}

section.doanh_nghiep_sec_2 .row {
    position: relative;
}

.item_design .box_content .top {
    width: 100%;
    color: #fff;
}

.item_design .box_content * {
    color: #fff;
}
.form_tv_dat_tour b.title,ul.info_other span.box {
    background: #CD2034;
    color: #fff;
    border-radius: 100px
}

.form_design input[type=checkbox] {
    display: none;
}

.button_link {
    display: inline-flex!important;
    align-items: center;
    justify-content: center;
    background: #CD2034;
    border-radius: 100px;
    height: 2.5rem;
    font-size: .78125rem;
    color: #fff !important;
    font-weight: 700;
    padding: 0 1.302rem;
    z-index: 9;
    transition: .5s
}

.button_link svg {
    width: 1.458rem;
    height: auto;
    margin-left: .521rem
}
.scroll_to_section svg {
    display: block;
    width: .9375rem;
    height: auto;
}
.submit_form {
    position: relative;
    width: 100%;
    margin-top: .521rem
}

.submit_form input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0!important
}

span.wpcf7-spinner {
    position: absolute;
}

.text_center.text_white * {
    color: #fff !important;
}
.single-visa section {
    position: relative;
}
.visa_sec_1 {
    padding-bottom: 37.25%;
    position: relative;
    justify-content: center;
    display: flex
}

.visa_sec_1 .row {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    width: 100%
    z-index: 9;
}

.visa_sec_1 .box_content {
    max-width: 33.4375rem
}

.visa_sec_1 .box_content h1.heading_title {
    margin-bottom: .521rem;
    font-size: 3.385rem;
    color: #fff;
}

.visa_sec_2 {
    background: linear-gradient(180deg,#CD2034 0,#ba093a 100%);
    padding: 5.729rem 0 7.292rem
}

.visa_sec_2 h2 {
    font-size: 3.646rem;
    line-height: normal;
    margin-bottom: .521rem
}

.visa_sec_2 .wrap_items {
    display: flex;
    color: #fff;
    margin: 3.646rem -1.823rem 3.125rem
}

.visa_sec_2 .wrap_items .item {
    width: 25%;
    padding: 0 2.865rem;
    position: relative;
    text-align: center
}

.visa_sec_2 .wrap_items b {
    font-size: 3.646rem;
    line-height: normal;
}

.visa_sec_2 .wrap_items .content {
    font-size: .9375rem;
    color: #fff;
}

.visa_sec_2 .wrap_items .item+.item:before {
    width: 1px;
    height: 5.104rem;
    opacity: .5;
    background: linear-gradient(45deg,transparent,#fff,transparent);
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.visa_sec_3 {
    padding-top: 6.771rem;
    background: #fff;
    padding-bottom: 4.167rem
}

.visa_sec_3 h2.heading_title {
    margin-bottom: .521rem;
    font-size: 3.385rem
}

.visa_sec_3 h2.heading_title+.content {
    font-size: .9375rem;
    margin-bottom: 3.49rem
}

.single-dinhcu,.slider_process {
    overflow: unset
}

.slider_process .item {
    margin: 0 .521rem;
    opacity: .3;
    transition: .5s
}

.slider_process .item .box_img {
    margin-right: 4.167rem;
    padding-bottom: 52.25%;
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.slider_process .item b {
    font-size: 4.167rem;
    color: var(--2,#CD2034);
    line-height: 1
}

.content.visa_content h3,.slider_process .item h3,ul.list_tax_visa b {
    color: var(--1,#194059)
}

.slider_process .item h3 {
    font-size: 1.5625rem;
    line-height: 1.23;
    margin: .521rem 0;
    max-width: 17.396rem
}

.slider_process .item .content {
    font-size: .9375rem;
    max-width: 16.146rem
}

.visa_sec_4 {
    background: #fff;
    padding-top: 4.167rem
}

.visa_sec_4 h2.heading_title.no_line+.content {
    font-size: .9375rem;
    margin-bottom: 3.646rem
}

.visa_sec_4 h2.heading_title.no_line,section.section.visa_sec_5 h2.heading_title.no_line {
    margin-bottom: .521rem;
}

.visa_sec_4 .wrap_items .item .box_img {
    position: relative;
    padding-bottom: 107%
}

.visa_sec_4 .wrap_items .item {
    width: calc(100% / 3);
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.visa_sec_4 .wrap_items .item .box_img:before {
    background: linear-gradient(0deg,rgba(0,0,0,0) 49.93%,rgba(0,0,0,.6) 100%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.visa_sec_4 .wrap_items .item h3 {
    position: absolute;
    top: 3.125rem;
    z-index: 9;
    font-size: 1.823rem;
    color: #fff;
    line-height: 1.2;
    right: 4.6875rem;
    left: 4.6875rem;
    width: auto;
    margin: 0;
    padding-left: 1.042rem
}

.visa_sec_4 .wrap_items .item h3:before {
    height: calc(100% - 12px);
    width: .26rem;
    content: '';
    background: #CD2034;
    position: absolute;
    left: 0;
    top: calc(50% + .26rem);
    transform: translateY(-50%)
}

section.khao_sat_sec_2.visa_sec_7 .text_center {
    margin-top: 0
}

section.khao_sat_sec_2.visa_sec_7 {
    padding-top: 5.208rem;
    background: #fff
}

.slider_process .item .line {
    display: flex;
    position: relative;
    align-items: center;
    margin: 1.823rem 0 .78125rem;
    width: 100%;
    background: transparent;];];
}

.slider_process .item .line:after {
    height: 1px;
    opacity: .3;
    background: #194059;
    width: 100%;
    content: '';
    margin-left: 0;
}

.slider_process .item .line img {
    width: 1.615rem;
    height: auto
}

section.section.visa_sec_5 {
    background: #fff;
    padding: 5.208rem 0 4.167rem
}

section.section.visa_sec_5 h2.heading_title.no_line+.content {
    font-size: .9375rem;
    font-family: SVN-Gotham;
    margin-bottom: 2.083rem
}

ul.list_tax_visa {
    list-style: none;
    margin: 0 0 3.125rem;
    display: flex;
    justify-content: center
}

ul.list_tax_visa .box_img {
    width: 3.958rem;
    height: 3.958rem;
    display: inline-block;
    border-radius: 50%;
    border: .208rem solid #fff;
    margin-bottom: .78125rem
}

.item_image .box_img,.item_visa,.slider_image_nb .item .box_img,.wrap_gallery_post .item {
    border-radius: 10px;
    overflow: hidden
}

.slider_customer .item .avatar img,ul.list_tax_visa .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

ul.list_tax_visa b {
    display: block;
    width: 100%;
    text-transform: uppercase
}

.wrap_menu ul a,blockquote {
    color: #fff;
    background: #182750;
    text-transform: uppercase
}

ul.list_tax_visa li a {
    width: 6.25rem;
    text-align: center;
    display: inline-block;
    padding: .729rem 0 .521rem;
    margin: 0 .521rem;
    border-radius: 20px;
    cursor: pointer
}

.item_visa {
    position: relative;
    background: rgba(247,247,247,.97)
}

.item_visa .box_img {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden
}

.item_visa .box_content {
    padding: 1.823rem 1.5625rem 2.604rem
}

.item_visa .box_content h3 {
    font-size: 1.042rem;
    color: var(--1,#194059);
    text-transform: uppercase;
    position: relative;
    font-family: SVN-GothamBlack;
    transition: .5s
}

.item_visa .box_content h3:before {
    width: .26rem;
    height: 100%;
    content: '';
    position: absolute;
    left: -1.5625rem;
    background: #CD2034
}

.autocomplete-suggestion img+.search-name,.item_visa .box_content .content {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.slider_visa .item_visa {
    margin: 0 .729rem
}

.slider_visa {
    margin: 0 -.729rem
}

div#load_visa {
    font-size: 0;
    position: relative;
    margin-bottom: 1.5625rem
}

.visa_sec_6 {
    padding: 7.8125rem 0 5.208rem;
    background-size: cover;
    background-repeat: no-repeat;
}

.visa_sec_6 h2.heading_title.no_line {
    margin-bottom: .78125rem
}

.visa_sec_6 h2.heading_title.no_line+.content {
    max-width: 62.5rem;
    margin: 0 auto 2.083rem;
    font-size: .9375rem
}

.visa_sec_6 .form_design.form_tv_dat_tour {
    max-width: 50.78125rem
}

section.section.visa_category_page {
    background: #fff;
    padding: 2.604rem 0 6.25rem
}

section.section.visa_category_page h1.heading_title.no_line {
    text-transform: unset;
    margin-bottom: .521rem!important;
    font-size: 2.604rem
}

.wrap_visa {
    display: flex;
    flex-wrap: wrap;
    margin: 1.823rem -1.25rem 0;
    position: relative;
    padding-top: 2.604rem
}

.wrap_visa .item_visa {
    width: calc(50% - 2.5rem);
    margin: 0 1.25rem 2.083rem
}

.box_check,.box_form_visa,.nav>li.menu_mega>.sub-menu>.row>.col.medium-9>*>.row+.row,.visa_category_page_sec_2 .wrap_slider {
    margin-top: 2.604rem
}

.wrap_visa:before {
    left: 1.25rem;
    right: 1.25rem;
    position: absolute;
    top: 0;
    content: '';
    opacity: .2;
    background: #6c6c6c;
    height: 1px
}

.visa_category_page .grid-75.tablet-grid-75.left {
    padding-right: 4.167rem
}

.content.visa_content h1 {
    font-size: 2.865rem;
    font-family: SVN-GothamBlack;
    margin: 1.5625rem 0 1.042rem;
    line-height: 1.1
}

.content.visa_content h2 {
    font-size: 1.823rem;
    font-family: SVN-GothamBlack
}

.content.visa_content h3,.item_image h3,.visa_category_page h2.heading_title.no_line+.content,.wrap_menu ul a {
    font-family: SVN-Gotham;
    font-size: .9375rem
}

blockquote {
    font-style: unset;
    font-size: 1.042rem;
    padding: .625rem 1.198rem;
    border-left: .4rem solid #C58D2E;
    margin-top: 2.083rem;
    text-transform: unset;
    border-radius: 0 1rem 1rem 0;
}

hr {
    margin: 1.5625rem 0;
    opacity: .2;
    background: #6c6c6c
}

.box_form_visa {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: none;
    padding: 4.948rem 5.208rem 3.125rem
}

.visa_category_page h2.heading_title.no_line {
    margin: 0 0 .521rem;
    font-family: SVN-GothamBlack;
    font-size: 2.34375rem
}

.visa_category_page h2.heading_title.no_line+.content {
    color: var(--4,#333);
    margin-bottom: 1.823rem
}

.box_check {
    background-position: right center;
    padding: 3.646rem 4.167rem 2.604rem;
    border-radius: 20px;
    overflow: hidden
}

.box_check .box_content {
    max-width: 18.802rem;
    text-align: center
}

.box_check .box_content h2.heading_title.no_line {
    font-size: 1.615rem;
    text-transform: uppercase;
    font-family: 'SVN-Gotham Ultra';
    margin-bottom: .78125rem
}

.box_check .box_content a {
    height: 3.49rem;
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    border-radius: 100px;
    background-image: linear-gradient(45deg,#194059,#CD2034);
    color: var(--2,#CD2034);
    font-family: SVN-GothamBlack;
    font-size: 1.042rem;
    z-index: 0;
    position: relative
}

.box_check .box_content a:before {
    top: .15625rem;
    left: .15625rem;
    right: .15625rem;
    bottom: .15625rem;
    background: #fff;
    content: '';
    position: absolute;
    border-radius: 100px;
    z-index: -1;
    transition: .5s
}

.box_check .box_content a svg {
    width: 2.083rem;
    height: 2.083rem;
    margin-right: .521rem!important
}

.box_check .box_content a:hover:before {
    background: #f4f7f9
}

.visa_category_page_sec_2 .wrap_slider .arrow_slider {
    top: -3.125rem
}

div#from_visa.fancybox-content {
    padding: 0;
    max-width: 49.479rem;
    border-radius: 20px
}

.box.visa_box a {
    margin-top: 1.042rem
}

div#from_visa.fancybox-content h2.heading_title.no_line {
    margin-bottom: .26rem;
    font-family: SVN-GothamBlack;
    font-size: 2.34375rem
}

div#from_visa.fancybox-content h2.heading_title.no_line+.content {
    font-family: SVN-Gotham;
    font-size: .9375rem;
    margin-bottom: 1.5625rem
}

.item_tour .box_img img,.item_visa .box_img img,.post_item .box_img img,.slider_posts_nb .box_img img,.visa_sec_4 .wrap_items .item .box_img img,.wrap_post .item .box_img img,.wrap_posts_image .item .box_img img,.wrap_posts_sidebar .item .inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .5s
}

.item_image:hover .box_img img,.item_tour:hover .box_img img,.item_visa:hover .box_img img,.post_item:hover .box_img img,.slider_image_nb .swiper-slide-active .item,.slider_posts_nb .item:hover .box_img img,.wrap_banner .item:hover img,.wrap_posts_image .item:hover .box_img img,.wrap_posts_sidebar .item:hover .inner img {
    transform: scale(1.2)
}

.visa_sec_4 .wrap_items {
    display: flex;
}


.visa_sec_1 .content {
    color: #fff;
}
.khao_sat_sec_2 .wrap_items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3.125rem
}

.khao_sat_sec_2 .wrap_items .item {
    width: calc(calc(100% / 3) - 6.25rem);
    margin: 3.646rem 3.125rem 0
}

.khao_sat_sec_2 .wrap_items .item .num {
    font-size: 3.125rem;
    color: var(--2,#CD2034);
    line-height: 1.2;
}

.khao_sat_sec_2 .wrap_items .item h3 {
    color: var(--1,#194059);
    font-size: 1.146rem;
    text-transform: uppercase
}
section.settled_estimate h1.text_secondary {
    font-size: 2.604rem;
    line-height: 3.125rem;
    margin-bottom: 2.34375rem;
    margin-top: 3.90625rem
}

table.estimate_table {
    margin-bottom: 2.604rem
}

section.settled_estimate {
    padding-bottom: 7.552rem;
    display: block;
    padding-top: 8rem;
}

section.settled_estimate .text_title {
    font-size: 1.5625rem;
    line-height: 1.25rem;
    margin-bottom: 1.042rem
}

section.settled_estimate .post_content {
    margin-top: 3.646rem;
    margin-bottom: 1.25rem
}

#form_filter_estimate {
    width: 78.125rem;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0rem .208rem 1.042rem 0rem #0000000D;
    margin-top: .625rem;
    max-width: 100%
}

#form_filter_estimate .dropdown_wrap {
    z-index: 9;
    position: absolute;
    top: 100%;
    width: 100%;
    box-shadow: 0rem .208rem .521rem 0rem #0000000D;
    background-color: #fff;
    padding: 1.25rem 1.667rem;
    left: 0;
    border-top: 1px solid var(--main-cl);
    display: none
}

#form_filter_estimate .dropdown_wrap .dropdown_item .title,#form_filter_estimate .filter_group .select-styled,#form_filter_estimate .filter_group .filter_title {
    font-size: .833rem;
    line-height: 1.25rem;
    color: #333
}

#form_filter_estimate .filter_group .select-options {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    box-shadow: 0px 4px 10px 0px #0000000D;
    background-color: #fff;
    list-style: none;
    z-index: 9
}

#form_filter_estimate .filter_group .select,#form_filter_estimate .filter_group .select-styled {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative
}

#form_filter_estimate .filter_group .select {
    padding: 0 1.667rem
}

#form_filter_estimate .filter_group .select-styled {
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: flex;
    height: 2.5rem;
    border: none;
}

#form_filter_estimate .filter_group .select:after {
    position: relative;
    display: flex;
    content: url("/wp-content/themes/thuythu-child/assets/images/arrow_down.svg")
}

#form_filter_estimate .filter_group .select-options>li {
    font-size: .833rem;
    line-height: 1.25rem;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: .521rem 1.71875rem;
    cursor: pointer;
    margin-bottom: 0
}

#form_filter_estimate .filter_group .select-options>li:hover,#form_filter_estimate .filter_group .select-options>li.active {
    background: var(--main-cl);
    color: #fff
}

#form_filter_estimate .dropdown_wrap .dropdown_item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

#form_filter_estimate .dropdown_wrap .dropdown_item:not(:last-child) {
    margin-bottom: .9375rem
}

#form_filter_estimate button,#form_filter_estimate input {
    margin: 0
}

#form_filter_estimate .filter_group {
    padding: 0 1.667rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

#form_filter_estimate .filter_group input[type=number] {
    width: 1.5625rem;
    margin: 0 .521rem;
    background: 0 0;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    -moz-appearance: textfield;
    padding: 0 !important;
    text-align: center !important;
    height: auto
}

#form_filter_estimate .filter_group input[type=number]::-webkit-outer-spin-button,#form_filter_estimate .filter_group input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

#form_filter_estimate .filter_group:not(:last-child) {
    border-right: 1px solid #e6e6e6
}

#form_filter_estimate .filter_group:nth-of-type(1) {
    width: 18%;
    padding: 0
}

#form_filter_estimate .filter_group:nth-of-type(2) {
    width: 20%
}

#form_filter_estimate .filter_group:nth-of-type(3) {
    width: 25%;
    cursor: pointer
}

#form_filter_estimate .filter_group:nth-of-type(4) {
    width: 21%
}

#form_filter_estimate .filter_group.submit_btn {
    padding: .729rem 1.25rem
}

#form_filter_estimate .filter_group .number_input {
    display: flex;
    align-items: center
}

#form_filter_estimate .filter_group .number_input>div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.354rem;
    height: 1.354rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #333;
    cursor: pointer
}

.flex_box {
    display: flex
;
}

table.estimate_table th {
    height: 2.604rem;
    font-size: 1.042rem;
    font-weight: 700;
    line-height: 1.25rem;
    color: #fff;
    background-color: var(--main-cl);
    padding-top: .3125rem;
    padding-bottom: .3125rem
}

table.estimate_table tr>* {
    padding: 0 1.979rem
}

table.estimate_table tbody tr {
    height: 3.4375rem
}

table.estimate_table tbody tr>td:first-of-type {
    font-size: .833rem;
    color: #333;
    line-height: 1.25rem;
    width: 40%
}

table.estimate_table tbody tr>td:nth-of-type(n+2) {
    font-size: 1.042rem;
    font-weight: 600;
    width: 30%;
    line-height: 1.25rem
}

table.estimate_table tbody tr.total {
    background-color: rgb(222 222 222 / 46%);
    height: 2.604rem
}

table.estimate_table th.total {
    width: 30%
}

table.estimate_table th.total,table.estimate_table tbody tr.total td:nth-of-type(n+2) {
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: 2.083rem;
    color: var(--main-cl)
}

.settled_item .cont_wrap h2.text_primary b {
    display: block;
    font-size: 3.125rem;
    font-weight: 800;
    line-height: 3.854rem
}

.settled_item .cont_wrap h2.text_primary {
    font-size: 1.5625rem;
    font-weight: 400;
    line-height: 2.083rem;
    margin-bottom: 1.458rem
}

.settled_item .cont_wrap .post_content {
    line-height: 1.5625rem;
    margin-bottom: 1.25rem
}

.settled_item .cont_wrap .post_content p,.settled_item .cont_wrap .post_content li {
    line-height: 1.5625rem
}

.settled_item:hover .cont_wrap .post_content,.settled_item:hover .cont_wrap .post_content * {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

input[type=submit].btn_primary, .btn_primary {
    background: var(--main-cl);
    color: #fff !important;
    border: 1px solid var(--main-cl);
    padding: .625rem 1.771rem !important;
}

#form_filter_estimate button.btn.btn_primary {
    font-weight: 600;
    font-size: .8rem;
}

section.news_3 {
    padding-bottom: 5rem;
}
.menu_news li {
    border: 1px solid #182750 !important;
    margin: 0 10px !important;
}
.box_category ul>li:hover a,.box_category ul>li.current-menu-item a {
    color: #fff !important;
}

.box_category ul>li a {
    text-align: center;
    display: flex;
    justify-content: center !important;
}

.single-post .banner_page img,
.single-media .banner_page img{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.single-post section.news_details_1,
.single-media section.news_details_1{
    background: #f2f7f8;
}

.single-post .banner_page .content_banner,
.single-media .banner_page .content_banner{
    max-width: 100%;
}
.menu_news a:before {
    display: none !important;
}
.wrap_filter_project .item {
    width: 38%;
    padding: 0 .5rem;
}

.wrap_filter_project {
    display: flex;
}

.wrap_filter_project .wrap_search {
    position: relative;
}

.wrap_filter_project .wrap_search input {
    height: 50px;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 5.208rem /* 100/19.2 */;
    background-color: transparent;
    border: 1px solid #CD2034;
    padding-left: 1.146rem;
    font-weight: 400;
    font-size: 1.042rem /* 20/19.2 */;
    line-height: 1.5625rem /* 30/19.2 */;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding-right: 1.146rem;
    margin-bottom: 0 !important;
}

.wrap_filter_project .wrap_search .submit_search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .3rem;
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--main-cl);
    border-radius: 100px;
    cursor: pointer;
}

.wrap_filter_project .wrap_search .submit_search path {
    fill: #fff;
}

.wrap_filter_project .wrap_search .submit_search svg {
    max-width: 50%;
    width: auto;
    height: auto;
}
.content_empty.text-center {
    justify-content: center;
    display: flex;
    width: 100%;
    padding: 4rem 0;
}
ul#menu-tuyen-dung li.current-menu-item a {
    color: var(--main-cl) !important;
}
.country_wrapper ul>li img {
    width: 2.5rem;
    height: auto;
}

.country_wrapper ul>li {
    cursor: pointer;
}
.footer_top_form .box_content {
    padding: 5.208rem 0 4.948rem;
}

.footer_top_form .box_content .content {
    font-size: 1.042rem;
    margin-bottom: 1.5625rem;
}

.footer_top_form .heading_h2 {
    margin-bottom: 0.26rem;
}

.footer_top_form .box_img img {
    max-width: unset;
    display: block;
    height: 100%;
    object-fit: cover;
    max-width: 63vw;
}

.footer_top_form .box_img {
    display: flex;
    max-width: calc(100% + calc(calc(100vw - 72.396rem)/2));
    width: calc(100% + calc(calc(100vw - 72.396rem)/2));
    justify-content: flex-end;
    height: 100%;
}

.footer_top_form .box_content {
    position: relative;
    z-index: 2;
}

.footer_top_form .box_content:before {
    height: 200%;
    width: 120%;
    background: rgba(255, 251, 248, 0.9);
    filter: blur(3.90625rem);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.footer_top_form {
    background: linear-gradient(90deg, #EEEEEE 0%, #FFFFFF 100%);
    overflow: hidden;
}

.form_contact .wrap_bottom {
    margin-top: 0.78125rem;
    display: flex;
    justify-content: space-between;
}
.footer_bottom_form {
    padding: 2.604rem 0;
    overflow: hidden;
}
.form_wrap .form_item textarea {
    max-height: 5rem;
}
.footer_bottom_form .row {
    align-items: center;
}

.footer_bottom_form h2.heading_h2 {
    margin-bottom: 0.26rem;
    font-size: 2.34375rem;
}

.footer_bottom_form .content {
    font-size: 1.042rem;
}
.news_2 .wrap_img .box_content p a {
    display: none;
}
.item_service:hover a.button_link {
    background: #fff;
    color: #CD2034 !important;
}
.form_design.form_tv_dat_tour .button_link:hover {
    background: rgb(229, 172, 58);
}
.doanh_nghiep_sec_2 .wrap_items .item .box_img img {
    transform: scale(1);
    transition: .5s all;
}

.doanh_nghiep_sec_2 .wrap_items .item:hover .box_img img {
    transform: scale(1.2);
}
.media_2 .item ul.nav li + li {
    border-top: 1px solid rgb(0 0 0 / 20%);
}
ul.nhan {
    position: absolute;
    z-index: 8;
    top: 1rem;
    right: 1rem;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

ul.nhan img {
    position: unset !important;
    max-width: 6rem;
    height: auto;
    transform: scale(1) !important;
}

ul.nhan li {
    margin: 0;
}

ul.nhan li + li {
    margin-left: .5rem;
}
.calculatorsupdated {
    padding: 10rem 0 4rem;
}
#bcp_pnp_calc p {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}
.list_post_sidebar .item {
    display: flex;
    align-items: center;
    position: relative;
}

.list_post_sidebar .item .box_img {
    width: 5rem;
    flex: 0 0 auto;
    padding-bottom: 5rem;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-right: 17px;
}

.list_post_sidebar .item .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.list_post_sidebar .item  h3 {
    font-weight: 600;
    font-size: 1rem;
}

.list_post_sidebar .item span {
    font-size: 15px;
    color: #666;
}

.list_post_sidebar .item + .item {
    margin-top: 30px;
}

.box_form_mail {
    background: #f5f5f5;
    margin-bottom: 2rem;
}

.box_form_mail .box_content {
    padding: 25px;
}

.box_form_mail .box_content input.wpcf7-form-control.wpcf7-submit {
    margin: 0;
    width: 100%;
    background: #cd2034;
    color: #fff;
}

.box_form_mail h3 {
    font-size: 20px;
    line-height: 1.3;
}

.wrap_form_mail {
    margin-top: 20px;
}
div#summary ul {
    margin-left: 1rem;
}
.single-dinh-cu .select .select-options > li.active, .select .select-options > li:hover{
    background-color: #e1c088;
    color: #FFF;
}
.table_custom {
    position: relative;
    /*z-index: -1;*/
}
table.estimate_table th.total {
    color: #fff;
}
.dinh_cu_sec_3 img, .dinh_cu_sec_4 img,.dinh_cu_sec_5 img {
    border-radius: 1rem;
}
.wrap_process img {transform: scale(1);transition: .5s all;}

.wrap_process .process_item:hover img {
    transform: scale(1.1);
}

.wrap_process .img-inner {
    border-radius: 1rem;
}
.slide_attorney_associate
img {
    transform: scale(1);
}
.slide_attorney_associate .img:hover img {
    transform: scale(1.1);
}
.nav-dropdown {
    padding: .5rem;
}

.line_contact{
    display: none;
}

.page-template-page-blank-title-center header#header #masthead:after,
.page-template-faqs header#header #masthead:after,
.search header#header #masthead:after{
    height: 100%;
}
.page-template-page-blank-title-center header#header #masthead:before,
.page-template-faqs header#header #masthead:before,
.search header#header #masthead:before{
    height: 0%;
}
.page-template-page-blank-title-center header#header  #masthead .header-search>a,
.page-template-page-blank-title-center header#header  #masthead .header-nav-main > li.menu-item > a ,
.page-template-faqs header#header  #masthead .header-search>a,
.page-template-faqs header#header  #masthead .header-nav-main > li.menu-item > a,
.search header#header  #masthead .header-search>a,
.search header#header  #masthead .header-nav-main > li.menu-item > a
{
    color: #333;
    padding-bottom: 0;
}
.dropdown_action.flex_box.al_center.jus_between.w_full.h_full {
    align-items: center;
}

.dropdown_action.flex_box.al_center.jus_between.w_full.h_full svg {
    width: 1.6rem;
    margin-left: .6rem;
}
.CR-item-project .wrap:hover * {
    color: #CD2034 !important;
}
.nav-dropdown-has-shadow .nav-dropdown ul {
    position: absolute;
    right: 0;
    transform: translateX(100%);
    top: 0;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    padding: 0 !important;
    box-shadow: 1px 1px 15px rgba(0,0,0,.15);
    /*border-radius: .5rem;*/
}

.nav-dropdown-has-shadow .nav-dropdown {
}

ul.sub-menu.nav-dropdown.nav-dropdown-default {
    display: block;
    min-width: 14.146rem /* 310/19.2 */;
    padding: 0 !important;
}

.sub-menu li a {
    padding: .7rem 0 !important;
}

ul.sub-menu.nav-dropdown.nav-dropdown-default li>a {
    width: 100%;
    margin: 0 !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.nav-dropdown li,.nav-dropdown>li.image-column, .nav-dropdown>li.nav-dropdown-col {
    width: 100% !important;
    white-space: unset !important;
    display: block !important;
}

.nav-dropdown>li.nav-dropdown-col:hover ul {
    opacity: 1;
    pointer-events: unset;
}

ul.sub-menu.nav-dropdown.nav-dropdown-default li:last-child>a {
    border: none;
}

.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    margin: 0 1rem;
}

.nav-dropdown .menu-item-has-children>a, .nav-dropdown .nav-dropdown-col>a {
    text-transform: unset;
    font-weight: 400;
}

.nav-dropdown-default .nav-column li li a {
    margin: 0 !important;
}
ul.sub-menu.nav-dropdown.nav-dropdown-default li>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.sub-menu.nav-dropdown.nav-dropdown-default li>a i {
    transform: translateX(.5rem) rotate(-90deg);
}
#ez-toc-container a,#ez-toc-container a:visited {
    color: #333;
}
ul.ez-toc-list.ez-toc-list-level-1>li>a {
    font-weight: 700;
}
div#form_ebook {
    max-width: 36rem;
    border-radius: 20px;
}

div#form_ebook h3 {
    font-size: 2.5rem /* 60/19.2 */;
    font-weight: 700;
    line-height: 1.1;
    color: var(--main-cl);
    margin-bottom: .5rem;
}

div#form_ebook .content {
    margin-bottom: 1rem;
}

div#form_ebook input:not([type="checkbox"]):not([type="submit"]) {
    height: 2.604rem;
    border: 1px solid #C7C7C7CF;
    border-radius: 1.5625rem;
    box-shadow: none;
    padding: 0.2rem 1.146rem;
    background-color: transparent;
    font-weight: 400;
    line-height: normal;
    color: #333;
}

div#form_ebook b {
    font-size: 20px;
    display: block;
    margin-bottom: .5rem;
}

div#form_ebook span.wpcf7-list-item {
    display: block;
}

div#form_ebook span.wpcf7-list-item span {
    font-weight: 500;
}

div#form_ebook span.wpcf7-list-item label {
    margin: 0;
}

div#form_ebook input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    margin: 0;
    margin-top: .5rem;
    background: var(--main-cl);
    border-radius: .5rem;
}
.footer-wrapper{
    background: #fff;
}
b, strong {
    font-weight: 700;
}
.button_link svg {
    fill: #fff;
    width: .7rem;
    height: auto;
    display: block;
    transition: .4s all;
}

.item_service:hover a.button_link svg {
    fill: #CD2034 !important;
}
.mapping_wrapper.relative {
    margin-left: 3rem;
}
.banner_mobile img{
    width: 100%;
}
.list_orther_td li:hover a {
    color: #c99131 !important;
}

/*mobile*/
@media only screen and (max-width: 1199px) {
    html {
    }
    .content_banner {
        left: calc(calc(100vw - 950px) / 2);
    }
    .breadcrumb_absolute {
        max-width: 950px;
    }

    .recruit_3 .group_heading .row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .recruit_3 .group_heading {
        bottom: 5%;
    }
    .recruit_4 {
        margin-top: 0;
        padding: 6rem 1rem 1rem;
    }

    .wrap_items {
        padding: 0 2rem;
    }
    .news_2 .wrap_img .box_item {
        display: flex;
    }
    .news_2 .wrap_img .box_item>* {
        width: 50% !important;
    }
    .news_2 .wrap_img .box_content {
        position: unset;
    }
    .news_2 .wrap_img .box_img img {
        height: 100%;
        object-fit: cover;
    }
    .news_2 .wrap_img .box_content h3 {
        font-size: 1.25rem  /* 24/19.2 */;
        line-height: 1.3;
    }
    .news_2 .swiper_arrow {
        display: none;
    }
    .news_2 .swiper-pagination {
        display: block;
        bottom: -3rem;
    }
    .news_3 .wrap_news {
        gap: 1rem;
    }
    .news_3 .wrap_news .item {
        width: calc((100% / 3) - 0.8rem );
    }

    .country_wrapper ul>li {
        min-width: 7rem;
    }

    .news_details_1 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .news_2 .wrap_img .box_content p {
        line-height: 1.3;
    }
    .news_2 .wrap_img .box_content h3 {
        font-size: 2rem;
    }
    .news_3 .wrap_news {
        gap: 0;
    }

    .news_3 .wrap_news .item {
        margin: 0 .4rem 2rem;
    }

    .news_3 .wrap_news .item .box_content h3 {
        line-height: 1.3;
        margin-left: 10px;
    }

}
@media only screen and (max-width: 991px) {
    html {
    }
    .group_heading h1 {
        font-size: 2.2rem;
        line-height: 1.4;
    }
    .content_banner {
        left: calc(calc(100vw - 720px) / 2);
        max-width: 300px;
    }
    .breadcrumb_absolute {
        max-width: 720px;
    }
    .contact_3 .wrap {
        flex-direction: column;
    }
    .contact_3 .wrap .box_img {
        margin-left: auto;
        margin-right: auto;
    }
    .content br {
        display: none;
    }
    .contact_2 .wrap .item {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .contact_2.bg_image {
        background-size: cover;
        padding-bottom: 10rem;
    }
    .contact_3 {
        padding: 0;
    }
    .banner_mobile {
        margin-top: 70px;
    }

    .sidebar_td {
        margin: 30px 0 0 !important;
    }

    .item_service {
        justify-content: space-between;
    }
    .item_service .box_img {
        width: 50%;
    }
    .item_service .box_content {
        width: 50%;
        padding: 0 1rem;
    }
    .item_service .box_content h3 {
        font-size: 1.2rem;
    }
    .item_service .btn svg {
        width: 32px;
        height: auto;
    }
    .w-full.content_banner {
        max-width: 100%;
    }
    .news_3 .wrap_news {
        gap: 0.8rem;
    }
    .news_3 .wrap_news .item {
        width: calc((100% / 3) - 0.6rem );
    }
    .news_3 .wrap_news .item {
        margin: 0;
    }

    .box_menu {
        margin-bottom: 2rem;
    }
    .faqs_1 .wrap_content {
        padding-left: 1.3rem;
        padding-right: 1.3rem;
    }
    .CR-banner--group {
        height: 50vh !important;
    }
    .large-12 {
        padding: 0 15px;
    }
    section.visa_sec_1 {
        margin-top: 5rem;
    }
    .single-post .banner_page {
        padding: 22.25rem 0 2.542rem !important;
    }
    .single-post .banner_page .content_banner {
        top: 80%;
    }
    div#fix-content {
        line-height: 1.5;
    }
    .news_3 .wrap_news .item .box_content h3 {
        line-height: 1.4;
        margin-left: 10px;
    }
    .news_3 .wrap_news .item .box_img img {
        height: 229px;
    }

    .news_3 .wrap_news .item .box_content {
        padding: 10px;
    }
    .settle_sec_4 {
        padding: 4rem 0 !important;
        background: var(--main-cl);
    }

    .section-bg {
        width: 100%;
        height: 100%;
    }
    .benefit_link_wrapper .item_box.red:before {
        top: 2rem;
        right: 1rem;
    }
    .project_sec_11 .content {
        flex-basis: 100%;
        max-width: 100%;
        margin-top: 2rem;
    }
    .project_sec_3 {
        height: 43rem;
    }
    .benefit_link_wrapper .item_box h2 {
        max-width: 80%;
    }
    .home_sec_3_items .icon-box h3:before {
        left: -1.2rem;
    }
    .header-nav {
        margin: 0;
    }

    #logo img {
        object-fit: contain;
        height: 2rem;
    }

    header#header #masthead .header-nav-main > li.menu-item > a {
        font-size: .6rem;
    }

    header#header #masthead .header-nav-main > li {
        margin: 0 .3rem;
    }

    .header-search {
        margin-left: 1rem !important;
    }

    header#header #masthead .header-nav-main > li.menu-item > a {
        line-height: 4.3rem !important;
    }

    .header-search i.icon-search {
        font-size: .7rem !important;
    }

    .html_topbar_left svg {
        width: 1.2rem;
    }

}

@media only screen and (max-width: 767px) {
    html {
        font-size: 3.5vw;
    }
    .content_banner {
        left: 15px;
        max-width: 70%;
    }
    .banner_mobile img {
        height: 20rem;
        object-fit: cover;
    }
    .breadcrumbs,
    .breadcrumb_absolute {
        display: none;
    }
    .contact_2 .wrap .item {
        width: 100%;
        margin-bottom: 1rem;
    }
    .contact_2 .wrap .item h3 {
        font-size: 1.1rem;
    }
    .group_heading .sub_title {
        font-size: 0.9rem;
    }
    .contact_3 .wrap {
        padding-left: 0;
    }
    .contact_3 .form_td_details {
        padding: 0;
    }

    .recruit_2 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .recruit_3::before {
        content: unset;
    }
    .recruit_3 .group_heading {
        position: unset;
        margin-top: 2rem;
    }
    .recruit_3 .group_heading.light .col>*,
    .recruit_3 .group_heading.light .col>*>* {
        color: #333;
    }
    .recruit_4 {
        padding-top: 3rem;
    }
    .recruit_5 .table_custom .address,
    .table_custom .name a {
        line-height: 1.5;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .recruit_details_2 {
        margin-top: 30px;
    }
    .recruit_details_2 .large-9 {
        padding: 50px 15px;
    }
    .employment_information {
        margin-bottom: 0;
    }
    .employment_information ul.list_info_td li {
        width: 100%;
        float: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .employment_information label.name_info {
        width: 150px;
        display: block;
        margin-right: 10px;
        float: left;
        color: #333333;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        padding-left: 31px;
        position: relative;
    }
    .employment_information ul.list_info_td li span {
        color: #333333;
        font-size: 14px;
        font-weight: 700;
        line-height: 22px;
    }

    .wrap_body_td .row>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .wrap_body_td .large-9 h4.title_desc_td,
    .wrap_body_td .large-9 .desc {
        width: 100%;
    }
    .wrap_body_td .large-9 p {
        line-height: 1.4;
    }
    .wrap_body_td .large-9>*:nth-child(n + 3) {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .group_form_content {
        padding: 60px 15px;
    }

    .media_2 {
        padding: 3rem 0;
    }
    .item_service {
        flex-direction: column;
    }
    .item_service>* {
        width: 100% !important;
        order: unset !important;
    }
    .item_service .box_content {
        padding: 2rem 1.2rem !important;
    }
    .item_service .box_img {
        border-radius: 20px !important;
        padding-bottom: 60%;
    }
    .item_service .box_content h3 {
        font-size: 1.5rem;
    }
    .item_service .box_content .content {
        font-size: 1.1rem;
    }

    .news_2 .wrap_img .box_item {
        flex-wrap: wrap;
    }
    .news_2 .wrap_img .box_item>* {
        width: 100% !important;
    }
    .news_2 .wrap_img .box_content {
        padding: 20px;
    }
    .news_2 .wrap_img .box_content svg {
        bottom: 10px;
    }
    .news_3 .wrap_news .item {
        width: 100%;
    }
    .news_3 .wrap_news .item .box_content h3 {
        margin-left: 12px;
        line-height: 1.5;
    }


    .country_wrapper ul>li>img {
        width: 2rem;
        height: auto;
    }
    .tabs_style.menu_custom li a {
        font-size: 1.05rem;
    }
    .faqs_1.bg_image {
        padding-top: 0;
    }
    .dinh_cu_sec_4_items {
        transform: translateY(0%);
        margin-top: 4rem;
    }

    .dinh_cu_sec_5_items {
        padding-left: 0;
    }

    .item_dc {
        width: calc(calc(100%) - 2rem);
    }

    .wrap_form_dc {
        padding: 1.5rem;
    }
    .CR-item-project {
        width: 100%;
    }
    .banner_page h1.heading_title.no_line.text_center {
        font-size: 2.3rem;
        line-height: 1.2;
    }

    .banner_page {
        padding: 9.25rem 0 19.542rem;
    }

    .doanh_nghiep_sec_2 .wrap_items .item {
        width: calc(calc(100% / 2) - 1.4rem);
        margin: 0 .7rem 1.4rem;
    }

    .doanh_nghiep_sec_2 .wrap_items {
        margin: 0 -.7rem;
        padding: 0;
    }

    .doanh_nghiep_sec_3 .wrap_item {
        display: block;
    }

    .item_design {
        width: calc(calc(100%) - 1.5625rem);
        margin-bottom: 2rem;
    }
    .news_2 .wrap_img .box_content p {
        line-height: 1.5;
    }

    .box_category ul>li {
        flex: 0 0 auto;
    }

    .news_3 .menu {
        justify-content: flex-start;
        overflow: auto;
        padding-bottom: .5rem;
    }

    .box_category ul>li:not(:last-child) {
        margin: 0 10px 0 0 !important;
    }

    .news_3 .wrap_news {
        padding: 0 15px;
    }
    #CR-project-page .filter--box {
        flex-wrap: wrap;
    }

    .wrap_filter_project .item {
        width: 50%;
        margin-bottom: 1rem;
    }

    #CR-project-page .filter--box .item:first-child {
        width: 100%;
    }

    .wrap_filter_project .wrap_search input {
        margin: 0;
    }
    .visa_sec_1 {
        padding-bottom: 106%;
    }

    .visa_sec_2 .box_img {
        position: relative
    }

    .visa_sec_4 .wrap_items .item {
        width: 100%;
        margin: 0 10px 10px
    }

    .wrap_visa .item_visa {
        width: calc(100% - 2.5rem)
    }

    .box_form_visa {
        padding: 2.5rem
    }

    .visa_sec_2 h2 {
        font-size: 2rem;
    }

    .wrap_items {}

    .visa_sec_2 .wrap_items .item {
        width: 50%;
        margin-top: 2rem;
    }

    .visa_sec_2 .wrap_items {
        flex-wrap: wrap;
        margin-top: 1rem;
    }

    .visa_sec_2 .wrap_items .item+.item:before {
        display: none;
    }

    .visa_sec_2 {
        padding-bottom: 3rem;
    }

    .visa_sec_3 h2.heading_title {
        font-size: 2rem;
    }

    .visa_sec_3 {
        padding-top: 3rem;
        padding-bottom: 0;
    }

    .group_heading h1, .group_heading h2, .heading_title {
        font-size: 2rem;
        line-height: 1.2;
    }

    .visa_sec_4 .wrap_items {
        padding: 0;
        display: block;
    }

    .visa_sec_4 .wrap_items .item {
        margin: 0;
        width: 100%;
    }

    .khao_sat_sec_2 .wrap_items .item {
        width: calc(calc(100% / 2) - 2rem);
        margin: 0 1rem 2rem;
    }
    .footer_partner .item_logo img {
        height: 3.49rem;
    }

    .footer_partner {
        gap: 1rem;
    }
    .media_1 .box_content {
        padding-left: 10px;
        margin-top: 2rem;
    }

    .media_2 .item {
        padding: 1.5rem;
    }

    .media_2 .item .wrap_items {
        display: block;
    }

    .media_2 .item .wrap_items .box_content {width: 100%;}

    .media_2 .wrap_items {
        padding: 0;
    }

    .media_2 .item .wrap_items .box_img {
        width: 100%;
    }
    .settle_sec_9 .text_timeline{
        display: none;
    }
    .item_dc .box_img {
        height: auto;
    }
    .two-columns .two-column {
        width: 100%;
    }
    .news_2 .wrap_img .box_img {
        padding-bottom: 56.25%;
    }
    section.compare_page .grid_box {
        display: flex;
        overflow: auto;
    }

    section.compare_page .grid_box .column {
        width: 70%;
        flex: 0 0 auto;
    }

    section.compare_page .select_wrap .select-styled {
        font-size: 1rem;
    }

    .sec_des.post_content.text_center {
        line-height: 1.5;
    }
    .footer_top_form .box_img {
        max-width: 100%;
        width: 100%;
    }

    .footer_top_form .box_img img {
        max-width: 100%;
    }

    .footer_top_form .box_content:before {
        display: none;
    }

    .footer_top_form .box_content {
        padding: 3.208rem 0 2.948rem;
    }

    section.settled_estimate {
        padding-bottom: 4.552rem;
    }
    .controls button {
        width: 3rem;
        height: 3rem;
    }
    .project_content_wrapper:before {
        display: none;
    }
    .form_design.form_tv_dat_tour.row .col.large-12.medium-12 {
        padding: 0 10px;
    }
    .slide_banner_wrapper  .col {
        flex-basis: 100%;
        max-width: 100%;
    }
    .slide_banner_wrapper  .col .col-inner{
        padding: 1.5rem 0 !important;
    }
    .news_3 .menu {
        flex-wrap: wrap;
        justify-content: center;
    }

    .news_3 .menu li:not(:last-child) {
        margin: 0 .3rem .6rem !important;
    }
    .single-post main#main {
        padding-top: 0;
    }
    .news_2 .wrap_img .box_content p {
        margin-bottom: 2rem;
    }
    #form_filter_estimate {
        flex-wrap: wrap;
    }

    #form_filter_estimate .filter_group:nth-of-type(1) {
        width: 50%;
    }

    #form_filter_estimate .filter_group:nth-of-type(2) {
        width: 50%;
    }

    #form_filter_estimate .filter_group:nth-of-type(3) {
        width: 50%;
    }

    #form_filter_estimate .filter_group:nth-of-type(4) {
        width: 50%;
    }

    #form_filter_estimate .filter_group .select-styled {
        padding: 0;
    }

    .select .select-styled:after {
        background-size: 1.6rem;
        width: 1.6rem;
        height: 1.6rem;
    }
    table.table_td tbody td {
        position: relative;
        padding-left: 40% !important;
        padding: .5rem;
    }

    .table_td,
    .table_td thead,
    .table_td tbody,
    .table_td th,
    .table_td td,
    .table_td tr {
        display: block;
    }

    table.table_td thead {
        display: none;
    }

    .table_td>tbody>tr td:before {
        content: attr(data-title);
        position: absolute;
        left: 10px;
        width: 35%;
        padding-right: 10px;
        white-space: nowrap;
        font-size: 13px;
        text-align: left;
    }

    table.table_td {
        background-color: transparent;
    }

    table.table_td tbody tr {
        background-color: #fff;
    }
    table.table_td tbody tr {
        border: 1px solid #333333 !important;
    }
    table.table_td tbody td:nth-child(2) {
        text-align: center;
    }

    table.table_td tbody td:nth-child(1) {
        font-size: 1.5rem;
    }
    .settle_sec_4 {
        padding-top: 0 !important;
    }
    header#header {
        position: unset;
    }
    .customer_success_wrapper .customer_item .title_group i {margin-bottom: 0;}
    .employment_information label.name_info {
        padding: 0;
        display: flex;
        align-items: center;
    }

    .recruit_details_2 .large-3 {
        padding: 2rem 0;
    }

    .wrap_td_info_apply ul li {
        padding: 0;
    }

    .wrap_body_td .large-9 h4.title_desc_td {
        border: none !important;
        padding: 0 !important;
        font-size: 1.3rem;
    }

    .wrap_body_td .large-9 .desc {
        border: none !important;
    }

    .wrap_body_td .large-9 .desc {
        margin-bottom: 1.3rem;
    }

    .item-sidebar-td .content {
        font-size: 1.2rem;
    }

    .sidebar_td .title_sidebar {
        font-size: 1.3rem;
    }

    .list_orther_td .td-name {
        font-size: 1.2rem;
    }

    .wrap_date_time_td {
        font-size: 1.2rem;
    }
    .project_sec_2 {
        margin-top: -3rem;
    }

}