:root {
    --primary-bg: #12bfff;
    --primary-color: #12bfff;
}
a {
    color: var(--primary-color);
}
.borderLeft {
	border-left: 1px solid;
}
.borderBottom {
	border-bottom: 1px solid !important;
}
.borderLeft-0 {
	border-left: 0 !important;
}
.btn.btn-primary {
    background-color: var(--primary-bg);
	border-color: var(--primary-bg);
}
.btn-block {
    display: block;
    width: 100%;
}
.btn.btn-primary.text-white.btn-lookup:hover {
    color: #fff!important;
    background: none;
    border: 2px solid #fff;
}
blockquote {
	border-radius: 0.25rem;
	line-height: 1.6;
	font-size: 16px;
    font-weight: 300;
    padding: 1rem;
    border-width: 1px 1px 1px 6px;
    border-style: solid;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 0.1), 0 1px 5px -1px rgb(0 0 0 / 0.1);
    border-color: rgb(59 130 246 / 0.1);
    border-left-color: var(--primary-color);
    background-color: #dbeafe;
    color: rgb(30 58 138);
}
.text-primary {
    color: var(--primary-bg);
}
.color-black-opacity-5 {
    color: rgba(0, 0, 0, 0.5);
}
.vx-grey-bg-color {
    background-color: #eaf2f4!important;
}
.text-red {
    color: red;
}
.feature-1, .free-quote, .feature-3 {
    background: var(--primary-bg);
    padding: 30px 45px;
    color: rgba(255, 255, 255);
    font-size: 15px;
    margin-top: 20px;
}
 .feature-3 {
	 background: #ff6f61;
	 position: relative;
}
 .feature-3::before {
	content: "";
    position: absolute;
    right: 0;
    top: 10px;
    background-image: url(../image/hot.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 120px;
    height: 45px;
}
.feature-1 .icon, .free-quote .icon, .feature-3 .icon {
    border: 2px solid rgba(255, 255, 255, 1);
    width: 80px;
    height: 80px;
    line-height: 80px;
    position: relative;
    border-radius: 50%;
    margin: 0 auto !important;
}

.feature-1 .icon>span, .free-quote .icon>span, .feature-3 .icon>span {
    font-size: 35px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.feature-1 .heading, .free-quote .heading, .feature-3 .heading {
    font-size: 23px;
    text-transform: uppercase;
    color: #fff;
}

.free-quote .form-control {
    border: 2px solid rgba(255, 255, 255, 1);
    background: none;
    color: #fff;
}

.free-quote .form-control::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.free-quote .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.free-quote .form-control::placeholder {
  color: #fff;
}

.form-control {
    height: 40px;
    border-radius: 0;
}

.bg-dark-green {
    background: #19381e;
}

.unit-4 .unit-4-icon span {
    line-height: normal;
    font-size: 3rem;
    position: relative;
    top: -5px;
}

.unit-4 h3 {
    font-size: 20px;
}

.social {
    display: flex;
}

.social a {
    margin-right: 12px;
}

.social a span{
    height: 32px;
    width: 32px;
    background-size: cover!important;
    display: inline-block;
}

.social a.facebook span {
    background: url(../image/facebook.png);
    background-size: contain;
    background-repeat: no-repeat!important;
    background-position: 50%!important;
}

.social a.gmail span{
    background: url(../image/gmail.png);
    background-size: contain;
    background-repeat: no-repeat!important;
    background-position: 50%!important;
}

.social a.zalo span{
    background: url(../image/zalo.png);
    background-size: contain;
    background-repeat: no-repeat!important;
    background-position: 50%!important;
}

.social a.viber span{
    background: url(../image/viber.png);
    background-size: contain;
    background-repeat: no-repeat!important;
    background-position: 50%!important;
}

.select-none {
    background: #f5f5f5;
    cursor: not-allowed;
}

label.error {
    min-height: 22px;
    margin-top: -2px;
    font-size: 14px;
    line-height: 1.5;
    -webkit-transition: color .3s cubic-bezier(.215,.61,.355,1);
    transition: color .3s cubic-bezier(.215,.61,.355,1);
    color: #f5222d;
}

.form-control.error {
    border-color: #f5222d;
}

#dataAdress {
    line-height: normal;
}

.logo img {
    max-width: 200px;
}

body[modal-open="true"] {
    overflow: hidden;
}
body[modal-open="true"] .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.page-fedex .form-control:not(.form-control-textarea) {
    border-radius: 0.25rem;
    height: 38px;
}
.entry-content ol li,
.entry-content ul li {
    margin-left: 1.2rem;
}
/*--------------------------------------------------------------
# Menu mobile
--------------------------------------------------------------*/

#mobilenav {
    position: fixed;
    height: 100%;
    width: 300px;
    top: 0;
    right: 0;
    z-index: 9999999;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    -webkit-transform: translate(110%,0px);
    -moz-transform: translate(110%,0px);
    -ms-transform: translate(110%,0px);
    -o-transform: translate(110%,0px);
    transform: translate(110%,0px)
}

