/*

Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.live-chat {
    position: fixed;
    z-index: 99;
    font-size: 0;    border: 1px solid var(--primary-color);
    right: 20px;
    bottom: 70px;
}
.live-chat .items-action, .live-chat .items-action svg {
    position: relative;

}
.live-chat .items-action svg {
    max-height: 40px;
    -webkit-transition: width .3s;
    transition: width .3s;
    z-index: 9;
}
.items-icons{height: 46px;width: 46px;text-align: center; cursor: pointer; padding-top: 15px;  display: block;position: relative;align-items: center;}
.items-icons:not(:first-child):before{
    content: "";width: 36px;height: 0px;border: 1px solid var(--primary-color);position: absolute;top: 0;left: 5px;
}
.items-icons svg{margin: auto;max-height: 25px;position: relative;z-index: 9}
.live-chat .items-icons .title-action {
    height: 48px;
    line-height: 48px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: -1px;
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: max-width .3s ease,padding .3s ease;
    transition: max-width .3s ease,padding .3s ease;
    text-align: right;
    background: var(--primary-color);
    color: #fff;
    font-size: 17px;
	
}
.live-chat .items-icons:hover svg, .live-chat .items-icons:hover svg > *{fill: #fff;}
.live-chat .items-action .title-action b {
    font-size: 18px;
}
.live-chat .go-top.items-icons .title-action{top: -1px;}

.live-chat .items-icons:hover .title-action {
    padding: 0 65px 0 10px;
    max-width: 160px;
    width: 160px;
}
@media (max-width: 549px){.live-chat {left: 0px;bottom: 0px;width: 100%;display: block;background: #ffffff;}.live-chat > .items-icons{display: inline-block !important;width: 33.33%;border-top: none;}.items-icons:not(:first-child):before{ content: none;}.items-icons:nth-child(2){border-left: 1px solid var(--primary-color);border-right: 1px solid var(--primary-color);}.live-chat .items-icons:hover svg, .live-chat .items-icons:hover svg > *{fill: var(--primary-color);;}.live-chat .items-icons:hover .title-action { display: none;}}

@media screen and (min-width: 850px) {
    .header-bottom {
        display:none;
    }

}

/* MENU TOP */
@media screen and (max-width: 850px) {
    div#form_van_don {
        text-align:center;
    }
    form#van_don #ma_van_don{
        width:55% !important;
    }
}
#top-bar .nav>li>a {
    font-size: 15px;
    color: #fff !important;
}

#top-bar .nav-box>li.active>a, #top-bar .nav-pills>li.active>a {
    background-color: #22a2ee;
}

.button.is-link:hover {
    color: #f58320;
}
/* Custom section-title */

.section-title b {
    background-color: rgba(0, 0, 0, 0) !important;
}

.section-title-center span:after {
    content : "";
    position: absolute;
    left    : 45%;
    bottom  : -5px;
    height  : 1px;
    width   :10%;
    border-bottom: 3px solid #f58320;
}
.section-title-normal, .section-title-normal span {
    margin-bottom: 0px;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.section-title-normal span:after {
    content : "";
    position: absolute;
    left    : 0;
    bottom  : 0px;
    height  : 1px;
    width   :20%;
    border-bottom: 3px solid #f58320;
}
/* Vận đơn */
#form_van_don {
    padding:10px;
    margin: 0 auto;
}

h3.title_van_don {
    margin-bottom: 0px;
}
.title_van_don span {
    color: #1a89ca;
}

form#van_don {
    width:100%;
    display:inline-block;
    margin-bottom: 0px;
}

form#van_don #ma_van_don{
    width:70%;
}
form#van_don #btn_check {
    text-align:center;
    color: #fff;
    border: 1px solid #1a89ca;
    background-color: #1a89ca;
    margin-left: 10px;
}

