/*
Theme Name: ltaglobal
Theme URI: ltaglobal.net
Author: Lê Đạt
Author URI: ld.com
Description: Ltaglobal là website cung cấp dịch vụ vận chuyển hàng hóa
Version: 4.0
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    margin-top: 0;
}

body {
    color: rgba(0,0,0);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.75;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}

body.modalOpen,
body[data-class="modalOpen"]  {
	overflow: hidden;
}
body.modalOpen .modal,
body[data-class="modalOpen"] .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog.modal-fullscreen {
	width: 100vw;
    max-width: none;
    margin: 0;
	height: 100%;
	background-color: #ffffff;
}
.modal.printbill {
	z-index: 3147483644;	
}
.modal-body {
	background-color: #fff;
}
.transform-none{
	 -webkit-transform: none !important;
    transform: none !important;
}
span.kxd {
	background: red;
	color: #fff;
	padding: 2px 5px;
}
.modal.show {
	display: block;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-main{
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
}
.header-main ul.menu {
    padding: 0;
    margin: 0;
    text-align: right;
}
.header-main ul.menu > li {
    display: inline-block;
    padding: 10px;
    position: relative;
}
.header-main ul.menu > li > a{
    padding: 10px 0px;
    color: rgb(17,17,17);
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: .1em;
    font-size: 13px;
}
.header-main ul.menu > li > a:hover{
    color: var(--primary-color);
}
.header-main ul.menu > li.menu-item-has-children > a {
    position: relative;
    padding-right: 20px;
}
.header-main ul.menu > li.menu-item-has-children > a.has_noti {
	padding-left: 40px;
}
.header-main ul.menu > li.menu-item-has-children > a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon';
}
.header-main ul.menu > li.menu-item-has-children > a:hover::before {
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.header-main ul.menu > li .noti {
	width: 30px;
	height: 30px;
	display: inline-block;
	background-color: var(--primary-color);
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M11.9999%205C13.4321%205%2014.8056%205.50571%2015.8183%206.40589C16.831%207.30606%2017.3999%208.52696%2017.3999%209.8C17.3999%2011.7691%2017.845%2013.2436%2018.4222%2014.3279C19.1596%2015.7133%2019.5283%2016.406%2019.5078%2016.5642C19.4839%2016.7489%2019.4534%2016.7997%2019.3016%2016.9075C19.1716%2017%2018.5244%2017%2017.2301%2017H6.76969C5.47541%2017%204.82827%2017%204.69818%2016.9075C4.54643%2016.7997%204.51594%2016.7489%204.49202%2016.5642C4.47152%2016.406%204.84023%2015.7133%205.57765%2014.3279C6.15483%2013.2436%206.59991%2011.7691%206.59991%209.8C6.59991%208.52696%207.16884%207.30606%208.18154%206.40589C9.19423%205.50571%2010.5677%205%2011.9999%205ZM11.9999%205V3M9.35392%2020C10.0602%2020.6233%2010.9879%2021.0016%2012.0039%2021.0016C13.02%2021.0016%2013.9477%2020.6233%2014.6539%2020%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.main-navigation ul {
    padding: 0;
    margin: 0;
}
.main-navigation ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.main-navigation ul ul {
    background-color: #fff;
    border-top: 2px solid var(--primary-color);
    min-width: 210px;
    left: 0;
    top: 100%;
    position: absolute;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    border-left: 1px solid #edf0f5;
    border-right: 1px solid #edf0f5;
    border-bottom: 1px solid #edf0f5;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    list-style: none;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
.main-navigation ul ul li a{
    padding: 9px 20px;
    display: block;
    font-size: 13px;
    text-align: left;
    text-decoration: none;
    color: #19381e;
}
.main-navigation ul ul li a:hover{
    background: #f4f5f9;
    color: #25262a;
}
.home-banner {
    min-height: 400px;
    height: calc(80vh);
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-banner h1{
    font-size: 48px;
}
.box-breadcrumb {
    background-color: rgba(0,0,0,.3);
    border-radius: 10px;
    padding: 20px 10px;
    color: #fff;
}
.home-box {
/*     margin-top: -100px; */
    position: relative;
    z-index: 9;
}
.service {
    background: #fff;
    padding: 25px 20px;
    border-radius: 10px;
    border-bottom: 7px solid var(--primary-bg);
    box-shadow: 0px 0px 10px 0px #ececec;
    position: relative;
}
.site-section-service {
    background-image: url(./assets/image/search-tracking.png);
    background-position: center;
}
.service .icon>span {
    font-size: 35px;
    color: var(--primary-color);
}
.border-primary h2 {
    text-transform: uppercase;
    font-weight: 700 !important;
}
.border-primary.text-center:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.border-primary:after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 80px;
    height: 3px;
    background: var(--primary-bg);
}
.ant-carousel .slick-dots {
    bottom: 12px;
}
.ant-carousel .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 2px;
    padding: 0;
    text-align: center;
    vertical-align: top;
    width: auto;
    height: auto;
}
.ant-carousel .slick-dots li button {
    display: block;
    width: 16px;
    height: 3px;
    padding: 0;
    color: transparent;
    font-size: 0;
    background: #fff;
    border: 0;
    border-radius: 1px;
    outline: none;
    cursor: pointer;
    opacity: .3;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.ant-carousel .slick-dots li.slick-active button {
    width: 24px;
    background: #fff;
    opacity: 1;
}
.ant-carousel .slick-dots li button::before {
    content: none;
}

.site-blocks-cover.inner-page-cover, .site-blocks-cover.inner-page-cover .row {
    min-height: 600px;
    height: calc(30vh);
}
.site-blocks-cover.overlay {
    position: relative;
}
.youtube-video-container {
    background-size: contain;
    background-repeat: no-repeat!important;
    background-position: 50%!important;
    background-size: cover;
}
.youtube-video-container .play-single-big{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.play-single-big {
    width: 90px;
    height: 90px;
    display: inline-block;
    border: 2px solid #fff;
    color: #fff !important;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
.play-single-big:hover {
    width: 120px;
    height: 120px;
}
.play-single-big>span {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
}
.ht-service-container {
    background: var(--primary-bg);
    padding: 3em 0;
    min-height: 209px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ht-service-container .ht-service-btn {
    color: #fff;
    font-size: 1.2em;
    text-decoration: underline;
}
.site-footer {
    padding: 4em 0;
}
.site-footer .footer-heading {
    color: var(--primary-bg);
    font-size: 22px;
    position: relative;
    padding-bottom: 10px;
}
.site-footer .footer-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 2px;
    background-image: url(./assets/image/bottom-line.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}
.site-footer ul li {
    margin-bottom: 10px;
    margin-left: 0;
	list-style: none;
    
}
.site-footer a {
    color: rgb(17,17,17);
	text-decoration: none;
    position: relative;
}
.site-footer a:hover {
    color: var(--primary-color);
}

.footer-border-top {
    border-top: 1px solid rgba(17, 17, 17, 0.15) !important;
}

/*--------------------------------------------------------------
# Tra cứu vận đơn
--------------------------------------------------------------*/
.search-st-form {
    max-width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.search-st-form .input-field-container{
    flex: 1;
}
.search-st-form .btn-container {
    margin-left: 1em;
}
.pricing h1,
.pricing h6 {
    color: var(--primary-color);
}
.pricing table {
    margin-top: 16px;
    margin-bottom: 32px;
	width: 100%;
}
.pricing table th {
    background-color: var(--primary-color);
    color: #fff;
    padding: 0.5rem 1rem;
}
table td p {
    margin-bottom: 0;
}
.pricing table td,
.pricing-table td{
    padding: 0.5rem 1rem;
	border: 1px solid #dddddd;
	text-align: left;
	padding: 8px;
}

.pricing table tr:nth-child(2n) {
    background-color: #f8f9fa;
}

.modal.fade .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0,0)scale(.5);
    transform: translate(0,0)scale(.5);
}

.modal.show .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0,0)scale(1);
    transform: translate(0,0)scale(1);
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.popup_form .title{
    color: rgba(0,0,0,.85);
    padding: 20px 0 4px;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
    width: 100%;
}
.popup_form .modal-header {
    border-bottom: none;
}
.popup_form .modal-header .close {
    position: absolute;
    top: 10px;
    right: 10px;
}
.popup_form .modal-body {
    padding: 0 24px 24px;
    font-size: 14px;
}
.popup_form label {
    margin-bottom: 0;
    font-size: 14px;
}
.popup_form label.two-dots::after{
    content: ":";
    position: relative;
    top: -0.5px;
    margin: 0 8px 0 2px;
}
.popup_form label.required::before {
    display: inline-block;
    margin-right: 4px;
    color: #f5222d;
    font-size: 14px;
    line-height: 1;
    content: "*";
}
.popup_form .form-control {
    font-size: 14px;
    height: 32px;
    padding: 4px 11px;
    color: rgba(0,0,0,.65);
    line-height: 1.5;
    box-shadow: none;
}
.popup_form .btn {
    font-size: 14px;
    border-radius: 0;
}
.popup_form .btn-addAddress {
    border-color: #ced4da;
}
.popup_form .form-group-btn .btn {
    height: 32px;
    line-height: normal;
    width: 100%;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}
.ant-input-affix-wrapper input.error ~ .ant-input-suffix {
    top: calc(50% - 12px);
}
.ant-input-affix-wrapper {
    position: relative;
}
.ant-input-affix-wrapper .ant-input-suffix{
    position: absolute;
    top: 50%;
    right: 12px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(0,0,0,.65);
    line-height: 0;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ant-input-affix-wrapper .ant-input-suffix.eye-hide .anticon-eye::before{
    content: "";
    width: 1px;
    height: 15px;
    background-color: rgba(0,0,0,.45);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
}
/* #formRegister input[name="addAddress"] {
	height: 0;
	border: none;
	position: absolute;
} */
.popup_province .modal-dialog {
    max-width: 675px;
}
.popup_province .modal-header {
    padding: 16px 24px;
    color: rgba(0,0,0,.65);
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
}
.popup_province .modal-header .modal-title{
    margin: 0;
    color: rgba(0,0,0,.85);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    word-wrap: break-word;
}
.popup_province .modal-body {
    padding-top: 24px;
    color: rgba(0,0,0,.65);
}
.popup_province input[type="radio"]{
    transform: scale(1.2);
    margin-right: 8px;
    margin-top: -1px;
}
.popup_warehouse .p-title {
    font-size: 1.8em;
    font-weight: 600;
}
.popup_warehouse .modal-header {
    border-bottom: 3px solid var(--primary-color);
    padding-bottom: 16px;
    margin-bottom: 20px;
    margin-left: 25%;
    margin-right: 25%;
}
.popup_warehouse p {
    word-break: break-word;
    margin: 0;
    padding: 0;
}
#formUpdateInfoUser .form-control {
    height: 32px;
    font-size: 14px;
}
#formUpdateInfoUser .form-control:disabled, 
#formUpdateInfoUser .form-control[readonly] {
    opacity: 1;
    background: transparent;
    border: 0;
    padding: 0;
    height: auto;
}
#formUpdateInfoUser select.form-control:disabled{
    -webkit-appearance: none;
    -moz-appearance: none;
}
#formUpdateInfoUser .customer_id {
    width: 100%;
    border: none;
    background: transparent;
    cursor: not-allowed;
    font-size: 14px;
    color: #495057;
}

