/*
Theme Name: uniglobaltrans
Description: uniglobaltrans
Author: A2Z Tech
Template: flatsome
Version: 3.0
Text Domain: uniglobaltrans
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap');
#wp-admin-bar-a2ztech>.ab-item:before {
  background-image: url(https://a2ztech.vn/content/uploads/2020/04/logo-a2ztech.png) !important;
  width: 100%;
  height: 30px;
  background-size: contain;
  content: "";
  display: block;
  background-position: left bottom;
  background-repeat: no-repeat;
}

#wp-admin-bar-a2ztech .ab-item {
  width: 110px;
  height: 30px !important;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#wp-admin-bar-a2ztech>.ab-item:before {
  background-image: url(https://a2ztech.vn/content/uploads/2020/04/logo-a2ztech.png) !important;
  width: 100%;
  height: 30px;
  background-size: contain;
  content: "";
  display: block;
  background-position: left bottom;
  background-repeat: no-repeat;
}

#wp-admin-bar-a2ztech .ab-item {
  width: 110px;
  height: 30px !important;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
#breadcrumbs {
  color: #fff;
  margin-top: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

#breadcrumbs .rank-math-breadcrumb {
  margin-top: 32px;
}

#breadcrumbs a {
  color: #fff;
}

#breadcrumbs p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#breadcrumbs p>a:first-child:before {
  content: '';
  background: url(./assets/img/home-white.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 17px;
  display: inline-block;
  margin-right: 6px;
}

#breadcrumbs span.separator {
  background: url(./assets/img/right-white.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 12px;
  display: inline-block;
  margin-right: 16px;
  margin-left: 16px;
  text-indent: 9999px;
}

#breadcrumbs .title {
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 0;
  margin-top: 12px;
}

.heading-blog{
  font-size: 72px;
  font-weight: 900;
  line-height: 1.6;
  font-family: sans-serif;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
body {
  font-size: 14px !important;
}

.header-main {
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.03);
}

.header-main .nav>li {
  margin: 0 16px;
}

.header-main .nav>li>a,
.off-canvas .nav-vertical>li>a {
  font-size: 14px;
}
.header-main .nav>li .lang{
  display: flex;
  align-items: center;
  list-style: none;
  gap: 10px;
}
.header-main .nav>li .lang li{
  margin-bottom: 0;
}
.header-main .search-form {
  width: 249px;
}

.searchform-wrapper .searchform input {
  padding: 30px 44px 30px 24px;
  width: 100%;
  height: 80px;
  background-color: #F6F7F9 !important;
  border: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  color: #627293;
}

.searchform-wrapper .searchform .submit-button {
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  box-shadow: none;
  width: auto;
  height: auto;
  min-width: auto;
  padding: 0;
}

.searchform-wrapper .searchform .submit-button i:before {
  content: '';
  background: url(./assets/img/icon-search.svg) no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  display: inline-block;
  opacity: 1 !important;
}

.header-main .flex-right ul li.html_topbar_left {
  margin-right: 0 !important;
  margin-left: 36px;
}

/*--------------------------------------------------------------
# Common css
--------------------------------------------------------------*/
.account{
  list-style: none;
}
.account .btn{
  border: 1px solid #429ED7;
  border-radius: 4px;
  padding: 0px 12px!important;
  height: 36px;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
  color: #429ED7;
  text-transform: uppercase;
  text-align: center;
  min-width: 105px;
  display: inline-block;
}
.account a.btn-register{
  background: #429ED7;
  color: #fff;
  margin-left: 5px;
}
/* .account ul{
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
} */
.call-phone {
  background-color: var(--primary-color);
  border: 1px solid #EDB012;
  box-shadow: none !important;
  padding: 10px 12px !important;
  height: 40px;
  color: #15181E !important;
  text-align: center;
  position: relative;
  font-weight: 500 !important;
}
.call-phone::after {
  content: '';
  background: url(./assets/img/icon-phone.svg) no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
  margin-left: 9.6px;
  opacity: 1 !important;
}
.btn-rm {
  height: 48px;
  line-height: 48px !important;
  border: 1px solid #FFFFFF !important;
  background-color: transparent !important;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF !important;
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  margin: 0 !important;
}
.btn-rm span {
  padding: 0 12px;
}
.btn-rm::after {
  content: '';
  background: url(./assets/img/icon-right-white.svg) no-repeat;
  background-size: 20px 16px;
  background-position: 50% 50%;
  border-left: 1px solid #fff;
  width: 48px;
  height: 100%;
  display: inline-block;
}
.btn-more.call-phone {
  display: flex;
  align-items: center;
  width: max-content;
}
.btn-more.call-phone::after {
  background: url(./assets/img/icon-right.svg) no-repeat;
  background-size: cover;
  width: 14px;
  height: 12px;
}
.call-phone.btn-more-project {
  background-color: #fff !important;
}
.call-phone.btn-more-project {
  border-color: #E0E4EB !important;
}
.call-phone.btn-more-project:hover {
  background-color: var(--primary-color) !important;
}
.btn-more-txt {
  padding: 0;
  background-color: transparent !important;
  border: none;
  box-shadow: none !important;
  color: #FFD050 !important;
  font-weight: 400;
}
.btn-more-txt::after {
  content: '';
  background: url(./assets/img/icon-right1.svg) no-repeat;
  background-size: cover;
  width: 21px;
  height: 8px;
  margin-bottom: 1px;
  margin-left: 8px;
  display: inline-block;
}
.btn-contact {
  padding: 12px 24px;
  height: 48px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #15181E !important;
  background-color: #FFD050;
  display: inline-block;
}
.btn-contact-now {
  padding: 13px 42px;
  height: 48px;
  margin: 0;
  min-height: unset;
  line-height: unset;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #15181E !important;
}
.btn-contact-now::before {
  content: '';
  background: url(./assets/img/carbon_idea.svg) no-repeat;
  background-size: cover;
  width: 16px;
  height: 17px;
  margin-right: 8px;
  margin-bottom: -3px;
  display: inline-block;
}
.btn-apply {
  padding: 4px 24px;
  height: 48px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #15181E !important;
  background-color: var(--primary-color);
  border: 1px solid #FFD050;
  display: inline-block;
}
.btn-apply::before {
  content: '';
  background: url(./assets/img/arrow-right3.svg) no-repeat;
  background-size: cover;
  width: 14px;
  height: 13px;
  display: inline-block;
  margin-right: 17px;
}
a.btn-tuvan {
  padding: 8px 42px;
  display: inline-block;
  background: #233D8E;
  border: 1px solid #F6F7F9;
  height: 48px;
  line-height: 1.2;
  font-size: 12px;
}
a.btn-tuvan span {
  font-size: 16px;
  font-weight: 700;
}
.btn-contact-v2{
  padding: 12px 18px;
  height: 48px;
  background: #101828;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  display: inline-block;
}
.btn-contact-v2::after,
.btn-readmore::after,
.btn-more-price::after{
  content: '';
  width: 16px;
  height: 17px;
  display: inline-block;
  margin-left: 8px;
  vertical-align: text-top;
}
.btn-contact-v2::after,
.btn-readmore::after{
  background: url(./assets/img/right.svg) no-repeat;
  background-size: cover;
}
.btn-readmore{
  display: flex;
  align-items: center;
}
.btn-readmore::after{
  background: url(./assets/img/right-black.svg) no-repeat;
  background-size: cover;
}
.box-text-tuvan .btn-contact-now {
  margin-left: 8px;
}
.box-btn-tuvan {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-more-price{
  border: 1px solid #E0E4EB;
  min-height: 48px;
  padding: 12px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  min-width: 138px;
  color: #15181E;
}
.btn-more-price:hover{
  background: #E0E4EB;
}
.btn-more-price::after{
  background: url(./assets/img/readmore.svg) no-repeat;
  background-size: cover;
  height: 16px;
  margin-top: 1px;
  margin-left: 12px;
}
.row-contact-us{
  position: relative;
  margin-top: 32px;
  font-family: 'Inter', sans-serif;
}
.row-contact-us :is(h1,h2,h3,h4,h5,h6){
  font-family: 'Inter', sans-serif;
}
.submit-job {
  padding: 12px 20px;
  height: 48px;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FDFDFD !important;
  display: flex;
  align-items: center;
  width: max-content;
}
.submit-job::before {
  content: '';
  background: url(./assets/img/icon-right-white.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 16px;
  display: inline-block;
  margin-right: 12px;
}
.bg-gray {
  background: #F9FAFB;
}

p {
  margin-bottom: 16px;
}

.heading {
  margin-bottom: 32px;
}

.heading h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: #15181E;
  margin-bottom: 0;
}

.heading .sub-heading {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #414C62;
  margin-top: 8px;
}

.banner p:last-child {
  margin-bottom: 0;
}

.row.gallery-partner {
  border-top: 1px solid #E0E4EB;
  border-right: 1px solid #E0E4EB;
}

.row.gallery-partner .gallery-col {
  padding: 0;
}

.gallery-partner .gallery-box {
  border-bottom: 1px solid #E0E4EB;
  border-left: 1px solid #E0E4EB;
  padding: 15px;
  text-align: center;
  height: 152px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-partner .gallery-box img {
  width: auto;
}
.slider-service{
  counter-reset: num;
}
.slider-service .flickity-slider .banner{
  width: 20%!important;
  margin-right: 8px!important;
  margin-left: 8px!important;
}
.slider-service .banner .text-inner{
  position: relative;
}
.slider-service .banner .text-inner::before{
  counter-increment: num;
  content: "0" counter(num) ".";
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 15px;
  display: inline-block;
}
.slider-service .banner .text-inner::after{
  content: '';
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #EBC026 0%, #FBF6EA 100%);
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 46px;
}
.slider-service .flickity-page-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -25px;
}

.slider-service .flickity-page-dots li {
  width: 8px;
  height: 8px;
  border: none;
  background-color: #A3ADC2;
  opacity: 1;
  position: relative;
}

.slider-service .flickity-page-dots li.is-selected {
  width: 14px;
  height: 14px;
  background-color: #fff !important;
  border: 1px solid #233D8E !important;
}

.slider-service .flickity-page-dots li.is-selected::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #233D8E;
}
.form-contact {
  background-color: #fff;
  padding: 32px;
}
.form-contact.v2 {
  padding: 20px 40px;
}
.form-contact label{
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;  
  color: #1B1D29;
  margin-bottom: 16px;
}
.form-contact .wpcf7-form-control:not(.wpcf7-checkbox,.wpcf7-submit){
  color: #ABADAC;
  border: none;
  border-bottom: 1px solid #F2F3F3;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  padding: 0;
  background-color: transparent;
}
.form-contact .d-flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
}
.form-contact.v2 .d-flex{
  justify-content: start;
}
.form-contact.v2 .d-flex p{
  margin-left: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #15181E;
}
.form-contact.v2 .d-flex p a{
  text-decoration-line: underline;
  color: #429ED7;
}
.form-contact .wpcf7-checkbox label{
  display: flex;
  margin-bottom: 0;
}
.form-contact .wpcf7-checkbox input{
  margin-bottom: 0;
  margin-top: 0; 
}
.form-contact .wpcf7-submit{
  margin: 0;
  background: linear-gradient(90deg, #0050AE 0%, #0391E8 100%);
  height: 44px;
  color: #fff;
  font-size: 14px;
  text-transform: none;
}
.form-contact.v2 .wpcf7-submit{
  background: #1D305F;
  border-radius: 4px;
  font-weight: 500;
}
.box-text .info-post {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.box-text .info-post .cat-post {
  color: var(--primary-color);
}

.box-text .info-post .post-date,
.post-item .info-post .post-date span:last-child {
  position: relative;
  color: #627293;
  opacity: 0.5;
  margin-left: 12px;
  padding-left: 12px;
}

.box-text .info-post .post-date::before,
.post-item .info-post .post-date span:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: #627293;
}

.single .box-text .info-post .post-date {
  color: #A3ADC2;
  opacity: 1;
  margin-left: 0;
}

.single .box-text .info-post .post-date::before {
  content: none;
}

.wpcf7-spinner,
.widget .is-divider,
.box-blog-post .is-divider,
.grid-news .info-post-bottom,
.grid-news .info-post {
  display: none;
}

.wpcf7-form {
  margin-bottom: 0;
}

.wpcf7-form .wpcf7-form-control {
  box-shadow: none !important;
}

.form-email input {
  height: 44px;
  min-height: auto;
  line-height: unset;
  width: 100%;
  text-transform: none;
  border: 1px solid #EAECF0;
  border-radius: 4px;
  font-size: 14px;
}
.form-news .form-group{
  display: flex;
  align-items: center;
  background: rgba(144, 145, 156, 0.08);
  border-radius: 6px;
}
.form-news .form-group input{
  height: 46px;
  background: transparent;
  border: none;
  padding: 11px 16px;
  margin-bottom: 0;
}
.form-news .form-group input:focus{
  color: #fff!important;
}
.form-news .form-group .wpcf7-submit{
  padding: 0;
  margin: 0 20px 0 0px;
  background-color: transparent;
  text-transform: none;
  height: inherit;
}
.form-news .wpcf7-checkbox label{
  display: flex;
  align-items: center;
  margin-top: 12px;
  color: #A7ABC3;
  font-weight: 400;
  font-size: 14px;
}
.form-news .wpcf7-checkbox input{
  margin: 0 8px 0 0;
  position: relative;
  cursor: pointer;
  width: 0px;
  height: 0px;
}
.form-news .wpcf7-checkbox input:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: -10px;
  left: 0;
  border: 2px solid #BCBFD6;
  border-radius: 6px;
  background-color: transparent;
}
.form-news .wpcf7-checkbox input:checked:after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -6px;
  left: 7px;
}
.form-news .wpcf7-checkbox .wpcf7-list-item-label{
  padding-left: 20px;
}
.d-flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.flex-wrap {
  flex-wrap: wrap;
}
.br-8{
  border-radius: 8px;
}
.m-auto {
  margin: 0 auto;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-26 {
  font-size: 26px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-32 {
  font-size: 32px;
}

.fs-34 {
  font-size: 34px;
}

.fs-36 {
  font-size: 36px;
}

.fs-38 {
  font-size: 38px;
}

.fs-40 {
  font-size: 40px;
}

.fs-42 {
  font-size: 42px;
}

.fs-44 {
  font-size: 44px;
}

.fs-44 {
  font-size: 44px;
}

.fs-46 {
  font-size: 46px;
}

.fs-48 {
  font-size: 48px;
}

.fs-50 {
  font-size: 50px;
}

.fs-52 {
  font-size: 52px;
}

.fs-54 {
  font-size: 54px;
}

.fs-56 {
  font-size: 56px;
}

.fs-58 {
  font-size: 58px;
}

.fs-60 {
  font-size: 60px;
}
.mt-8 {
  margin-top: 8px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mt-12 {
  margin-top: 12px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mt-16 {
  margin-top: 16px;
}
.mb-16 {
  margin-bottom: 16px;
}
.text-border{
  text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  line-height: 38px;
}
.text-phone{
  background: #429ED7;
  border: 1px solid #70A2F5;
  border-radius: 7px;
  position: relative;
  padding: 6px 10px 6px 45px;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  width:max-content;
}
.text-phone::before{
  content: '';
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  background: #0D2259 url(./assets/img/phone-call.svg) no-repeat;
  background-size: 25px 24px;
  background-position: 50% 50%;
  border: 1px solid #429ED7;
  height: 54px;
  width: 55px;
  border-radius: 50% 50% 0% 50%;
}
.text-phone p{
  line-height: 1;
}
.signup-consultation::before{
  content: '';
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: #101828 url(./assets/img/envelope-open-text.svg) no-repeat;
  background-position: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 1;
}
.search_form{
  background: #FFFFFF;
  box-shadow: 0px -2px 12px rgba(0, 0, 0, 0.04), 1px 8px 16px rgba(13, 13, 39, 0.12);
  border-radius: 16px;
  padding: 12px;
}
.search_form input{
  border: none;
  box-shadow: none!important;
  margin-bottom: 0;
  padding: 0;
  color: #15181E;
  font-weight: 600;
  font-size: 16px;
  height: unset;
}
.search_form .form-wrap,
.search_form .form-wrap .form-left,
.search_form .form-wrap .form-top{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search_form .form-wrap{
  flex-direction: column;
}
.search_form .form-wrap .form-left{
  flex: 1;
  flex-wrap: wrap;
}
/* .search_form .form-wrap .form-right{
  width: 100px;
} */
.search_form .form-wrap .form-top .form-group{
  width: calc(33.3333% - 6px);
}
.search_form .form-wrap .form-group{
  width: calc(25% - 6px);
}
.search_form .form-wrap .form-group:not(.form-button){
  border: 1px solid #E0E4EB;
  border-radius: 4px;
  padding: 4px 12px;
  position: relative;
}
.search_form .form-wrap .form-group span.switch{
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  background: #429ED7 url(./assets/img/icon-two-way.svg) no-repeat;
  background-size: 16px;
  background-position: center;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  z-index: 1;
  cursor: pointer;
  display: inline-block;
}
.search_form .form-wrap .form-group label{
  color: #A3ADC2;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 6px;
}
.search_form .form-wrap .form-group .select2{
	width:100%;
}
.search_form .form-wrap .form-group select,
.search_form .form-wrap .form-group .select2-selection{
  color: #15181E;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border: none;
  background-color: #fff;
  box-shadow: none;
  padding: 0;
  margin: 0;
  height: unset;
  background-image: url(./assets/img/caret-down.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  cursor: pointer;
}
.search_form .form-wrap .form-group .select2-selection .select2-selection__rendered{
  color: #15181E;
  line-height: unset!important;
}
.search_form .form-wrap .btn-submit{
  padding: 14px 36px;
  background: #1D305F url(./assets/img/ic_search.svg) no-repeat;
  background-size: 28px;
  background-position: center;
  border-radius: 4px;
  margin: 0;
  height: 100%;
  width: 100%;
}
.search_form .form-wrap .btn-submit.disabled{
  opacity: .6;
  cursor: not-allowed;
}
.search_form .note-form{
  background: #FFFBF5;
  border: 1px solid #FFF6EC;
  border-radius: 8px;
  padding: 12px 16px;
}
.search_form .note-form .note{
  color: #FFA940;
  background: url(./assets/img/light-bulb.svg) no-repeat;
  background-size: 24px;
  background-position: left -3px;
  padding-left: 30px;
  margin-bottom: 4px;
}
.home .search-form-wrap {
  margin-top: -135px;
}
.home .search-form-wrap h3{
  color: #fff;
}
.list-price th, .list-price td{
  padding: 0;
}
.list-price .title-list-price{
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #202020;
  text-transform: none;
}
.list-price thead .price>div{
  background: #F9F9F9;
  padding: 24px 30px;
  text-transform: uppercase;
  color: #5A5A5A;
  font-weight: 600;
}
.list-price .price{
  color: #202020;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  text-align: center;
  position: relative;
}
.list-price thead th:not(:first-child){
  width: 170px;
}
.list-price thead .price .price-today{
  background: #429ED7;
  color: #fff;
}
.list-price .price .price-today.active::after{
  content: '';
  background: url(./assets/img/icon-up.svg) no-repeat;
  background-size: cover;
  width: 14px;
  height: 16px;
  display: inline-block;
}
.list-price .price .price-today.active.down::after{
  transform: rotate(180deg);
  background: url(./assets/img/icon-down.svg) no-repeat;
}
.list-price tbody tr td{
  padding: 13px 0;
}
.list-price .item-thumbnail{
  display: flex;
  align-items: center;
}
.list-price .item-thumbnail img{
  max-width: 80px;
}
.list-price .item-thumbnail h4{
  margin-left: 74px;
}
.list-contact{
  position: fixed;
  right: 20px;
  bottom: 30%;
  z-index: 9;
}
.list-contact li{
  list-style: none;
}
.list-contact a{
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
}
.list-contact a::before{
  content: '';
  position: absolute;
  background: url(./assets/img/btn-phone.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  transform: scale(1.5);
}
.list-contact li.item-mess a::before{
  background: url(./assets/img/btn-messenger.svg) no-repeat;
  background-size: cover;
}
.list-contact li.item-zalo a::before{
  background: url(./assets/img/btn-zalo.svg) no-repeat;
  background-size: cover;
}
.list-contact li.item-ytb a::before{
  background: url(./assets/img/btn-ytb.svg) no-repeat;
  background-size: cover;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer ul {
  margin-bottom: 0;
}

#footer ul li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}

#footer ul li:not(:last-child) {
  margin-bottom: 8px;
}

#footer p {
  margin-bottom: 12px;
}

#footer p,
#footer ul li,
#footer .stack a {
  color: rgba(255, 255, 255, 0.75);
}
#footer .stack a:hover {
  color: rgba(255, 255, 255, 1)!important;
}
#footer .stack a+a {
  margin-left: 32px;
}

.social-us li a {
  color: rgba(240, 241, 245, 0.64);
}

.social-us li .icon {
  width: 24px;
  height: 24px;
  background: #2F2663;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  margin-right: 12px;
}

.menu-ft-bottom {
  flex-direction: unset;
  justify-content: end;
}

.menu-ft-bottom .ux-menu-link__link {
  border-bottom: none !important;
  padding: 0;
  min-height: unset;
  color: #F6F7F9;
}

.menu-ft-bottom .ux-menu-link+.ux-menu-link {
  margin-left: 16px !important;
}

.grid-news {
  margin-left: -4px !important;
  margin-right: -4px !important;
}

.grid-news .post-item {
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 8px;
}

.grid-news .post-item .box-text {
  padding: 24px;
}

.grid-news .post-item .box-text .box-text-inner {
  display: flex;
  flex-direction: column-reverse;
}

.grid-news .post-item .post-title {
  font-size: 20px;
  line-height: 26px;
  color: #F6F7F9;
}

.grid-news .post-item .post-meta {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #F6F7F9;
}

/*--------------------------------------------------------------
# Page about
--------------------------------------------------------------*/
.contact-us ul li{
  list-style: none;
  margin-left: 0;
  display: flex;
}
.contact-us ul li *{
  flex: 1;
}
.contact-us ul li::before{
  content: '';
  background: url(./assets/img/check-square.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 21px;
  display: inline-block;
  margin-right: 8px;
}
/*--------------------------------------------------------------
# Page contact
--------------------------------------------------------------*/
.page-contact .icon-box {
  align-items: center;
}
.page-contact .icon-box .icon-box-img img {
  padding-top: 0;
  vertical-align: top;
}
.page-id-728 .icon-inner {
  width: 44px;
  height: 44px;
  background: rgba(220, 171, 73, 0.08);
  border-radius: 60px;
  padding: 10px;
}
.page-id-728 .icon-inner>* {
  height: 24px;
}
.recruitment-item .box-recruitment .post-title {
  font-size: 20px;
  height: auto;
}
.recruitment-item:last-child {
  padding-bottom: 0;
}
.recruitment-item {
  padding-bottom: 16px;
}
.recruitment-item>.col-inner {
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid #E0E4EB;
}
.recruitment-item .post-title a {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #1F242E;
}
.recruitment-item .post-title:hover a {
  color: #233D8E;
}
.recruitment-item .job-infor {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #1F242E;
}
.recruitment-item .job-infor>div {
  display: flex;
  align-items: center;
}
.recruitment-item .job-infor>div span {
  color: #627293;
  margin-right: 8px;
}
.recruitment-item .job-infor>div+div {
  margin-left: 36px;
}
.recruitment-item .job-infor>div::before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 4px;
}
.recruitment-item .working-job::before {
  background: url(./assets/img/working.svg) no-repeat;
  background-size: cover;
}
.recruitment-item .address-job::before {
  background: url(./assets/img/map.svg) no-repeat;
  background-size: cover;
}
.recruitment-item .salary-job::before {
  background: url(./assets/img/salary.svg) no-repeat;
  background-size: cover;
}
.apply-now {
  padding: 8px 24px;
  min-width: 131px;
  height: 36px;
  border-radius: 4px;
  background: var(--primary-color);
  color: #fff;
  font-weight: 400;
  display: inline-block;
  text-align: center;
}
.apply-now:hover{
  background: #F6F7F9;
}
.apply-now::after{
  content: '';
  background: url(./assets/img/arrow-right-white.svg) no-repeat;
  width: 12px;
  height: 10px;
  margin-left: 6px;
  display: inline-block;
}
.apply-now:hover::after {
  background: url(./assets/img/arrow-right.svg) no-repeat;
}

.recruitment-wrap #breadcrumbs {
  box-shadow: 0px 1px 0px #EAECF0;
  color: #29303D;
  padding-bottom: 16px;
  margin-bottom: 32px;
}

.recruitment-wrap #breadcrumbs a {
  color: #627293;
}

.recruitment-wrap #breadcrumbs span.separator {
  background: url(./assets/img/right-gray.svg) no-repeat;
}

