/*@font-face {
    font-family: Open_Sans;
    src: local(Roboto Thin), url(../font/Open_Sans/Roboto-Thin.eot);
    src: url(../font/Open_Sans/Roboto-Thin.ttf) format("truetype");
    font-weight: 200;
}*/

@font-face {
    font-family: Open_Sans;
    src: local(OpenSans Light), url(../font/Open_Sans/OpenSans-Light.eot);
    src: url(../font/Open_Sans/OpenSans-Light.ttf) format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: Open_Sans;
    src: local(OpenSans Regular), url(../font/Open_Sans/OpenSans-Regular.eot);
    src: url(../font/Open_Sans/OpenSans-Regular.ttf) format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: Open_Sans;
    src: url(../font/Open_Sans/OpenSans-Medium.eot);
    src: url(../font/Open_Sans/OpenSans-Medium.ttf) format("truetype");
    font-weight: 500;
}
@font-face {
    font-family: Open_Sans;
    src: url(../font/Open_Sans/OpenSans-SemiBold.eot);
    src: url(../font/Open_Sans/OpenSans-SemiBold.ttf) format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: Open_Sans;
    src: url(../font/Open_Sans/OpenSans-Bold.eot);
    src: url(../font/Open_Sans/OpenSans-Bold.ttf) format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: Open_Sans;
    src: url(../font/Open_Sans/OpenSans-ExtraBold.eot);
    src: url(../font/Open_Sans/OpenSans-ExtraBold.ttf) format("truetype");
    font-weight: 800;
}

@font-face {
    font-family: Montserrat;
    font-weight: normal;
    src: url(../font/Montserrat/Montserrat-Regular.ttf);
}

@font-face {
    font-family: Montserrat;
    font-weight: bold;
    src: url(../font/Montserrat/Montserrat-Bold.ttf);
}

/* root */
:root {
    --main-bg: #717277;
    --main-bg2: #EFEFEF;
    --main-text: #316eb4;

    /**/
    --main-bg-hover: #c7a412;
}

/* ::selection {
    text-shadow: none;
    color: #fff;
    background: #444;
} */

.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gap-15 {
    gap: 15px;
}

body {
    background-color: #fff;
    color: #292b2c;
    font-family: "Open Sans", Hevelatica, Arial, "PingFang TC", "Microsoft JhengHei Fix", "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    padding: 12px 8px !important;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    color: #316eb4;
}

.pl-0 {
    padding-left: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.ml-15 {
    margin-left: 15px;
}

.lsty-0 {
    list-style-type: none;
}

.cta-secondary {
    background-color: var(--main-bg);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .3);
    color: #fff !important;
    font-style: normal;
    padding: 12px 40px;
    border: 5px solid #fff;
    /*  */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    vertical-align: middle;
    will-change: transform;
    cursor: pointer;
}

.cta-secondary:focus,
.cta-secondary:hover {
    background-color: var(--main-bg-hover);
    color: #fff;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.cta-primary {
    background-color: #999;
    border: unset;
}

.cta-primary:focus,
.cta-primary:hover {
    background-color: #666;
}

.hhs-header-hat {
    background-color: rgba(49, 110, 180, 1.0);
    padding: 4px 0;
}

.hhs-header-hat a {
    color: #fff;
}

.hhs-top-bar {
    /*background-color: rgba(255, 255, 255, 1);*/
    padding: 10px 0;
}

.hhs-nav-grid__logo {
    display: inline-block;
}

.hhs-nav-links {}

.hhs-nav-links li {
    margin: 15px 10px;
    font-style: normal;
}

.hhs-nav-links li a {

    color: rgb(144, 144, 144);
}

a.text-linear {

    background: linear-gradient(to right, #012D5E, #316eb4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

a.text-linear:hover {

    background: linear-gradient(to right, #316eb4, #316eb4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hs-item-has-children>a::after {
    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome" !important;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 3px;
}

.sc-site-header__menu ul.hs-menu-children-wrapper {
    -webkit-box-shadow: 0 0 4px 4px rgba(0, 0, 0, .05);
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, .05);
    line-height: 1;
    max-width: 250px;
    width: max-content;
    z-index: 1000;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
            -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    transition: opacity .3s 
ease-in-out, transform .25s 
cubic-bezier(.7, 0, .3, 1), -webkit-transform .25s 
cubic-bezier(.7, 0, .3, 1);
        box-shadow: 0 3px 18px -2px rgba(0, 0, 0, .3);
        -webkit-transform: rotateX(-75deg);
        transform: rotateX(-75deg);
}

li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
            -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
}

.hs-menu-children-wrapper li {
    margin: 0;
    padding: 15px 10px;
}

.hs-menu-children-wrapper li:hover {
    background-color: rgba(237, 237, 237, 0.5);
}

.hs-menu-depth-1 {
    position: relative;
}
.hs-menu-depth-1.active>a {
    font-weight: bold;
}
.sticky-menu {
    -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .1);
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    visibility: hidden;
}

