/*General Css*/
:root {
    --main-color: #388700;
    --second-color: #b20000;
    --third-color:  #b20000;
    --four-color:  #b20000;

    --default-fs: 17px;
    --lg-fs: 25px;
    --md-fs: 20px;
    --sm-fs: 19px;

    --range-xxl: 70px;
    --range-xl: 40px;
    --range-lg: 30px;
    --range-md: 20px;
    --range-sm: 15px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: var(--default-fs);
    color: #151f48;
    font-family: "Arial", sans-serif;
    background: #eeeeee5c;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h1, h2, h3, h4, h5 {
  font-weight: 600;
}

button:focus {
    outline: 0;
    box-shadow: none;
}

button {
    background-color: transparent;
    border: 0;
}
.hidden{display:none;}
.btn.focus, .btn:focus, .form-control:focus {
    outline: 0;
    box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

a:hover {
    color: var(--main-color) !important;
    text-decoration: none;
}

a:hover h3, a:hover h5, a:hover h2 {
    color: var(--main-color) !important;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 auto;
}
.wp-caption figcaption{line-height:20px !important; margin:10px 0 20px 0;}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 15px;
    line-height: 16px;
    margin: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


.short-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp-1 {
    -webkit-line-clamp: 1;
}

.clamp-2 {
    -webkit-line-clamp: 2;
}

.clamp-3 {
    -webkit-line-clamp: 3;
}

.clamp-4 {
    -webkit-line-clamp: 4;
}

.icon-input {
    font-family: "FontAwesome";
    /*add &#x before font unicode*/
}

.img-mw100 {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.img-w100 {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.img-center {
    display: block;
    margin: 0 auto;
}

.img-full {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.disabled {
    display: none;
}

img {
    max-width: 100%;
    height: auto
}

#btn-search {
    padding: 5px 10px;
    background-color: var(--main-color);
    border-radius: 5px;
    border: 0;
    color: #fff;
    cursor: pointer;
}

#btn-search:hover {
    color: #fff !important;
    background-color: #e08700;
}

#btn-search:hover::before {
    display: none;
}

#btn-menu {
    border: none;
    color: #fff;
    background-color: var(--main-color);
    padding: 10px 6px;
    border-radius: 5px;
    margin-left: 5px;
}

#btn-menu span {
    width: 20px;
    height: 2px;
    margin-bottom: 4px;
    background-color: #fff;
    display: block;
}

#btn-menu span:last-child {
    margin-bottom: 0;
}

.btn-dropdown {
    display: none;
    border: none;
    padding: 0 10px;
    background-color: transparent;
    color: #333;
    transition: all .5s ease-in-out;
}

.btn-hreadmore {
    background-color: var(--main-color);
    color: #fff;
    text-transform: uppercase;
    padding: 10px 25px;
}

.btn-hreadmore:hover {
    color: #fff !important;
    background-color: #d07d00;
}

.btn-small-rm {
    color: var(--main-color);
}

.btn-totop {
    color: #a3a3a3;
}

.page-footer {
    color: #a3a3a3;
}

.rotate-180 {
    color: var(--main-color);
    transform: rotate(180deg);
}

.desc {
    font-size: 15px;
    text-align: left;
    margin-bottom: 0;
    line-height: 24px;
}

.box-head {margin-bottom: 20px;}
.box-related .box-head {margin-bottom: 30px;}
.box-news-page .box-head {margin-bottom: 25px;}
.box-head .desc {
    width: 84%;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
}