@media (min-width: 1600px) {
    h1.entry-title {
		font-size: 32px;
	}
}
@media (min-width: 1400px) {
    h1.entry-title {
		font-size: 28px;
	}
}
@media (min-width: 768px) {
    .site-section {
        padding: 5em 0;
    }
    .site-footer {
        padding: 8em 0;
    }
}
@media (max-width: 992px) {
	.site-section {
		padding: 2.5em 0;
	}
	.home-banner h1 {
		font-size: 24px;
		color: #000!important;
		text-align: left;
	}
	.home-banner {
		min-height: auto;
		height: auto;
		background-image: unset !important;
		display: block;
	}
	.breadcrumb-custom {
		text-align: left;
	}
	.site-blocks-cover.inner-page-cover, .site-blocks-cover.inner-page-cover .row {
		min-height: auto;
		height: auto;
		background-image: unset !important;
		display: block;
	}
	.youtube-video-container .play-single-big{
		width: 50px;
		height: 50px;
	}
	.play-single-big>span {
		font-size: 20px;
	}
	.box-breadcrumb {
		background-color: transparent;
		border-radius: 0;
		padding: 10px;
		color: #000;
		display: flex;
		flex-direction: column-reverse;
	}
}
@media (max-width: 576px) {
	h2 {
		font-size: 1.6rem;
	}
}