.sticky-menu.active {
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all .3s ease;
    visibility: visible;
    z-index: 999;
}

.hhs-top-bar.sticky-menu {
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.90);
}

/* search */
.hs-search-field {
    position: relative;
    width: 1px;
}

.hs-search-field__bar {
    left: 0;
    max-width: 0;
    overflow: hidden;
    top: 2px;
    transition: all .125s ease-in-out
}

.hs-search-field.is-open .hs-search-field__bar {
    left: -40vw;
    max-width: 40vw;
    position: absolute;
    width: 40vw
}

.hs-search-field__input {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    padding: 8px !important;
    position: relative;
    z-index: 1000
}

.top-bar-search {
    background: none;
    border: 0;
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
    margin-top: 0;
    padding: .33em
}

.top-bar-search i span {
    display: none
}

.hhs-side-menu .top-bar-search {
    position: absolute;
    right: 85px;
    top: 15px;
}

.hhs-side-menu__controls .hs-search-field.is-open .hs-search-field__bar {
    display: block;
    left: 2em;
    max-width: 13.5em;
    position: absolute;
    top: -3px;
    width: 13.5em;
}

.cta_button {
    padding: 15px 15px !important;
    font-size: 15px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #316eb4;
    background-color: #316eb4;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    display: inline-block;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    vertical-align: middle;
    will-change: transform;
    border-radius: 20px;
}

.cta_button:hover {
    color: #fff;
    background-color: #012d5e;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);

}

/* menu */
.hhs-menu-toggle {
    padding-left: 1em;
    position: relative;
    z-index: 1001;
    display: flex;
}

.hamburger-icon {
    display: block;
    height: 1.5em;
    margin: auto;
    position: relative;
    width: 2em;
}

.hhs-menu-button {
    background: none;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: sub
}

.hamburger-icon .line {
    background: #212529;
    border-radius: 1em;
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    transition: all .4s;
    width: 2em;
}

.hamburger-icon .line.line-1 {
    top: 0;
}

.hamburger-icon .line.line-2 {
    top: 50%;
}

.hamburger-icon .line.line-3 {
    top: 100%;
}

.hamburger-icon:not(.active) .line.line-3 {
    /*left: 1em;*/
    /*width: 1em;*/
}

.hamburger-icon.active .line {
    background: rgba(102, 102, 102, 1.0);
}

.hamburger-icon.active .line-1 {
    transform: translateY(.75em) translateX(0) rotate(45deg);
}

.hamburger-icon.active .line-2 {
    opacity: 0;
}

.hamburger-icon.active .line-3 {
    transform: translateY(-.75em) translateX(0) rotate(-45deg);
}

.body-wrapper.nav-is-open {
    overflow-y: hidden;
    position: relative;
}

.hhs-side-menu.is-open {
    right: 0;
}

.hhs-side-menu {
    overflow-x: hidden;
    background-color: rgba(255, 255, 255, 1.0);
    /*width: 500px;*/
    display: flex;
    flex-direction: column;
    background-color: #fff;
    bottom: 0;
    max-height: 100vh;
    height: 100vh;
    overflow-y: auto;
    padding-top: 1em;
    position: fixed;
    right: -100%;
    top: 0;
    transition: all .5s ease-in-out;
    z-index: 100001;
    padding-left: 30px;
    padding-right: 30px;
}

.hhs-side-menu__mobile-controls {
    float: left;
    margin-bottom: 0;
    padding-right: 1em;
}

.hhs-side-menu__controls .hs-search-field {
    z-index: 1000;
}

.hhs-side-menu__controls .hs-search-field .hs-search-field__bar {
    display: none;
    width: 0;
}

.hhs-side-menu .hhs-menu-toggle {
    float: right;
    margin-right: 15px;
    text-align: right;
}