.recruitment-wrap #breadcrumbs p>a:first-child:before {
  background: url(./assets/img/home-gray.svg) no-repeat;
}

.info-recruitment .item {
  color: #6A7788;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.info-recruitment .item span {
  color: #061D38;
  font-weight: 700;
}

.info-recruitment .total-apply {
  background: #F8F9FA;
  padding: 16px;
  margin-bottom: 16px;
}

.info-recruitment .number-apply {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #6A7788;
  margin-bottom: 8px;
}

.info-recruitment .number-apply strong {
  color: #061D38;
}

#progress-apply {
  background: #E0E4EB;
  height: 8px;
  width: 100%;
  outline: none;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
}

#progress-apply::-webkit-slider-thumb {
  width: 0;
  height: 8px;
  -webkit-appearance: none;
  cursor: ew-resize;
}

.share-job {
  border-top: 1px solid #DAE2EE;
  padding-top: 20px;
  margin-top: 4px;
}

.share-job a {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #FEFEFE;
  border: 1px solid #DAE2EE;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  text-align: center;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.share-job a .tooltiptext {
  display: none;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 0px 10px;
  position: absolute;
  z-index: 1;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  z-index: 1;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
}

.share-job a .tooltiptext::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}

.share-job a+a {
  margin-left: 12px;
}