/* CONTACT */
#hnc-contact i {
    color: #f58320;
    border: 2px solid #f58320;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    text-align: center;
    vertical-align: middle;
    padding: 7px;
    margin-right: 10px;
}
#hnc-contact .hnc-contact-title{
text-align:center;margin-bottom:6px;
color:#1A89CA;
} 
#hnc-contact span {
    font-weight: bold;
    font-size: 14px !important;
}
#hnc-contact .hnc-email {
    margin-bottom: 10px !important;
}
#hnc-contact .hnc-email span:nth-child(1) 
{
 margin-right: 10px !important;
}
/*SOCIAL ICON */
.social-icons .button.icon:not(.is-outline)>i.icon-facebook {
    color: #3b5a9a !important;
    font-size: 18px;
}
.social-icons .button.icon:not(.is-outline)>i.icon-twitter {
    color: #1aa9e1 !important;
    font-size: 18px;
}
.social-icons .button.icon:not(.is-outline)>i.icon-google-plus {
    color: #dd4b39 !important;
    font-size: 18px;
}

.button.facebook:not(.is-outline), .button.facebook:hover,.button.twitter:not(.is-outline), .button.twitter:hover,.button.google-plus:not(.is-outline), .button.google-plus:hover, .button.skype:not(.is-outline), .button.skype:hover, .button.phone:not(.is-outline), .button.phone:hover {
    color:#ffffff !important;
    border-radius: 0px;
    width: 32px;
    height: 32px;
    padding: 3px;
}

.social-button, .social-icons .button.icon.skype:not(.is-outline), .social-icons .button.icon.skype:hover {
    background-color: #f58320 !important;
    border-color: #f58320 !important;
}
.social-button, .social-icons .button.icon.phone:not(.is-outline), .social-icons .button.icon.phone:hover {
    background-color: #0099e6 !important;
    border-color: #0099e6 !important;
}
/* FOOTER 1 */
.footer {
    padding: 50px 0 0;
}
.footer-widgets .widget .menu a:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 20px;
}
.footer-widgets .widget a, .footer-widgets .widget_newsletterwidget {
    font-size: 14px;
}

.footer-widgets .is-divider {
    background-color: rgba(255,255,255,0.0);
}
.footer-widgets ul.menu>li+li, .widget>ul>li+li {
    border-top: none;
}

.footer-widgets a.ux-logo-link {
    padding-left: 0 !important;
}
/* FOOTER SOCIALS */
#hnc-company i {
    height:32px;
    font-size: 20px;
    margin-right: 20px;
    display: inline-block;
    float: left;
}

#hnc-company p {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    margin-bottom: 2px;
}
#hnc-company h3 {
    text-align: center;
}
/* Absolute Footer */
.absolute-footer .container.clearfix {
    border-top: 1px solid #374c5e;
    padding-top: 20px;
}
.absolute-footer .social-icons .button.is-outline {
    border-color: rgba(255,255,255,0.5);
    width: 32px;
    height: 32px;
    padding: 3px;
}
.absolute-footer .button.facebook:not(.is-outline), .absolute-footer .button.facebook:hover {
    color:#3b5a9a !important;
}
.absolute-footer .button.twitter:not(.is-outline),  .absolute-footer .button.twitter:hover {
    color:#1aa9e1 !important;
}
.absolute-footer .button.google-plus:not(.is-outline), .absolute-footer .button.google-plus:hover {
    color:#dd4b39 !important;
}
/* CF7 Slider */
.hnc_cf7_slider {
    background-color: #fff;
    border: 5px solid rgba(294, 131, 32, 0.8) !important;
}
/* Block Tôi muốn */
div#service-wrapper {
    margin: 0px;
    width: 100%;
}
#service-wrapper .col {
    display: inline-block;
    padding:0 5px;
}
#service-wrapper p.service_text {
    font-weight: bold;
    font-size: 15px;
    margin-top: 5px;
}
#service-wrapper select.service {
    border: 1px dashed #1a89ca;
    width: 100%;
    font-family: 'FontAwesome', Roboto;
}
#service-wrapper button.btn-service {
    border: 1px solid #f58320;
    background-color: #f58320;
    color: #ffffff;
    width:100%;
    padding: 0 10px;
}