.hhs-side-menu .hs-menu-flow-vertical>ul li.js-sidebar-nav-toggle ul.hs-menu-children-wrapper {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.hhs-side-menu .hs-menu-flow-vertical>ul li.js-sidebar-nav-toggle ul.hs-menu-children-wrapper.is-open {
    max-height: 100% !important;
    max-height: 100vh;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.hhs-side-menu__mobile {
    border-bottom: 1px solid hsla(0, 0%, 49%, .42);
    padding-bottom: 1em;
}

.body-wrapper:after {
    bottom: 0;
    content: "";
    left: 100%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .33s ease-in-out;
    z-index: 1000;
}

.body-wrapper::after {
    background-color: rgba(1, 45, 94, 0.7000000000000001);
}

.body-wrapper.nav-is-open:after {
    left: 0;
    opacity: 1;
}

.hhs-side-menu__footer {
    padding: 2em;
    text-align: right;
}

.hhs-side-menu__footer i {
    font-size: 18px;
    padding: 5px;
}

.hhs-side-menu__footer a i,
.hhs-side-menu__footer a:visited i {
    color: #316EB4;
}

.hhs-side-menu__footer i span {
    display: none;
}

.hhs-side-menu .hhs-header-cta {
    display: none;
}

footer {
    /*padding-top: 50px;
    padding-bottom: 10px;
    background-color: rgba(1, 45, 94, 1.0);
    color: #fff;*/
}
footer .p-title {
    text-align: left;
    font-size: 24px;
}
.col-footer {
    flex: 1;
    /* Mỗi cột có độ rộng bằng nhau */
    min-width: 0;
    padding: 15px;
    /* Đảm bảo cột không bị co lại khi không gian không đủ */
}
.col-title-footer {
    margin: 0;
    padding: 0 0 15px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.menuF {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
    flex-direction: row;
    flex-wrap: wrap;
}

.menuF .hs-menu-item a {
    color: #fff;
    font-size: 16px;
    /* font-weight: bold; */
}
.listF {
    padding: 0;
    list-style-type: none;
}
.listF li {
    margin: 5px 0;
}
.listF a {
    padding: 4px 0;
    color: #fff;
        transition: color .4s ease;
    font-size: 12px;
    text-decoration: none;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
}

footer .input-group {
    height: 100%;
}

.btn-control {
    background-color: #316eb4;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    display: block;
    height: 100%;
    color: #fff;
}

.btn-control i {
    color: #fff;
    line-height: 46px;
    padding: 0 15px;
    vertical-align: -webkit-baseline-middle;
}

.phone-number-drop {
    margin: 50px auto;
}

.phone-number-drop .btn-secondary {
    background-color: #eceeef;
    color: #464a4c;
    padding: 0 10px;
    border-radius: 0 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 3px 0 0 3px;
    display: block;
    height: 100%;
    border: 0;
    border-right: 1px solid #ddd;
}

.phone-number-drop .btn-secondary:hover {
    background-color: #eceeef;
    color: #464a4c;
    border: 0;
    border-right: 1px solid #ddd;
}

.input-group-addon {
    background-color: #eceeef;
    color: #464a4c;
    padding: 0 5px;
}

.hhs-foot-logo {
    margin: 15px 0;
}

.hhs-foot-copyright {
    margin-top: 15px;
}

.bg,
.bg1, .bg2 {
    padding: 3em 0;

}

.bg1 {
    background-color: var(--main-bg);
    height: 100%;
}

.bg2 {
    background-color: var(--main-bg2);
    height: 100%;
}
.home-about .bg1 {
    padding: 3em;
}
.page-slider {
    flex: 1;
    min-width: 0;

    color: #fff;
    margin-bottom: 0;
}

.p-title {
        text-align: center;
    font-size: 32px;
    margin: 0;
    padding: 1rem 0;
    color: var(--main-bg-hover);
    font-weight: bold;
}

.p-title2 {
    font-size: 1.25rem;
    color: #003869;
}

.slider-item .des {
    font-size: 20px;
    line-height: 1.75;
    font-weight: bold;
}

.slider-item .slider-img {
    display: inline-block !important;
}

.page-slider .slick-prev {
    left: 25px;
}

.page-slider .slick-next {
    right: 25px;
}

.page-doitac .slick-prev:before,
.page-doitac .slick-next:before {
    color: #316EB4;
}

/*  */
.pagination-center {
    /* margin-top: -1%; */
    position: absolute;
    top: 50%;
}

.flickity-button.next,
.flickity-button.prev {
    border-bottom: 4px solid #000;
    border-left: 4px solid #000;
    width: 15px;
    height: 15px;
    border-radius: 0;
    background: transparent;
    position: absolute;
    top: 40%;
    cursor: pointer;
}

.flickity-button.prev {
    left: -20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.flickity-button.next {
    right: -20px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}

.flickity-button:hover {
    opacity: .4;
}

.flickity-button-icon {
    fill: currentColor;
}

.row-page-slider {
    position: relative;
}

.row-page-slider .flickity-button.next,
.row-page-slider .flickity-button.prev {
    border-bottom: 4px solid #fff;
    border-left: 4px solid #fff;
}

.row-page-slider .flickity-button.prev {
    left: 25px;
}

.row-page-slider .flickity-button.next {
    right: 25px;
}

/* row-product */
.bg .row-product .p-title {
    background: linear-gradient(to right, #012D5E, #316eb4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg1 .row-product .p-title,
.bg1 .row-product .des {
    color: #fff;
}

.row-product .des {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

.list-cat {
    border-bottom: 1px solid #012D5E;
    margin-bottom: 30px;
    padding: 0;
    list-style: none;
    display: flex;
}

.bg1 .list-cat {
    border-bottom: 1px solid #fff;
}

.list-cat .item {
    margin-right: 15px;
    padding: 0px 15px;
    border-radius: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.bg1 .list-cat .item {
    color: #fff;
}

.list-cat .item.active {
    background-image: linear-gradient(to right, #316eb4, #012D5E, #316eb4);
    color: #fff;
}

.product-item {
     background-color: #fff; 
    margin:.8rem 0;
        border-radius: 8px;
}
.product-item .prod-body {
    padding: .8rem;
    box-shadow: 1px 0 20px -3px rgba(0, 0, 0, .1); */
    transition: box-shadow .3s 
ease-out;
}

.product-item a {
    color: #000;
}

.product-item .pro-title {
        font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
    margin-top: 15px;
}
.pdp-main-block__section {
    margin-bottom: 20px;
}
.pdp-main-block__span--purchase-control-message {
    display: block;
    font-size: 12px;
    margin-bottom: 12px;
}
.pdp-main-block__btn {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 5px;
    background-color: #fff;
    color: #222;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    border-radius: 0;
    border: 1px solid #d6d6d6;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.pdp-main-block__btn--shop-in-max {
        background-color: #f7991c;
    transition: background-color .2s ease;
        position: relative;
    padding: 16px 6px;
    font-size: 16px;
    text-transform: uppercase;
    /* line-height: 1em; */
    cursor: pointer;
    color: #000;
    display: block;
    text-align: center;
    font-weight: bold;
}
.pdp-main-block__btn--shop-in-max:hover {
    background-color: #ff9200;
    color: #000;
}

.pdp-main-block__btn--anchor {
    min-width: 160px;
    margin: 0 10px 10px 0;
    width: calc(50% - 10px);
    transition: all .25s ease-out;
}
/* paginationUL */
.paginationUL {
    list-style-type: none;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.paginationUL span.page-link {
    background-color: #012d5e;
    color: #fff;
}

/* baogia */
.bg-baogia {
    width: 100%;
    padding-top: 200px;
    padding-bottom: 200px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    overflow: hidden;
    position: relative;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.70);
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.bg-baogia .col-md-6 {
    position: relative;
    z-index: 9;
}
.page-booking #cold-storage-enquiry {

    background-color: #00386c !important;
    border: 3px solid #fff;
    border-radius: 15px;
    margin-top: 24px;
    padding: 25px;
}
#cold-storage-enquiry .hhs-form-con.hhs-rich-text {
}
#cold-storage-enquiry label {
    font-size: 13px;
    text-transform: uppercase;
}
.page-booking #cold-storage-enquiry label {
    color: #fff;

}
#cold-storage-enquiry span {
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
}
.page-booking #cold-storage-enquiry span {
    color: #fff;
}
#cold-storage-enquiry .note {
    font-weight: bold;
    color: #000;
}
.page-booking #cold-storage-enquiry .note {
    color: #fff;
}
/* product */
/*USE CSS for Slider*/
.banner-slider {
    display: -ms-flexbox;
    display: flex;
    /* -ms-flex-wrap: wrap; */
    /* flex-wrap: wrap; */
}

.vehicle-detail-banner .car-slider-desc {
    max-width: 180px;
    margin: 0 auto;
}

.banner-slider .row-slider-for {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    padding: 0 30px;
    position: relative;
}

.banner-slider .row-slider-for .flickity-button.prev {
    left: 25px;
}

.banner-slider .row-slider-for .flickity-button.next {
    right: 25px;
}

.banner-slider .row-slider-nav {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
}

.banner-slider .slider.slider-nav {
    /* padding: 20px 0 0; */
}

.banner-slider .row-slider-nav .flickity-button.prev {
    left: 45%;
    top: 25px;
    transform: rotate(130deg);
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
}

.banner-slider .row-slider-nav .flickity-button.next {
    left: 45%;
    top: unset;
    bottom: 25px;
    transform: rotate(310deg);
    -webkit-transform: rotate(310deg);
    -moz-transform: rotate(310deg);
    -ms-transform: rotate(310deg);
    -o-transform: rotate(310deg);
}

.slider-nav .slick-slide.thumbnail-image .thumbImg {
    cursor: pointer;
}

.row-slider-nav .slick-vertical .slick-slide {
    border: unset;
}

.row-slider-nav .slick-vertical .slick-slide .thumbImg {
    margin-bottom: 15px;
}

.row-slider-nav .slick-vertical .slick-slide.slick-active .thumbImg {
    border: 1px solid #d6d6d6;
}

.row-slider-nav .slick-vertical .slick-slide.slick-current .thumbImg {
    border-color: #d50810;
}

/*End USE CSS for Slider*/
.pdp-main-block__product-name {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
    color: #222;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3em;
}

.pdp-main-block__product-code {
    display: inline-block;
    margin: 0;
    color: #222;
    font-size: 11px;
}

.pdp-product-features {
    display: block;
    position: relative;
    width: 100%;
    /* max-width: 1400px; */
    margin: auto;
    margin-top: 35px;
    border-top: 1px solid #d6d6d6;
}

.pdp-product-features__section--details {
    padding: 35px 22px;
    display: block;
    text-align: left;
}

.pdp-product-features__detail-summary__container {
    padding-left: 20px;
    padding-right: 10px;
}

.pdp-product-features__detail-summary__header {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}

.pdp-product-features__detail-summary__description {
    color: #222;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
}

.pdp-product-features__detail-summary__image_small {
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    max-width: 280px;
}

.pdp-details {
    display: block;
    background-color: #f4f4f4;
}

.pdp-details .sticky-nav-bar {
    overflow: hidden;
    z-index: 9999;
    background-color: #f4f4f4;
    box-shadow: inset 0 -1px 0 #d6d6d6;
}

.pdp-details__nav-block {
    width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 0;
    text-align: left;
    padding: 0;
}

.pdp-details__nav-block li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #d6d6d6;
}

.pdp-details__nav-item {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 20px 22px;
    color: #222;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    text-decoration: none;
    cursor: pointer;
}

.pdp-details .sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.pdp-details__block-wrapper {
    position: fixed;
    z-index: 300;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f4f4f4;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    transform: translate3d(100%, 0, 0);
    transition: transform .35s cubic-bezier(.455, .03, .515, .955);
}

.pdp-details__block-wrapper--drawer-active {
    transform: translateZ(0);
    opacity: 1;
    z-index: 9999;
}

.pdp-details__mobile-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 20px 22px;
    z-index: 300;
    background-color: #d50810;
    font-size: 0;
}