.info-recruitment .related-recruitment {
  margin-top: 40px;
}

.related-recruitment ul li {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #DAE2EE;
  border-radius: 8px;
  padding: 24px;
}

.related-recruitment ul li h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #061D38;
  margin-bottom: 0;
  flex: 1;
  margin-right: 24px;
}

.related-recruitment ul li h3 a {
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}

.related-recruitment .info-job {
  color: #6A7788;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.related-recruitment .info-job>div+div::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #9BA5AF;
  border-radius: 50%;
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: middle;
}

.readmore-recruitment {
  padding: 8px;
  width: 32px;
  height: 32px;
  background: #F8F9FA;
  border-radius: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M9.797 4.5H0.5C0.354 4.5 0.234167 4.54683 0.1405 4.6405C0.0468334 4.73417 0 4.854 0 5C0 5.146 0.0468334 5.26583 0.1405 5.3595C0.234167 5.45317 0.354 5.5 0.5 5.5H9.797L6.1405 9.1405C6.04683 9.24483 6 9.36467 6 9.5C6 9.63533 6.0495 9.7525 6.1485 9.8515C6.2475 9.9505 6.36467 10 6.5 10C6.63533 10 6.75517 9.95317 6.8595 9.8595L11.3595 5.3595C11.4532 5.25517 11.5 5.13533 11.5 5C11.5 4.86467 11.4532 4.74483 11.3595 4.6405L6.8595 0.1405C6.75517 0.0468334 6.63533 0 6.5 0C6.36467 0 6.2475 0.0495 6.1485 0.1485C6.0495 0.2475 6 0.364667 6 0.5C6 0.635333 6.04683 0.755167 6.1405 0.8595L9.797 4.5Z' fill='%232E3094'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 10px 12px;
  background-position: 50%;
}
#popup_apply_job .maintitle {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
#popup_apply_job .related-recruitment{
  color: #6A7788;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