#mobilenav.opened {
    -webkit-transform: translate(0,0px);
    -moz-transform: translate(0,0px);
    -ms-transform: translate(0,0px);
    -o-transform: translate(0,0px);
    transform: translate(0,0px)
}

.mobilenav__inner {
    background: #fff;
    max-width: 300px;
    position: relative;
    height: 100%;
    padding-top: 80px;
    margin-left: auto;
}

.mobilenav__inner .menu-top-menu-container {
    height: calc(100% - 128px);
    overflow: auto
}

.mobilenav__inner .menu_close {
    position: absolute;
    top: 40px;
    right: 20px;
    cursor: pointer;
}

.mobilenav__inner .menu_close span{
    font-family: icomoon!important;
    font-size: 30px;
    color: #4d4d4d;
}

.mobilenav__inner .menu_close span:before {
    content: "\e5cd";
}

#mobilenav .mobile-menu {
    margin: 0;
    padding: 0 20px;
}

#mobilenav .mobilenav__inner>div:not(.toplg) {
    overflow-y: auto;
    height: auto
}

#mobilenav .mobilenav__inner .nav-info {
    background-color: #fafafa;
    margin: 0;
    padding: 15px;
    font-size: 14px;
    color: #666
}

#mobilenav li {
    display: block;
    position: relative;
    margin-bottom: 8px;
}

#mobilenav li a {
    color: rgba(0, 0, 0, 0.65);
    position: relative;
    display: block;
    padding: 2px 16px;
    font-size: 21px;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all .35s linear;
    -moz-transition: all .35s linear;
    -o-transition: all .35s linear;
    transition: all .35s linear;
}
#mobilenav li a:hover {
    color: var(--primary-color);
}

#mobilenav ul.mobile-menu>li>a {
    background: #fff
}

#mobilenav .arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
}

#mobilenav ul ul.sub-menu {
    background: #fff;
    overflow: auto;
}

#mobilenav ul ul.sub-menu a {
    padding-left: 48px
}

#mobilenav ul.sub-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0
}

.panel-overlay {
    opacity: 0;
    filter: alpha(opacity=0)
}

.panel-overlay.active {
    background: #000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
    min-height: 100vh;
    opacity: .6;
    filter: alpha(opacity=35);
    -webkit-transition: opacity .2s ease-in-out 0s;
    -moz-transition: opacity .2s ease-in-out 0s;
    transition: opacity .2s ease-in-out 0s
}


/*  */
#spin-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ant-spin-dot {
    position: relative;
    display: inline-block;
    font-size: 20px;
    width: 20px;
    height: 20px;
}

.ant-spin-dot-spin {
    transform: rotate(45deg);
    animation: antRotate 1.2s infinite linear;
}

.ant-spin-dot i {
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background-color: var(--primary-bg);
    transform: scale(0.75);
    display: block;
    position: absolute;
    opacity: 0.3;
    animation: antSpinMove 1s infinite linear alternate;
    transform-origin: 50% 50%;
}

.ant-spin-dot i:nth-child(1) {
    left: 0;
    top: 0;
}

.ant-spin-dot i:nth-child(2) {
    right: 0;
    top: 0;
    animation-delay: 0.4s;
}

.ant-spin-dot i:nth-child(3) {
    right: 0;
    bottom: 0;
    animation-delay: 0.8s;
}

.ant-spin-dot i:nth-child(4) {
    left: 0;
    bottom: 0;
    animation-delay: 1.2s;
}


@keyframes antSpinMove {
    to {
        opacity: 1;
    }
}

@keyframes antRotate {
    to {
        transform: rotate(405deg);
    }
}

.thank_you_wrap {
	text-align: center;
    max-width: 700px;
    margin: 100px auto;
}
.thank_you_wrap h3{
	color: var(--primary-bg);
	font-size: 32px;
	margin: 15px 0;
}
.thank_you_wrap .thank_you{
	padding: 40px 20px;
    box-shadow: 0 0 10px 0px #dbd4d4;
    border-radius: 15px;
}
.list-group ul{
	padding-left: 20px;
}

.tracking-tbl-container{
    overflow-x: auto;
}
.pricing-table--trackingList {
	min-width: 600px;
}
.pricing-ca-table__header th, .pricing-or-table__header th, .pricing-table__header th {
    background-color: var(--primary-bg);
    color: #fff;
    padding: 0.5rem 1rem;
}
.ant-empty {
    margin: 0 8px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}