.pdp-details__mobile-header-sides {
    flex-basis: 1 3 25%;
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    height: 100%;
}

.pdp-details__mobile-header-title {
    flex-basis: 3 1 50%;
    display: inline-block;
    vertical-align: middle;
    color: #e3e3e3;
    font-size: 16px;
    font-weight: 500;
    /* line-height: 1.5em; */
    text-align: center;
    margin: 0;
}

.pdp-details__block-inner {
    overflow-y: scroll;
    padding-top: 25px;
    padding-bottom: 35px;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

.pdp-details-block {
    width: 100%;
    font-size: 0;
    display: none;
}

.pdp-details-block--active,
.pdp-details-block--active~#details-product-range--separator {
    display: block;
}

.pdp-details-block__section {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 20px;
    width: 100%;
    overflow: hidden;
}

.details-table {
    margin: 0 0 40px;
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

.details-table tr {
    border: none;
    border-top: 1px solid #d6d6d6;
}

.details-table th {
    font-weight: 500;
    text-transform: capitalize;
}

.details-table--2-col td,
.details-table--2-col th {
    width: 50%;
}

.pdp-details-block__section {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 20px;
    width: 100%;
    overflow: hidden;
}

.pdp-details-block__heading {
    display: block;
    margin: 0 0 15px;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2em;
    text-align: left;
}

.details-table {
    margin: 0 0 40px;
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

.details-table--content-cta tr {
    border: none;
}

.details-table--content-cta td {
    border-top: 1px solid #d6d6d6;
    padding: 18px 10px 18px 0;
    display: block;
    width: 100%;
}

.detail-resource-block {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 15px;
    flex-basis: 48%;
    border-top: 1px solid #d6d6d6;
    /* white-space: nowrap; */
    display: flex;
}

.technical-downloads .detail-resource-block {
    border: none;
    padding: 0;
    margin-right: 0;
}

.detail-resource-block__content {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    /* max-width: 300px; */
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
}

.details-table td a:not([class]),
.details-table th a:not([class]) {
    display: inline;
    text-decoration: none;
    color: #222;
    border-bottom: 1px solid #999;
    transition: all .15s ease-out;
    cursor: pointer;
}

.detail-resource-block__cta {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    display: block;
    margin-top: 8px;
    padding: 8px 6px;
    max-width: 194px;
    border: 2px solid #d50810;
    color: #222;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    transition: all .25s ease-out;
}

.pdp-details-block__text {
    font-size: 12px;
    font-weight: 300;
    text-transform: none;
}

.pdp-details-block__section .brochures-container {
    display: flex;
    flex-wrap: wrap;
}


.detail-resource-block__img-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 35%;
    margin-right: 5%;
}

.brochures-container .detail-resource-block__img {
    -webkit-clip-path: inset(0 23.5% 0 23.5%);
    clip-path: inset(0 23.5% 0 23.5%);
}

.detail-resource-block__img-container+.detail-resource-block__content {
    width: 60%;
}

.pdp-media-gallery-slider {
    position: relative;
}

.pdp-media-gallery-slider__title {
    font-weight: 500;
    color: #d50810;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
}

.pdp-media-gallery {
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
    padding: 30px 0;
    border-bottom: 1px solid #d6d6d6;
    width: 100%;
    margin: 0 auto;
}

.pdp-media-gallery-slider {
    display: block;
    box-sizing: border-box;
    /* overflow: hidden; */
    position: relative;
    padding: 0 22px;
}

.video-slider .slick-list {
    margin: 0 -35px;
}

.video-slider .slick-slide>div {
    padding: 0 35px;
}

.pdp-media-gallery-slider .flickity-button.prev {
    left: 0;
    z-index: 999;
}

.pdp-media-gallery-slider .flickity-button.next {
    right: 0;
    z-index: 999;
}

.pdp-details__cta--back {
    display: inline-block;
    vertical-align: middle;
    color: #e3e3e3 !important;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    text-transform: uppercase;
}
.pdp-related-product {
    /* border-bottom: 1px solid #d6d6d6; */
    display: block;
    margin: 0;
    padding: 30px 0;
    position: relative;
    box-sizing: border-box;
    width: 100%;
}
.pdp-related-product__heading {
    display: block;
    margin: 0 0 30px;
    padding-left: 22px;
    padding-right: 22px;
    color: #222;
    font-size: 25px;
    font-weight: 200;
}
.page_prod_details.bg {
    padding-bottom: 0;
}
/*  */
#main-content .banner .bg {
    padding-top: 150px;
    padding-bottom: 150px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    position: relative;
}