#popup_apply_job .form-contact{
  padding: 0;
}
#popup_apply_job .form-contact label{
  margin-bottom: 8px;
}
#popup_apply_job .form-contact .wpcf7-submit{
  width: 100%;
}
#popup_apply_job .form-contact .wpcf7-form-control:not(.wpcf7-file,.wpcf7-submit) {
  padding: 13px 24px;
  height: 46px;
  background: #FEFEFE;
  border: 1px solid #DAE2EE;
  border-radius: 4px;
  box-shadow: none!important;
  margin-bottom: 16px;
  font-weight: 400;
}
/*--------------------------------------------------------------
# Project
--------------------------------------------------------------*/
.projects_list {
  padding-top: 64px;
}

.list-project {
  padding-top: 47px;
}

.title-cat h2 {
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  letter-spacing: -0.02em;
  color: var(--primary-color);
  margin-bottom: 0;
}

.title-cat .des-title-cat {
  margin-top: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #414C62;
}

.title-cat .des-title-cat>*:last-child {
  margin-bottom: 0;
}

.project-item .box-text {
  border: 1px solid #E0E4EB;
  padding: 20px;
}

.project-item .post-title {
  font-size: 20px;
  color: #29303D;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
  -webkit-line-clamp: 2;
  height: 58px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.project-item .from_the_blog_excerpt {
  font-weight: 400;
  font-size: 16px;
  color: #414C62;
  opacity: 0.8;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  -webkit-line-clamp: 3;
  height: 70px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/*--------------------------------------------------------------
# Content project
--------------------------------------------------------------*/
.banner-service {
  padding: 220px 0 64px 0;
}

.content-project,
.section-project {
  padding-top: 64px;
}

.title-pro {
  font-size: 17px;
  line-height: 24px;
  text-transform: uppercase;
  color: #101828;
  margin-bottom: 28px;
}

.content-left {
  flex: 1;
  padding-bottom: 32px;
}

.content-left .item .value {
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
  color: var(--primary-color);
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 2px solid var(--primary-color);
}

.content-left .item .value span {
  font-size: 24px;
  line-height: 32px;
  margin-left: 8px;
  display: inline-block;
}

.content-left .item .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #414C62;
}

.content-right {
  width: 280px;
}

.info-project .item {
  padding-bottom: 28px;
}

.info-project label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
  margin-bottom: 0;
}

