.mobile {
    display: none;
}

.header {
    height: 105px;
}
.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.header-policy {
    display: flex;
    flex-grow: 1;
    justify-content: space-evenly;
}
.header-policy__item {
    display: flex;
    transition: all 0.15s ease-in;
    margin-right: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-policy__item:hover {
    opacity: 0.5;
}
.header-policy-icon {
    text-align: center;
    height: 48px;
    width: 48px;
    border: 2px solid var(--color-primary);
    border-radius: 50% !important;
    padding: 10px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.header-policy-icon img {
    width: 24px;
    height: auto;
}
.header-policy-text p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--color-black);
}
.header-policy-text h3 {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    color: var(--color-black);
}
section {
    padding: 30px 0;
}
.banner-img {
    height: 250px;
}
.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
img.banner {
    border-radius: var(--radius-6);
    width: 100%;
    max-height: 350px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}
.featured-slider.owl-theme .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
}
.featured-slider.owl-theme .owl-nav>.owl-prev,
.featured-slider.owl-theme .owl-nav>.owl-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.86);
    transition: all 0.25s ease-in;
    color: #454545;
}
.featured-slider.owl-theme .owl-nav>.owl-prev:hover,
.featured-slider.owl-theme .owl-nav>.owl-next:hover {
    background-color: var(--color-primary);
}
.bg-white-light {
    background-color: #f3f3f3;
}
.featured-slider .owl-stage-outer {
    border-radius: var(--radius-6);
    overflow: hidden;
}
.wrap-slide-video {
    padding-top: 25px;
}
.video-block {
    background-color: var(--color-dark-blue);
    padding: 30px 0;
}
.video-playlist {
    margin: 0;
    box-sizing: border-box;
    
}
.video-playlist-thumb {
    list-style: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.video-playlist__item {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 5px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-left: 45px;
    border-radius: var(--radius-6);
    transition: all 0.15s ease-in;
    cursor: pointer;
}
.video-playlist__item:hover {
    background-color: var(--color-dark-blue-bold);
}
.video-playlist__item.active {
    position: relative;
    background-color: var(--color-primary);
    transition: all 0.15s ease-in;
}
.video-playlist__item.active::before {
    font-family: boxicons!important;
    content: "\ebbd";
    position: absolute;
    top: 50px;
    left: 3px;
    color: var(--color-black);
    font-size: 35px;
}

.video-playlist__item.active .video-playlist__info h4 {
    color: var(--color-black);
    font-weight: 500;
}
.video-playlist__item.active .number {
    color: var(--color-black);
    visibility: hidden;
    z-index: -1;
    opacity: 0;
}
.video-playlist__item .number {
    position: absolute;
    top: 0;
    left: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
}
.video-playlist__img {
    width: 150px;
    height: 100px;
    border-radius: var(--radius-6);
    overflow: hidden;
}
.video-playlist__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.video-playlist__info {
    width: calc(100% - 150px);
    padding-left: 15px;
}
.video-playlist__info h4 {
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    color: #fff;
}
.video-playlist__info p span {
    font-size: 15px;
}
.video-playlist__info p span:first-child {
    color: #ccc;
}
.video-playlist__info p span:last-child {
    color: #fff;
}
.big-slide-view {
    position: relative;
    width: 100%;
    height: 405px;
    overflow: hidden;
    border-radius: var(--radius-6);
}
.big-slide-view iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.text-right {
    margin-top: 10px;
}
.text-right a {
    font-size: 15px;
}
.text-right a i {
    margin-right: 5px;
}
.back-to-top button {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    transition: all 0.25s ease-in;
}
.back-to-top button i {
    font-size: 20px;
}
.back-to-top button:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}
.fancybox__container {
    z-index: 999999!important;
}
.link-Swiper {
    margin-top: 15px;
}
.link-box .link-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    padding-top: 0;
    margin-bottom: 20px;
    transition: all 0.15s ease-in;
}
.link-box .link-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.link-box:hover {
    border-color: transparent;
}
.link-box:hover .link-img {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.swiper.gallery-thumbs {
    margin-top: 20px!important;
}
.btn-call {
    background: #BD081C;
    display: inline-block;
    color: #fff!important;
    border-radius: 20px;
    position: relative;
    padding: 11px 5px;
    margin-bottom: 1px;
    font-size: 17px;
    overflow: hidden;
    text-align: center;
    width: -webkit-fill-available;
}
.btn-call::before {
    content: "";
    width: 200px;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    background: linear-gradient(109deg, rgba(255,255,255,0) 30%, rgba(255,255,255,0.6671262254901961) 50%, rgba(255,255,255,0) 70%);
    animation: left_to_right 1s linear infinite;
}
.user-login-mobile {
    position: absolute;
    top: 50px;
    right: 28px;
    font-size: 25px;
    color: var(--color-primary);
}
.user-login-mobile:hover .user-dropdown {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    top: 30px;
}
.user-dropdown {
    position: absolute;
    top: 45px;
    right: -10px;
    min-width: 200px;
    background-color: #f9f9f9;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #ccc;
    z-index: -1;
    transition: all 0.15s ease-in;
}
.user-dropdown::after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background-color: #f9f9f9;
    top: -6px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    right: 15px;
    transform: rotate(45deg);
}
.user-dropdown .user-btn-default,
.user-dropdown .user-btn-primary {
    min-width: 180px;
    font-size: 15px;
    height: 35px;
    margin-bottom: 10px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;  
}
.user-dropdown .user-btn-primary {
    border: 1px solid var(--color-primary);
    background-color: var(--color-primary);
    color: #fff;
}
.user-dropdown .user-btn-default {
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
}