/* DỊCH VỤ CỦA CHÚNG TÔI */
div.my-service .icon-fa {
    color: #f58320;
    border: 2px solid #f58320;
    border-radius: 100%;
    font-size: 32px;
    text-align: center;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    padding: 5px 0px;
    transition: all 0.5s ease;
}
div.my-service .icon-fa.iconfa_1:before {
    font-family: 'FontAwesome';
    content: '\f0d1';
}
div.my-service .icon-fa.iconfa_2:before {
    font-family: 'FontAwesome';
    content: '\f291';
}
div.my-service .icon-fa.iconfa_3:before {
    font-family: 'FontAwesome';
    content: '\f16b';
}
div.my-service .icon-fa.iconfa_4:before {
    font-family: 'FontAwesome';
    content: '\f187';
}
div.my-service .icon-fa:hover{
    color: #fff;
    background: #f58320;
}
div.my-service p {
    margin-bottom: 0px
}

/* QUY TRÌNH VẬN CHUYỂN */
#transport-wrapper .icon-transport {
    border: 1px solid #f58320;
    text-align: center;
    line-height: 46px;
    border-radius: 100%;
    width: 48px;
    height: 48px;
    font-size: 20px;
    color: #fff;
    margin: 10px auto;
    background: #f58320;
    transition: all 0.5s ease;
}
#transport-wrapper .icon-transport.icontransport_1:before {
    font-family: 'FontAwesome';
    content: '\f046';
}
#transport-wrapper .icon-transport.icontransport_2:before {
    font-family: 'FontAwesome';
    content: '\f0d1';
}
#transport-wrapper .icon-transport.icontransport_3:before {
    font-family: 'FontAwesome';
    content: '\f164';
}
#transport-wrapper .icon-transport.icontransport_4:before {
    font-family: 'FontAwesome';
    content: '\f06b';
}
#transport-wrapper .icon-transport:hover{
    border: 1px solid #1a89ca;
    background: #1a89ca;
}
.transport-divider {
    width: 1px;
    height: 80%;
    float: left;
    margin: 5% 8%;
    position: absolute;
    z-index: -1;
    border-left: 1px dashed #f58320;
}

/* GIỚI THIỆU VỀ HNCPRO */
.accordion-item {
    margin-bottom: 15px;
    border:1px solid #1a89ca;
}
.accordion-item:hover {
    border:1px solid #f58320;
}
.accordion-item.active {
    border:1px solid #f58320;
}
.accordion-title:hover, .accordion-title.active {
    background-color: #f58320;
    border:1px solid #f58320 !important;
    color: #fff !important;
    font-weight: 400;
}
.accordion-title {
    border: 1px solid #1a89ca;
    color: #1a89ca !important;
    font-size: 15px;
    padding: 10px 30px 10px 20px;
}

.accordion .toggle {
    right: 0;
    left: inherit;
    margin-top: -3px;
}
.accordion-title:hover .toggle {
    color: #fff !important;
}
.accordion .toggle i.icon-angle-down:before {
    font-family: 'FontAwesome';
    font-size: 15px;
    content: '\f067';
}
.accordion .active .toggle i.icon-angle-down:before {
    font-family: 'FontAwesome';
    font-size: 15px;
    content: '\f068';
}
.accordion .active .toggle {
    top: 10px;
}
.accordion-inner {
    padding: 10px 20px;
}

/* THỐNG KÊ */
.custom-bg-fill .bg-fill{
    background-position: 50% 100%;
}

/*ĐỘI NGŨ HNC*/
.slider-nav-circle .flickity-prev-next-button svg, .slider-nav-circle .flickity-prev-next-button .arrow {
    border-radius: 0;
    border: 2px solid #1A89CA;
    background-color: #1a89ca;
}
.slider-show-nav .flickity-prev-next-button, .slider:hover .flickity-prev-next-button {
    opacity: 1;
    color:#fff;
}
.team-slider .flickity-prev-next-button.previous {
    left: -6%;
}
.team-slider .flickity-prev-next-button.next{
    right: -6%;
}
@media (min-width: 850px){
    .team-slider .slider-nav-outside .flickity-prev-next-button.previous {
        left: auto;
        right: 102%;
    }
    .team-slider .slider-nav-outside .flickity-prev-next-button.next {
        right: auto;
        left: 102%;
    }
}

.team-slider .social-button, .team-slider .social-icons .button.icon.facebook:not(.is-outline), .team-slider .social-icons .button.icon.facebook:hover {
    background-color: #3b5a9a !important;
    border-color: #3b5a9a !important;
}
.team-slider .social-icons .button.icon:not(.is-outline)>i.icon-facebook {
    color: #ffffff !important;
}