.info-project label+div {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1D2939;
}

.info-project label+div.red {
  color: #E31C1C;
}

.list-gallery-project img {
  width: 100%;
}

.list-gallery-project .row>.col {
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 8px;
}

.single-project .list-gallery-project .row>.col:nth-child(5n) {
  max-width: 66.6666666%;
  -ms-flex-preferred-size: 66.6666666%;
  flex-basis: 66.6666666%;
}

.project-item .box-image .overlay {
  background: linear-gradient(0deg, rgba(16, 16, 24, 0.5) 0%, rgba(16, 16, 24, 0) 100%);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.projects_list {
  padding-bottom: 32px;
}

.projects_list .section-menu .ux-menu>div+div {
  margin-left: 20px !important;
}

.content-project .more-info-project .row+.row {
  margin-top: 34px;
}

.content-project .more-info-project .row .col-inner {
  padding: 40px;
  background: #fff;
  line-height: 32px;
  height: 100%;
}

.content-project .more-info-project .row .col-inner>*:first-child {
  margin-bottom: 0;
}

.related-project {
  padding: 32px 0;
}

.related-project .related-title {
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: #101828;
  margin-bottom: 32px;
}

.apply-first {
  font-size: 16px;
  line-height: 24px;
  color: #414C62;
  margin-top: 12px;
}

/*--------------------------------------------------------------
# Chuyên mục
--------------------------------------------------------------*/
.blog-wrapper {
  padding-bottom: 0;
}

.blog-archive {
  padding-top: 64px;
}

.category .page-title,
.single .entry-title {
  color: #101828;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  line-height: 1.5;
  margin-bottom: 0;
}

.category .taxonomy-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #414C62;
  margin-top: 8px;
}