.box-head h2, .box-head h1, .box-head h3,
.box-head h2 a, .box-head h1 a, .box-head h3 a,
.box-head .head-title, .box-head .head-title a{
    margin-bottom: 0;
    font-size: 22px;
    color: var(--main-color);
    text-align: center;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.box-head h2,.content h2, .content .head-title{
    font-size: 25px;
    line-height:35px;
}
.box-head h1, .content h1{
    font-size: 25px;
    line-height: 30px;
}
.box-head h3, .content h3{
    font-size: 23px;
    line-height:30px;
}

@media screen and (max-width:767px){
    .box-head h2,.content h2,.box-head .head-title,.box-head .head-title a{
        font-size: 24px !important;
        line-height:33px;
    }
    .box-head h1, .content h1{
        font-size:26px;
        line-height: 35px;
    }
}

/* Header Css */

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-icon {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999999;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top-color: #FFA500;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.droplet {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0,0,0,.5);
    display: none;
}
.droplet.show {  display: block; }

body.disable-scroll {
    overflow: hidden;
}
header{
  position: relative;
  z-index: 999;
}

header,
.header-nav{
    background-color: #fff;
}
.header-nav{
    border-bottom: 2px solid var(--main-color);
}
.header-nav .header-nav-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-nav .box-logo {
}
.header-nav .box-logo img{
    height: 85px;
}

.header-nav .box-nav {
    width: calc(100% - 120px);
}

#wpadminbar{z-index:999;}
header.fixed{z-index:9999;}
header.fixed .header-nav{position:fixed;top:0;left:0;right:0;z-index: 9999;}
header.fixed .header-nav .box-logo img{height: 50px;}
header.fixed .header-nav .main-menu ul li a{padding: 5px 13px;font-size: 14px;}
header.fixed .header-nav .main-menu .sub-menu li a{}

.page-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.page-header h1 {
    font-size: 22px;
    margin-bottom: 10px;
    color: var(--main-color);
    line-height: 30px;
}

.page-content {
    text-align: justify;
    line-height: 28px;
    font-size: 16px;
    padding-top: 10px;
}

.page-content img {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
}
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5 {
    font-weight: 700;
}

.page-content h2 {
    font-size: 22px;
}

.page-content h3 {
    font-size: 17px;
}

.page-content h4 {
    font-size: 17px;
}

.page-content h5 {
    font-size: 16px;
}

@media screen and (max-width:767px){
    .page-header h1 {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 0;
    }
    .page-content h2{font-size:16px;}
}

.page-content iframe {
    display: block;
    margin: 0 auto;
}
.page-content iframe{max-width:100% !important;}
.page-content table {
    width: 100% !important;
    border-collapse: collapse;
}

.page-content table tbody tr:nth-child(even) {
    background-color: #eee;
}

.page-content table tbody tr td {
    border: solid 1px #aaa;
    line-height: 30px;
    padding: 5px 10px 5px 10px;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5 {
    margin-top: 20px;
    color: var(--main-color);
    margin-bottom: 15px;
}

.box-add-more{
    margin-bottom: 20px;
    color: #333;
    font-size: 16px;
}
.box-infor-more{margin: 10px 0;}

.box-infor-more p strong{
    font-size: var(--sm-fs);
    margin-bottom: 0;
    text-transform: uppercase;
}
.box-infor-more strong{
    color: var(--main-color);
}
.box-infor-more ul {
    padding: 0;
    margin: 0;
}

.box-infor-more ul li {
    list-style: none;
    margin-bottom: 10px;
    color: #333;
}

.box-infor-more ul li:last-child {
    margin-bottom: 0;
}

.box-infor-more ul li i {
    padding-right: 10px;
    color: var(--main-color);
}

b, strong{font-weight: 600;}

.box-navication {
    padding-bottom: var(--range-xxl);
}

.box-detail {
    padding: 10px 0 30px 0;
}

.box-related{
    padding-top: 10px !important;!i;!;
}
.box-related .box-head{
    text-align:left;
    margin-bottom: 15px;
}
.box-related .box-head h2{
    text-align:left;
    font-size: 20px;
    line-height: 25px;
}
.box-related ul{
    padding-left: 16px;
}
.box-related ul li{
    margin-bottom: 5px;
}
.box-related ul li a{
    font-size: 15px;
    color: #333;
}
/* Footer Css */

footer, footer a {
    color: white;
}

.footer-main {
    background-color: var(--main-color);
    padding: 40px 0;
}

.ft-head {
    padding-bottom: 20px;
}

.ft-head .footer_title {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.ft-body {
    font-size: 14px;
}

.footer_col1 .ft-body a:hover{
    color: #fff !important;
}

.ft-links ul {
    padding: 0;
    margin: 0;
}

.ft-links ul li {
    list-style: none;
    display: flex;
    align-items: baseline;
    border-bottom: 1px solid #eeeeee24;
}

.ft-links ul li:last-child {
    border-bottom: 0;
}

.ft-links ul li:first-child > a {
    padding-top: 0;
}

.ft-links ul li a {
    display: block;
    padding: 10px 0;
}
.ft-links ul li a:hover{
    color:#fff !important;
}

.ft-links ul li i {
    padding-right: 10px;
    color: #eeeeee90;
    font-size: 10px;
}

.ft-body p {
    margin-bottom: 5px;
}

.ft-info ul {
    padding: 0;
    margin: 0;
}

.ft-info ul li {
    list-style: none;
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

.ft-info ul li:last-child {
    margin-bottom: 0;
}

.ft-info ul li i {
    padding-right: 10px;
    color: #fff;
}

.footer_social a {
  color: #fff !important;
  width: 30px;
  height: 30px;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.footer_social a:not(:last-child) {
  margin-right: 5px;
}
.footer_social a svg {
    fill: #fff !important;
    width: 15px;
}

.footer-main-rows{
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 30px;
}

.footer_fanpage .ft-body img{width:100%; height:auto;}

.coppyright {
    background-color: var(--second-color);
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
}

.rank-math-breadcrumb{
    margin-top: 10px;
    font-size: 13px;
}
.rank-math-breadcrumb p{margin-bottom:0;}
.rank-math-breadcrumb *{color:#333;}

.box-news-grids{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.news-home-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.news-item {
    border-radius: 0;
}

.news-item .news__img img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.news-item .news__content {
    padding: 15px 0;
}

.news-item .news__content h5,
.news-item .news__content_h5 {
    font-size: 17px;
    margin-bottom: 0;
    color: #333;
    line-height: 21px;
    font-weight: 600;
    min-height: 42px;
    margin-bottom: 15px;
}

/* Igitech Css */
.navigation {
    clear: both;
    text-align: center;
    margin-top: 20px;
}

.navigation .pages {
    margin-right: 15px;
    display: none;
}
.extend{
    display: inline-block;
    width: 40px;
    line-height: 34px;
    border-radius: 5px;
    text-align: center;
    margin-left: 8px;
    color: #333;
    background-color: transparent;
    border: 1px solid #eee !important;
}
.wp-pagenavi a, .wp-pagenavi span{
    padding: 5px 10px !important;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    color: #333;
    background-color: transparent;
    font-size: 14px;
    border:1px solid #3333334f !important;
}
.navigation span.current {
    border:1px solid var(--main-color) !important;
}
.navigation .last{width:auto;}
.navigation a:hover, .navigation span.current {
    color: #fff !important;
    background-color: var(--main-color);
}

@media screen and (min-width:1024px){
    /* Menu CSS */
    .main-menu ul {
        padding: 0;
        margin: 0;
        justify-content: flex-end !important;
        gap: 0;
    }

    .main-menu ul li {
        list-style: none;
        position: relative;
    }

    .main-menu ul li a {
        color: #333;
        padding: 8px 30px;
        font-size: 17px;
        display: block;
        position: relative;
        text-transform: uppercase;
        transition: all .3s linear;
        font-weight: 600;
    }
    .main-menu > ul > li > a{
        border-radius: 25px;
        font-size: 14px;
        padding: 7px 10px;
    }
    .main-menu ul.sub-menu li a{
        text-transform: inherit;
    }

    .main-menu ul li a:hover {
        background: var(--main-color) !important;
        color: #fff !important;
    }

    .sub-menu {
        visibility: hidden;
        padding: 0;
        margin: 0;
        position: absolute;
        width: auto;
        top: calc(100% + 5px);
        left: 0;
        white-space: nowrap;
        background-color: #fff;
        transform: translateY(20px);
        opacity: 0;
        z-index: 999;
        transition: all .3s ease-in-out;
        border: 1px solid #eee;
    }

    .main-menu ul.sub-menu .sub-menu {
        left:100%;
        top: 0px;
        min-width: 200px;
    }

    .main-menu .sub-menu li {
    }

    .main-menu .sub-menu li a {
        color: #333;
        padding: 10px 15px;
        display: inline-block;
        font-weight: 500;
        border-bottom: 1px solid #eee;
        width: 100%;
        display: block;
        font-size: 16px;
        text-wrap: inherit;
    }

    .main-menu ul li:hover > a {
        color: var(--main-color);
    }

    .main-menu ul li:hover > .sub-menu {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    /* End Menu CSS */

    .divDetailContent{
        max-width: 100%;
        box-shadow: 0 0 3px 0 rgba(50,50,50,.5);
        background-color: #fff;
        padding: 20px;
    }
}

/* Responsive CSS*/
@media (max-width: 991px) {
    .nowrap {
        white-space: normal;
    }

    .box-detail {
        padding: 10px 0;
    }

    .caculation_truck{margin-top: 0 !important;}
}

@media (max-width: 767px) {
    .page-footer {
        padding: 10px;
        flex-direction: column;
    }

    .box-head .desc {
        width: 100%;
    }

    .page-content iframe{max-width:100% !important; height: 260px;}
}

@media (min-width: 1200px){
    .container {
        max-width: 1200px;
    }
}

/* Quick fix */
.news-item .news__img img {
    aspect-ratio: 4/3;
}

.box-news-page {
    padding: 30px 0;
}

.page-header-meta {
    font-size: 13px;
    color: #999;
    margin-top: 10px;
}

.btn-showmore {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    line-height: 30px;
    height: auto;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    font-weight: 500;
    background: #fff;
    padding: 0 10px;
    border-radius: 5px;
    transition: background-color 0.5s ease;
    gap: 10px;
    margin-top:10px;
    font-size: 14px;
}

.btn-showmore:hover {
    border: 1px solid var(--main-color);
    color: #fff;
    background: var(--main-color);
}
.home_description{margin-bottom:40px;}
.home_desc_container {
    position: relative;
    max-height: 250px;
    overflow: hidden;
    transition: max-height .4s linear;
}

.home_desc_container:before {
    content: '';
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom,transparent,#fff)
}

.home_desc_container.show:before{display:none;}

/* Index Css */
.box-home-banner img{
    position: relative;
    width: 100%;
    height: auto;
}

.introduction_grids{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}

.box-common {
    padding: 50px 0;
}
.box-common:nth-child(2n + 1){background:#fff;}

.intro_title{
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--main-color);
    line-height: 32px;
    font-weight: 600;
}

.introduction .desc {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
    color: #333;
}
.btn-text{
    text-transform: uppercase;
    color: #fff !important;
    padding: 10px 25px;
    font-size: 14px;
    background: var(--main-color);
    border-radius: 5px;
}
.btn-text:hover{
    background:#000;
    color:#fff !important;
}

.btn-text{
    text-transform: inherit;
    color: #fff !important;
    padding: 12px 20px;
    font-size: 13px;
    background: var(--main-color);
    border-radius: 30px;
}

.btn-text {
    transition: all 0.2s;
    position: relative
}

.btn-text:hover {
    padding-left: 30px;
    background: #EF4B0D!important
}

.viewmore  .btn-text{
    padding: 0;
    background: none;
    color: var(--main-color) !important;
}
.viewmore  .btn-text:hover{background:none !important;}
.viewmore_about.viewmore  .btn-text{
    background: var(--main-color) !important;
    padding: 8px 20px;
    color: #fff !important;
    font-size: 14px;
}

.experience .exp__img{}
.experience .exp__img img{
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.experience .exp__img iframe{
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.services-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.popup_text_div,
.popup_submit_div{
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  gap: 12px;
  align-items: center;
}

.popup_text_div input{
  width: 50%;
  font-size: 14px;
  color: #333;
  padding: 6px 7px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #c0c0c0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  -webkit-transition: color .3s, border .3s, background .3s, opacity .3s;
  -o-transition: color .3s, border .3s, background .3s, opacity .3s;
  transition: color .3s, border .3s, background .3s, opacity .3s;
  background: #fff;
}
.popup_submit_div input{background: var(--second-color);width: 50%;height: 32px;border-radius: 20px;border: none;color: #fff;text-transform: uppercase;font-weight: 600;font-size: 14px;cursor: pointer;}
.popup_submit_div label{
  color: blue !important;
  width: 50%;
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}

.contact-page-grids{display: grid; grid-template-columns: 1fr 1fr; gap: 30px;}
.contact-page-form .model_input_row{}
.contact-page-form .popup_text_div{
    padding: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 10px;
}
.contact-page-form .popup_text_div label{
  font-size: 14px;
  margin-bottom: 5px;
}
.contact-page-form .popup_text_div input{
  width: 100%;
}
.contact-page-form input[type='text']{
  font-size: 14px;
  padding: 5px 5px;
  width: 100%;
}
.contact-page-form .popup_submit_div{
  padding: 0;
  margin-bottom: 0;
}
.contact-page-form textarea{height: 80px;border-radius: 0;padding: 7px 10px;font-size: 14px;width: 100%;font-size: 14px;color: #333;padding: 6px 7px;border-radius: 4px;box-sizing: border-box;border: 1px solid #c0c0c0;-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);-webkit-transition: color .3s, border .3s, background .3s, opacity .3s;-o-transition: color .3s, border .3s, background .3s, opacity .3s;transition: color .3s, border .3s, background .3s, opacity .3s;background: #fff;}
.contact-page-form .popup_submit_div input{
  width:auto;
  padding: 0 30px;
}

.box-contact-page {
    padding: 30px 0;
}

.box-google-map {
    line-height: 0;
    margin-bottom: 30px;
}

.box-google-map iframe {
    width: 100%;
    height: 450px;
}

.contact-left.ft-info ul li i{color: #333 !important;}
.contact-left.ft-info ul li{color: #333 !important;}

.caculation_truck {
    text-align: center;
    margin: 10px auto;
    max-width: 100%;
    box-shadow: 0 0 3px 0 rgba(50,50,50,.5);
    background-color: #fff;
}

.caculation_truck .title {
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 10px;
    padding: 12px;
    background-color: #ef4b0d;
}

.caculation_truck .input-text {
    text-align: center;
    width: 250px;
    padding: 3px 20px;
    font-size: 15px;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.caculation_truck .note {
    font-size: 13px;
    color: #000;
    margin-top: 10px;
    font-style: italic;
}

.caculation_truck .choose-weight {
    font-size: 18px;
    color: #000;
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 0;
}

.caculation_truck .truck-options {
    font-size: 15px;
    color: #333;
    font-weight: bold;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.caculation_truck .truck-options label {
    margin: 5px 0;
    cursor: pointer;
}

.caculation_truck .contact-note {
    color: #ef4b0d;
    font-size: 14px;
    margin-top: 10px;
}

.caculation_truck .contact-note a {
    color: #007bff;
    text-decoration: none;
}

.caculation_truck .contact-note a:hover {
    text-decoration: underline;
}

.caculation_truck .button {
    margin-top: 0;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    background-color: #ef4b0d;
    border: none;
    cursor: pointer;
    border-radius: 2px;
}

.caculation_truck .button:hover {
    background-color: #d93f0a;
}

.caculation_truck .result {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 10px;
    padding: 13px;
    background-color: #ef4b0d;
}

.box-dichvu{
}

.services_list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.services_list .item{

}
.services_list .item .images{

}
.services_list .item .images img{
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 5px;
}
.services_list .item .name{

}
.services_list .item .name a{
    display: block;
    text-align: center;
    font-size: 18px;
    color: var(--main-color);
    margin-top: 15px;
}
.services_list .item .name a:hover{color: var(--second-color);}

@media (max-width: 1023px) {
    #wpadminbar{display: none !important;}
    html {
        margin-top: 0 !important;
    }
    .container, .container-fluid{
      padding-left: 10px;
      padding-right: 10px;
    }

    .box-google-map iframe {
        height: 250px;
    }

    .btn-menu{
        border: 1px solid var(--main-color);
        border-radius: 6px;
        height: 34px;
        line-height: 34px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        display: flex !important;!i;!;
        align-items: center;
        gap: 5px;
        color: #fff;
        background: var(--main-color);
        cursor: pointer;
    }
    .btn-menu i{
      color: #fff;
      font-size: 12px;
    }

    .btn_search_mobile{
        margin-right: 8px;
        line-height: 30px;
        width: 30px;
        text-align: center;
        background: var(--main-color);
        height: 30px;
        border-radius: 50%;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        margin-top: 10px;
    }

    nav.menu_mobile{
        width: 90%;
        position: fixed;
        left: 0;
        top: 68px;
        z-index: 4;
        height: 100%;
        overflow-y: auto;
        background: #fff;
        transition: all .3s;
        z-index: 99999;
    }

    nav.menu_mobile.sticky_element{
      top: 49px;
    }

    .header-nav{padding: 3px 0;}

    .header-nav .box-logo{width: 125px !important;}
    .header-nav .box-logo img{height: 52px;}
    .menu_mobile_root,
    .menu_mobile_root ul{list-style: none;padding-left: 0;}
    .menu_mobile_root{padding-bottom: 150px;}
    nav.menu_mobile.sticky_element .menu_mobile_root{padding-bottom: 125px;}
    .menu_mobile_root>li>a,.menu_mobile_root>li>span{
        padding: 8px 10px;
        font-size: 18px;
        color: var(--main-color);
        font-weight: 700;
        border-bottom: 1px solid #eee;
        text-transform: uppercase;
        display: block;
        width: 100%;
    }
    .menu_mobile_root ul a{
        padding: 11px 5px;
        display: block;
        color: #333;
        position: relative;
        border-bottom: 1px solid #f2f2f2;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        display: flex;
        align-items: center;
    }
    .menu_mobile_root ul a img{
        margin-right: 5px;
    }
    .menu_mobile_root ul li.has-children{position: relative;}
    .menu_mobile_root ul li.has-children > a{
        padding-right: 30px;
    }

    .menu_mobile_root ul li.has-children i{
        font-size: 13px;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        height: 30px;
        width: 30px;
        text-align: right;
        line-height: 30px;
        padding-right: 10px;
        z-index: 99999;
        cursor: pointer;
    }
    .menu_mobile_root ul li.has-children ul li i{
      display:none;
    }
    .menu_mobile_root ul ul{display: none;}
    .menu_mobile_root ul ul ul{padding-left:10px;}
    .menu_mobile_root ul ul li a{padding-left: 30px;font-size: 14px;font-weight: 400;padding-top: 8px;padding-bottom: 8px;text-transform: inherit;}

    header{
        position: relative;
        z-index: 20;
        background: var(--main-color);
    }

    .box-search-mobile-main{
      background: var(--main-color);
      padding: 7px 0;
    }
    .box-search-mobile-main.sticky_element{
      top: 61px;
      position: fixed;
      left: 0;
      right: 0;
      bottom: auto;
    }
    .box-search-mobile-main .box-search {
        position: relative;
        padding: 0;
    }

    .box-search-mobile-main input[type=text] {
        padding: 5px 6px;
        font-size: 13px;
        color: #333;
        width: 100%;
        padding-right: 30px;
        height: 30px;
        background: #FFFFFF;
        border: 1px solid rgba(51, 51, 51, 0.5);
        border-radius: 6px;
    }
    .box-search-mobile-main button{
        position: absolute;
        right: 0px;
        top: 0;
        bottom: 0;
        border-radius: 8px;
        border: none;
        color: #333;
        width: 30px;
        background: none;
        text-align: right;
        padding-right: 8px;
    }
    .box-search-mobile-main button i{font-size: 13px;}
    .box-common{padding: 30px 0;}

    .introduction_grids, .tasao_list,.footer-main-rows,.contact-page-grids{
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .box-head{margin-bottom: 20px;}

    .introduction_grids{gap: 20px; display:flex !important;flex-direction: column-reverse;}
    .intro_title{text-align: center;font-size: 25px;margin-bottom: 10px;margin-top: 0;}
    .viewmore_about{text-align: center;}
    .viewmore_about .btn-text{display: inline-block;}
    .introduction .desc{margin-bottom: 15px;text-align: justify;}

    .experience .exp__content .exp__content_h5{
        font-size: 22px;
    }

    .services-list,.news-home-list,.box-news-grids{
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .news-item .news__content .desc{display: none;}

    .page-content table tbody tr td {
        border: solid 1px #aaa;
        line-height: 20px;
        font-size: 14px;
        width: auto !important;
        padding: 3px !important;
    }

    .page-content ul,
    .page-content ol{
        padding-left: 20px;
    }

    .page-content{overflow: hidden !important;}

    .services_list .item .name a{
        font-size: 16px;
        text-transform: inherit;
        line-height: 22px;
    }
    .news-item .news__content h5, .news-item .news__content_h5{
        font-size: 15px;
        margin-bottom:3px;
    }

    .news-item .news__content{padding-top:10px; padding-bottom:10px;}
}

.caculation_truck {
    text-align: center;
    margin: 10px auto;
    max-width: 100%;
    box-shadow: 0 0 3px 0 rgba(50,50,50,.5);
    background-color: #fff;
}
.caculation_truck .title {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 10px;
    padding: 5px 12px;
    background-color: var(--second-color);
}
.caculation_truck .input-text {
    text-align: center;
    width: 250px;
    padding: 3px 20px;
    font-size: 15px;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.caculation_truck .note {
    font-size: 13px;
    color: #000;
    margin-top: 10px;
    font-style: italic;
}
.caculation_truck .choose-weight {
    font-size: 18px;
    color: #000;
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 0;
}
.caculation_truck .truck-options {
    font-size: 15px;
    color: #333;
    font-weight: bold;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.caculation_truck .truck-options input[type='radio']{margin:0;}
.caculation_truck .truck-options label {
    margin: 5px 0;
    font-size: 14px;
    cursor: pointer;
}
.caculation_truck .contact-note {
    color: red;
    font-size: 14px;
    margin-top: 10px;
}
.caculation_truck .contact-note a {
    color: #007bff;
    text-decoration: none;
}
.caculation_truck .button {
    margin-top: 0;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    background-color: var(--second-color);
    border: none;
    cursor: pointer;
    border-radius: 2px;
}
.caculation_truck .button:hover {
    background-color: #d93f0a;
}
.caculation_truck .result {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 10px;
    padding: 13px;
    background-color: var(--second-color);
}
@media screen and (max-width:767px){
    .caculation_truck .title{
        padding: 10px;
        line-height: 22px;
        font-size: 14px;
        margin-bottom: 0;
    }
    .caculation_truck .input-text{
        width: 90% !important;
    }
    .caculation_truck .truck-options{
        font-size: 14px;
        flex-direction: column;
        gap: 0;
    }
    .caculation_truck .truck-options label{margin: 0}
    .caculation_truck .contact-note{line-height: 20px; margin-top: 0}
    .caculation_truck .note{margin-bottom: 0 !important;}
    .caculation_truck .choose-weight{font-size: 15px; margin: 0;}

    .services_list{
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

a.message-pc {
    position: fixed;
    bottom: 200px;
    right: 30px;
    z-index: 99;
    width: 45px
}

a.zalo-pc {
    position: fixed;
    bottom: 120px;
    right: 30px;
    z-index: 99;
    width: 45px
}

a.hotline-pc {
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 99;
    width: 45px;
    background-color: #0fa80f;
    border-radius: 50%;
    height: 45px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center
}

a.hotline-pc img {
    width: 22px !important;
    !i;!;height: auto !important;
    !i;!}

@keyframes pulseX {
    0% {
        transform: scale(.9,.9)
    }

    50% {
        transform: scale(1,1)
    }

    100% {
        transform: scale(.9,.9)
    }
}

@keyframes animationIcon {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes egaAnimationShadow {
    0% {
        opacity: 0;
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2)
    }

    25% {
        opacity: .3;
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5)
    }

    50% {
        opacity: .3;
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2)
    }

    75% {
        opacity: .3;
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5)
    }

    100% {
        opacity: 0;
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2)
    }
}

.ega-hotline {
    padding: 10px;
    border-radius: 100%;
    background: red;
    position: fixed;
    bottom: 18pt;
    top: auto;
    right: 25px;
    cursor: pointer;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center
}

.ega-hotline img {
    position: relative;
    z-index: 3;
    animation: animationIcon 1s infinite ease-in-out
}

.ega-hotline .shadow {
    width: 100%;
    height: 100%;
    background: red;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 50%;
    animation: egaAnimationShadow 1.5s ease infinite;
    -webkit-animation: egaAnimationShadow 1.5s ease infinite;
    z-index: 1
}

.ega-hotline .phoneNumber {
    position: absolute;
    z-index: 0;
    height: 98%;
    display: flex;
    align-items: center;
    top: 0;
    font-size: 16px;
    min-width: 140px;
    padding: 10px;
    width: max-content;
    box-sizing: border-box;
    display: none !important
}

.ega-hotline:hover .phoneNumber {
    transition: all .3s ease-out;
    transform: scaleX(1) !important
}

.ega-hotline:after {
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 50%;
    z-index: 2
}

@media screen and (max-width: 768px) {
    .ega-hotline {
        right:10px !important;
        left: auto !important;
        bottom: 148px !important
    }
}


.call_to_at{
    text-align: center;
    margin: 10px 0;
    width: 100%;
}
.call_to_at a{
    background: var(--second-color);
    padding: 8px 40px;
    border-radius: 20px;
    color: #fff !important;
    font-weight: bold;
    display: inline-block;
    font-size: 20px;
}
.call_to_at a:hover{
    background: var(--main-color);
}