ection {
    padding: 10px;
}
#leftSide {
    flex: 3;
}
#rightSide {
    flex: 2;
}
#displayArea {
    background: rgba(7, 7, 7, 0.2);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    border-radius: 0.5em;
}
#controls {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    align-items:center;
}
#title {
    flex: 100%;
    height: 40px;
    display: grid;
    place-items: center;
    color: var(--wht);
    background: var(--pnk);
    border-radius: 0.5em;
    margin: 0;
}
#controls button {
    height: 100px;
    flex: 1;
    background:rgba(7, 7, 7, 0.2);
    font-size: 54px;
    color:rgba(7, 7, 7, 0.5);
    border: none;
    border-radius: 0.5em;
    cursor: pointer;
}
#controls button:hover {
  color: var(--wht);
}
#controls button:active {
    background: var(--pnk);
    color: var(--wht);
}
#uploadButton {
    position: relative;
}
#upload {
    position: absolute;
    visibility: hidden;
}
#uploadButton label {
    cursor: pointer;
}
.note {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
    border-radius: 0.25em;
    overflow: hidden;
}
.noteHead {
    background: var(--trq);
    color: var(--wht);
    font-size: 16px;
    padding: 12px;
    flex: 0 0 40px;
    display: flex;
    justify-content: space-between;
}
.noteTitle {
    margin: 0;
    flex: 1 1 60%;
    background-color: transparent;
    color: var(--wht);
    border: none;
    font-size: 16px;
    border-radius: 0.25em;
}
.noteTitle:focus {
    background-color: rgba(7, 7, 7, 0.2);
    border: none;
    outline: none;
}
.tools {
    text-align: right;
}
.tools > i {
    margin: 0 10px;
    cursor: pointer;
}
.tools > i:active {
    color: var(--pnk);
}