.category .taxonomy-description>*:last-child {
  margin-bottom: 0;
}

.post-item .box-vertical .box-text {
  vertical-align: top;
}
.post-item .post-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #15181E;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 45px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-family: 'Inter', sans-serif;
}
.home .post-item .post-title {
  text-transform: uppercase;
}
.post-item .from_the_blog_excerpt {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #475467;
  margin-top: 8px;
}
body:not(.home) .post-item .box-image img{
  border-radius: 8px;
}
.post-item .badge.post-date{
  top: 4px;
  left: 4px;
}
.post-item .badge.post-date .badge-inner{
  background-color: #056CF2;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
}
.post-item .badge.post-date .badge-inner .post-date-month{
  margin-top: 2px;
  font-size: 14px;
  display: inline-block;
}
.post-item .info-post-bottom .readmore-post {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--primary-color);
  margin-top: 8px;
  display: flex;
  align-items: center;
}

.post-item .info-post-bottom .readmore-post::before {
  content: '';
  background: url(./assets/img/arrow-right2.svg) no-repeat;
  background-size: cover;
  display: inline-block;
  width: 6px;
  height: 8px;
  margin-right: 8px;
}

.post-meta-single {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #1D2939;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #E4E7EC;
  padding-bottom: 16px;
  margin-bottom: 32px;
}

.post-meta-single img {
  border-radius: 50%;
  margin-right: 12px;
}

.post-meta-single .post-by {
  font-weight: 400;
  color: #98A2B3;
}

.post-meta-single .post-date {
  margin-left: 12px;
  padding-left: 12px;
  position: relative;
}

.post-meta-single .post-date::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #D0D5DD;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.meta-post-bottom {
  margin-top: 32px;
  padding-top: 27px;
  border-top: 1px solid #EAECF0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.meta-post-bottom .list-tag a {
  background: #F2F4F7;
  border-radius: 16px;
  padding: 3px 10px;
  font-size: 14px;
  font-weight: 500;
}

.meta-post-bottom .list-tag a+a {
  margin-left: 12px;
}

.meta-post-bottom .blog-share a {
  background: #F2F4F7;
  border-radius: 32px;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 32px;
  text-align: center;
  color: #475467;
  font-size: 16px;
  margin: 0 0 0 12px;
}

.related-post {
  background: #F3F8FE;
  padding: 64px 0 32px;
}

.title-related {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #29303D;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.title-related a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #627293;
  display: flex;
  align-items: center;
}

.title-related a::after {
  content: '';
  background: url(./assets/img/icon-right2.svg) no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 6px;
}

.blog-single .post-item .post-title {
  font-size: 16px;
}
.blog-single pre{
  background-color: transparent;
  border: none;
  padding: 0;
  width: auto;
  overflow-x: hidden;
}

/*--------------------------------------------------------------
# Widget
--------------------------------------------------------------*/
.widget .widget-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #101828;
  text-transform: none;
  display: block;
  margin-bottom: 16px;
}
.widget.widget_nav_menu ul li+li{
  border-top: 0;
  margin-top: 4px;
}
.widget.widget_nav_menu ul li a{
  color: #344054;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 16px;
  background: #F9FAFB;
  display: block;
}
.widget.widget_nav_menu ul li.current-menu-item a,
.widget.widget_nav_menu ul li a:hover{
  color: #fff;
  background: linear-gradient(90deg, #0050AE 0%, #0391E8 100%);
}
.widget:not(.widget_nav_menu) {
  border: 1px solid #EAECF0;
  border-radius: 4px;
  background: #fff;
  padding: 32px;
  margin-bottom: 32px;
}

.list-post-item {
  counter-reset: num;
}

.list-post-item li {
  padding-left: 18px;
  position: relative;
}

.list-post-item li::before {
  counter-increment: num;
  content: counter(num);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #101828;
  opacity: 1 !important;
  font-family: 'Roboto', sans-serif!important;
}

.list-post-item li+li {
  border-top: none !important;
  margin-top: 16px;
}

.list-post-item h5 {
  line-height: 20px;
  margin-bottom: 0;
}

.list-post-item h5 a {
  font-weight: 600;
  font-size: 14px;
  color: #1D2939;
}

.list-post-item .post-meta {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #667085;
  margin-top: 4px;
}

.list-post-item .post-meta .post-views {
  margin-left: 9px;
  padding-left: 9px;
  position: relative;
}

.list-post-item .post-meta .post-views::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #98A2B3;
  display: inline-block;
}