/* KHÁCH HÀNG NÓI VỀ HNC */
.flickity-page-dots .dot.is-selected {
    background-color: #1a89ca;
    opacity: 1 !important;
    border: 3px solid #1a89ca;
}
.flickity-page-dots .dot {
    background-color: #111;
    border: 3px solid #111;
}
.testimonial-slider .testimonial-text {
    background-color: #1a89ca;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    position: relative;
}
.testimonial-slider .testimonial-text:after {
    display: block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #1a89ca;
    position: absolute;
    top: 100%;
    left: 30px;
    content: "";
}
.testimonial-slider strong.testimonial-name {
    font-size: 17px;
}
.testimonial-slider span.testimonial-company.test_company {
    font-size: 13px;
}
.testimonial-slider .icon-box-img.testimonial-image.circle {
    display: inline-block;
    margin-top: 15px;
}

.testimonial-slider .testimonial-meta.pt-half {
    display: inline-block;
    margin-left: 15px;
}

@media (min-width: 850px){
    .testimonial-slider .slider-nav-outside .flickity-prev-next-button.previous {
        top: 100%;
    }
    .testimonial-slider .slider-nav-outside .flickity-prev-next-button.next{
        top: 100%;
        left: 10%;
    }
}
@media (max-width: 850px){
    .testimonial-slider .slider-nav-outside .flickity-prev-next-button.previous {
        top: 100%;
    }
    .testimonial-slider .slider-nav-outside .flickity-prev-next-button.next{
        top: 100%;
        left: 30%;
    }

    .testimonial-slider .testimonial-meta.pt-half {
        width: 60%;
    }
}

/* BLOG HỢP NHẤT */
.hnc-featured-news .col, .hnc-news .col, .hnc-featured-news .post-item {
    padding-bottom: 0px;
}

.hnc-news .post-item {
    min-height: 75px;
}
.hnc-featured-news .badge.post-date,.blog-wrapper .badge.post-date {
    bottom: 0;
    top: inherit;
    width: 80px;
}
.hnc-featured-news .badge-inner, .hnc-news .badge-inner,.blog-wrapper .badge-inner {
    height: 50px;
    background-color: #f58320;
}
.post-date-day {
    font-size: 24px;
}
.post-date-month {
    font-size: 13px;
    font-weight: normal;
}
.box-blog-post .is-divider{
    display:none;
}
.hnc-featured-news .post-title {
    margin-bottom: 15px;
}
.hnc-news .post-title {
    font-size: 15px;
    font-weight: 600;
}
.hnc-news .badge.post-date {
    width: 80px;
}
.hnc-news .box-text {
    padding: 0px 10px 10px;
}
.hnc-news .post-meta {
    display:none;
}
@media (max-width: 768px){
    .hnc-news .badge.post-date {
        float:left
    }
    .hnc-news .box-text {
        width: 65%;
        display: inline-block;
    }
}

/* SỰ KIỆN MỚI NHẤT */
.hnc-event h3.section-title.section-title-normal {
    background-color: #f58320;
    color: #fff;
    height: 55px;
}
.hnc-event span.section-title-main {
    padding-top:16px;
    padding-bottom: 16px;
    margin-left: 15px
}
.hnc-event span.section-title-main > i{
    color: #ffffff;
    opacity:1 !important;
}
.hnc-event span.section-title-main > i:before {
    font-family: 'FontAwesome';
    content: '\f0f3';
}

.hnc-event > .col-inner {
    border: 1px solid #dddddd;
    background-color: #f3f3f3;
}
.hnc-event > .col-inner > .row {
    padding: 0 15px;
}
.hnc-event .badge-inner {
    background-color: #1a89ca;
}

.hnc-event a.button {
    text-align:right;
    color: #f58320;
    font-size: 16px;
    font-weight: 600;
    padding-right: 15px !important;
}
.hnc-event a.button:hover {
    color: #1a89ca;
}
.hnc-event a.button > i:before {
    font-family: 'FontAwesome';
    content: '\f18e';
}