.notepad {
    background-color: var(--wht);
    flex: 1;
}
.notepad > textarea {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    line-height: 1.5;
    font-size: 16px;
    background-color: var(--wht);
    color: var(--blk);
    border: none;
    padding: 10px;
    resize: none;
}
.notepad > textarea:focus {
    border: none;
    outline: none;
}

.note.minimized .fa-pen-to-square {
    color:rgba(7, 7, 7, 0.2);
}

.note.minimized .notepad {
    flex: 0 0 0px;
    overflow: hidden;
    transition: all 0.3s;
}
.note.minimized .noteHead:hover + .notepad {
    flex: 0 0 40px;
}

#minimizedNotes {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.note-show {
    margin-bottom: 0;
}
@media screen and (max-width: 730px) {
  main {
    flex-direction: column;
    gap: 5px;
  }
  #leftSide {
    flex: 0 0 50vh;
    padding: 0;
  }
  #rightSide {
    flex: 0 0 45vh;
    padding: 0;
  }
  #displayArea {
      gap: 5px;
  }
  #controls button {
    font-size: 1.5em;
    height: 40px;
  }
  .notepad > textarea {
    font-size: 12px;
  }
  .noteHead {
    font-size: 14px;
    flex-wrap: wrap;
  }
  .noteTitle {
    font-size: 14px;
  }
}

@media screen and (max-width: 352px) {
  .tools {
    order: 1;
    flex: 100%;
    margin-bottom: 5px;
  }
  .noteTitle {
    order: 2;
  }
  #title {
    font-size: 18px;
  }
}
.loader {
  width: 60px;
}

.loader-wheel {
  animation: spin 1s infinite linear;
  border: 2px solid rgba(30, 30, 30, 0.5);
  border-left: 4px solid #fff;
  border-radius: 50%;
  height: 50px;
  margin-bottom: 10px;
  width: 50px;
}

.loader-text {
  color: #fff;
  font-family: arial, sans-serif;
}

.loader-text:after {
  content: 'Loading';
  animation: load 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    content: 'Loading';
  }
  33% {
    content: 'Loading.';
  }
  67% {
    content: 'Loading..';
  }
  100% {
    content: 'Loading...';
  }
}
.spinner-border.text-primary {
    display: block;
    margin-top: 10px;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 19px;
    z-index: 99999999999;
}
button#btn-login {
    margin-bottom: 13px;
}
table td.add-note {
    cursor: pointer;	
}