#main-content .banner .bg .overlay {
    background-color: rgba(0, 0, 0, 0.30);
}

#main-content .banner .bg .container {
    position: relative;
    z-index: 99;
    color: #fff;
}

.dnd-blog-listing .list-news a {
    text-decoration: underline;
}

.blog-index__post {
    flex: 0 0 100%;
    /* padding: 1rem; */
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.dnd-blog-listing .blog-index__post--large {
    margin-top: -130px;
    position: relative;
    z-index: 2;
}

.blog-index__post--large {
    margin-bottom: 1rem;
    padding: 0px;
}

.blog-index__post--large,
.blog-recent-posts__post,
.hhs-blog-card-inner {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, .1);
    position: relative;
    margin-bottom: 30px;
}

.blog-index__post--large .blog-index__post-content {
    padding: 2rem 1rem 2.5rem 1rem;
}

p.reading-minutes {
    margin-bottom: 5px;
    color: rgba(153, 153, 153, 1.0);
    text-transform: uppercase;
    font-size: 12px;
}

.blog-index__post-author {
    margin: 10px 0;
}

.blog-index__post-author span {
    font-size: 14px;
}

.blog-index__post-content a {
    color: #316EB4;
}

.blog-index__post-author span .pub-date {
    color: rgba(153, 153, 153, 1.0);
}