.ant-empty-normal {
    margin: 32px 0;
    color: rgba(0,0,0,.25);
}
.ct-tracking-list-container .ct-tracking-list-content{
	background-color: var(--primary-bg);
    padding: 24px;
}
.receipt-filter__header {
    margin-bottom: 15px;
}
.receipt-filter__header>span {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.receipt-filter__item {
    display: block;
    margin-bottom: 10px;
}
.receipt-filter__item--header {
    color: #fff;
    margin-bottom: 7px;
}
.receipt-filter__item .form-control{
	height: 36px;
	font-size: 14px;
}
#FormCreatelabel label.error {
	width: 100%;
	margin-top: 5px;
}
.shipping-invoice label {
	font-size: 14px;
	margin-bottom: 0;
	text-transform: uppercase;
	padding-top: 5px;
}
.header-invoice {
	position: relative;
}
.header-invoice .title {
	font-size: 26px;
	font-weight: 700;
	text-align: center;
}
.header-invoice .authorised-sign-wrapper{
	position: absolute;
    right: 0;
    bottom: 0;
    padding: 0px 10px 0px;
    border: 1px solid;
    border-bottom: none;
    width: 191px;
	display: none;
}
.table-invoice .row{
	margin: 0;
	height: 100%;
}
.table-invoice .row > div{
	padding: 0;
}
.table-invoice .col-inner{
	padding: 0px 15px;
	border: 1px solid #000;
    border-bottom: 0;
    min-height: 70px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.table-invoice .col-inner.col-inner-v2 {
	flex-direction: unset;
    align-items: center;
    min-height: 50px;
}
.table-invoice .col-inner.col-inner-v2 label{
	min-width: 150px;
}
.table-invoice .col-inner.col-inner-v2 .input-invoice{
	flex: 1;
	margin-bottom: 0;
}
.shipping-invoice .input-invoice {
	overflow: hidden;
	text-align: left;
	margin-bottom: 5px;
}
.bill-group {
	border-top: 1px solid #000 !important;
	border-left: 1px solid #000 !important;
	border-right: 1px solid #000 !important;
	padding: 40px 60px;
}
.bill-note {

	border-bottom: 1px solid #000 !important;
	border-left: 1px solid #000 !important;
	border-right: 1px solid #000 !important;
	padding: 40px 60px;
}
.topbar {
	background: var(--primary-bg);
	padding-top: 1rem;
}
.form-search-tracking form{
	display: flex;
	align-items: center;
}
.form-search-tracking form .form-group:first-child {
	width: 400px;
}
.form-search-tracking form .form-group button {
	height: 43px;
	background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-search-tracking form .form-group button i{
	color: var(--primary-color);
	font-size: 18px;
}
.shipping-invoice .table-invoice{
 	background: url(../image/lta-img.png);
    background-size: 650px 650px;
    background-repeat: no-repeat!important;
    background-position: 50%!important;
	print-color-adjust: exact;
}
body {
 -webkit-print-color-adjust:exact !important;
  print-color-adjust:exact !important;
}
@media print {
	.btn-print-bill,
	.btn-close-bill{
		display: none;;
	}
}
/* Intro video section */
.intro-video-wrap {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(18, 191, 255, 0.25);
    line-height: 0;
}
.intro-video-wrap video {
    width: 100%;
    height: auto;
    display: block;
}
.intro-video-section .btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.intro-video-section .btn-outline-primary:hover {
    background-color: var(--primary-bg);
    border-color: var(--primary-bg);
    color: #fff;
}

/* Gallery section */
.aa-gallery-section .item {
    padding: 6px;
}
.aa-gallery-section .item img {
    width: 100%;
    border-radius: 8px;
    transition: transform .25s ease, box-shadow .25s ease;
}
.aa-gallery-section .item a:hover img {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(18, 191, 255, 0.35);
}

/* Home box: tra cuu van don + dich vu noi troi (1 hang / hang) */
.home-box .free-quote,
.home-box .feature-3 {
    padding: 25px 45px;
}
.track-form-inline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}
.track-form-inline .heading {
    white-space: nowrap;
}
.track-form-inline .form-control {
    flex: 1 1 260px;
    min-width: 0;
    margin-bottom: 0;
}
.track-form-inline .btn-lookup {
    flex: 0 0 auto;
    margin-bottom: 0;
}
.home-box .feature-3 {
    background: linear-gradient(135deg, #ff8a75 0%, #f4614c 55%, #e04b38 100%);
    padding: 32px 45px 34px;
}
.service-highlight-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin-bottom: 26px;
    position: relative;
    padding-bottom: 18px;
}
.service-highlight-head::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 3px;
    border-radius: 3px;
    background: rgba(255, 255, 255, .85);
}
.service-highlight-head .icon {
    width: 54px;
    height: 54px;
    line-height: 54px;
    flex: 0 0 auto;
    margin: 0 !important;
    background: #fff;
    border-color: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .16);
}
.service-highlight-head .icon > span {
    font-size: 25px;
    color: #f4614c;
}
.service-highlight-head .heading {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 1px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, .18);
}
.service-highlight-list {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    margin: 0 -8px !important;
}
.service-highlight-list li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 8px;
    margin-bottom: 16px;
    display: flex;
}
.service-highlight-list li > span {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    padding: 14px 18px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .3);
    line-height: 1.5;
    transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}