/*--------------------------------------------------------------
# Phân trang
--------------------------------------------------------------*/
.nav-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.nav-pagination li {
  margin: 0 2px !important;
}

.nav-pagination li a.next::before {
  content: 'Cuối cùng';
  font-family: "Roboto", sans-serif !important;
  margin-bottom: -3px;
}

.nav-pagination li a.prev::after {
  content: 'Đầu tiên';
  font-family: "Roboto", sans-serif !important;
  margin-bottom: -3px;
}

body:is(.en) .nav-pagination li a.next::before {
  content: 'Final';
}

body:is(.en)  .nav-pagination li a.prev::after {
  content: 'First';
}

.nav-pagination .page-number:not(.next, .prev) {
  width: 40px;
  background-color: #F2F4F7;
}

.nav-pagination .page-number {
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-pagination .page-number.prev {
  margin-right: 24px;
}
.nav-pagination .page-number.next {
  margin-left: 24px;
}
.nav-pagination .page-number:is(.next, .prev) i:before {
  content: '';
  background: url(./assets/img/arrow-right1.svg) no-repeat;
  background-size: cover;
  width: 8px;
  height: 12px;
  display: inline-block;
  margin-left: 12px;
}

.nav-pagination .page-number.prev i:before {
  transform: rotate(180deg);
  margin-right: 12px;
  margin-left: 0;
}

.nav-pagination .page-number:is(.next, .prev):hover i:before {
  background: url(./assets/img/right-white.svg) no-repeat;
}

.nav-pagination .page-number.current,
.nav-pagination .page-number:not(.next, .prev):hover {
  background-color: var(--primary-color);
  color: #fff;
}

/*--------------------------------------------------------------
# Tra cứu bảng giá
--------------------------------------------------------------*/
.page-check-price-list .title-result{
  display: flex;
  align-items: center;
  margin:32px 0 24px 0;
  font-size:24px; 
}    
.page-check-price-list .title-result .from:before{
  content:'';
  background:url('/wp-content/themes/uniglobaltrans/assets/img/icon-right.svg') no-repeat;
  width: 18px;
  height: 10px;
  display: inline-block;
  margin-left: 16px;
  margin-right: 16px;
  vertical-align: middle;
}
.page-check-price-list .title-result .number-result:before{
  content:':';
  font-weight:600;
  margin-right:4px;
  color: #15181e;
}
.page-check-price-list .title-result .number-result{
  color: #4D4D4D;
}
.list-result tr+tr .item{
  margin-top: 16px;
}
.list-result td{
  padding: 0;
  border:none;
}
.list-result .item{
  background: #FFFFFF;
  border-radius: 8px;
  padding: 32px;
  position: relative;
}
.list-result .item-thumbnail img{
  max-width: 50px;
}
.list-result .item,
.list-result .total-time,
.list-result .total-price{
  color: #1A202C;
}
.list-result .item-thumbnail, .list-result .total-price,
.list-result .total-time > .v1{
  width: auto;
}
.list-result .total-time,
.list-result .total-time .total-date{
  flex:1;
}
.list-result .total-time .total-date .relative:before,
.list-result .total-time .total-date .relative:after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background-color: #718096;
}
.list-result .total-time .total-date .relative:before{
  left: 8px;
  width: calc(100% - 16px);
}
.list-result .total-time .total-date .relative:after{
  right: 8px;
  width: 6px;
  transform: translateY(-50%) rotate(45deg);
  top: calc(50% - 2px);
}
.list-result .total-time sup{
  color: #1F6DEF;
  font-weight: 500;
  font-size: 12px;
  margin-left: 4px;
}
.list-result .total-time .char{
  background: #F0F1F5;
  border-radius: 99px;
  padding: 2px 10px;
  font-size:14px;
  color: #718096;
  margin-top:2px;
  display: inline-block;
}
.list-result .total-time .total-date span{
  border: 1px solid #F0F1F5;
  border-radius: 99px;
  background-color: #fff;
  padding: 5px 20px;
  color: #000000;
  font-size: 12px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.list-result .total-price .price-sub{
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #4A5568;
  margin-bottom:4px;
  text-decoration: line-through;
}
.list-result .total-price .view-more{
  background: #429ED7;
  border-radius: 4px;
  padding: 8px 24px;
  color: #FCFCFD;
  font-weight: 500;
  font-size: 14px;
  margin-left: 16px;
  display: inline-block;
}
.empty-post{
  margin-top: 16px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  border-radius: 16px;
  color: #fff;
  background-color: var(--primary-color);
  background-image: url(./assets/img/icon-message.png);
}
.search_form .form-wrap .form-right{
	display:none;
}
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media only screen and (min-width: 1300px) {
  .blog-wrapper>.row>.post-sidebar {
    max-width: 384px;
    flex-basis: 384px;
  }
  .page-check-price-list #content > .row > .col{
    max-width: 90%;
    flex-basis: 90%;
  }
}
@media only screen and (min-width: 1100px) {
  .content-left {
    padding-right: 68px !important;
    margin-right: 68px !important;
  }
  .content-right {
    width: 384px;
  }
  .row-contact-us .col-text{
    max-width: 500px;
    right: -15px;
  }
  .post-type-archive-service .row-contact-us .col-text{
    max-width: 60%;
  }
}
@media only screen and (min-width: 850px) and (max-width: 1300px){
  .row-contact-us > .col{
    max-width: 100%;
    flex-basis: 100%;
  }
  .row-contact-us+.row > .col{
    max-width: 50%;
    flex-basis: 50%;    
  }
  .blog-wrapper>.row>.col.large-9 {
    max-width: calc(100% - 300px)!important;
  }
  .blog-wrapper>.row>.col+.post-sidebar {
    max-width: 300px;
    flex-basis: 300px;
    padding-left: 0;
  }
  .widget {
    padding: 16px;
  }
}
@media only screen and (min-width: 850px) {
  .content-left {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #DAE2EE;
  }
  .blog-wrapper>.row>.col.large-9 {
    max-width: calc(100% - 384px);
  }
  /* .search_form .form-wrap .form-group+.form-group,
  .search_form .form-wrap .form-right{
    margin-left: 12px;
  } */
  .list-result .total-time{
    margin:0 66px;
  }
}