a.blog-index__post-button {
    font-size: 14px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.blog-index__post:hover {
    transform: scale(1.02);
}

.hhs-blog-card-inner .blog-index__post-content {
    padding: 20px;
}

.blog-back-wrap {
    clear: both;
    width: 100%;
    position: absolute !important;
    margin-bottom: 1em;
    left: -35px;
    height: 100%;
    display: flex;
    align-items: center;
}

#blog-back:after {
    content: "\f104";
    display: inline-block;
    font-family: "FontAwesome" !important;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: -25px !important;
    font-size: 100px !important;
}
.post-header .blog-header__inner {
    padding-top: 39px !important;
    padding-bottom: 0px;
    position: relative;
    padding-bottom: 50px;
}
.blog-post {
    margin: 0px auto;
    padding: 0px 0px 3.3rem;
}
.hs_cos_wrapper_type_blog_social_sharing {
        color: rgb(68, 68, 68);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}
.hs-blog-social-share {
    width: 100%;
    height: auto !important;
    padding: 10px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
/* vanphong */
.inside-header {
    padding-top: 25px;
    padding-bottom: 25px;
}
.hhs-flexi-card {
    background: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    min-height: 400px;
    padding: 25px 0 0;
}
.box-img {
        display: block;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
.box-img:hover {
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.hhs-card-content {
    padding: 25px 25px 0;
}
.vanphong-item {
    margin-bottom: 30px;
}
.vanphong-item i {
    color: #8D8D8D;
}

/* search */
.results-pre-header {
    padding: 50px 0 50px;
    background-color: #f2f5f8;
}
.results-full {
    padding: 54px 0;
}
.hs-search-results__listing {
    list-style: none;
    margin: 0;
    padding: 0;
}
.hs-search-results__listing li {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hs-search-results__listing a {
    margin-bottom: 0.25rem;
    text-decoration: underline;
}
.hs-highlight-title {
    font-size: 28px;
    color: #012D5D;

}
.hs-highlight-html {
    font-weight: bold;
}
@media (min-width: 1370px) {
    .hhs-side-menu__mobile {
        display: none;
    }

}

@media screen and (min-width: 1000px) {
    .blog-index__post {
        flex: 0 0 calc(100% / 3);
    }
}

@media screen and (min-width: 992px) {
    .pdp-main-block__product-name {
        font-size: 20px;
    }
}

@media (min-width: 767px) {
    .pdp-product-features__section--details {
        padding: 60px 22px;
        display: flex;
    }

    .pdp-details__nav-section {
        /* box-shadow: inset 0 -1px 0 #d6d6d6; */
    }

    .pdp-details__nav-block {
        text-align: center;
        padding: 0 22px;
    }

    .pdp-details__nav-block li {
        display: inline-block;
        margin: 0;
        border-bottom: 0;
    }

    .pdp-details__nav-item {
        padding: 30px 15px;
    }

    .pdp-details__nav-item:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 6px;
        width: 100%;
        opacity: 0;
        background-color: #d50810;
        transition: all .25s ease-out;
    }

    .pdp-details__nav-item--active:before {
        opacity: 1;
    }

    .pdp-details__block-wrapper {
        position: relative;
        display: block;
        padding-top: 50px;
        padding-bottom: 50px;
        transform: none;
        transition: none;
        z-index: 1;
        opacity: 1;
        box-shadow: inset 0 -1px 0 #d6d6d6;
    }

    .pdp-details__mobile-header {
        display: block;
        background: transparent;
        padding: 0;
        min-height: auto;
        margin-bottom: 30px;
    }

    .pdp-details__mobile-header-sides {
        display: none;
    }


    .pdp-details__mobile-header-title {
        display: block;
        text-align: left;
        color: #222;
        font-size: 32px;
        font-weight: 400;
    }

    .pdp-details__block-inner {
        overflow-y: auto;
        padding: 0;
        height: auto;
    }

    .pdp-details-block {
        width: 100%;
        margin: 0 auto;
    }

    .pdp-details-block__section--main {
        width: 60%;
    }

    .pdp-details-block__section--aside {
        width: 40%;
        padding-left: 8%;
    }

    .details-table--content-cta {
        border-collapse: separate;
        border-spacing: 30px 0;
        width: calc(100% + 60px);
        margin-left: -30px;
        margin-right: -30px;
    }

    .details-table--content-cta td {
        display: table-cell;
        width: auto;
    }

    .pdp-media-gallery {
        padding: 60px 0;
    }

    .pdp-media-gallery__slider-container {
        padding: 20px 22px;
    }

    .blog-index__post--large {
        flex: 1 0 100%;
        display: flex;
        justify-items: space-between;
    }

    .blog-index__post--large {
        flex: 1 0 100%;
        display: flex;
        justify-items: space-between;
    }

    .blog-index__post-image--large {
        flex: 1 1 48%;
    }

    .blog-index__post-content--large {
        flex: 1 1 48%;
        padding-left: 2rem;
    }

    .blog-index__post {
        flex: 0 0 calc(100% / 2);
    }
        .pdp-related-product__heading {
        font-size: 36px;
    }
        .pdp-related-product {
        padding-top: 44px;
        padding-bottom: 50px;
    }

}

@media (min-width: 510px) {
    .hhs-side-menu__mobile-controls {
        display: none;
    }
}

@media (max-width: 991px) {
    .sc-site-header__menu {
        display: none;
    }
}

@media screen and (max-width : 991px) {
    footer .col-footer {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    footer .col-footer:last-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .banner-slider .slider.slider-for,
    .banner-slider .slider.slider-nav {
        max-width: 100%;
        float: none;
    }

    .banner-slider .slider.slider-for {
        padding-right: 0;
    }

    .banner-slider .slider.slider-nav {
        height: auto;
    }

    .slider-banner-image {
        height: 500px;
    }

    .slider.slider-nav.thumb-image {
        padding: 10px 30px 0;
    }

    .slider-nav .slick-slide span {
        padding: 5px 0;
    }

    .slick-arrow {
        padding: 0;
        width: 30px;
        height: 30px;
        top: 50%;
        bottom: 0;
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -moz-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
    }

    .slick-prev {
        left: 0;
        right: unset;
    }

    .slick-next {
        left: unset;
        right: 0;
        background-color: transparent;
    }

    .vehicle-detail-banner .car-slider-desc {
        max-width: 340px;
    }

    .bid-tag {
        padding: 10px 0 15px;
    }

    .slider.slider-nav.thumb-image {
        white-space: nowrap;
    }

    .thumbnail-image.slick-slide {
        padding: 0px 5px;
        min-width: 75px;
        display: inline-block;
        float: none;
    }
}

@media screen and (max-width : 767px) {

    .hhs-side-menu .fa {
        color: rgba(102, 102, 102, 1.0);
        font-size: 20px;
    }

    .slider-banner-image {
        height: 400px;
    }

    .slider.slider-nav.thumb-image {
        padding: 0px 20px 0;
        margin: 10px 0px 0;
    }

    .slider-nav .slick-slide.thumbnail-image .thumbImg {
        max-width: 140px;
        height: 80px;
    }

    .slick-prev.slick-arrow {
        background-position: center 10px;
    }

    .slick-next.slick-arrow {
        background-position: center 10px, center;
    }

    .slider-nav .slick-slide span {
        font-size: 12px;
        white-space: normal;
    }

    .flickity-button.prev {
        left: 25px;
    }

    .flickity-button.next {
        right: 25px;
    }

    .slider__flex {
        flex-direction: column-reverse;
    }

    .slider__col {
        flex-direction: row;
        align-items: center;
        margin-right: 0;
        margin-top: 24px;
        width: 100%;
    }

    .slider__images {
        width: 100%;
    }

    .slider__thumbs {
        height: 100px;
        width: calc(100% - 96px);
        margin: 0 16px;
    }

    .slider__prev,
    .slider__next {
        height: auto;
        width: 32px;
    }

    .row-slider-nav {
        display: none;
    }

    .banner-slider .row-slider-for {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 30px;
        position: relative;
    }

    .pdp-product-features__section--details {
        padding: 35px 0;
    }

    .pdp-product-features__detail-summary__container {
        padding: 0;
    }

    .pdp-product-features__detail-summary__image_small {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pdp-details__nav-item:after {
        position: absolute;
        right: 22px;
        content: "\f105";
        font-family: "FontAwesome" !important;
        font-size: 18px;
        line-height: 14px;
    }
}

@media (max-width: 575px) {
        .hhs-nav-grid__extras .hhs-lang-switch, .hhs-nav-grid__extras .top-bar-search {
        display: none;
    }
        .hhs-extras-ctas, .hhs-extras-ctas .hhs-head-cta-1 {
        display: none;
    }
    .slider-banner-image {
        height: 340px;
    }

    .hhs-menu-button {
        vertical-align: super
    }
}

@media (max-width: 500px) {
    .hhs-side-menu .hhs-header-cta {
        display: inline-block;
    }
}

@media screen and (max-width : 480px) {
    .slider-banner-image {
        height: 280px;
    }
}