.latest-news-slide .owl-nav button.owl-next, 
.latest-news-slide .owl-nav button.owl-prev {
    width: 25px;
    height: 25px;
    border-radius: var(--radius-6);
    border: 1px solid var(--color-primary);
    color: var(--color-black);
}
.latest-news-slide .owl-nav button.owl-next:hover,
.latest-news-slide .owl-nav button.owl-prev:hover {
    background-color: var(--color-primary);
    color: #fff;
}
.result-box {
    background-color: #D68910;
    border-radius: 6px;
    padding: 15px 20px;
    position: relative;
}
.result-box .loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}
.result-box .loading.active {
    z-index: 999;
    visibility: visible;
    opacity: 1;
}
.result-box .loading .loading-text {
    display: flex;
    background-color: rgba(255, 255, 255, 0.8);
    color: #D68910;
    font-size: 15px;
    min-width: 300px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}
.result-box .loading .loading-text i {
    margin-right: 5px;
}
.result-box-heading {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
.result-box-list {
    list-style-type: none;
    padding: 0 10px 0 0;
    margin: 0;
}
.result-box-item {
    background-color: #f9f9f9;
    border-radius: 6px;
    padding: 15px 20px;
    margin-bottom: 10px;
}
.result-item-row {
    display: flex;
    border-bottom: 1px dashed #ccc;
    padding: 5px 0;
}
.result-item-row .result-item-title {
    width: 25%;
    font-weight: bold;
    color: #2C3E50;
}
.result-item-row .result-item-data {
    width: 65%;
    color: #566573;
    display: flex;
}
.result-item-row .result-item-data .weekday {
    display: flex;
    flex-direction: column;
    width: 50%;
}
.result-item-row .result-item-data .weekday span:first-child {
    font-weight: bold;
} 
.result-box-scroll {
    max-height: 450px;
    overflow-y: scroll;
}
.result-item-row .result-item-title i {
    margin-right: 4px;
}
.btn-search-post {
    margin-top: 23px;
}
.locator-heading {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.locator-heading h2 {
    font-size: 22px;
    text-transform: uppercase;
}
.form-locator {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    background-color: #FFFAD5;
    border: 1px solid #D4CFAC;
    padding: 10px;
}
.form-locator label {
    width: 15%;
}
.form-locator input {
    width: 80%;
    margin: 0 5px;
}
.form-locator input:focus {
    outline: none;
}
.form-locator button {
    width: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fcb71e;
    color: #fff;
    transition: all 0.3s ease-in;
}
.form-locator button:hover {
    background-color: #E8A504;
    color: #fff;
}
.social-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.social-list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-right: 5px;
    flex-wrap: wrap;
    transition: all 0.25 ease-in;
}
.social-list li a:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.social-list li a img {
    max-width: 18px;
}
label span.required {
    color: red;
}
.form-group {
    margin-bottom: 12px;
}
.form-group label {
    margin-bottom: 3px;
}
.form-group label.error {
    color: red;
    font-weight: normal!important;
    margin-top: 5px;
}
.text-red {
    color: red;
}
.nav-button span i {
    font-size: 26px;
}
.search-overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in;
}
.search-overlay.active {
    z-index: 999999;
    opacity: 1;
    visibility: visible;
}
.search-overlay .btn-close-search {
    position: absolute;
    top: 15px;
    right: 15px;
}
.search-overlay .btn-close-search i {
    font-size: 32px;
    color: #fff;
}
.search-overlay .form-search {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 26px;
}
.search-overlay .form-search input {
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    height: 35px;
    background-color: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #ccc;
    transition: all 0.25s ease-in;
    color: #fff;
}
.search-overlay .form-search input:focus {
    border-color: var(--color-primary);
    outline: none;
}
.search-overlay .form-search button {
    position: absolute;
    top: 20PX;
    right: 25px;
    background: transparent;
    border: none;
    color: #f9f9f9;
}
.alert-error {
    color: red;
    margin-top:  10px;
    margin-bottom: 2px;
    padding: 5px;
    background-color: #dddddd;
    border: 1px solid red;
    display: block;
}
.button-2 {
  background-color: rgba(51, 51, 51, 0.05);
  border-radius: 8px;
  border-width: 0;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  margin: 0;
  padding: 10px 12px;
  text-align: center;
  transition: all 200ms;
  vertical-align: baseline;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.button-2:hover {
    background-color: rgba(51, 51, 51, 0.25);
}
.parcel-box {
    border: 1px solid #D4CFAC;
    border-radius: 6px;
    overflow: hidden;
}
.parcel-box .parcel-info {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.parcel-box .parcel-info .parcel-info-header {
    background-color: #FFFAD5;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    list-style: none;
    padding: 10px 5px;
    margin: 0;
    box-sizing: border-box;
}
.parcel-box .parcel-info .parcel-info-header li {
    display: flex;
    position: relative;
    flex-direction: column;
    padding-left: 15px;
    border-right: 1px solid #bbbbbb;
}
.parcel-box .parcel-info .parcel-info-header li:nth-child(1),
.parcel-box .parcel-info .parcel-info-header li:nth-child(2) {
    width: 25%;
}
.parcel-box .parcel-info .parcel-info-header li:last-child {
    width: 41.66%;
    border: none;
}
.parcel-box .parcel-info .parcel-info-header li::before {
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 3px;
    left: -5px;
}
.parcel-box .parcel-info .parcel-info-header li:nth-child(1)::before {
    content: "\f02a";
}
.parcel-box .parcel-info .parcel-info-header li:nth-child(2)::before {
    content: "\f06b";
}
.parcel-box .parcel-info .parcel-info-header li:nth-child(3)::before {
    content: "\f041";
}
.parcel-box .parcel-info .parcel-info-header li span:last-child {
    font-weight: bold;
}
.parcel-box .parcel-info .parcel-info-body {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    padding: 10px;
    border-bottom: 1px solid #D4CFAC;
}
.parcel-box .parcel-info .parcel-info-body li {
    width: 50%;
    font-size: 13px;
}
.parcel-box .parcel-info .parcel-info-body li span:first-child {
    font-weight: bold;
}
.parcel-heading {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 10px;
    margin: 0;
    border-bottom: 1px dashed #EFBE53;
    margin-bottom: 5px;
}
.parcel-inner {
    padding: 6px;
}
.parcel-table {
    width: 100%;
}
.parcel-table thead {
    background-color: #f6f6f6;
    border: 1px solid #dcdcdc;
}
.parcel-table tbody {
    border: 1px solid #dcdcdc; 
}
.parcel-table thead tr th,
.parcel-table tbody tr td {
    font-size: 12px;
    padding: 5px;
    border-right: 1px solid #dcdcdc;
}

span.label-location {
    cursor: pointer;
    color: #038ee2 !important;
}
    .label-location:hover {
        color: #faa61a !important;
    }

.parcel-log {
    padding-left: 20px;
}
.log-bar {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding-left: 20px;
    padding-right: 10px;
    margin: 10px 0;
    box-sizing: border-box;
    border-left: 1px solid #ccc;
}
.log-bar li {
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.log-bar li::before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #8C8C8C;
    top: 5px;
    left: -24px;
}
.log-bar li:last-child {
    color: #ff9900;
}
.log-bar li .log span:last-child {
    color: #038ee2;
    border-bottom: 1px dotted #EFBE53;
    margin-left: 0px;
    position: relative;
    display: inline-block;
}
.log-bar li .log span:last-child:hover {
    color: #ff9900;
}
.log-bar li .log span:nth-child(2)::after {
    content: '\f041';
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 0;
    right: -10px;
    font-size: 11px;
}
.log-bar li:last-child::before {
    background-color: #ff9900;
}
.log-bar li > span {
    font-size: 14px;
    line-height: 18px;
}
.log-bar li > span:first-child {
    margin-bottom: 3px;
    display: inline-block;
}
.loading-page {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}
.loading-page i {
    margin-right: 5px;
    animation: rotate 1.5s ease-in-out infinite;
}

.header .logo img {
    max-width: 400px;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .mobile {
        display: block;
    }
    .desk {
        display: none;
    }
    .header {
        height: auto;
    }
    .header .container {
        flex-direction: column;
        padding: 0;
    }
    .header .container .logo {
        border-bottom: 1px solid #eee;
    }
    .header-policy {
        width: 100%;
        padding: 0 10px;
        justify-content: flex-start;
    }
    .header-policy__item {
        display: flex;
        width: 33.33%;
        align-items: center;
    }
    .header-policy-icon {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }
    .header-policy-icon img {
        width: 15px;
    }
    .header-policy-text p {
        font-size: 13px;
    }
    .header-policy-text h3 {
        font-size: 14px;
        white-space: nowrap;
    }
    .logo {
        left: 15px;
        max-width: 100%;
        padding: 10px 0;
    }
    .logo img {
        height: auto;
    }
    .web-heading {
        padding-left: 40px;
    }
    .sidebar-right {
        margin-top: 10px;
    }
    .wrap-mobile-nav {
        height: 45px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .reset-ul {
        width: 100%;
    }
    .reset-ul li:first-child b {
        color: #fff;
    }
    .web-heading span:first-child {
        font-size: 16px;
        margin-bottom: 0;
    }
    .web-heading span:last-child {
        font-size: 20px;
    }
    .big-slide-view {
        height: 190px;
    }
    .video-playlist {
        margin-top: 15px;
    }
    .video-playlist__item {
        padding-left: 30px;
    }
    .video-playlist__img {
        width: 100px;
        height: 80px;
    }
    .video-playlist__info {
        width: calc(100% - 100px);
        padding-right: 10px; 
    }
    .video-playlist__info h4 {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 25px;
        -webkit-line-clamp: 2;
        height: 50px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    .video-playlist__item .number {
        left: 5px;
    }
    .video-playlist__item.active::before {
        font-size: 25px;
    }
    .result-box-list {
        padding: 0;
    }
    .result-item-row {
        display: flex;
        flex-direction: column;
    }
    .result-item-row .result-item-title,
    .result-item-row .result-item-data {
        width: 100%;
    }
    .result-item-row .result-item-data {
        margin-top: 5px;
    }
    .result-item-row .result-item-data {
        flex-direction: column;
    }
    .result-item-row .result-item-data .weekday {
        margin-bottom: 10px;
        width: 100%;
    }
    .social-list {
        margin-top: 18px!important;
        justify-content: center;
    }
    .form-locator {
        flex-wrap: wrap;
    }
    .form-locator label {
        width: 100%;
    }
    .form-locator input {
        width: 65%;
    }
    .form-locator button {
        width: 20%;
    }
    .parcel-box .parcel-info .parcel-info-header {
        flex-direction: column;
    }
    .parcel-box .parcel-info .parcel-info-header li:nth-child(1), 
    .parcel-box .parcel-info .parcel-info-header li:nth-child(2) {
        width: 100%!important;
        border-right: none;
        border-bottom: 1px solid #bbbbbb;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px 0;
    }
    .parcel-box .parcel-info .parcel-info-header li:nth-child(3) {
        width: 100%!important;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px 0;
    }
    .parcel-box .parcel-info .parcel-info-header li::before {
        top: 8px;
        left: 110px;
    }
    .parcel-box .parcel-info .parcel-info-body li {
        width: 100%;
        margin-bottom: 10PX;
    }
    .parcel-log {
        padding-left: 10px;
    }
    .log-bar {
        padding-left: 10px;
        padding-right: 20px;
    }
    .log-bar li::before {
        top: 5px;
        left: -14px;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1125px;
    }
}

.header .logo {
    max-width: 550px;
}
.result-item-data {
    display: flex;
    flex-direction: column;
}
.result-item-data .open-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
}
.result-item-data .open-item span:first-child {
    font-weight: bold;
}