@media only screen and (max-width: 850px) {
  .content-project .d-flex,
  .content-project .more-info-project .row+.row {
    flex-direction: column-reverse;
  }
  .content-project .content-right {
    width: 100%;
  }
  #breadcrumbs .title {
    font-size: 40px;
  }
  .off-canvas+div .mfp-content {
    background-color: #fff;
    width: 280px;
  }
  .off-canvas .nav-vertical>li>a {
    color: #000;
  }
  .mfp-content .searchform-wrapper .searchform input {
    padding: 20px 44px 20px 24px;
    height: 40px;
  }
  .slider-service .flickity-slider .banner{
    width: 33%!important;
  }
  .search_form .form-wrap{
    flex-direction: column;
  }
  .search_form .form-wrap .form-right{
    width: 100%;
  }
  .search_form .form-wrap .form-right button{
    min-height: 50px;
  }
  .search_form .form-wrap .form-left{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .search_form .form-wrap .form-group{
    width: calc(50% - 6px)!important;
    margin-bottom: 12px;
  }
  .search_form .form-wrap .form-group select{
    background-size: 20px;
  }
  .list-result .total-time{
    margin:0 30px;
  }
  .heading-blog{
    font-size: 56px;
  }
  .flex-column-reverse-tl{
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 760px) {
  .page-check-price-list .title-result{
    font-size: 18px;
  }
  .page-check-price-list .title-result .from:before{
    margin-left: 8px;
    margin-right: 8px;
  }
  .list-result .item{
    flex-flow: column wrap;
    align-items: flex-start;
    padding: 16px;
    gap: 20px;
  }
  .list-result .item-thumbnail{
    order: 1;
    position: absolute;
    bottom: 16px;
  }
  .list-result .total-time{
    margin: 0;
    width: 100%;
  }
  .list-result .total-price{
    padding-left: 60px;
  }
}
@media only screen and (min-width: 550px) and (max-width: 1300px){
  .row-contact-us .col-text{
    bottom: 0;
  }
  .row-contact-us .col-text > .col-inner{
    border-radius: 0;
    padding: 20px!important;
  }
}

@media only screen and (min-width: 550px) and (max-width: 850px) {
  .home-activity .slider-wrapper .slider .flickity-slider>* {
    max-width: 50% !important;
  }

  .home-activity .banner .fs-32 {
    font-size: 25px;
  }

  .gallery-partner .gallery-box {
    height: 140px;
  }

  .home-connect .text-box {
    width: auto !important;
  }
}

@media only screen and (min-width: 550px) {
  .post-item .box-vertical .box-text {
    padding-top: 0;
  }
  .page-contact .col-map{
    padding-right: 0;
  }
  .page-contact .col-form{
    padding-left: 0;
  }
  .row-contact-us .col-text{
    position: absolute;
  }
}

@media only screen and (max-width: 550px) {
  .page-contact .fs-36,
  .page-contact .fs-30,
  .page-id-728 .fs-36 {
    font-size: 25px;
  }
  .col-form>.col-inner {
    padding: 20px;
  }
  .home-connect .banner .fs-36,
  #breadcrumbs .title {
    font-size: 30px;
  }
  .slider-service .flickity-slider .banner{
    width: 50%!important;
  }
  .form-contact.v2 .d-flex{
    flex-direction: column;
  }
  .form-contact.v2 .d-flex p{
    margin-left: 0;
    margin-top: 16px;
  }
  table.list-price{
    white-space: nowrap;
    display: block;
    overflow-x: auto;
  }
  .list-price .title-list-price {
    margin-right: 15px;
    font-size: 18px;
  }
  .heading-blog{
    font-size: 44px;
  }
  .list-result .total-time > .v1 .fs-18{
    font-size: 14px;
  }
  .list-result .total-time .char{
    font-size: 10px;
  }
	.search_form .form-wrap .form-right{
		display:block;
	}	
	.search_form .form-wrap .form-top .form-group.form-button{
		display:none;
	}
}

@media only screen and (max-width: 475px) {
  .banner-service {
    padding: 64px 0;
  }
  .box-btn-tuvan {
    flex-direction: column;
  }
  .box-btn-tuvan>* {
    width: 230px;
    margin-left: 0 !important;
  }
  .heading h3 {
    font-size: 28px;
    line-height: 1.2;
  }
  .recruitment-item .job-infor {
    flex-direction: column;
    align-items: start;
  }
  .recruitment-item .job-infor>div+div {
    margin-left: 0;
  }
  .slider-service .flickity-slider .banner{
    width: 100%!important;
  }
  .heading-blog{
    font-size: 36px;
  }
  .list-result .total-time .total-date span{
    padding: 4px 10px;
    font-size: 10px;
  }
  .list-result .total-price .fs-18,
  .list-result .total-price .view-more{
    font-size: 14px;
  }
  .list-result .total-price .view-more{
    padding: 4px 14px;
  }
}
@media only screen and (max-width: 425px) {
  .search_form .form-wrap .form-group select,
  .page-check-price-list .title-result{
    font-size: 13px;
  }
}
@media only screen and (max-width: 380px) {
  .search_form .form-wrap .form-group {
    width: 100%!important;
  }
  .search_form .form-wrap .form-group:first-child::before {
    left: 50%;
    bottom: -18px;
    top: unset;
    transform: translateX(-50%);
  }
	.search_form .form-wrap .form-group span.switch{
		top: calc(100% + 6px);
		right: 50%;
		transform: translate(50%, -50%);
	}
}
@media only screen and (max-width: 360px) {
  .list-result .item{
    padding: 16px 10px;
  }
  .list-result .total-time > .v1 .fs-18,
  .page-check-price-list .title-result {
    font-size: 12px;
  }
}