.service-highlight-list li > span:hover {
    background: rgba(255, 255, 255, .26);
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, .16);
}
.service-highlight-list .check-badge {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    color: #f4614c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    margin-top: 1px;
}
@media (max-width: 767px) {
    .home-box .free-quote,
    .home-box .feature-3 {
        padding: 25px 20px;
    }
    .track-form-inline {
        display: block;
    }
    .track-form-inline .heading {
        text-align: center;
        margin-bottom: 15px !important;
    }
    .track-form-inline .form-control {
        width: 100%;
        margin-bottom: 12px;
    }
    .track-form-inline .btn-lookup {
        width: 100%;
    }
    .service-highlight-head {
        gap: 12px;
        margin-bottom: 20px;
    }
    .service-highlight-head .heading {
        font-size: 20px;
    }
    .service-highlight-list li {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 12px;
    }
    .service-highlight-list li > span {
        padding: 12px 14px;
    }
}

/* Banner slogan chay */
.promo-marquee {
    background: linear-gradient(90deg, #0a63a8 0%, var(--primary-bg) 50%, #0a63a8 100%);
    color: #fff;
    overflow: hidden;
    position: relative;
    padding: 9px 0;
    font-size: 15px;
    line-height: 1.4;
}
.promo-marquee__track {
    display: flex;
    width: max-content;
    animation: promoMarquee 38s linear infinite;
}
.promo-marquee:hover .promo-marquee__track {
    animation-play-state: paused;
}
.promo-marquee__item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    padding-right: 70px;
}
.promo-marquee__item strong {
    text-transform: uppercase;
    letter-spacing: .3px;
}
.promo-marquee__item em {
    font-style: normal;
    color: #ffe14d;
    font-weight: 600;
}
.promo-marquee__item a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}
.promo-marquee__item a:hover {
    color: #ffe14d;
}
@keyframes promoMarquee {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
    .promo-marquee__track { animation: none; }
}
@media (max-width: 767px) {
    .promo-marquee { font-size: 13px; padding: 7px 0; }
    .promo-marquee__track { animation-duration: 26s; }
    .promo-marquee__item { padding-right: 45px; }
}

/* Chu chay nam de tren banner trang chu */
.home-banner {
    position: relative;
}
.promo-marquee--on-banner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 5;
    background: linear-gradient(90deg, rgba(10, 99, 168, .92) 0%, rgba(18, 191, 255, .92) 50%, rgba(10, 99, 168, .92) 100%);
    backdrop-filter: blur(2px);
    box-shadow: 0 2px 12px rgba(0, 0, 0, .18);
}

/* Tagline noi bat: Dich vu gui hang tu My ve Viet Nam */
.intro-tagline {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.intro-tagline__main {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
    background: linear-gradient(90deg, #0a63a8 0%, var(--primary-bg) 55%, #0a63a8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--primary-color);
    display: inline-block;
}
.intro-tagline__sub {
    display: inline-block;
    align-self: flex-start;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    background: var(--primary-bg);
    border-radius: 40px;
    padding: 4px 16px;
}
@media (max-width: 767px) {
    .intro-tagline__main { font-size: 21px; }
}

/* Video trong section gioi thieu */
.about-video-wrap {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(18, 191, 255, 0.25);
    line-height: 0;
}
.about-video-wrap video {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 767px) {
    .logo img {
        max-width: 100px;
    }
}

/* Banner rieng cho mobile - trang chu */
@media (max-width: 991px) {
    .home-banner--has-mobile {
        height: auto;
        min-height: 0;
        background-image: none !important;
        display: block;
        padding: 0;
    }
    .home-banner--has-mobile > img.d-lg-none {
        width: 100%;
        height: auto;
        display: block;
    }
    .home-banner--has-mobile .promo-marquee--on-banner {
        top: auto;
        bottom: 0;
        box-shadow: 0 -2px 12px rgba(0, 0, 0, .18);
    }
}

/* Gallery dang luoi */
.aa-photo-grid {
    margin-left: -6px;
    margin-right: -6px;
}
.aa-photo-grid .item {
    padding: 6px;
}
.aa-photo-grid .item a {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    line-height: 0;
}
.aa-photo-grid .item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform .25s ease;
}
.aa-photo-grid .item a:hover img {
    transform: scale(1.06);
}