/* ĐỐI TÁC */
.hnc-partner .gallery-col.col {
    padding: 30px 15px 0;
}
.hnc-partner .slider-nav-push .flickity-prev-next-button svg {
    margin-top: 0;
}

/* CHI NHÁNH */
.hnc-branch  .hnc-branch-slider .col {
    padding: 0 15px;
}


/*PAGE DỊCH VỤ*/
.hnc-nav-landingpage a {
    margin-bottom: 0;
    padding: 10px 0;
}
.hnc-nav-landingpage a.active, .hnc-nav-landingpage a:hover {
    color: #f58320;
    border-bottom: 4px solid #f58320 !important;
}
.hnc-nav-section.nav_fixed {
    position: fixed;
    top: 0;
    z-index: 999;
}
.scroll-to-bullets {
    overflow-y: hidden;
}
/* BẢNG GIÁ */
.over_mobile{
    overflow-x: auto;
}
table.tableizer-table {
    width: 100%;
    border-collapse: collapse; ;
    border: 1px solid #CCC;
}
.tableizer-table th:first-child, .tableizer-table td:first-child {
    padding-left: 0.5em;
}
.tableizer-table td {
    border: 1px solid #CCC;
    text-align:center;
    line-height: 1.6;
    color: #666666;
}
.tableizer-table th{
    border: 1px solid #CCC;
    background-color: #1A89CA;
    text-align:center;
    color: #FFF !important;
    font-weight: bolder;
}
.tableizer-table th h3 {
    color: #fff;
}
.tableizer-table th + th {
    border-left: 1px solid #fff;
}
/* TÍNH CƯỚC TỰ ĐỘNG */
.hnc-autoprice .hnc-autoprice-button button {
    margin-right: 0px;
    padding: 0px;
}
.hnc-autoprice .hnc-autoprice-button a.button > i.icon-angle-left:before {
    font-family: 'FontAwesome';
    content: '\f00d';
}

/* Page Order hàng từ mỹ về */
.hnc-orderus-button a.button > i.icon-angle-left:before {
    font-family: 'FontAwesome';
    content: '\f00d';
}
.hnc-orderus-form .col {
    padding: 0 15px;
}
.hnc-orderus-form p{
    margin-bottom: 10px;
}
.hnc-orderus-form .hnc-tctt-bill {
    display:none;
}
/* ----------HNC Beta 01---------- */
.hnc_headlinebeta {
    border-bottom: 3px solid #f58320;
}
.hnc_headlinebeta .img {
    display:inline-block;
    max-width:150px;
    height:40px;
}
.hnc_headlinebeta .col-inner{
    height:40px;
}
.hnc_headlinebeta .img-inner{
    display:inline-block;
    height:40px;
    width: 150px;
}
.hnc_headlinebeta p.hnc_headline_title {
    display: inline;
    vertical-align: top;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.hnc_headlinebeta img {
    width:auto;
}
.hnc_headlinebeta .hnc_headline {
    display:inline;
    line-height: 37px;
    height:40px;
    margin-bottom:0;
    background-color:rgb(26, 137, 202);
}

.hnc_bannerbeta {
    padding-bottom: 0;
}

.hnc_loginbeta span.fa-lock{
    position: absolute;
    line-height: 40px;
    width: 30px;
    text-align: center;
}
.hnc_loginbeta input#hnc_passbeta {
    display:inline;
    border: none;
    line-height: 40px;
    padding-left: 30px;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
}
.hnc_loginbeta input#hnc_passbeta:before {
    font-family: 'FontAwesome';
    content: '\f023';
}

/* Quy Định */
.hnc_regulations {
    padding:0 !important;
}
.hnc_regulations .nav-vertical {
    border: 1px solid #ddd;
}
.hnc_regulations .tab-panels {
    padding: 15px 30px 30px;
}
.hnc_regulations .tab.active a {
    color: #1a89ca;
}
.hnc_regulations .tab.active:after {
    font-family: "FontAwesome";
    content: "\f105";
    color: #1a89ca;
    font-size: 30px;
    line-height: 45px;
    margin-right: 15px;
}

/*Blog*/
.blog-archive .row-masonry .col.post-item {
    min-height: 360px;
    padding-bottom: 20px !important;
}