/* Main */
:root {
    --color-main: #002364;
    --content-max-width: 1250px;
    --content-gutter: 30px;
    --color-red: #ec2d3f;
    --color-medium-red: #cc2c32;
    --color-dark-red: #c31829;
    --color-green: #28a745;
    --color-dark-green: #207d36;
    --color-black: #212529;
    --color-gray: #6c757d;
    --background-static: #3776c3;
    --background-hover: #eceb1b;
    --color-static: #000;
    --color-hover: #ec2d3f;
    --swiper-navigation-size: 20px;
    --swiper-theme-color:#fff;
    --mxh: #d68200;
}
@font-face {
    font-family: TacticSans-BlkIt;
    src: url(../fonts/frontend/TacticSans-BlkIt.woff), url(../fonts/frontend/TacticSans-BlkIt.woff2);
}
@font-face {
    font-family: SVN-Gilroy;
    src: url(../fonts/frontend/SVN-GilroySemiBold.woff), url(../fonts/frontend/SVN-GilroySemiBold.woff2);
    font-weight: 600;
}

@font-face {
    font-family: SVN-Gilroy;
    src: url(../fonts/frontend/SVN-GilroyMedium.woff), url(../fonts/frontend/SVN-GilroyMedium.woff2);
    font-weight: 500;
}

@font-face {
    font-family: SVN-Gilroy;
    src: url(../fonts/frontend/SVN-GilroyBold.woff), url(../fonts/frontend/SVN-GilroyBold.woff2);
    font-weight: bold;
}
@font-face {
    font-family: SVN-Gilroy;
    src: url(../fonts/frontend/SVN-GilroyBlack.woff), url(../fonts/frontend/SVN-GilroyBlack.woff2);
    font-weight: 800;
}
@font-face {
    font-family: SVN-Gilroy;
    src: url(../fonts/frontend/SVN-GilroyLight.woff), url(../fonts/frontend/SVN-GilroyLight.woff2);
    font-weight: 300;
}

@font-face {
    font-family: SVN-Gilroy;
    src: url(../fonts/frontend/SVN-Gilroy.woff), url(../fonts/frontend/SVN-Gilroy.woff2);
    font-weight: normal;
}
body {
    font-size: 15px;
    font-family: SVN-Gilroy;
    font-weight: 500;
    line-height: 1.2;
    top: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
form,
body {
    line-height: 1.4;
}
strong {
    display: inline;
}
a {
    text-decoration: none;
}
ul {
    padding-inline-start: 15px;
}
.content-detail figure {
    text-align: center;
    outline: solid 1px #ccc;
    background: rgba(0, 0, 0, 0.05);
    padding: 10px;
    margin: 10px 20px;
    display: inline-block;
}
.content-detail figure > figcaption {
    text-align: center;
    display: block;
}
.content-detail blockquote {
    font-style: italic;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
}
.content-detail blockquote {
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
}
.content-detail table {
    width: 100%;
}
.content-detail table tr td,
.content-detail table tr {
    margin: 0;
    color: #676767;
    border: 1px solid #e1e1e0;
    padding: 10px;
}

ul:not(.info-pro-detail ul):not(.content-detail ul):not(.toolbar ul) {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

video,
iframe:not(.content-detail iframe, .video-main iframe, .fancybox__html5video, .fancybox__iframe) {
    max-width: 100% !important;
    height: auto;
}
.row-0 {
    margin-left: 0px;
    margin-right: 0px;
}
.mg-col-0 {
    padding-left: 0px;
    padding-right: 0px;
}
.row-10 {
    margin-left: -5px;
    margin-right: -5px;
}
.row-20 {
    margin-left: -10px;
    margin-right: -10px;
}
.row-30 {
    margin-left: -15px;
    margin-right: -15px;
}
.col-30 {
    padding-left: 15px;
    padding-right: -15px;
}
.col-20 {
    padding-left: 10px;
    padding-right: 10px;
}
.mg-col-10 {
    padding-left: 5px;
    padding-right: 5px;
}
.padding-top-bottom {
    padding: 3rem 0;
}
.pad-top {
    padding-top: 2.5rem;
}
.pad-bottom {
    padding-bottom: 2.5rem;
}
.mg-top {
    margin-top: 2.5rem;
}
.mg-bottom {
    margin-bottom: 2.5rem;
}
.hover_xemthem {
    transition: 0.4s;
}
.hover_xemthem:hover {
    letter-spacing: 2px;
}
.overhidden {
    overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
a,
input,
textarea {
    outline: none;
    padding: 0px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.radius-7 {
    border-radius: 7px;
}
.hidden {
    display: none;
}
.clear {
    clear: both;
}
.none {
    display: none;
}
.hidden-seoh {
    visibility: hidden;
    height: 0px;
    margin: 0px;
    overflow: hidden;
}
.wrap-content {
    max-width: var(--content-max-width);
    margin-inline: auto;
    width: calc(100% - var(--content-gutter));
}
.fix_head {
    /* position: fixed !important; */
    top: 0;
    width: 100%;
    z-index: 999 !important;
}
.pd-l-10 {
    padding-left: -10px;
}
.pd-r-10 {
    padding-right: -10px;
}
.mg-l-10 {
    margin-left: -10px;
}
.mg-r-10 {
    margin-right: -10px;
}
.mg-b-20 {
    margin-bottom: 20px;
}
.relative {
    position: relative;
}
.top-bar {
    color: #ffffff;
    background-color: var(--color-main);
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}
.top-bar .slogan-head {
    float: left;
    margin: 0px;
    height: 40px;
    width: 250px;
    letter-spacing: 1.2px;
    font-weight: 600;
}
.top-bar .info-head {
    float: right;
    margin-left: 15px;
}
.top-bar .wrap-content {
    /* line-height: 40px; */
}
.info-head {
    margin-bottom: 0;
}
.info-head i {
    margin-right: 2px;
    font-size: 15px;
}
.social img:hover {
    animation: zoomBreath 0.5s infinite ease-in-out;
}
@keyframes zoomBreath {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
#ngonngu {
    float: left;
    padding: 10px;
    height: 40px;
    line-height: 20px;
}
#ngonngu a {
    display: inline-block;
    height: 25px;
    height: 19px;
}
#ngonngu a img {
    height: 19px;
}
ul.social-top {
    float: right;
    margin: 5px 0px !important;
    margin-right: 20px !important;
}
.social-top li {
}
.social-top li a {
    max-width: 30px;
    display: block;
    /* float: left; */
}
.list-menu-top {
    float: right;
    display: flex;
    align-items: center;
}
.list-menu-top li {
    float: left;
}
.list-menu-top li a {
    /* margin-left: 10px; */
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.list-menu-top .menu-line {
    width: 1.5px;
    height: 15px;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 0px 10px;
    border-radius: 5px;
}

.header {
    background: #fff;
    position: sticky;
    top: 0px;
    z-index: 10;
    padding: 6px 0px;
    border-bottom: 2px solid var(--color-main);
}
.header .wrap-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head-bottom .wrap-content {
    padding: 10px 0;
}

.hotline-head {
}
.hotline-head p {
}
.hotline-head span {
}
.logo-head {
    max-width: 100px;
}

.menu-hotline {
}
.menu-hotline p {
    margin: 0px;
}
.menu-hotline p i {
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 18px;
    background: linear-gradient(to right, #49b9e6, #006cad);
}
.menu-hotline > div {
}
.menu-hotline .number-phone {
    font-size: 18px;
    font-weight: bold;
    color: transparent;
    animation: effectText 2s linear infinite;
}
.number-phone-two {
    animation: effectTextTwo 2s linear infinite;
    color: transparent;
}
@-moz-keyframes effectText {
    0% {
        background: linear-gradient(#49b9e7, #3776c3);
        -webkit-background-clip: text;
    }

    100% {
        background: linear-gradient(#ff7e5d, #f00);
        -webkit-background-clip: text;
    }
}
@-webkit-keyframes effectText {
    0% {
        background: linear-gradient(#49b9e7, #3776c3);
        -webkit-background-clip: text;
    }

    100% {
        background: linear-gradient(#ff7e5d, #f00);
        -webkit-background-clip: text;
    }
}
@-o-keyframes effectText {
    0% {
        background: linear-gradient(#49b9e7, #3776c3);
        -webkit-background-clip: text;
    }

    100% {
        background: linear-gradient(#ff7e5d, #f00);
        -webkit-background-clip: text;
    }
}
@keyframes effectText {
    0% {
        background: linear-gradient(#49b9e7, #3776c3);
        -webkit-background-clip: text;
    }

    100% {
        background: linear-gradient(#ff7e5d, #f00);
        -webkit-background-clip: text;
    }
}

@-moz-keyframes effectTextTwo {
    0% {
        background: linear-gradient(#fff, #fff);
        -webkit-background-clip: text;
    }

    100% {
        background: var(--amber);
        -webkit-background-clip: text;
    }
}
@-webkit-keyframes effectTextTwo {
    0% {
        background: linear-gradient(#fff, #fff);
        -webkit-background-clip: text;
    }

    100% {
        background: var(--amber);
        -webkit-background-clip: text;
    }
}
@-o-keyframes effectTextTwo {
    0% {
        background: linear-gradient(#fff, #fff);
        -webkit-background-clip: text;
    }

    100% {
        background: var(--amber);
        -webkit-background-clip: text;
    }
}

@keyframes effectTextTwo {
    0% {
        background: linear-gradient(#fff, #fff);
        -webkit-background-clip: text;
    }

    100% {
        background: var(--amber);
        -webkit-background-clip: text;
    }
}
/* Menu */
.menu {
    /* background-color: var(--background-static); */
    position: relative;
    z-index: 10;
    width: calc(100% - 180px);
    display: flex;
    align-items: center;
}
.menu > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu ul {
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.menu ul.menu-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
    margin-right: 20px !important;
}
.menu ul li {
    position: relative;
    z-index: 1;
}
.menu ul li.menu-line {
    width: 1px;
    height: 15px;
    background-color: rgba(0, 0, 0, 0.1);
}
.menu ul li a {
    display: block;
    position: relative;
    font-size: 14px;
    color: #000;
    padding: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}
.menu ul li a:hover,
.menu ul li a.active {
    color: var(--background-static);
}
.menu ul li a.has-child {
    padding-right: 16px;
    margin-right: 8px;
}
.menu ul li a.has-child:after {
    content: "";
    position: absolute;
    bottom: calc(50% - 4px / 2);
    right: 5px;
    width: 5px;
    height: 5px;
    border: 1px solid #000;
    border-top: 0px;
    border-left: 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu ul li a.has-child.active:after {
    border-color: var(--background-static);
}
.menu ul li ul {
    position: absolute;
    min-width: 250px; /* margin-top: -5px; */ /* padding-top: 0.75rem; */ /* padding-bottom: 0.75rem; */
    background-color: #fafafa;
    border-radius: 0.25rem;
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    border-bottom: 2px solid var(--color-main);
}
.menu ul li:hover > ul {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible;
}
.menu ul li ul li {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.menu ul li ul li a {
    font-size: 14px;
    color: #313131;
    border-bottom: 1px solid #ececec;
    padding: 10px 0px 9px 0px;
    text-transform: capitalize;
}
.menu ul li ul li a.has-child {
    margin-right: 0px;
}
.menu ul li ul li a.has-child:after {
    border-color: #313131;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu ul li ul li a.active {
    color: #ec2d3f;
}
.menu ul li ul li a.active.has-child:after {
    border-color: #ec2d3f;
}
.menu ul li ul li:last-child > a {
    border-bottom: 0px;
}
.menu ul li ul li:hover > a {
    color: #ec2d3f;
}
.menu ul li ul li:hover > a.has-child:after {
    border-color: #ec2d3f;
}
.menu ul li ul li ul {
    top: 0;
    left: 100%;
    margin-top: 0px;
}
.wrap-field {
    overflow: hidden;
}
.wrap-field .field-top {
    padding-bottom: 1.5rem;
}
.wrap-field .field-top .info-field {
}
.wrap-field .field-top .info-field .info-field__title {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    height: calc(100% - 1rem);
}
.wrap-field .field-top .info-field .info-field__title span {
    color: #545454;
    text-transform: uppercase;
    font-size: 26px;
}
.wrap-field .field-top .info-field .info-field__description {
}

.field-mid {
}
.field-left {
    height: 100%;
    position: relative;
}
.field-mid .field-list {
    display: flex;
    align-items: center;
    justify-content: center; /* display: none; */
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    transition: 0.3s;
    z-index: 1;
}
.field-mid .field-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    pointer-events: none;
    z-index: 0;
}
.field-mid .field-list .field-list-wrap {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    color: #fff;
}
.field-mid .field-list.active {
    opacity: 1;
    z-index: 2;
}
.field-mid .field-list .field-list-info {
}
.field-mid .field-list .field-list-info .field-list-info__title {
}
.field-mid .field-list .field-list-info .field-list-info__title h4 {
    font-size: 30px;
    /* line-height: 47px; */
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #217cbd;
}
.field-mid .field-list .field-list-info .field-list-info__title h4 a {
    color: #fff;
}
.field-mid .field-list .field-list-info .field-list-info__title h4 a {
}
.field-mid .field-list .field-list-child {
}
.field-mid .field-list .field-list-child ul {
}
.field-mid .field-list .field-list-child ul li {
}
.field-mid .field-list .field-list-child ul li a {
    color: #fff;
    margin: 5px 0px;
    display: block;
    font-weight: 600;
}
.field-mid .field-list .field-list-child ul li a:hover {
    color: #f37800;
}
.field-mid .field-list .field-list-child ul li a i {
    margin-right: 5px;
}
.field-mid .field-list-two.active,
.field-mid .field-list-two:hover {
    background: #0e4d82;
}
.field-mid .field-list-two {
    height: 100%;
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background: #086db5;
    color: #fff;
    flex-wrap: wrap;
    text-align: center;
    border-right: 1px solid #217cbd;
    border-bottom: 1px solid #217cbd;
    transition: 0.3s;
    cursor: pointer;
}
.field-mid .field-list-two .field-list-icon {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    border: 1px solid rgba(8, 109, 181, 0.7);
    padding: 15px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.field-mid .field-list-two .field-list-icon::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border: 4px solid #086db5;
    border-radius: 100%;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.field-mid .field-list-two .field-list-icon img {
    max-height: 40px;
}
.field-mid .field-list-two .field-list-icon__title {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}
.field-list-info__link {
}
.field-list-info__link a {
    display: inline-block;
    padding: 0.7rem 1.5rem;
    border: 2px solid #fff;
    margin-top: 10px;
    color: #fff;
    transition: 0.3s;
}
.field-list-info__link a:hover {
    background: #0a6db5;
    border-color: #0a6db5;
}
/* About */
.wrap-about {
    /* background: #f5f5f5; */
}
.wrap-about .info-about {
}
.wrap-about .info-about .info-about__title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
}
.wrap-about .info-about .info-about__title span {
    color: var(--color-main);
}
.wrap-about .info-about .info-about__title:after {
    content: "";
    width: 70px;
    height: 2px;
    background: var(--color-main);
    left: 0;
    position: absolute;
    bottom: 0;
}
.wrap-about .info-about .info-about__description {
}

.link-detail {
    border-radius: 5px; /* display: inline-flex; */ /* align-items: center; */
    padding: 0.7rem 0.8rem;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 1.5rem;
    border: 1px solid var(--color-main);
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: var(--color-main);
    display: inline-block;
    font-size: 13px;
}
.link-detail i {
    /* margin-left: 12px; */
    font-size: 15px; /* float: right; */
}
.link-detail:before {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    height: 100%;
    background: #fff;
    z-index: -1;
    transition: 0.4s;
    bottom: 0;
}
.link-detail:hover {
    color: var(--color-main);
}
.link-detail:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

.criteria-items {
    text-align: center;
    position: relative;
    padding-bottom: 25px;
}
.criteria-items a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
.criteria-items a img {
    margin-right: 15px;
}
.criteria-items .criteria-items__img {
    height: 60px;
}
.criteria-items .criteria-items__content {
}
.criteria-items .criteria-items__content div {
    font-size: 40px;
    color: #3676c3;
    font-weight: bold;
    margin: 10px 0px 5px;
}

.criteria-items .criteria-items__content h3 {
    font-size: 20px;
    color: #3676c3;
    font-weight: bold;
    margin: 5px 0px 10px;
}
.criteria-items .criteria-items__content p {
    font-size: 14px;
    color: #656565;
    margin-bottom: 5px;
}
/* Toc */
a.mucluc-dropdown-list_button {
}
a.mucluc-dropdown-list_button:before {
    content: "\f03a";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 400;
    background: #fff;
    color: var(--color-main) !important;
    font-size: 20px;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    border: 1px solid #ddd;
}
.meta-toc.fiedx {
    position: fixed;
    left: 5px;
    top: 200px;
    z-index: 111;
}
.meta-toc .mucluc-dropdown-list_button {
    display: none;
}
.meta-toc.fiedx .mucluc-dropdown-list_button {
    display: block;
}
.meta-toc:not(.fiedx) .box-readmore {
    display: block !important;
}
.box-readmore {
    padding: 10px;
    background-color: #f5f5f5;
    width: 100%;
    margin-top: 2px;
    border: 1px solid #dddddd;
    font-size: 13px;
    margin-bottom: 10px;
    max-height: 340px;
    overflow-y: scroll;
    border-radius: 7px;
}

.box-readmore::-webkit-scrollbar {
    background: #ececec;
    width: 5px;
    height: 11px;
    border-radius: 50px;
}
.box-readmore::-webkit-scrollbar-thumb {
    background: var(--color-main);
    border-radius: 50px;
}
.meta-toc.fiedx .box-readmore {
    width: 350px;
    display: none;
}
.box-readmore li ul > li {
    margin: 0;
    margin-bottom: 8px;
}
.box-readmore li ul > li:before {
    content: counters(item, ".") " ";
}
.box-readmore ul {
    list-style-type: none;
    counter-reset: item;
    margin-bottom: 0px;
    padding-left: 0px !important;
    margin-top: 8px;
}
.box-readmore ul li {
    display: table;
    counter-increment: item;
    margin: 0 0 5px 0;
}
.box-readmore ul li a {
}
.box-readmore ul li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 5px;
}
.box-readmore ul li a {
    color: #000 !important;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
}
.box-readmore ul li li a {
    font-weight: 400;
}
.box-readmore ul li a:hover {
    color: #767676;
}

.meta-toc-fix {
    display: none;
}
a.mucluc-dropdown-list_button {
}
a.mucluc-dropdown-list_button:before {
    content: "\f03a";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 400;
    background: #fff;
    color: var(--color-main) !important;
    font-size: 20px;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    border: 1px solid #ddd;
}
.meta-toc-fix.fiedx {
    position: fixed;
    left: 5px;
    top: 200px;
    z-index: 111;
    display: block;
}
.meta-toc-fix .mucluc-dropdown-list_button {
    display: none;
}
.meta-toc-fix.fiedx .mucluc-dropdown-list_button {
    display: block;
}
.meta-toc-fix:not(.fiedx) .box-readmore-fix {
    display: block !important;
}
.box-readmore-fix {
    padding: 10px;
    background-color: #f5f5f5;
    width: 100%;
    margin-top: 2px;
    border: 1px solid #dddddd;
    font-size: 13px;
    margin-bottom: 10px;
    max-height: 340px;
    overflow-y: scroll;
    border-radius: 7px;
}

.box-readmore-fix::-webkit-scrollbar {
    background: #ececec;
    width: 5px;
    height: 11px;
    border-radius: 50px;
}
.box-readmore-fix::-webkit-scrollbar-thumb {
    background: var(--color-main);
    border-radius: 50px;
}
.meta-toc-fix.fiedx .box-readmore-fix {
    width: 350px;
    display: none;
}
.box-readmore-fix li ul > li {
    margin: 0;
    margin-bottom: 8px;
}
.box-readmore-fix li ul > li:before {
    content: counters(item, ".") " ";
}
.box-readmore-fix ul {
    list-style-type: none;
    counter-reset: item;
    margin-bottom: 0px;
    padding-left: 0px !important;
    margin-top: 8px;
}
.box-readmore-fix ul li {
    display: table;
    counter-increment: item;
    margin: 0 0 5px 0;
}
.box-readmore-fix ul li a {
}
.box-readmore-fix ul li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 5px;
}
.box-readmore-fix ul li a {
    color: #000 !important;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
}
.box-readmore-fix ul li li a {
    font-weight: 400;
}
.box-readmore-fix ul li a:hover {
    color: #767676;
}
/* loadpage website */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    pointer-events: none;
}
#loader-wrapper #wrap {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 999999;
}
#loader-wrapper.show1 #wrap {
    background: transparent;
}
#loader-wrapper:after {
    -webkit-mask: url(../images/mask-01.png);
    mask: url(../images/mask-01.png);
    -webkit-mask-size: 2300% 100%;
    mask-size: 2300% 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 1);
    z-index: 99999;
}
#loader-wrapper.show1::after {
    -webkit-animation: MaskPlay 1s steps(22) forwards;
    animation: MaskPlay 1s steps(22) forwards;
}
#loader-wrapper.show1 #wrap {
    opacity: 0;
}
.loading-text ul {
    margin-top: 1.875rem;
}
.loading-text ul li {
    -webkit-animation: anime 1.5s infinite linear;
    animation: anime 1.5s infinite linear;
    display: inline-block;
    font-family: var(--bs-font-monospace);
    font-size: 1.875rem;
    letter-spacing: 1px;
}
.loading-text ul li:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.loading-text ul li:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.loading-text ul li:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.loading-text ul li:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.loading-text ul li:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.loading-text ul li:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.loading-text ul li:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.loader {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    padding-bottom: 3.125rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100001;
}
/* name */
.anim {
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
@-moz-keyframes quick-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
        -moz-opacity: 0.1;
        -webkit-opacity: 0.1;
        -o-opacity: 0.1;
    }

    30% {
        -moz-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
        -moz-opacity: 0.5;
        -webkit-opacity: 0.5;
        -o-opacity: 0.5;
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
        -moz-opacity: 0.6;
        -webkit-opacity: 0.6;
        -o-opacity: 0.1;
    }
}

@-webkit-keyframes quick-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-o-keyframes quick-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(0.5) skew(1deg);
        -o-opacity: 0.1;
    }

    30% {
        -o-transform: rotate(0) scale(0.7) skew(1deg);
        -o-opacity: 0.5;
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: 0.1;
    }
}

@-moz-keyframes quick-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }

    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: 0.2;
    }

    100% {
        -moz-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-webkit-keyframes quick-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-o-keyframes quick-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }

    100% {
        -o-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-moz-keyframes quick-alo-circle-img-anim {
    10% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-o-keyframes quick-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
    }
}
@-webkit-keyframes anime {
    0% {
        color: grey;
        letter-spacing: 1px;
        text-shadow: 1px 1px 0 #000;
        transform: translateY(0);
    }

    50% {
        color: #ffc107;
        letter-spacing: 5px;
        text-shadow: 5px 10px 1px #000;
        transform: translateY(-10px);
    }

    100% {
        color: grey;
        letter-spacing: 1px;
        text-shadow: 1px 1px 0 #000;
        transform: translateY(0);
    }
}

@keyframes anime {
    0% {
        color: grey;
        letter-spacing: 1px;
        text-shadow: 1px 1px 0 #000;
        transform: translateY(0);
    }

    50% {
        color: #ffc107;
        letter-spacing: 5px;
        text-shadow: 5px 10px 1px #000;
        transform: translateY(-10px);
    }

    100% {
        color: grey;
        letter-spacing: 1px;
        text-shadow: 1px 1px 0 #000;
        transform: translateY(0);
    }
}

/* end name*/
@-webkit-keyframes MaskPlay {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}

@keyframes MaskPlay {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}
/*  end loadpage website */

.title-detail-main {
    color: #252525;
    font-size: 23px;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

/* General */
.title-main {
    margin-bottom: 2rem;
    text-align: center;
}
.title-main span {
    text-transform: uppercase;
    color: var(--color-black);
    font-weight: 700;
    font-size: 2rem;
}
.title-main b {
    color: var(--color-main);
    font-weight: bold;
}
.time-main {
    margin-bottom: 0.75rem;
    color: #999999;
}
.time-main i {
    color: var(--color-main);
}
.time-main span {
    vertical-align: top;
    display: inline-block;
}
.share {
    padding: 17px 15px 10px 15px;
    line-height: normal;
    background: rgba(128, 128, 128, 0.15);
    margin-top: 15px;
    border-radius: 5px;
}
.share b {
    display: block;
    margin-bottom: 5px;
}
.control-owl {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0px;
    top: calc(50% - 45px / 2);
}
.control-owl button {
    opacity: 0.5;
    top: 0px;
    position: absolute;
    outline: none;
    border: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    cursor: pointer;
    color: #ffffff;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 25px;
    margin: 0px;
    background-color: #000000;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.control-owl button:hover {
    opacity: 1;
}
.control-owl button.owl-prev {
    left: 20px;
}
.control-owl button.owl-next {
    right: 20px;
}
.custom-form-row {
    margin-right: -10px;
    margin-left: -10px;
}
.custom-form-row > .col,
.custom-form-row > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}
.text-sm {
    font-size: 0.875rem !important;
}

.control-owl.control-dev. {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0px;
    top: calc(50% - 50px / 2);
}
.control-owl.control-dev button:hover {
    background: var(--background-static);
}
.control-owl.control-dev button:hover svg {
    stroke: #fff;
}
.control-owl.control-dev button {
    opacity: 0.9;
    top: 0px;
    position: absolute;
    outline: none;
    border: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    cursor: pointer;
    color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 25px;
    margin: 0px;
    background-color: #fff;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.control-owl.control-dev button:hover {
    opacity: 1;
}
.control-owl.control-dev button.owl-prev {
    left: -20px;
}
.control-owl.control-dev button.owl-next {
    right: -20px;
}
.control-owl.control-dev button svg {
    width: 30px;
    stroke: #000;
}

/* Lazyload */
img.lazy {
    opacity: 0;
}
img:not(.initial) {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
img.initial,
img.loaded,
img.error {
    opacity: 1;
}
img:not([src]) {
    visibility: hidden;
}

/* Search */
.search_desktop {
    position: relative;
    float: right;
}
.search_desktop .icon-search_desktop {
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
    color: #ffff;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0px;
    background: var(--color-main);
}
.search_desktop .icon-search_desktop.active {
    color: var(--color-main);
    background: #fff;
    border-radius: 100%;
    border: 1px solid var(--color-main);
}
.search_desktop .search-grid_desktop {
    position: absolute;
    top: 54px;
    right: 0px;
    width: 0px;
    height: 40px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--color-main);
    z-index: 2;
    opacity: 0;
    border-radius: 25px;
    line-height: normal;
}
.search_desktop .search-grid_desktop p,
.search_desktop .search-grid_desktop button {
    float: left;
    width: 35px;
    height: 38px;
    cursor: pointer;
    outline: none;
    border: none;
    margin: 0px;
    font-size: 14px;
    display: block;
    color: var(--color-main);
    line-height: 35px;
    text-align: center;
    background: transparent;
}
.search_desktop .search-grid_desktop input {
    width: calc(100% - 35px);
    float: right;
    line-height: 35px;
    outline: none;
    border: none;
    color: #015493;
    font-size: 13px;
}
.search_desktop .search-grid_desktop input::-webkit-input-placeholder {
    color: #ccc;
}
.search_desktop .search-grid_desktop input:-moz-placeholder {
    color: #ccc;
}
.search_desktop .search-grid_desktop input::-moz-placeholder {
    color: #ccc;
}
.search_desktop .search-grid_desktop input:-ms-input-placeholder {
    color: #ccc;
}

/* Search RP */
.search-res {
    position: relative;
}
.search-res .icon-search {
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center; /* border: 1px solid #363636; */
}
.search-res .icon-search.active {
    color: var(--color-main);
    background: #fff;
    border-radius: 100%;
}
.search-res .search-grid {
    position: absolute;
    top: 38px;
    right: 0px;
    width: 0px;
    height: 37px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--color-main);
    z-index: 2;
    opacity: 0;
    border-radius: 25px;
    line-height: normal;
}
.search-res .search-grid p {
    float: left;
    width: 35px;
    height: 35px;
    cursor: pointer;
    outline: none;
    border: none;
    margin: 0px;
    font-size: 15px;
    display: block;
    color: var(--color-main);
    line-height: 35px;
    text-align: center;
}
.search-res .search-grid input {
    width: calc(100% - 35px);
    float: right;
    line-height: 34px;
    outline: none;
    border: none;
    color: var(--color-red);
    font-size: 13px;
}
.search-res .search-grid input::-webkit-input-placeholder {
    color: #ccc;
}
.search-res .search-grid input:-moz-placeholder {
    color: #ccc;
}
.search-res .search-grid input::-moz-placeholder {
    color: #ccc;
}
.search-res .search-grid input:-ms-input-placeholder {
    color: #ccc;
}

/* Slideshow */
.slideshow {
    position: relative;
}
.slideshow-item {
    display: block;
    cursor: pointer;
}
.slideshow:hover .control-slideshow {
    opacity: 1;
}
.control-slideshow {
    opacity: 0;
}
.info-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.name-slide {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
}
.desc-slide {
    font-size: 15px;
    color: #fff;
    width: 500px;
    margin: 20px 0;
}
.views-more-slide {
    background-color: var(--background-static);
    width: 120px;
    height: 40px;
    color: #fff;
    font-size: 15px;
}
.box-slide.slick-current.slick-active .name-slide {
    animation: fadeInUp;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}
.box-slide.slick-current.slick-active .desc-slide {
    animation: fadeInUp;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}
.box-slide.slick-current.slick-active .views-more-slide {
    animation: scaleLarge;
    animation-duration: 1s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
}
.slide-text .slick-prev,
.slide-text .slick-next {
    width: 40px;
    height: 50px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.3);
}
.slide-text .slick-prev {
    left: 5px;
}
.slide-text .slick-next {
    right: 5px;
}
.slide-text .slick-prev:before {
    font-family: "FontAwesome";
    font-weight: 400;
    content: "\f053";
}
.slide-text .slick-next:before {
    font-family: "FontAwesome";
    font-weight: 400;
    content: "\f054";
}
.slide-text .slick-dots {
    bottom: 20px;
}
.slide-text .slick-dots li {
    margin: 0;
}
.slide-text .slick-dots li button:before {
    color: #fff;
    font-size: 15px;
}

/* Breadcrumb */
.breadCrumbs {
    background-color: #eee;
}
.breadCrumbs .wrap-content {
    padding: 0.75rem 0;
}
.breadCrumbs .wrap-content .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
}
.breadCrumbs .wrap-content .breadcrumb-item a {
    color: #212529;
}
.breadCrumbs .wrap-content .breadcrumb-item.active a {
    color: #6c757d;
}

/* Intro */
.wrap-intro {
}
.news-intro:before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 50px);
    top: 10px;
    left: 90px;
    background-color: #cacaca;
}
.news-scroll:before,
.news-scroll:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 85px;
    border-radius: 100%;
    background-color: #cacaca;
}
.news-scroll:before {
    top: 10px;
}
.news-scroll:after {
    bottom: 40px;
}
.news-control {
    left: 85px;
    font-size: 13px;
    opacity: 0.5;
    z-index: 1;
    cursor: pointer;
}
.news-control:hover {
    opacity: 1;
    color: #ec2d3f;
}
.news-control#up {
    top: -10px;
}
.news-control#down {
    bottom: 20px;
}

/* Partner */
.control-partner button {
    background-color: transparent;
    color: #222222;
    opacity: 1;
    width: 25px;
    font-size: 23px;
}
.control-partner button:hover {
    opacity: 0.7;
}
.control-partner button.owl-prev {
    left: 0px;
}
.control-partner button.owl-next {
    right: 0px;
}
.wrap-partner {
    margin-bottom: 2rem;
}
.wrap-partner .wrap-content {
    position: relative;
}
.partner {
    display: block;
    border: 1px solid #eee;
    max-width: 175px;
    margin: 0px auto;
}

/* Video */
.video {
    cursor: pointer;
    margin-bottom: 1rem;
}
.video .video-image {
    position: relative;
    margin-bottom: 0.75rem;
}
.video .video-image:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 35px;
    top: calc(50% - 50px / 2);
    left: calc(50% - 35px / 2);
    z-index: 1;
    background-repeat: no-repeat;
    background-image: url(../images/play.png);
}
.video .video-name {
    text-align: center;
    font-size: 16px;
    color: #212529;
    margin-bottom: 0px;
}

/* Album */
.album {
    cursor: pointer;
}
.album .album-image {
    margin-bottom: 0.75rem;
}
.album .album-name {
    margin-bottom: 0px;
    text-align: center;
}
.album .album-name a {
    display: block;
    font-size: 16px;
    color: #212529;
    margin-bottom: 0px;
}

/* Brand */
.wrap-brand .wrap-content {
    position: relative;
}
.brand {
    display: block;
    border: 1px solid #eee;
    max-width: 160px;
    margin: 0px auto;
}

/* Product */
.wrap-product {
    /* margin-bottom: 50px; */
    background: #faf6f3;
}
.cart-product {
    margin-bottom: 0px;
}
.cart-product span {
    cursor: pointer;
    color: #ffffff;
    text-transform: capitalize;
    text-align: center;
}

/* Product Detail */
.grid-pro-detail {
    margin-bottom: 2rem;
}
.left-pro-detail {
    position: relative;
    text-align: center; /* width: 45%; */
}
.right-pro-detail {
    /* width: calc(55% - 40px); */
}
.left-pro-detail .MagicZoom {
    border: 1px solid #eee;
    padding: 7px;
    border-radius: 5px;
    background-color: #ffffff;
}
.gallery-thumb-pro {
    position: relative;
    margin-top: 10px;
}
.owl-pro-detail {
    padding: 0;
}
.control-pro-detail button {
    background-color: transparent;
    color: #222222;
    opacity: 1;
    width: 25px;
    font-size: 23px;
}
.control-pro-detail button:hover {
    opacity: 0.7;
}
.control-pro-detail button.owl-prev {
    left: 0px;
}
.control-pro-detail button.owl-next {
    right: 0px;
}
.thumb-pro-detail {
    display: block !important;
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
    background-color: #ffffff;
}
.thumb-pro-detail.mz-thumb.mz-thumb-selected {
    border-color: #cecfd2;
}
.thumb-pro-detail img {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-filter: brightness(100%) !important;
    filter: brightness(100%) !important;
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.title-pro-detail {
    text-transform: uppercase;
    font-size: 20px;
    display: block;
    font-weight: bold;
    color: var(--color-red);
}

.comment-pro-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.social-plugin-pro-detail {
    margin-bottom: 1rem;
    margin-top: 0px !important;
}
.desc-pro-detail {
    /* margin-bottom: 1rem; */
}
.attr-pro-detail {
    list-style: none;
    padding: 0px;
}
.attr-pro-detail li {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
}
.attr-label-pro-detail {
    margin: 0px 5px 0px 0px;
}
.attr-content-pro-detail {
    display: inline-block;
    margin-bottom: 0px;
}
.brand-pro-detail {
}
.brand-pro-detail a {
    background: var(--color-red);
    color: #fff;
    border-radius: 2px;
    padding: 2px 5px;
}
.price-new-pro-detail {
    font-weight: 700;
    font-size: 23px;
    color: #f00;
}
.price-old-pro-detail {
    font-weight: 400;
    color: var(--color-gray);
    text-decoration: line-through;
    padding-left: 10px;
    font-size: 18px;
    position: relative;
    top: -1px;
}
.tags-pro-detail a {
    float: left;
    font-size: 13px;
    padding-bottom: 0.375rem;
    margin: 0px 5px 5px 0px;
}
.tags-pro-detail a i {
    font-size: 11px;
    margin: 5px 5px 0px 0px;
}
.tabs-pro-detail {
    margin-top: 2rem;
}
.tabs-pro-detail .nav-tabs .nav-link {
    border-top-width: 3px;
    font-size: 13px;
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
}
.tabs-pro-detail .nav-tabs .nav-link.active,
.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
    border-top-color: #555555;
}

.camket-pro-detail {
    position: sticky;
    top: 140px; /* width: 290px; */
}
.camket-pro-detail .widget {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.camket-pro-detail h4 {
    padding: 15px 10px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    background-color: #f2f2f2;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.camket-pro-detail .widget-line {
    width: 70px;
    height: 2px;
    background-color: var(--color-main);
}
.camket-pro-detail .widget-content {
    border: 1px solid #f2f2f2;
    border-top: none;
    position: relative;
    top: -2px;
}
.camket-pro-detail .camket ul {
    margin: 0px;
    padding: 0px;
}
.camket-pro-detail .camket ul li {
    list-style: none;
    border-top: 1px dotted #e5e5e5;
    padding: 10px 10px 10px 30px;
    background: url(../images/icon-ul.svg) no-repeat 10px 10px;
}
.camket-pro-detail .camket ul li:first-child {
    border-top: 0px;
}
.camket-pro-detail .thongso ul {
    margin: 0px;
    padding: 0px;
}
.camket-pro-detail .thongso ul li {
    list-style: none;
    border-top: 1px dotted #e5e5e5;
    padding: 10px;
}
.camket-pro-detail .thongso ul li:first-child {
    border-top: 0px;
}
/* News */

.news {
    overflow: hidden;
    margin-bottom: 1.5rem;
}
.pic-news {
    width: 30%;
    float: left;
}
.pic-news img {
    width: 100%;
}
.info-news {
    width: 70%;
    padding-left: 15px;
    float: right;
}
.name-news {
    color: #252525;
    font-size: 17px;
    line-height: normal;
    font-weight: 600;
}
.name-news.text-split {
    -webkit-line-clamp: 2;
}
.name-news:hover {
    color: var(--background-static);
}
.time-news {
    color: var(--color-gray);
    margin-bottom: 10px;
}
.desc-news {
    color: #676767;
    margin-top: 5px;
    line-height: 22px;
}
.news .news-name {
    margin-bottom: 0.5rem;
}
.news .news-name a {
    color: #333;
    font-size: 16px;
}
.news .news-name a.text-split {
    -webkit-line-clamp: 2;
}
.news .news-name a:hover {
    color: #ec2d3f;
}
.news .news-time {
    color: #84878a;
    margin-bottom: 0.25rem;
}
.news .news-desc {
    color: #333333;
    margin-top: 5px;
    line-height: 22px;
}
.othernews b {
    margin-bottom: 10px;
    font-size: 15px;
}

.list-news-other {
    padding-left: 17px;
    list-style: square;
}
.list-news-other li {
    margin-bottom: 2px;
    list-style: square;
    margin-left: 13px;
    color: var(--color-main);
}
.list-news-other li a {
    text-transform: none;
    color: #333333;
}
.list-news-other li a:hover {
    color: var(--color-main);
}

/*News orther*/
.othernews {
    position: sticky;
    top: 140px;
    z-index: 7;
}
.news-other {
    margin-bottom: 15px;
}
.pic-news-other {
    width: 40%;
}
.info-news-other {
    width: 60%;
    padding-left: 10px;
}
.name-news-other {
    color: #252525;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
}
.name-news-other:hover {
    color: var(--background-static);
}
.name-news-other.text-split {
}

/* Contact */
.form-floating.form-floating-cus > input,
.form-floating-cus > select {
    height: 40px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.form-floating.form-floating-cus > textarea {
    height: 100px;
}
.form-floating.form-floating-cus > label {
    padding: 13px 10px;
    color: var(--color-gray);
}
.contact-article {
    margin-bottom: 3rem;
}
.contact-input {
    position: relative;
    margin-bottom: 20px;
}
.contact-input input,
.contact-input textarea {
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
}
.contact-input input:focus,
.contact-input textarea:focus {
    box-shadow: none;
    outline: none;
}
.contact-input textarea {
    resize: none;
    height: 150px;
}
.contact-input .custom-file-label::after {
    content: attr(title);
}
.contact-map {
    position: relative;
    height: 500px;
}
.contact-map iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
}

/* Newsletter */
.newsletter-slogan {
    margin-bottom: 0.5rem;
    color: #000;
}
.wrap-newsletter {
}
.cover-newsletter {
    padding: 1.5rem;
    background: #fff;
    border-radius: 10px;
    border: 3px solid #b88d58;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.title-newsletter {
    position: relative;
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 5px;
}
.title-sub-newsletter {
    position: relative;
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 5px;
}
.form-newsletter {
    position: relative;
    overflow: hidden; /* border-radius: 5px; */
    padding: 1rem;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.newsletter-input {
    margin-bottom: 15px; /* width: calc(100% - 50px); */ /* float: left; */
    margin-bottom: 20px;
}
.newsletter-input .form-control,
.newsletter-input select {
    height: 50px; /* border-radius: 0; */
    font-size: 13px;
    border: none;
    padding: 5px 0px;
    width: 100%;
    outline: 0; /* padding-left: 10px; */
    background: none;
    color: #000;
    border: 1px solid #fff;
    border-radius: 0px;
    text-indent: 10px;
    border-radius: 4px;
    background: #fff;
    border-radius: 50px;
}
.newsletter-input input[name="name-newsletter"] {
    background-position: calc(100% - 10px);
}
.newsletter-input input[name="phone-newsletter"] {
}
.newsletter-input input[name="email-newsletter"] {
    background-position: calc(100% - 10px);
}
.newsletter-input.newsletter-area {
    position: relative;
}
.newsletter-input.newsletter-area .form-control {
    height: 90px;
}
.newsletter-button {
    /* width: 50px; */ /* float: right; */
}
.newsletter-button input[name="submit-newsletter"] {
    color: var(--color-main);
    border: none;
    width: 100%;
    max-width: 100%;
    height: 55px;
    font-size: 15px;
    text-transform: uppercase;
    border: 1px solid var(--color-main-3);
    font-weight: bold;
    border-radius: 5px;
    background: none;
    border-radius: 0px;
    background: var(--color-main-3);
    border-radius: 50px;
}
.newsletter-button input[name="submit-newsletter"]:hover {
    background: #131313;
    color: #fff;
}

.newsletter-input input::-webkit-input-placeholder {
    color: #000;
}
.newsletter-input input:-moz-placeholder {
    color: #000;
}
.newsletter-input input::-moz-placeholder {
    color: #000;
}
.newsletter-input input:-ms-input-placeholder {
    color: #000;
}

.newsletter-input.newsletter-area .form-control::-webkit-input-placeholder {
    color: ##000;
}
.newsletter-input.newsletter-area .form-control:-moz-placeholder {
    color: #000;
}
.newsletter-input.newsletter-area .form-control::-moz-placeholder {
    color: #000;
}
.newsletter-input.newsletter-area .form-control:-ms-input-placeholder {
    color: #000;
}

.phone-slogan {
    margin-bottom: 0.5rem;
    color: #000000;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 10px;
    background: #f8f9fa;
    font-size: 13px;
}
.wrap-form-phone {
    /* height: 45px; */ /* display: flex; */
    box-shadow: 0px 0px 3px 0px #ccc;
}
.form-phone {
    /* height: 45px; */ /* display: flex; */
    padding: 15px;
}
.phone-input {
    position: relative;
    height: 100%; /* width: calc(100% - 60px); */
}
.phone-input input {
    border-radius: 0px;
    height: 100%;
    width: 100%;
}
.phone-button {
    width: 70px;
    margin-top: 10px;
    text-align: center;
    margin: auto;
}
.phone-button input[type="submit"] {
    border: 0px;
    color: #fff;
    text-transform: uppercase;
    height: 35px;
    border-radius: 0;
    background: var(--background-static);
    width: 100%;
    font-weight: bold;
    border-radius: 3px;
}

/* Footer */
.footer-article {
    /* background-color: #f5f6f7; */
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: url(../images/bg_footer.svg) no-repeat;
    background-size: cover;
}

.footer-title {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 1rem;
    font-weight: 600;
}
.footer-title:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: var(--color-main);
    margin-top: 10px;
}
.name-company {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 1rem;
    font-weight: 700;
}

.footer-copyright a {
    color: #fff;
}
.footer-ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.footer-ul li {
    margin-bottom: 10px;
}
.footer-ul li:last-child {
    margin-bottom: 0px;
}
.footer-ul li a {
    color: #212529;
    font-size: 15px;
}
.footer-ul li a:hover {
    text-decoration: none;
    color: var(--color-main);
}
.footer-tags {
    background: #eee;
}
.footer-tags .wrap-content {
    padding: 30px 15px;
}
.footer-tags-lists {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.footer-tags-lists li {
    float: left;
}
.footer-tags-lists li a {
    padding-bottom: 0.375rem;
}
.footer-powered {
    color: #ffffff;
    background-color: var(--color-main);
}
.footer-powered .wrap-content {
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer-statistic {
    text-align: right;
}
.footer-statistic span {
    padding-right: 10px;
}
.footer-statistic span:last-child {
    padding-right: 0px;
}
#footer-map {
    position: relative;
    height: 500px;
}
#footer-map iframe {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
    left: 0px !important;
}

/* Like Share */
.social-plugin {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.social-plugin .at-share-btn {
    margin-bottom: 0px !important;
}
.social-plugin .zalo-share-button {
    margin-left: 3px;
    z-index: 4;
}

/* Paging */
.pagination-home .pagination .page-item .page-link {
    color: #555555;
    font-size: 0.875rem;
}
.pagination-home .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: #555555;
    border-color: #555555;
}
/* Paging Ajax */
.pagination-ajax {
    text-align: center;
}
.pagination-ajax a {
    display: inline-block;
    vertical-align: top;
    margin: 0px 3px 3px 3px;
    width: 35px;
    height: 35px;
    line-height: 33px;
    color: #666 !important;
    border: 1px solid #e6e6e6;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none !important;
    background-color: #ffffff;
}
.pagination-ajax a.current,
.pagination-ajax a:hover {
    color: #ffffff !important;
    border-color: #ec2d3f;
    background-color: #ec2d3f;
}
.pagination-ajax a.first,
.pagination-ajax a.last,
.pagination-ajax a.prev,
.pagination-ajax a.next {
    text-indent: -9999px;
    position: relative;
    background-color: #ffffff !important;
}
.pagination-ajax a.first:before,
.pagination-ajax a.last:before,
.pagination-ajax a.prev:before,
.pagination-ajax a.next:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}
.pagination-ajax a.first:before {
    background-image: url(../images/page-first.png);
}
.pagination-ajax a.last:before {
    background-image: url(../images/page-last.png);
}
.pagination-ajax a.prev:before {
    background-image: url(../images/page-prev.png);
}
.pagination-ajax a.next:before {
    background-image: url(../images/page-next.png);
}

/* Popup */
#popup .modal-body {
    padding: 0px;
}
/* Hidden Google Captcha */
.grecaptcha-badge {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
    visibility: hidden !important;
    overflow: hidden;
}

/* Hidden Check Grammar Coccoc */
coccocgrammar {
    display: none;
}

/* Scroll Top */
.scrollToTop {
    width: 41px;
    height: 41px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 65px;
    right: 25px;
    display: none;
    z-index: 10;
    cursor: pointer;
}

/* Text Hide */
.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

/* Transition All */
.transition,
.control-owl button,
.carousel-comment-media .carousel-control a span,
.menu ul li a.has-child:after,
.menu ul li ul,
.menu ul li:hover > ul,
.scale-img img,
.scale-img:hover > img,
.btn-frame .kenit-alo-circle-fill,
.support-online .kenit-alo-circle-fill {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
/* Scale IMG */
.scale-img {
    overflow: hidden;
    display: block;
}
.scale-img img {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.scale-img:hover > img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
/* Blink */
.blink {
    -webkit-animation-name: blink;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blink;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blink;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/* Button Frame */
.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 10;
    cursor: pointer;
}
.btn-frame i {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--mxh);
    position: relative;
    z-index: 1;
}
.btn-frame i img {
    vertical-align: middle;
    width: 70%;
}
.btn-frame .animated.infinite {
    animation-iteration-count: infinite;
}
.btn-frame .kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(7, 41, 103, 0.8);
    opacity: 0.1;
    border-color: var(--mxh);
    opacity: 0.5;
}
.btn-frame .zoomIn {
    animation-name: zoomIn;
}
.btn-frame .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.btn-frame .kenit-alo-circle-fill {
    width: 70px;
    height: 70px;
    top: -10px;
    right: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: var(--mxh);
    opacity: 0.4;
}
.btn-frame .pulse {
    animation-name: pulse;
}

.ungdung {
    position: fixed;
    right: 18px;
    top: 120px;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9;
    display: flex;
    flex-direction: column;
}
.ungdung li {
    margin: 8px 0 0;
}

/* Zalo */
.btn-zalo {
    bottom: 315px;
}

/* WhatsApp */
.btn-whatsapp {
    /* --mxh: #25d366; */
    bottom: 400px;
}
.btn-whatsapp i {
    font-size: 28px;
    color: #fff;
}

/* Phone */
.btn-phone {
    bottom: 230px;
}
.btn-phone i {
    font-size: 22px;
    color: #fff;
    transform: rotate(10deg);
}

.progress-wrap {
    position: fixed;
    bottom: 70px;
    right: 19px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    content: "\f077";
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: 900;
    color: var(--mxh);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: var(--mxh);
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

/* Messenger */
.js-facebook-messenger-top-header {
    background: #487dfc;
    color: #fff;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px 5px 0 0;
}
.js-facebook-messenger-container.closed {
    display: none !important;
}
.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px;
    color: #404040;
    background: #fff;
}
.js-facebook-messenger-tooltip.closed {
    display: none !important;
}
.js-facebook-messenger-box,
.js-facebook-messenger-button {
    z-index: 999;
}
.js-facebook-messenger-tooltip {
    z-index: 999;
    display: none;
    position: fixed;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
    box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
    z-index: 1000000000000000019884624838656;
}
.js-facebook-messenger-close-tooltip {
    width: 10px;
    height: 10px;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
}
.js-facebook-messenger-box {
    z-index: 999;
}
.js-facebook-messenger-box.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
.js-facebook-messenger-box.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
    z-index: 999;
}
.js-facebook-messenger-box {
    display: block;
    position: fixed;
    cursor: pointer;
    bottom: 150px;
    right: 17px;
    width: 56px;
    height: 56px;
    text-align: center;
    background: var(--mxh);
    border-radius: 100%;
    overflow: hidden;
    z-index: 99;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
}
.js-facebook-messenger-box.rotate svg#fb-msng-icon {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.js-facebook-messenger-box svg#fb-msng-icon {
    width: 32px;
    height: 33px;
    position: absolute;
    top: 13px;
    left: 12px;
    opacity: 1;
    overflow: hidden;
    -webkit-transition:
        opacity 160ms ease-in-out,
        transform 160ms ease-in-out;
    -webkit-transition:
        opacity 160ms ease-in-out,
        -webkit-transform 160ms ease-in-out;
    transition:
        opacity 160ms ease-in-out,
        -webkit-transform 160ms ease-in-out;
    transition:
        opacity 160ms ease-in-out,
        transform 160ms ease-in-out;
    transition:
        opacity 160ms ease-in-out,
        transform 160ms ease-in-out,
        -webkit-transform 160ms ease-in-out;
}
.js-facebook-messenger-box.rotate svg#close-icon {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.js-facebook-messenger-box svg#close-icon {
    opacity: 0;
    width: 19px;
    height: 20px;
    position: absolute;
    top: 19px;
    left: 19px;
    -webkit-transition:
        opacity 160ms ease-in-out,
        transform 160ms ease-in-out;
    -webkit-transition:
        opacity 160ms ease-in-out,
        -webkit-transform 160ms ease-in-out;
    transition:
        opacity 160ms ease-in-out,
        -webkit-transform 160ms ease-in-out;
    transition:
        opacity 160ms ease-in-out,
        transform 160ms ease-in-out;
    transition:
        opacity 160ms ease-in-out,
        transform 160ms ease-in-out,
        -webkit-transform 160ms ease-in-out;
}
.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
    z-index: 1000;
}
.js-facebook-messenger-container {
    width: 250px;
    position: fixed;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    bottom: 110px;
    right: 90px;
    border-radius: 10px;
    pointer-events: none;
    -webkit-box-shadow:
        0 1px 6px rgba(0, 0, 0, 0.06),
        0 2px 32px rgba(0, 0, 0, 0.16);
    box-shadow:
        0 1px 6px rgba(0, 0, 0, 0.06),
        0 2px 32px rgba(0, 0, 0, 0.16);
    -webkit-transition:
        transform 160ms ease-in-out,
        opacity 160ms ease-in-out;
    -webkit-transition:
        opacity 160ms ease-in-out,
        -webkit-transform 160ms ease-in-out;
    transition:
        opacity 160ms ease-in-out,
        -webkit-transform 160ms ease-in-out;
    transition:
        transform 160ms ease-in-out,
        opacity 160ms ease-in-out;
    transition:
        transform 160ms ease-in-out,
        opacity 160ms ease-in-out,
        -webkit-transform 160ms ease-in-out;
}
.js-facebook-messenger-top-head {
    width: 220px;
    color: #ffffff;
    background: #1182fc;
    display: block;
    position: relative;
    width: 220px;
    background: #1182fc;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    padding: 10px;
    font-size: 14px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.js-facebook-messenger-container iframe,
.js-facebook-messenger-container-button iframe {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
    z-index: 999;
}
.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
    z-index: 1000;
}
.js-facebook-messenger-top-head {
    color: #ffffff;
    background: #1182fc;
    width: 220px;
}
.js-facebook-messenger-tooltip {
    color: #404040;
    background: #fff;
}
.js-facebook-messenger-container.open {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    pointer-events: all;
}
.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px;
}
.js-facebook-messenger-box.open svg#fb-msng-icon {
    opacity: 0;
}
.js-facebook-messenger-box.rotate.open svg#close-icon {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.js-facebook-messenger-box.open svg#close-icon {
    opacity: 1;
}

/* Cart Fix */

/* Toolbar */
.scrollToTopMobile.scrollToTop {
    display: block !important;
    height: unset;
    position: unset;
}
.modal-body .toolbar {
    display: block;
    position: relative;
}
.toolbar {
    width: 100%;
    bottom: 0px;
    position: fixed;
    z-index: 500;
    left: 0px;
    display: none;
    -webkit-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
    -moz-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
    -ms-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
    -o-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
}
.toolbar.is-active .list-phone {
    display: block;
    -webkit-animation: quickShow 0.2s cubic-bezier(0.66, 0.45, 0.76, 1.53) forwards;
    animation: quickShow 0.2s cubic-bezier(0.66, 0.45, 0.76, 1.53) forwards;
}
.toolbar .list-phone {
    position: absolute;
    bottom: 100%;
    left: 30px;
    opacity: 0;
    transform: scale(0);
    transform-origin: 50% 100%;
    display: none;
}
.toolbar .list-phone a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    max-width: 240px;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 50px;
    padding-right: 30px;
    text-decoration: none;
}
.toolbar .list-phone svg {
    max-width: 30px;
    max-height: 30px;
}
.toolbar .list-phone span {
    display: block;
    width: calc(100% - 40px);
    color: var(--background-static);
    font-weight: 700;
    font-size: 18px;
}
.toolbar .phone {
    position: relative;
    width: 50px;
    height: 50px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    margin: 0 0px -25px 30px;
    transition: transform 0.2s ease-in-out;
}
.toolbar .phone a {
    color: #333;
    display: block;
    position: relative;
}
.toolbar .phone a:before,
.toolbar .phone a:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
    width: 30px;
    height: 3px;
    border-radius: 2rem;
    background-color: var(--color-main);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
.toolbar .phone a:after {
    transform: translate(-50%, -50%) rotate(45deg);
}
.toolbar .phone svg {
    max-width: 27px;
    max-height: 27px;
    display: block;
    position: relative;
    fill: var(--color-main);
}
.toolbar.is-active .phone {
    transform: rotate(-180deg);
}
.toolbar.is-active .phone svg {
    opacity: 0;
}
.toolbar.is-active .phone a:before,
.toolbar.is-active .phone a:after {
    opacity: 1;
}
.toolbar ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    margin: 0px;
    --size: 33px;
    -webkit-mask: radial-gradient(var(--size) at 55px 0px, #0000 99%, #fff 101%) 100%;
    background: #fff;
    padding: 10px 0;
    padding-left: 100px;
    border-radius: 10px 10px 0px 0px;
}
.toolbar ul li {
    text-align: center;
    width: 25%;
    line-height: 1;
}
.toolbar ul li a {
    display: block;
    width: 100%;
    font-size: 27px;
    color: #ffff;
}
.toolbar ul li .icon {
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.toolbar ul li a span {
    display: none;
    font-weight: 400;
    font-size: 11px;
    margin-top: 5px;
    color: #333;
    text-transform: capitalize;
}
.toolbar ul li a img,
.toolbar ul li svg {
    max-height: 30px;
    fill: var(--color-main);
    width: 100%;
}
.toolbar .phone svg {
    animation: tada 1.2s infinite;
    fill: var(--color-main);
}
.tada {
    animation: tada 1.2s infinite;
}
.lang-toolbar {
    display: flex;
    justify-content: center;
    align-items: center;
}
.toolbar ul li.lang-toolbar a {
    display: inline-block;
    width: unset;
    margin: 0px 2px;
    font-size: unset;
}
.toolbar ul li.lang-toolbar a img {
    height: 10% !important;
}
.ex6 path {
    fill: none;
    stroke: var(--color-main);
    stroke-width: 0.5;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
    -webkit-animation: dash 5s ease forwards;
    animation: dash 5s ease forwards;
}
@-webkit-keyframes dash {
    to {
        fill: var(--color-main);
        stroke-dashoffset: 0;
    }
}
@keyframes dash {
    to {
        fill: var(--color-main);
        stroke-dashoffset: 0;
    }
}
@keyframes tada {
    0% {
        transform: scaleX(1);
    }
    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
        transform: scaleX(1);
    }
}
@keyframes quickShow {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@media (max-width: 1001px) {
    .toolbar {
        display: block;
    }
    .scrollToTop,
    #messages-facebook {
        display: none !important;
    }
}

/* Fixbar */
.fixbar {
    bottom: 0;
    display: block;
    background: #f0eff4;
    border-top: 1px solid #ddd;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    margin: 0;
    z-index: 500;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 50px;
}
.fixbar ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.fixbar ul li {
    margin: 0 auto 10px;
    text-align: center;
    width: 25%;
    float: left;
}
.fixbar .icon-cart-mobile,
.fixbar .icon-cart-new,
.fixbar .icon-home-new,
.fixbar .icon-hotdeal-new {
    width: 20px;
    height: 20px;
    display: block;
    margin: 8px auto 0;
}
.fixbar .icon-cart-mobile {
    background: url(../images/cart-mobile.png) no-repeat;
}
.fixbar ul li a {
    font-size: 11px;
    text-decoration: none;
    color: #333;
}
.fixbar ul li a i {
    font-size: 20px;
}

/* Plugbar */
.plugbar {
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid #eae6e6;
    width: 100%;
    right: 0;
    max-width: 767px;
    margin: 0 auto;
    background: #ffffff;
    padding: 9px 10px 10px 7px;
    z-index: 10;
}
.plugbar ul {
    list-style: none;
    padding: 0;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.plugbar ul li {
    width: 20%;
    float: left;
}
.plugbar ul li a {
    display: block;
    color: #696969;
    font-size: 12px;
    text-align: center;
    position: relative;
}
.plugbar ul li a i {
    font-size: 20px;
    color: #696969;
}
.plugbar ul li a span {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -40px;
    left: calc(50% - 50px / 2);
    font-size: 14px;
    display: block;
    border: 1px solid rgba(234, 230, 230, 0.5);
    border-radius: 100%;
}

/* Combo Phone */
.support-online {
    position: fixed;
    z-index: 999;
    left: 10px;
    bottom: 0px;
}
.support-online a {
    position: relative;
    margin: 20px 10px;
    text-align: left;
    width: 40px;
    height: 40px;
}
.support-online i {
    width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #ffffff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;
}
.support-online a {
    display: block;
}
.support-online a span {
    border-radius: 2px;
    text-align: center;
    background: #67b634;
    padding: 9px;
    display: none;
    width: 180px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 0px;
    left: 40px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -webkit-animation: headAnimation 0.7s 1;
    animation: headAnimation 0.7s 1;
}
.support-online a:hover span {
    display: block;
}
.support-online a span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #67b634 transparent transparent;
    position: absolute;
    left: -10px;
    top: 10px;
}
.support-online .kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75;
    right: -10px;
}
.support-online .kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: 0.1;
    border-color: #0089b9;
    opacity: 0.5;
}
.support-online .support-online .btn-support {
    cursor: pointer;
}
.support-online .mes i {
    background: orange;
}
.support-online .sms i {
    background: red;
}
.support-online .call-now i {
    background: green;
}

/* Phone Switch */
.widget-mobile {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 10px;
    z-index: 9999999;
}
#my-phone-circle {
    position: relative;
    width: 50px !important;
    height: 50px !important;
}
.wcircle-open .wcircle-icon i:before {
    content: "\f00d";
}
.wcircle-icon {
    background: #1282fc;
    border-radius: 50%;
    position: relative !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.wcircle-icon:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    background: rgba(18, 130, 252, 0.5);
    border: 1px solid #ffffff;
    border-radius: 50%;
    left: -5px;
    top: -5px;
    -webkit-animation: pulse 1s infinite ease-in-out;
    animation: pulse 1s infinite ease-in-out;
}
.wcircle-icon:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    background: rgba(18, 130, 252, 0.5);
    border-radius: 50%;
    left: -15px;
    top: -15px;
    -webkit-animation: zoomIn 2s infinite ease-in-out;
    animation: zoomIn 2s infinite ease-in-out;
}
.wcircle-menu {
    position: absolute !important;
    left: 0;
    top: 0;
    display: none;
}
.wcircle-menu-item {
    width: 50px;
    height: 50px;
    background: #1282fc;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.wcircle-menu-item img {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
}
.wcircle-menu-item i {
    font-size: 25px;
    color: #ffffff;
    position: relative;
    z-index: 9999;
}
.wcircle-icon i {
    font-size: 25px;
    color: #ffffff;
    position: relative;
    z-index: 9999;
}
.shake-anim {
    -webkit-animation: shake-anim 1s infinite ease-in-out;
    animation: shake-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.wrap-newsnb {
    background: #f0f0f0;
}
.wrap-newsnb .wrap-content {
    position: relative;
}
a.name-newsnb {
    color: #000;
    font-size: 14px;
    margin: 0 0 10px 0;
    line-height: normal;
}
a.name-newsnb.text-split {
    -webkit-line-clamp: 2;
}
a.name-newsnb:hover {
    color: var(--color-dark-red);
}
.desc-newsnb {
    color: #333;
}
.video-main {
    position: relative;
    height: 400px;
}
.video-main iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.listvideos {
    width: 100%;
    height: 40px;
    padding: 0px 10px;
    border: 1px solid #ccc;
    color: var(--color-black);
    margin-top: 10px;
    cursor: pointer;
}
.item-video1 img {
    max-height: 292px;
}
.item-video2 img {
    /* height: 102px; */
}
.pic-video {
    position: relative;
    cursor: pointer;
}
.pic-video:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 35px;
    left: calc(50% - 50px / 2);
    top: calc(50% - 35px / 2);
    z-index: 1;
    background: url(../images/play.png) no-repeat center center;
    cursor: pointer;
    background-size: cover;
}
.pic-video img {
    width: 100%;
}
.pic-video-2 {
    position: relative;
    cursor: pointer;
}
.pic-video-2:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 35px;
    left: calc(50% - 50px / 2);
    top: calc(50% - 35px / 2);
    z-index: 1;
    background: url(../images/play.png) no-repeat center center;
    cursor: pointer;
    background-size: cover;
}
.pic-video-2 img {
    width: 100%;
}
.name-video {
    font-size: 16px;
    color: var(--color-black);
    margin-bottom: 0px;
}
.owl-video {
    margin-top: 10px;
}
.newshome-intro .name-newshome {
    margin: 10px 0;
}
.newshome-intro .view-newshome {
    margin-top: 10px;
}
.newshome-scroll {
    width: 50%;
    overflow: hidden; /* max-height: 406px; */
}
.news-slick {
    display: flex;
    margin-bottom: 20px;
    min-height: 156px;
}
.news-slick h3 {
    margin: 0;
}
.news-slick h3 a.name-newshome {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 17px;
}
.news-slick .img {
    width: 270px;
    border-radius: 10px;
}
.news-slick .info {
    width: calc(100% - 150px);
    padding-left: 15px;
}
.flex_ttnb {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.newshome-intro {
    width: calc(50% - 20px);
}
.newshome-intro .pic-newshome-best {
    border-radius: 10px;
}
.pic-newshome-normal {
    float: left;
    width: 34%;
    margin-right: 3%;
    margin-bottom: 0px;
}
.pic-newshome-normal img {
    width: 100%;
}
.info-newshome-normal {
    float: left;
    width: calc(100% - 37%);
}
.name-newshome {
    color: var(--color-black);
    font-size: 22px;
    line-height: normal;
    font-weight: bold;
}
.name-newshome.text-split {
    -webkit-line-clamp: 2;
}
.name-newshome.text-split a {
    color: #000;
}
.time-newshome {
    color: var(--color-gray);
    margin-bottom: 10px;
}
.desc-newshome {
    color: var(--color-black);
    margin-bottom: 0px;
    text-align: justify;
}
.desc-home-cl.text-split {
    -webkit-line-clamp: 2;
    margin: 0px;
}
.view-newshome {
    width: 140px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    color: #000;
}
.view-newshome:hover {
    color: #000;
}

/*Product */
.box-product {
    position: relative;
    margin-bottom: 2rem;
    text-align: center;
    padding: 0.5rem;
    background: #efefef;
    text-align: left;
}
.pic-product {
    /* background: #ffffff; */
    position: relative;
    margin-bottom: 0; /* padding: 10px; */ /* border: 1px solid #e5e5e5; */
}
.pic-product img {
    width: 100%;
}
.info-product {
    padding: 0.5rem 0.5rem 0rem 0.5rem;
}
.product-tool {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}
.product-tool a {
    cursor: pointer;
    width: 50%;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    background-color: rgb(0 0 0 / 0.6);
}
.product-tool a:hover {
    background-color: rgb(0 0 0 / 0.8);
}
.product-tool a svg {
    margin-right: 5px;
}
.product-tool a span {
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 300;
}
.box-product:hover .product-tool {
    opacity: 1;
    visibility: visible;
}
.name-product {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
    font-weight: 600;
}
.name-product:hover {
}
.name-product.text-split {
    -webkit-line-clamp: 2;
}
.price-product {
    margin: 0px;
    text-align: c;
}
.price-product span {
}
.box-product .price-new {
    font-size: 15px;
    color: var(--color-red);
    font-weight: 700;
}
.box-product .price-old {
    padding-left: 10px;
    color: var(--color-gray);
    text-decoration: line-through;
    font-size: 13px;
}
.box-product .price-per {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #ffffff;
    background: var(--color-red);
    font-size: 11px;
    border-radius: 2px;
    width: 45px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}
.cart-product {
    margin-bottom: 0px;
}
.cart-product span {
    cursor: pointer;
    width: calc(50% - 3px);
    color: #ffffff;
    text-transform: capitalize;
    text-align: center;
    padding: 7px 5px;
    border-radius: 3px;
}
.cart-add {
    background-color: var(--color-red);
}
.cart-add:hover {
    background-color: var(--color-dark-red);
}
.cart-buy {
    background-color: var(--color-green);
}
.cart-buy:hover {
    background-color: var(--color-dark-green);
}

.box-product-in {
    position: relative;
    margin-bottom: 40px;
}
.pic-product-in {
    /* background: #ffffff; */
    position: relative;
    margin-bottom: 1rem;
}
.pic-product-in img {
    width: 100%;
}
.product-tool {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}
.product-tool a {
    cursor: pointer;
    width: 50%;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    background-color: rgb(0 0 0 / 0.6);
}
.product-tool a:hover {
    background-color: rgb(0 0 0 / 0.8);
}
.product-tool a svg {
    margin-right: 5px;
}
.product-tool a span {
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 300;
}
.box-product-in:hover .product-tool {
    opacity: 1;
    visibility: visible;
}
.cover-info-product-in {
    max-width: 400px;
    width: 80%;
    max-width: 540px;
    margin: 0 auto;
    position: relative;
    z-index: 1; /* color: #fff; */
}
.name-product-in {
    font-size: 14px;
    color: #3676c3;
    margin-bottom: 20px;
    display: block;
    font-weight: 700;
    font-size: 34px;
    display: block;
}
.name-product-in:hover {
}
.name-product-in.text-split {
    -webkit-line-clamp: 2;
}
.price-product-in {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}
.price-product-in span {
}
.price-new {
    font-size: 25px;
    color: var(--color-red);
    font-weight: 700;
    position: relative;
    top: 1px;
}
.price-old {
    padding-left: 10px;
    color: var(--color-gray);
    text-decoration: line-through;
    font-size: 22px;
    position: relative;
    top: 1px;
}
.price-per {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #ffffff;
    background: var(--color-red);
    font-size: 11px;
    border-radius: 2px;
    width: 45px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}
.cart-product-in {
    margin-bottom: 0px;
}
.cart-product-in span {
    cursor: pointer;
    width: calc(50% - 3px);
    color: #ffffff;
    text-transform: capitalize;
    text-align: center;
    padding: 7px 5px;
    border-radius: 3px;
}
.cart-add {
    background-color: var(--color-red);
}
.cart-add:hover {
    background-color: var(--color-dark-red);
}
.cart-buy {
    background-color: var(--color-green);
}
.cart-buy:hover {
    background-color: var(--color-dark-green);
}

.dm-noibat {
    max-width: 1000px;
    position: relative;
    margin: auto;
    margin-bottom: 40px;
}
.dm-noibat a {
    cursor: pointer;
    color: #333;
    transition: 0.4s;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    position: relative;
    display: block;
    background: #f7f7f7;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    height: 100%;
    padding: 10px;
}
.dm-noibat a:hover,
.dm-noibat a.active {
    background: var(--background-static);
    color: #fff;
}
.cats-bar {
    width: 50px;
    padding-top: 3px;
    position: relative;
}
.cats-bar-icon {
    width: 30px;
    cursor: pointer;
}
.cats-bar-icon span {
    display: block;
    width: 100%;
    height: 2px;
    background: #505050;
    transition: all 0.3s;
    position: relative;
}
.cats-bar-icon span + span {
    margin-top: 5px;
}
.cats-bar-icon.active span:nth-child(1) {
    animation: ease 0.7s top forwards;
}
.cats-bar-icon.not-active span:nth-child(1) {
    animation: ease 0.7s top-2 forwards;
}
.cats-bar-icon.active span:nth-child(2) {
    animation: ease 0.7s scaled forwards;
}
.cats-bar-icon.not-active span:nth-child(2) {
    animation: ease 0.7s scaled-2 forwards;
}
.cats-bar-icon.active span:nth-child(3) {
    animation: ease 0.7s bottom forwards;
}
.cats-bar-icon.not-active span:nth-child(3) {
    animation: ease 0.7s bottom-2 forwards;
}
@keyframes top {
    0% {
        top: 0;
        transform: rotate(0);
    }

    50% {
        top: 6px;
        transform: rotate(0);
    }

    100% {
        top: 6px;
        transform: rotate(45deg);
    }
}

@keyframes top-2 {
    0% {
        top: 6px;
        transform: rotate(45deg);
    }

    50% {
        top: 6px;
        transform: rotate(0deg);
    }

    100% {
        top: 0;
        transform: rotate(0deg);
    }
}

@keyframes bottom {
    0% {
        bottom: 0;
        transform: rotate(0);
    }

    50% {
        bottom: 8px;
        transform: rotate(0);
    }

    100% {
        bottom: 8px;
        transform: rotate(135deg);
    }
}

@keyframes bottom-2 {
    0% {
        bottom: 8px;
        transform: rotate(135deg);
    }

    50% {
        bottom: 8px;
        transform: rotate(0);
    }

    100% {
        bottom: 0;
        transform: rotate(0);
    }
}

@keyframes scaled {
    50% {
        transform: scale(0);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes scaled-2 {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.cats-owl.list-hot {
    width: calc(100% - 50px);
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.choose_list {
}
.choose_list span {
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 0 10px;
}
.choose_list span:last-child:after {
    display: none;
}
.choose_list span:after {
    content: "";
    width: 1px;
    height: 10px;
    background: #ddd;
    position: absolute;
    right: 0;
    top: 6px;
}
.choose_list span.choosed {
    color: #f00;
}
.btn_sp {
}
.btn_sp a {
    color: #000;
    text-transform: uppercase;
    background: #e6e6e6;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
.btn_sp a:hover {
    color: #f00;
}
.d-title-choose-list {
    margin-bottom: 20px;
    background: #f2f2f2;
    padding: 7px 10px;
    border-bottom: 5px solid var(--color-main);
    border-radius: 6px;
}
.d-title-choose-list h2 {
    margin: 0px;
}
.d-title-choose-cat {
}
/* dat lich */
.div-datlich {
    width: 46%;
}
.form-booking {
}
.newsletter-booking {
    margin-bottom: 5px;
}
.newsletter-booking input {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid var(--background-static);
    background: none;
    padding: 0;
}
.newsletter-booking input::placeholder {
}
.newsletter-booking textarea {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid var(--background-static);
    background: none;
    margin-bottom: 10px;
    padding: 0;
}
.newsletter-booking textarea::placeholder {
}
.newsletter-checkbox {
}
.newsletter-checkbox input {
    outline: none;
    width: 15px;
    height: 15px;
}
.d-dongy {
}
.label-checkbox {
    color: #7e7e7e;
    position: relative;
    top: 1px;
    margin-left: 10px;
}
.booking-button {
}
.booking-button input {
    width: 86px;
    height: 37px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}
.khung-datlich {
    background: rgba(255, 255, 255, 0.8);
    padding: 40px;
    border: 1px solid var(--background-static);
    border-radius: 20px;
}
.desc-dongy {
    color: #7e7e7e;
    font-size: 13px;
    font-style: italic;
    margin-top: 5px;
}
.btn-datlich {
    position: fixed;
    bottom: 455px;
    right: 10px;
    padding: 10px;
    border-radius: 5px;
    z-index: 99;
    background: #333;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none !important;
}
.btn-datlich i {
    font-size: 20px;
}
.btn-datlich:hover {
    color: #ffff00;
    transition: 0.2s;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes shake-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    10%,
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20%,
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }
    100%,
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes shake-anim {
    0%,
    100%,
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10%,
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20%,
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
}

.popup-custom .modal-content {
    border-radius: 0px;
    border: 0px;
}

.popup-custom .modal-content .modal-body {
    padding: 10px;
}

.popup-custom .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    z-index: 2;
    color: #888888;
    cursor: pointer;
    border: 1px solid #eeeeee;
    background-color: #ffffff;
    opacity: 1 !important;
}

#popup-quickview .modal-dialog {
    max-width: 1140px;
}

.opacity-0 {
    opacity: 0;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100px, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100px, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes scaleLarge {
    0% {
        opacity: 0;
        transform: scale(2);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}
/*.border-radius-right{border-radius: 0px 50px 50px 0px;}*/
/*.border-radius-left{border-radius: 50px 0px 0px 50px;}*/
.cover-chungchi {
    padding: 3rem;
    background: #f1f1f1;
    border-radius: 10px;
}

.wrap-why {
    /* padding: 40px 0px 0px; */
    text-align: center;
    overflow: hidden;
    background-size: cover !important;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(17, 13, 0, 0.7)) !important;
    color: #fff;
}
.wrap-why .title-main {
    color: #fff;
}
.wrap-why .title-main span {
    color: #fff;
}
.wrap-why .title-main span b {
    color: #fbcb05;
}
.wrap-why .why-item {
    margin: 4rem 0px; /* display: flex; */ /* align-items: center; */
    overflow: hidden;
    padding: 0px 10px;
}
.wrap-why .why-item:hover .why-item_img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.wrap-why .why-item:nth-child(2) {
    /* margin-left:40px; */
}
.wrap-why .why-item.why-item-first:nth-child(2) {
    /* margin-right:40px; */ /* margin-left: 0px; */
}
.why-item.why-item-first {
}
.why-item.why-item-first .why-item_img {
    float: right !important;
}
.why-item.why-item-first .why-item_text {
}
.wrap-why .why-item:hover .why-item_img img {
}
.wrap-why .why-item .why-item_img {
    /* margin: 15px 0px; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    float: left;
    transition: 1s;
    overflow: hidden;
    padding: 5px;
    background: linear-gradient(to right, #daa44c, #fed65f, #daa44c);
}
.wrap-why .why-item .why-item_img img {
    max-height: 60px;
}
.wrap-why .why-item .why-item_text {
    margin: 0.7rem 0px;
}
.wrap-why .why-item:hover .why-item_text h3 {
    color: #fbcb05;
}
.wrap-why .why-item .why-item_text h3 {
    font-size: 20px;
    color: #fff;
    padding: 0px 0px 0.7rem;
    text-transform: uppercase;
    font-weight: 600;
}
.wrap-why .why-item .why-item_text p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    margin: 0px;
    -webkit-line-clamp: 3; /* font-weight: 300; */
}
.cover-why {
    margin-top: -50px;
}

.wrap-feedback {
}
.cover-feedback {
    padding: 3rem 0px;
    background: var(--color-main);
}
.feedback .feedback__desc {
    padding: 20px;
    border-radius: 10px;
    position: relative;
    background: #fff;
    margin-bottom: 30px;
    font-style: italic;
}
.feedback .feedback__desc::before {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    content: "";
    bottom: -13px;
    left: 18px;
}
.feedback .feedback-info {
    display: flex;
    align-items: center;
}
.feedback .feedback-info .feedback-info__pic {
    margin-right: 20px;
    margin-bottom: 0;
}
.feedback .feedback-info .feedback-info__pic img {
    width: 50px !important;
    height: 50px;
    border-radius: 999px;
    box-sizing: content-box;
    -o-object-fit: cover;
    object-fit: cover;
}
.feedback .feedback-info .feedback-info__text__name,
.feedback .feedback-info .feedback-info__text__job {
    margin-bottom: 0;
    color: #fff;
    line-height: 1.5em;
}
.feedback .feedback-info .feedback-info__text__name {
    font-weight: bold;
}
.feedback .feedback-info .feedback-info__text__job {
    font-weight: 500;
}

.radius-7 {
    border-radius: 10px;
}

#video-main {
}
.video-index {
    position: relative;
}
.video-index:hover h2 {
    opacity: 1;
}
.video-index:hover img {
    filter: brightness(0.5);
}
.video-index h2 {
    opacity: 0;
    position: absolute;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
}
.video-index {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.video-index .relative:after {
    content: "";
    position: absolute;
    background: url(../images/ic-video.png) no-repeat center;
    display: flex;
    align-content: center;
    justify-content: center;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
.video-index .text-video {
}
.video-index .text-video h2 {
    font-weight: bold;
    color: #000000;
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.video-index .text-video p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    color: #000;
    font-size: 15px;
}

.icon_play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon_play svg {
    width: 20%;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 50%;
}
.icon_play .load_video {
    display: inline-block;
}
.icon_play .load_video img {
    max-width: 75px !important;
    height: auto;
}
.icon_play .pinkBg {
    background-color: rgba(210, 202, 204, 0.8);
    background-image: linear-gradient(90deg, rgba(199, 198, 198, 0.8), rgba(181, 181, 181, 0.8));
}
.icon_play .ripple {
    position: absolute;
    width: 130px;
    height: 130px;
    z-index: -1;
    left: 50%;
    top: 50%;
    opacity: 0;
    margin: -65px 0 0 -65px;
    border-radius: 100px;
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite;
}
.icon_play .ripple:nth-child(2) {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}
.icon_play .ripple:nth-child(3) {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.footer-news:nth-child(4) {
    width: 300px;
}

.footer-news:nth-child(3) {
    width: 17%;
}

.footer-news:nth-child(2) {
    width: 23%;
}

.footer-news:nth-child(1) {
    width: 30%;
}

.project {
    margin-bottom: 10px;
    display: block; /* overflow: hidden; */
    margin-bottom: 30px;
    border-radius: 10px;
}
.project .pic-project {
    /* border-radius: 10px; */
    margin: 0px;
}
.project .pic-project img {
    width: 100%;
}
.project .info-project {
}
.project .info-project:not(.project .flex-row-reverse .info-project) {
}
.project .flex-row-reverse .info-project {
    padding-right: 20px;
    border-right: 2px solid #002b6e;
}
.project .name-project {
    color: #002b6e;
    font-size: 18px;
    display: block; /* margin-bottom: 15px; */ /* margin-top: 10px; */
    font-weight: 600; /* text-align: center; */ /* margin: 10px; */
    margin-top: 20px;
    margin-bottom: 10px;
}
.project .name-project:hover {
    color: #012b6e;
}
.project .time-project {
    color: var(--color-gray);
    margin-bottom: 0.25rem;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}
.project .desc-project {
    color: #313131; /* margin-top: 5px; */
}
.project .link-project {
    color: #002b6e;
    display: inline-block;
    padding: 10px 15px;
    border: 2px solid #002b6e;
    margin-top: 15px;
    font-size: 16px;
}
.project .link-project:hover {
    background: #002b6e;
    color: #fff;
}

.field {
    margin-bottom: 10px;
    display: block; /* overflow: hidden; */
    margin-bottom: 30px;
    padding: 10px;
    border: 1px solid #ececec;
    border-radius: 10px;
}
.field .pic-field {
    border-radius: 10px;
    margin: 0px;
}
.field .pic-field img {
    width: 100%;
}
.field .info-field {
}
.field .info-field:not(.field .flex-row-reverse .info-field) {
}
.field .flex-row-reverse .info-field {
    padding-right: 20px;
    border-right: 2px solid #002b6e;
}
.field .name-field {
    color: #000;
    font-size: 16px;
    display: block; /* margin-bottom: 15px; */ /* margin-top: 10px; */
    font-weight: 600;
    text-align: center;
    margin: 10px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.field .name-field:hover {
    color: #012b6e;
}
.field .time-field {
    color: var(--color-gray);
    margin-bottom: 0.25rem;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}
.field .desc-field {
    color: #002b6e; /* margin-top: 5px; */
}
.field .link-field {
    color: #002b6e;
    display: inline-block;
    padding: 10px 15px;
    border: 2px solid #002b6e;
    margin-top: 15px;
    font-size: 16px;
}
.field .link-field:hover {
    background: #002b6e;
    color: #fff;
}
.field:hover .name-field {
    color: var(--color-main);
}
.item-small {
    margin: 0 5px;
    border: 1px solid var(--color-main);
}
.item-small.slick-center,
.item-small.slick-current {
    border-color: var(--color-red);
}
.slider_small .slick-list {
    margin: 0 -5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-big img {
    margin: 0 auto;
}

.slider_big .slick-dots li {
    width: 10px;
    height: 12px;
}
.slider_big .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid var(--color-main);
}
.slider_big .slick-dots li.slick-active button {
    background: var(--color-main);
}
.slider_big .slick-dots li button:before {
    display: none;
}

.widget-title {
    font-size: 18px; /* border: 1px solid #f0f0f0; */
    position: relative;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    font-weight: 600;
    border-bottom: none;
    margin: 0;
}
.widget-title span {
    display: block;
    /* margin: 15px 25px 0px; */
    /* border-bottom: 1px solid #8d8d8d; */
    /* padding-bottom: 15px; */
    padding: 0.8rem;
    background: var(--color-main);
    color: #fff;
}
.menu_mega_in {
    position: sticky;
    top: var(--sticky-wg-menu);
    z-index: 2;
}
.menu_mega_in .title_menu {
    background: #c40316;
    padding: 10px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}
.menu_mega_in .title_menu .title_ {
    margin-left: -10px;
}
.menu_mega_in .title_menu .nav_button {
    float: left;
    margin-left: 15px;
}
.menu_mega_in .title_menu .nav_button i {
}
.menu_mega_in:hover .menu_all_site {
    display: block !important; /* position: absolute; */
    left: 0;
    z-index: 0;
    right: 0;
    background: #fff;
    z-index: 9;
}
.menu_mega_in .menu_all_site {
    position: relative; /* z-index: 9; */ /* background: #fff; */ /* padding-top: 5px; */ /* border: 1px solid #f0f0f0; */
    border-top: none;
}
.menu_mega_in .menu_all_site .nav-left {
    /* border: 1px solid #000; */
    border-top: none;
    border: 1px solid #f0f0f0; /* border-radius: 0px 0px 7px 7px; */
    background: #fff; /* border-top: none; */
}
.menu_mega_in .menu_all_site .nav-left::-webkit-scrollbar {
    background: #ffffff;
    width: 2px;
    height: 11px;
}
.menu_mega_in .menu_all_site .nav-left::-webkit-scrollbar-thumb {
    background: #f7f7f7;
    border-radius: 50px;
}
.menu_mega_in .menu_all_site .nav-left .nav-item.lv1 {
    /* padding: 0px 15px; */
    position: relative;
}
.menu_mega_in .menu_all_site .nav-left li:last-child a {
    border-bottom: none !important;
}
.menu_mega_in .menu_all_site .nav-left .nav-item.lv1 a {
    color: #292929;
    display: block; /* border-bottom: 1px solid #f9f9f9; */
    padding: 12px 15px;
    font-size: 15px;
    position: relative;
    z-index: 8;
    border-bottom: 1px dashed #e7e7e7;
    font-weight: 600;
}
.menu_mega_in .menu_all_site .nav-left .nav-item.lv1 a img {
    display: inline-block;
    margin-right: 10px;
    float: left;
    margin-top: 5px;
}
.menu_mega_in .menu_all_site .nav-left .nav-item.lv1 a:hover {
    color: #375ed2;
    background: rgb(116 116 116 / 20%);
}
.menu_mega_in .menu_all_site .nav-left .nav-item.lv1:last-child {
    border: none;
}
.menu_mega_in .menu_all_site .nav-left .nav-item .nav-right_one {
    position: absolute;
    left: 100%;
    width: 250px;
    background: #fff;
    z-index: 9;
    top: -1px;
    border: 1px solid #f0f0f0;
    border-left: 1px solid var(--color-main);
    display: none;
}
.menu_mega_in .menu_all_site .nav-left .nav-item .nav-right_one .nav-item.lv2:nth-child(3n + 4) {
    clear: both;
}
.menu_mega_in .menu_all_site .nav-left .nav-item .nav-right_one .nav-item.lv2 a {
    font-size: 15px;
    display: block; /* margin-bottom: 5px; */ /* border: none; */
    padding-left: 15px;
}
.menu_mega_in .menu_all_site .nav-left .nav-item.lv1:hover .nav-right_one {
    display: block;
}
.menu_mega_in .menu_all_site .nav-left .nav-item .nav-right_one .nav-item.lv2 .nav-right_two {
    position: absolute;
    left: 100%;
    width: 250px;
    background: #fff;
    z-index: 9;
    top: -1px;
    border: 1px solid #f0f0f0;
    border-left: 1px solid var(--color-main);
    display: none;
}
.menu_mega_in .menu_all_site .nav-left .nav-item .nav-right_one .nav-item.lv2:hover .nav-right_two {
    display: block;
}
.menu_mega_in .menu_all_site .nav-left .nav-item .nav-right_one .nav-item.lv2 .nav-right_two .nav-item.lv3 a {
    background: none;
    font-weight: normal;
    text-transform: inherit;
    color: #000;
    padding-left: 15px;
}
.menu_mega_in .menu_all_site .nav-left .nav-item .nav-right_one .nav-item.lv2 .nav-right_two .nav-item.lv3 a:hover {
    color: #c40316;
}
.menu_mega_in i {
    font-size: 13px;
    color: var(--color-main);
    margin-right: 5px;
    position: relative;
    z-index: 9;
}
.menu_mega_in ul li span {
    color: #a1a1a1;
    font-size: 12px;
    margin-left: 5px;
}
.menu_mega_in ul li a.active {
    font-weight: 600 !important;
    color: #000 !important;
}
.widget-one .newshome-scroll {
    width: 100%;
}
.widget-one .newshome-scroll .news-slick .img {
    width: 100px;
}

.newshome-widget {
    width: 100%;
    overflow: hidden; /* max-height: 406px; */
    padding: 10px;
    padding-bottom: 0px;
    border: 1px solid #f0f0f0;
}
.news-widget {
    display: flex;
    margin-bottom: 20px; /* min-height: 155px; */
}
.news-widget h3 {
    margin: 0;
}
.news-widget h3 a.name-news-widget {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #000;
}
.news-widget .img-news-widget {
    width: 100px;
}
.news-widget .info-news-widget {
    width: calc(100% - 100px);
    padding-left: 15px;
}

.the-service-content {
    margin-bottom: 30px;
    max-height: 300px;
    overflow-y: hidden;
    position: relative;
}
.the-service-content.show-full-content {
    max-height: 100%;
    padding-bottom: 50px;
}
.hide-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 80px 0 0 0;
    z-index: 1;
    text-align: center;
    background: -webkit-linear-gradient(transparent, #fff 50%);
    background: -o-linear-gradient(transparent, #fff 50%);
    background: linear-gradient(transparent, #fff 50%);
}
.hide-content.removeBlur {
    background: none;
    padding-top: 0;
}
.btn-view-full-content {
    display: inline-block;
    border-radius: 4px; /* border: 1px solid #ccc; */
    padding: 10px 40px;
    margin: 9px;
    text-align: center;
    text-transform: capitalize;
    color: #333;
    transition: 0.3s;
    background: #fff; /* color: #fff; */
    box-shadow:
        0 5px 2px 0 rgba(60, 64, 67, 0.1),
        0 4px 6px 2px rgba(60, 64, 67, 0.05);
    max-width: 335px;
    width: 100%;
}
.btn-view-full-content:hover {
    background: var(--color-main);
    border-color: var(--color-main);
    color: #fff;
}

#google_translate_element {
    float: right;
    margin: 14px 4px;
}
.goog-te-gadget-simple .goog-te-menu-value {
    padding-left: 21px;
}
.goog-te-gadget img {
    position: absolute;
}
.goog-te-gadget {
    font-size: 0px !important;
    height: 34px;
}
.goog-te-gadget > div {
    height: 33px;
}
.goog-te-gadget span {
    display: none;
}
.goog-te-combo {
    border: 1px solid #fff;
    height: 30px;
    border-radius: 4px;
    width: 155px;
    margin: 7px 0px !important;
    color: #3a9e41;
}
.goog-te-banner-frame {
    display: none;
    height: 0px !important;
}
.execphpwidget {
    float: right;
    width: 155px;
}
.goog-te-banner-frame {
    display: none;
    height: 0px !important;
}
.skiptranslate {
    height: 0px;
    overflow: hidden;
    width: 0px;
}
.skiptranslate iframe {
    opacity: 0;
    position: relative;
    z-index: -999;
}

.hover-effect-light {
    overflow: hidden;
    position: relative;
    position: relative;
    display: block;
}
.hover-effect-light:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 10;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.hover-effect-light:hover:before {
    transition: 1s;
    left: 100%;
}

:root {
    --navy: #001238;
    --amber: #d68200;
    --line: #e8e8e8;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}



.wrap {
    width: 1280px;
    max-width: calc(100% - 40px);
    margin: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

.hero {
    height: 650px;
    position: relative;
    overflow: hidden;
}

.hero > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 0;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    background: #fff9;
    color: #fff;
    font-size: 16px;
}

.about {
    height: 750px;
    display: grid;
    grid-template-columns: 640px 1fr;
    gap: 85px;
    align-items: center;
}

.about-images {
    height: 500px;
    position: relative;
}

.about-images img {
    position: absolute;
    object-fit: cover;
    border-radius: 18px;
}

.port {
    left: 0;
    top: 100px;
    width: 473px;
    height: 380px;
}

.plane {
    left: 424px;
    top: 0;
    width: 230px;
    height: 225px;
}

.ship {
    left: 338px;
    top: 253px;
    width: 331px;
    height: 402px;
    border: 9px solid white;
}

.years {
    position: absolute;
    left: 0;
    top: 510px;
    width: 312px;
    height: 140px;
    background: var(--amber);
    color: #fff;
    padding: 24px;
    text-align: center;
}

.years b {
    font-size: 38px;
    display: block;
}

.years span,
sup {
    font-size: 20px;
}

.years small {
    font-size: 10px;
}

.about-copy h2,
.section-title h2,
.capacity h2,
.partners h2,
.news h2,
.contact h2 {
    font-size: 25px;
    margin: 0 0 20px;
}

.about-copy em,
.section-title em,
.capacity em,
.partners em,
.contact em {
    color: var(--amber);
    font-style: normal;
}

.about-copy h3 {
    border-left: 4px solid var(--amber);
    padding: 12px 15px;
    font-size: 18px;
    margin: 20px 0 5px;
}
.about-copy h3 small{
    display: block;
    font-size: 15px;
    font-weight: normal;
    margin-top: 10px;
}


.about-copy p {
    line-height: 1.7;
    max-width: 500px;
}

.stats {
    height: 198px;
    background: #f7f7f7;
    border-radius: 12px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    text-align: center;
}

.stats b {
    font-size: 35px;
    color: var(--amber);
    display: block;
}

.stats small {
    font-size: 10px;
}

.services {
    padding-top: 90px;
    padding-bottom: 100px;
}

.section-title {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 25px;
}

.section-title p {
    color: #666;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 305px);
    gap: 25px 20px;
}

.trust {
    height: 800px;
    position: relative;
    margin-top: 0;
    background: #eef0f3;
}

.trust > img {
    width: 100%;
    height: 384px;
    object-fit: cover;
}

.trust-card {
    position: absolute;
    top: 320px;
    left: 50%;
    transform: translateX(-50%);
    width: 824px;
    background: #fff;
    border-radius: 10px;
    padding: 35px;
    box-shadow: 0 4px 24px #0002;
}

.trust-card h2 {
    font-size: 24px;
}

.trust-card em {
    color: var(--amber);
    font-style: normal;
}

.trust-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.trust-list span {
    border: 1px solid #ddd;
    padding: 13px;
    font-size: 10px;
}

.capacity {
    padding: 100px 0 0;
}

.capacity h2 {
    text-align: center;
}

.capacity-grid {
    height: 420px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background: url("../../htmlcss/assets/extracted/image-23.png") center/cover;
}

.capacity-grid article {
    padding: 18px;
    color: #fff;
    background: #00123866;
    border-right: 1px solid #fff8;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.capacity-grid b {
    position: absolute;
    align-self: flex-start;
    font-size: 20px;
}

.capacity-grid strong {
    color: #ffbf5c;
    font-size: 12px;
}

.capacity-grid small {
    margin-top: 8px;
    font-size: 9px;
}

.partners {
    text-align: center;
    padding: 110px 0 100px;
}

.partners p {
    font-size: 10px;
}

.logos {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 10px;
    margin-top: 30px;
}

.logos img {
    width: 100%;
    height: 70px;
    object-fit: contain;
    border: 1px solid #eee;
}

.news {
    padding: 80px 35px;
    text-align: center;
    background: #f7f7f7;
    border-radius: 12px;
}

.news-tabs {
    margin: 15px;
}

.news-tabs button {
    border: 1px solid #ddd;
    background: #fff;
    padding: 9px 18px;
    font-size: 10px;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: left;
}

.news-grid article {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 16px;
}

.news-grid img {
    width: 100%;
    height: 205px;
    object-fit: cover;
}

.news-grid b,
.news-grid small {
    display: block;
    padding: 10px 14px 0;
}

.news-grid small {
    font-size: 10px;
    color: #666;
    line-height: 1.4;
}

.news > .amber-btn {
    margin-top: 28px;
}

.contact {
    height: 540px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.contact p {
    font-size: 11px;
}

.contact img {
    width: 641px;
    height: 410px;
    object-fit: cover;
}

footer {
    height: 376px;
    background: var(--navy);
    color: #fff;
    padding: 55px 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 50px;
    font-size: 10px;
}

.footer-grid img {
    width: 183px;
    height: 72px;
    object-fit: contain;
    background: #fff;
}

.footer-grid h3 {
    font-size: 11px;
    color: #fff;
}

.footer-grid p {
    line-height: 1.7;
}

.footer-grid .amber-btn {
    margin-top: 10px;
}
@media (max-width: 900px) {
    .nav {
        padding: 0 20px;
    }

    .nav nav,
    .quote {
        display: none;
    }

    .hamb {
        display: block;
        margin-left: auto;
    }

    .about {
        height: auto;
        padding: 70px 0;
        grid-template-columns: 1fr;
    }

    .about-images {
        transform: scale(0.8);
        transform-origin: left top;
        height: 530px;
    }

    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust {
        height: 700px;
    }

    .trust-card {
        width: calc(100% - 40px);
    }

    .capacity-grid {
        height: 520px;
    }

    .contact {
        height: auto;
        padding: 80px 0;
        grid-template-columns: 1fr;
    }

    .contact img {
        width: 100%;
        height: auto;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 560px) {
    .nav img {
        width: 160px;
    }

    .hero {
        height: 360px;
    }

    .service-grid,
    .news-grid {
        grid-template-columns: 1fr;
    }

    .logos {
        grid-template-columns: repeat(3, 1fr);
    }

    .capacity-grid {
        grid-template-columns: 1fr;
        height: auto;
    }

    .capacity-grid article {
        min-height: 170px;
    }

    .trust-list {
        grid-template-columns: 1fr;
    }

    .stats b {
        font-size: 25px;
    }

    .stats small {
        font-size: 8px;
    }
}
/* Figma canvas vertical rhythm: keep the 1440-wide reference section offsets. */
@media (min-width: 901px) {
    .partners {
        padding-bottom: 220px;
    }

    .news {
        margin-top: 90px;
    }

    .contact {
        height: 650px;
    }
}
/* Fluid Bootstrap container integration */
.container {
    width: 100%;
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 0;
}
@media (max-width: 1320px) {
    .container {
        padding-inline: 20px;
    }
}

.hero {
    height: auto;
    min-height: 0;
    aspect-ratio: 1440/650;
}

.hero > img {
    height: auto;
    aspect-ratio: 1440/650;
    object-fit: cover;
}

.about {
    height: auto;
    min-height: 0;
    padding-block: clamp(64px, 8vw, 120px);
}

.about-images {
    height: auto;
    min-height: 500px;
}

.stats {
    height: auto;
    min-height: 150px;
    padding-block: clamp(24px, 4vw, 52px);
}

.services {
    padding-block: clamp(64px, 7vw, 100px);
}

.trust {
    height: auto;
    min-height: 0;
    padding-bottom: clamp(160px, 18vw, 280px);
}

.capacity {
    padding-top: clamp(64px, 7vw, 100px);
}

.capacity-grid {
    height: auto;
    min-height: 0;
    aspect-ratio: 1440/420;
}

.partners {
    padding-block: clamp(64px, 8vw, 110px);
}

.news {
    padding-block: clamp(56px, 7vw, 90px);
}

.contact {
    height: auto;
    min-height: 0;
    padding-block: clamp(64px, 8vw, 120px);
}

.contact img {
    width: 100%;
    height: auto;
    aspect-ratio: 641/410;
}

footer {
    height: auto;
    min-height: 0;
    padding-block: clamp(48px, 6vw, 80px);
}

.footer-grid {
    width: 100%;
}
@media (max-width: 900px) {
    .container {
        padding-inline: 16px;
    }

    .about-images {
        min-height: 0;
        aspect-ratio: 640/530;
    }

    .capacity-grid {
        aspect-ratio: auto;
        min-height: 32rem;
    }

    .contact img {
        aspect-ratio: auto;
    }
}
@media (max-width: 560px) {
    .hero,
    .hero > img {
        aspect-ratio: auto;
        min-height: 20rem;
    }

    .hero > img {
        height: 20rem;
    }

    .stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .capacity-grid {
        min-height: 0;
    }

    .footer-grid {
        padding-inline: 0;
    }
}
/* Remove fixed desktop columns in favor of fluid tracks. */
.about {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.service-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust > img {
    height: auto;
    aspect-ratio: 1440/384;
}

.trust-card {
    width: min(824px, calc(100% - 32px));
}
@media (max-width: 900px) {
    .service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-images {
        transform: none;
    }

    .about-images img {
        max-width: 100%;
    }

    .port {
        width: 74%;
        height: auto;
        aspect-ratio: 473/380;
    }

    .plane {
        left: 58%;
        width: 36%;
        height: auto;
        aspect-ratio: 230/225;
    }

    .ship {
        left: 44%;
        width: 52%;
        height: auto;
        aspect-ratio: 331/402;
    }

    .years {
        width: 48%;
        height: auto;
        aspect-ratio: 312/140;
        top: auto;
        bottom: 0;
    }
}
@media (max-width: 560px) {
    .service-grid {
        grid-template-columns: 1fr;
    }

    .about {
        grid-template-columns: 1fr;
    }

    .about-images {
        min-height: 390px;
    }

    .trust-card {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin: -50px auto 0;
    }

    .trust {
        padding-bottom: 60px;
    }
}
@media (max-width: 900px) {
    .nav nav.open {
        display: flex;
        position: absolute;
        top: 110px;
        left: 0;
        right: 0;
        z-index: 20;
        background: #fff;
        padding: 20px;
        flex-direction: column;
        gap: 16px;
        box-shadow: 0 8px 20px #00123822;
    }

    .nav {
        position: relative;
    }
}
/* Typography from the Figma specification. Add the licensed SVN-Gilroy webfont files to assets/fonts when available. */
:root {
    --font-gilroy: "SVN-Gilroy", Arial, sans-serif;
}

body,
.btn,
.form-control,
.form-select {
    font-family: var(--font-gilroy);
}

h1,
h2,
h3,
h4,
h5,
h6,
.nav,
.utility,
.quote,
.amber-btn,
.stats,
.service-grid,
.capacity-grid,
.news-grid,
.footer-grid {
    font-family: var(--font-gilroy);
}

/* Section reference proportions from assets/sections/*.svg */
@media (min-width: 901px) {
    .about {
        padding-block: clamp(70px, 5.2vw, 84px);
    }

    .stats {
        padding-block: clamp(30px, 3.6vw, 52px);
    }

    .services {
        padding-block: clamp(70px, 6vw, 100px);
    }

    .trust {
        padding-bottom: clamp(150px, 18vw, 260px);
    }

    .capacity {
        padding-top: clamp(70px, 6vw, 100px);
    }

    .partners {
        padding-block: clamp(70px, 7vw, 110px);
    }

    .news {
        padding-block: clamp(65px, 7vw, 100px);
    }

    .contact {
        padding-block: clamp(70px, 8vw, 120px);
    }
}
/* Header reference: header.svg (1440 x 110). */
.top {
    /* height: 110px; */
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 9;
}

.utility {
    height: 35px;
    padding: 0;
    background: var(--navy);
    position: relative;
}

.utility:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 220px;
    height: 36px;
    background: #fff;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}

.utility-inner {
    height: 35px;
    max-width: 1280px;
    margin: auto;
    padding-left: 230px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
}

.utility-inner span {
    margin: 0;
}

.utility-inner .email {
    margin-left: auto;
}

.utility-inner .phone {
    margin-left: 44px;
}

.utility-inner .language {
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #d9d9d966;
}

.utility-inner .language button {
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    cursor: pointer;
}

.utility-inner .language button:focus-visible {
    outline: 1px solid currentColor;
    outline-offset: 3px;
}

.translation-status {
    margin: 0;
    padding: 8px 15px;
    color: #fff;
    background: var(--navy);
    text-align: center;
}

.utility-inner b {
    color: #fff;
}

.nav {
    height: 80px;
    /* padding: 0 80px; */
    gap: 0;
}

.brand-link {
    display: block;
    flex: 0 0 227px;
    height: 68px;
}

.nav img {
    width: 227px;
    height: 68px;
    display: block;
}

.nav nav {
    margin-left: auto;
    display: flex;
    align-items: stretch;
    height: 80px;
    gap: 0;
}

.nav nav a {
    display: flex;
    align-items: center;
    padding: 0 22px;
    color: #111;
    font-family: var(--font-gilroy);
    font-size: 16px; /* font-weight:600; */
    white-space: nowrap;
    position: relative;
}

.nav nav a i {
    font-style: normal;
    font-size: 13px;
}

.nav nav a:hover,
.nav nav a.active {
    color: var(--amber);
}

.nav nav .home-link {
    font-size: 27px;
    color: var(--amber);
    padding-inline: 25px;
}

.nav nav .home-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 25px;
    right: 25px;
    height: 3px;
    background: var(--amber);
}

.nav nav .search {
    font-size: 31px;
    padding-inline: 18px;
}

.quote {
    height: 47px;
    min-width: 177px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
}

.hamb {
    display: none;
}
@media (max-width: 1250px) {
    .utility-inner {
        padding-left: 180px;
        font-size: 10px;
    }

    .nav {
        padding-inline: 35px;
    }

    .nav nav a {
        padding-inline: 13px;
        font-size: 14px;
    }

    .quote {
        min-width: 150px;
        font-size: 14px;
    }
}
@media (max-width: 900px) {
    .utility:before {
        width: 100px;
    }

    .utility-inner {
        padding: 0 16px;
        font-size: 9px;
        gap: 16px;
    }

    .utility-inner .address {
        display: none;
    }

    .utility-inner .email {
        margin-left: auto;
    }

    .utility-inner .phone,
    .utility-inner .language {
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
    }

    .nav {
        padding-inline: 20px;
    }

    .brand-link,
    .nav img {
        width: 180px;
        height: auto;
    }

    .nav nav,
    .quote {
        display: none;
    }

    .hamb {
        display: block;
        margin-left: auto;
        border: 0;
        background: transparent;
        font-size: 22px;
    }

    .top {
        height: 100px;
    }

    .nav {
        height: 70px;
    }
}
@media (min-width: 1251px) {
    .nav {
        /* padding-inline: 80px; */
    }

    .nav nav a {
        padding-inline: 12px;
        font-size: 15px;
    }

    .nav nav .home-link {
        padding-inline: 14px;
    }

    .nav nav .search {
        padding-inline: 12px;
    }

    .quote {
        min-width: 177px;
        margin-left: 10px;
    }
}
/* About section reference: gioithieu.svg (1281 x 660). */
.about {
    max-width: 1281px;
    display: grid;
    grid-template-columns: 640px minmax(0, 1fr);
    gap: 84px;
    align-items: center;
    padding-block: 74px;
    background: #fff;
}

.about-images {
    height: 660px;
    position: relative;
    background-image: radial-gradient(#265b82 1.5px, transparent 1.5px);
    background-size: 14px 14px;
    background-position: 146px 425px;
}

.about-images img {
    position: absolute;
    object-fit: cover;
}

.about-images .port {
    left: 0;
    top: 112px;
    width: 473px;
    height: 380px;
    border-radius: 19px;
}

.about-images .container-crane {
    left: 424px;
    top: 0;
    width: 230px;
    height: 225px;
    object-fit: contain;
}

.about-images .air-sea {
    left: 344px;
    top: 260px;
    width: 331px;
    height: 402px;
    border: 9px solid #fff;
    border-radius: 24px;
}

.about-images .years {
    left: 0;
    top: 520px;
    width: 312px;
    height: 140px;
    border-radius: 13px;
    padding: 24px 15px;
    background: var(--amber);
    color: #fff;
    text-align: center;
}

.about-images .years b {
    font-size: 48px;
    line-height: 1;
}

.about-images .years b span {
    font-size: 30px;
}

.about-images .years small {
    display: block;
    margin-top: 10px;
    font-size: 21px;
    letter-spacing: 0.01em;
}

.about-copy {
    padding-top: 14px;
}

.about-copy h2 {
    font-size: 40px;
    font-weight: 600;
    /* line-height: 1.1; */
    border-bottom: 1px solid #001238;
    padding-bottom: 9px;
    display: inline-block;
    position: relative;
    color: var(--amber);
}

.about-copy h2:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--amber);
    position: absolute;
    left: 0;
    bottom: -4px;
}

.about-copy h2 em {
    color: var(--amber);
    /* font-style: normal; */
}

.about-copy h3 {
    background: #f4f4f4;
    border-left: 5px solid var(--amber);
    padding: 17px 28px;
    margin: 25px 0 4px;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 600;
}

.about-copy h3 strong {
    color: var(--amber);
    font-weight: 600;
}

.about-copy > small {
    font-size: 13px;
    margin-left: 29px;
    font-weight: 600;
}

.copy-text {
    font-size: 15px;
    /* line-height: 1.5; */
    margin-top: 25px;
}

.copy-text p {
    margin: 0 0 21px;
}

.about-copy .amber-btn {
    font-size: 16px;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    padding: 14px 34px;
    margin-top: 4px;
}

.about-copy .amber-btn span {
    font-size: 25px;
    margin-left: 20px;
    line-height: 0;
}
@media (max-width: 1100px) {
    .about {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 35px;
    }

    .about-images {
        transform: scale(0.82);
        transform-origin: left center;
        margin-right: -100px;
    }

    .about-copy h2 {
        font-size: 32px;
    }

    .about-copy h3 {
        font-size: 20px;
    }

    .copy-text {
        font-size: 13px;
    }
}
@media (max-width: 900px) {
    .about {
        display: block;
        padding-block: 55px;
    }

    .about-images {
        transform: none;
        margin: 0 auto;
        max-width: 680px;
        height: min(660px, 78vw);
        min-height: 440px;
    }

    .about-copy {
        max-width: 680px;
        margin: 34px auto 0 5px;
    }

    .about-images .port {
        width: 69%;
        height: auto;
        aspect-ratio: 473/380;
    }

    .about-images .container-crane {
        left: 62%;
        width: 34%;
        height: auto;
        aspect-ratio: 230/225;
    }

    .about-images .air-sea {
        left: 50%;
        top: 39%;
        width: 48%;
        height: auto;
        aspect-ratio: 331/402;
    }

    .about-images .years {
        top: auto;
        bottom: 0;
        width: 45%;
        height: auto;
        aspect-ratio: 312/140;
    }

    .about-images .years small {
        font-size: clamp(10px, 2vw, 18px);
    }

    .about-copy h2 {
        font-size: 30px;
    }
}
@media (max-width: 560px) {
    .about-images {
        min-height: 390px;
        height: 105vw;
    }

    .about-images .port {
        top: 16%;
        left: 0;
    }

    .about-images .container-crane {
        top: 0;
    }

    .about-images .air-sea {
        top: 38%;
    }

    .about-copy h3 {
        font-size: 18px;
    }

    .copy-text {
        font-size: 13px;
    }

    .about-copy .amber-btn {
        font-size: 13px;
    }
}
/* Metrics reference: solieu.svg (1280 x 198). */
.stats {
    max-width: 1280px;
    width: 100%;
    min-height: 198px;
    margin-inline: auto;
    padding: 28px 46px;
    background: #f7f7f7;
    border-radius: 20px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    text-align: center;
    gap: 20px;
}

.stats > div {
    min-width: 0;
}

.stats b {
    font-family: var(--font-gilroy);
    font-size: 50px;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1.5px var(--amber);
    text-stroke: 1.5px var(--amber);
    font-weight: 700;
    letter-spacing: -0.02em;
}

.stats sup {
    font-size: 0.58em;
    vertical-align: baseline;
}

.stats small {
    display: block;
    margin-top: 12px;
    color: #111;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 600;
}

.stats .metric-value {
    display: inline;
}

.stats + * {
    margin-top: 0;
}
@media (max-width: 900px) {
    .stats {
        min-height: 150px;
        padding: 24px 20px;
        border-radius: 16px;
        gap: 12px;
    }

    .stats b {
        font-size: clamp(28px, 6vw, 44px);
    }

    .stats small {
        font-size: clamp(11px, 2vw, 15px);
        margin-top: 8px;
    }
}
@media (max-width: 560px) {
    .stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-height: 190px;
        gap: 24px 10px;
    }

    .stats b {
        font-size: 31px;
    }

    .stats small {
        font-size: 12px;
    }
}
/* Services reference: dichvu.svg (1283 x 865). */
.services {
    max-width: 1283px;
    background: #fff;
    padding-top: 0;
    padding-bottom: 72px;
}

.service-heading {
    min-height: 150px;
    align-items: center;
    margin-bottom: 16px;
}

.service-heading-copy {
    display: flex;
    align-items: center;
    gap: 29px;
    min-width: 0;
}

.service-heading-copy > img {
    width: 130px;
    height: 130px;
    object-fit: contain;
    flex: 0 0 auto;
}

.service-heading-copy h2 {
    font-size: 40px;
    color: var(--amber);
    font-weight: 600;
    line-height: 1.1;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--navy);
    position: relative;
}

.service-heading-copy h2:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 7px;
    height: 7px;
    background: var(--amber);
    border-radius: 50%;
}

.service-heading-copy h2 em {
    color: var(--amber);
}

.service-heading-copy p {
    font-size: 15px;
    line-height: 1.45;
    max-width: 800px;
    margin: 17px 0 0;
    color: #111;
}

.service-heading > .amber-btn {
    font-size: 15px;
    white-space: nowrap;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    padding: 14px 35px;
}

.service-heading > .amber-btn span {
    font-size: 25px;
    margin-left: 18px;
}

.service-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px 20px;
}

@media (max-width: 1100px) {
    .service-heading-copy h2 {
        font-size: 31px;
    }

    .service-heading-copy p {
        font-size: 13px;
    }

    .service-heading-copy > img {
        width: 105px;
        height: 105px;
    }

    .service-heading > .amber-btn {
        font-size: 12px;
        padding: 12px 20px;
    }
}
@media (max-width: 900px) {
    .services {
        padding-bottom: 55px;
    }

    .service-heading {
        display: block;
    }

    .service-heading-copy {
        align-items: flex-start;
    }

    .service-heading-copy > img {
        width: 90px;
        height: 90px;
    }

    .service-heading-copy h2 {
        font-size: 29px;
    }

    .service-heading > .amber-btn {
        margin-top: 20px;
    }

    .service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 560px) {
    .service-heading-copy {
        gap: 15px;
    }

    .service-heading-copy > img {
        width: 65px;
        height: 65px;
    }

    .service-heading-copy h2 {
        font-size: 22px;
    }

    .service-heading-copy p {
        font-size: 11px;
    }

    .service-grid {
        grid-template-columns: 1fr;
    }
}
/* Prevent decorative skew/parallax layers from creating horizontal page overflow. */
@media (max-width: 560px) {
    .about {
        /* padding-inline: 16px; */
        overflow: hidden;
    }
    .about-images {
        width: 100%;
        max-width: 430px;
        height: 390px;
        min-height: 390px;
        margin-inline: auto;
        transform: none;
    }
    .about-images .port {
        left: 0;
        top: 12%;
        width: 88%;
        height: auto;
        aspect-ratio: 473/380;
    }
    .about-images .container-crane {
        left: 68%;
        top: 3%;
        width: 30%;
        height: auto;
        aspect-ratio: 230/225;
    }
    .about-images .air-sea {
        left: 54%;
        top: 36%;
        width: 43%;
        height: auto;
        aspect-ratio: 331/402;
        border-width: 7px;
    }
    .about-images .years {
        left: 0;
        bottom: 0;
        top: auto;
        width: 62%;
        height: auto;
        aspect-ratio: 312/140;
        padding: 20px 12px;
        border-radius: 13px;
    }
    .about-images .years b {
        font-size: 38px;
    }
    .about-images .years small {
        font-size: clamp(10px, 2.8vw, 14px);
        margin-top: 7px;
    }
}
@media (max-width: 560px) {
    .service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 10px;
    }
    .service-grid > .service-link {
        aspect-ratio: 0.88 / 1;
    }
    .service-grid > .service-link .service-panel {
        inset-inline: 3%;
        bottom: 3%;
        padding: 5px;
    }
    .service-grid > .service-link .service-title {
        gap: 5px;
    }
    .service-grid > .service-link .service-title strong {
        font-size: 11px;
    }
    .service-grid > .service-link .service-icon {
        width: 25px;
        padding: 4px;
    }
    .service-grid > .service-link .service-arrow {
        width: 16px;
        height: 16px;
    }
    .service-grid > .service-link .service-details p {
        font-size: 10px;
        padding: 8px 3px 6px;
    }
}

.trust-section,
.capability-section {
    color: #090909;
    font-family: var(--font-gilroy);
}

.trust-section {
    position: relative;
    isolation: isolate;
    padding-block: clamp(90px, 10.8vw, 156px) 0;
}

.trust-backdrop {
    position: absolute;
    inset: 0 0 auto;
    aspect-ratio: 1440 / 384;
    background:
        linear-gradient(180deg, #00123830, #a17c2866),
        url("../../htmlcss/assets/extracted/image-21.png") center / cover;
    z-index: -1;
}

.trust-content.container {
    max-width: 1280px;
    width: calc(100% - 40px);
    padding: 0;
}

.trust-wordmark {
    margin: 0;
    text-align: center;
    font-size: 90px;
    /* font-weight: 800; */
    font-style: italic;
    line-height: 0.85;
    letter-spacing: -0.035em;
    color: #ffffff26;
    -webkit-text-stroke: 1px #ffffff88;
    text-shadow: 0 5px 9px #0002;
    font-family: TacticSans-BlkIt;
}

.trust-panel {
    position: relative;
    background: #fff;
    border-top: 4px solid var(--amber);
    border-radius: 22px;
    padding: clamp(24px, 4.17vw, 60px) clamp(20px, 3.75vw, 54px);
    box-shadow: 0 8px 24px #0000000a;
    isolation: isolate;
}

.trust-panel::before {
    content: "";
    position: absolute;
    inset: 10% 13%;
    background: url("../../htmlcss/assets/extracted/image-22.png") center / contain no-repeat;
    pointer-events: none;
    z-index: -1;
}

.trust-eyebrow {
    display: table;
    margin: 0 0 24px;
    padding: 14px 16px;
    border-left: 5px solid var(--amber);
    background: #f4f4f4;
    font-size: 14px;
}

.trust-panel h2 {
    font: 500 clamp(24px, 2.78vw, 40px) / 1.12 var(--font-gilroy);
    margin: 0 0 44px;
    letter-spacing: -0.025em;
}

.trust-panel h2 strong {
    color: var(--amber);
    font-weight: 700;
}

.trust-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 14px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.trust-benefits li {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 16px 14px;
    background: #fff;
    border-bottom: 1px solid var(--amber);
    border-radius: 13px;
    box-shadow: 0 -2px 9px #00000012;
    font-size: 14px;
    line-height: 1.45;
}

.trust-icon {
    flex: 0 0 42px;
    aspect-ratio: 1;
    padding: 8px;
    border-radius: 7px;
    box-shadow: 0 1px 5px #0001;
}

.trust-icon img {
    display: block;
    width: 100%;
    height: auto;
}

.trust-tagline {
    text-align: center;
    margin: 56px 0 0;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.25;
    color: #fff;
    -webkit-text-stroke: 0.7px #7b86a0;
}

.capability-heading {
    text-align: center;
    padding-block: clamp(64px, 7.3vw, 105px) 40px;
    padding-top: 0;
}

.capability-heading h2 {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #001238;
    margin: 0;
    font: 600 clamp(24px, 2.78vw, 40px) / 1.2 var(--font-gilroy);
    letter-spacing: -0.035em;
}

.capability-heading h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--amber);
}

.capability-heading em {
    font-style: normal;
    color: var(--amber);
}

.capability-stage {
    position: relative;
    isolation: isolate;
}

.capability-options {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    aspect-ratio: 1440 / 420;
}

.capability-number {
    align-self: flex-end;
    font-size: clamp(26px, 2.78vw, 40px);
    line-height: 1.1;
    font-weight: 600;
    color: #ffffff40;
}

.capability-copy {
    display: block;
    margin-top: 150px;
}

.capability-copy strong {
    display: table;
    position: relative;
    color: #ffbf5c;
    padding-bottom: 9px;
    margin-bottom: 11px;
    border-bottom: 1px solid #ffffff88;
    font-size: clamp(12px, 1.12vw, 16px);
    font-weight: 600;
    line-height: 1.3;
}

.capability-copy strong::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 5px;
    aspect-ratio: 1;
    background: var(--amber);
    border-radius: 50%;
}

.capability-copy > span {
    display: block;
    font-size: clamp(10px, 0.98vw, 14px);
    line-height: 1.4;
}

@media (max-width: 991px) {
    .trust-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .capability-options {
        aspect-ratio: auto;
    }

    .capability-copy {
        margin-top: 130px;
    }
}
@media (max-width: 575px) {
    .trust-benefits {
        grid-template-columns: 1fr;
    }

    .trust-wordmark {
        font-size: clamp(20px, 6.3vw, 36px);
    }

    .trust-panel h2 {
        margin-bottom: 28px;
    }

    .trust-tagline {
        margin-top: 32px;
    }

    .trust-backdrop {
        aspect-ratio: 2;
    }

    .capability-options {
        grid-template-columns: 1fr;
    }

    .capability-copy {
        margin-top: 24px;
    }

    .capability-copy strong {
        font-size: 16px;
    }

    .capability-copy > span {
        font-size: 13px;
    }
}
@media (prefers-reduced-motion: reduce) {
}
/* Final sections: partners, news, contact and footer. */
.partners-section {
    position: relative;
    isolation: isolate;
    padding: clamp(80px, 9vw, 130px) 0 90px;
    text-align: center;
    overflow: hidden;
}

.partners-world {
    position: absolute;
    inset: 0;
    background: url("../../htmlcss/assets/extracted/image-22.png") center/600px auto no-repeat;
    opacity: 0.24;
    z-index: -1;
}

.partners-inner {
    max-width: 1440px;
}

.partners-section h2,
.news-section h2 {
    font: 600 clamp(25px, 3vw, 42px) / 1.2 var(--font-gilroy);
    margin: 0;
}

.partners-section h2 em {
    font-style: normal;
    color: var(--amber);
}

.partners-section p {
    font-size: 14px;
    line-height: 1.35;
    margin: 16px 0 34px;
}

.logo-marquee {
    overflow: hidden;
    margin: 0 auto 16px;
    max-width: 1440px;
}

.logo-track {
    display: flex;
    gap: 8px;
    width: max-content;
    animation: logo-scroll 80s linear infinite;
}

.logo-row-two .logo-track {
    animation-direction: reverse;
}

.partners-section .logo-track {
    animation-name: partner-logo-scroll;
}

@keyframes partner-logo-scroll {
    to {
        /* Include half the 8px gap at the join between identical halves. */
        transform: translateX(calc(-50% - 4px));
    }
}

.logo-track a {
    width: 138px;
    height: 81px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 9px;
    display: grid;
    place-items: center;
    box-shadow: 0 2px 7px #00000008;
    padding: 10px;
}

.logo-track img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.logo-track a:hover {
    border-color: var(--amber);
    transform: translateY(-3px);
    transition: 0.2s;
}
@keyframes logo-scroll {
    to {
        transform: translateX(-50%);
    }
}

.news-section {
    margin-top: 0;
    margin-bottom: 90px;
    padding: 78px 36px 76px;
    background: #f7f7f7;
    border-radius: 30px;
    text-align: center;
}

.news-section h2 {
    margin-bottom: 18px;
}

.news-tabs {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-bottom: 40px;
}

.news-tabs a {
    border: 1px solid #adb0b6;
    padding: 13px 38px;
    font-size: 14px;
}

.news-tabs a.active {
    background: var(--amber);
    border-color: var(--amber);
    color: #fff;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
    text-align: left;
}

.news-card {
    display: block;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 5px 15px #00000013;
    color: #111;
    transition: 0.3s;
}

.news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 22px #0002;
}

.news-card img {
    display: block;
    width: 100%;
    aspect-ratio: 280/205;
    object-fit: cover;
}

.news-card strong,
.news-card span {
    display: block;
    padding-inline: 18px;
}

.news-card strong {
    font-size: 15px;
    line-height: 1.35;
    margin-top: 19px;
}

.news-card span {
    font-size: 13px;
    line-height: 1.5;
    color: #444;
    margin: 8px 0 22px;
}

.news-more {
    margin-top: 40px;
    clip-path: polygon(9% 0, 100% 0, 91% 100%, 0 100%);
    font-size: 15px;
    padding: 14px 38px;
}

.news-more span,
.amber-btn span,
.navy-btn span {
    font-size: 23px;
    margin-left: 20px;
}

.contact-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
    padding: 75px 0 50px;
}

.contact-kicker {
    display: table;
    padding: 14px 16px;
    border-left: 5px solid var(--amber);
    background: #f4f4f4;
    margin: 0 0 25px;
}

.contact-copy h2 {
    font-size: 31px;
    border-bottom: 1px solid var(--navy);
    padding-bottom: 12px;
}

.contact-copy h2 em {
    font-style: italic;
    color: var(--amber);
    font-family: TacticSans-BlkIt;
    font-weight: normal;
}

.contact-copy > p:not(.contact-kicker) {
    font-size: 14px;
    line-height: 1.55;
}

.contact-copy .amber-btn,
.navy-btn {
    clip-path: polygon(9% 0, 100% 0, 91% 100%, 0 100%);
    font-size: 16px;
    padding: 14px 24px;
    margin: 22px 10px 0 0;
}

.navy-btn {
    display: inline-block;
    background: var(--navy);
    color: #fff;
}

.map-wrap {
    position: relative;
}

.map-wrap img {
    display: block;
    width: 100%;
    aspect-ratio: 641/410;
    object-fit: cover;
    border-radius: 13px;
}

.map-wrap iframe {
    display: block;
    width: 100% !important;
    aspect-ratio: 641 / 410;
    height: auto !important;
    min-height: 300px;
    border: 0;
    border-radius: 13px;
}

.map-wrap > a {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #fff;
    color: #4894e8;
    padding: 10px 14px;
    z-index: 1;
    font-weight: 600;
    border-radius: 4px;
}

.bottom-ticker {
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    color: transparent;
    -webkit-text-stroke: 1px #8890a0;
    font-size: 34px;
    font-style: italic;
    font-weight: 600; /* padding:10px 0 20px; */
}

.site-footer {
    border-top: 2px solid var(--amber);
    background:
        linear-gradient(#001238e6, #001238f5),
        url("../../htmlcss/assets/extracted/image-1.png") center/cover;
    color: #fff;
    padding: 54px 0 14px;
}

.site-footer .footer-grid {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1fr 1.3fr;
    gap: 50px;
    background: #001238c7;
    border-radius: 0 0 8px 8px;
    padding: 0 35px 35px;
}

.site-footer img {
    width: 183px;
    height: 72px;
    object-fit: contain;
    background: #fff;
    border-radius: 12px;
}

.site-footer h3 {
    font-size: 16px;
    line-height: 1.35;
    margin: 22px 0 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.site-footer .footer-grid > div:not(:first-child) h3 {
    border-bottom: 1px solid var(--amber);
    padding-bottom: 12px;
    display: table;
}

.site-footer p {
    font-size: 13px;
    line-height: 1.55;
    color: #f4f4f4;
}

.social {
    font-size: 19px;
    margin-top: 26px;
}

.site-footer .amber-btn {
    font-size: 14px;
    clip-path: polygon(9% 0, 100% 0, 91% 100%, 0 100%);
    padding: 13px 24px;
}

.copyright {
    text-align: center;
    color: #c2c7d2;
    font-size: 12px;
    margin-top: 14px;
}
@media (max-width: 900px) {
    .news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-section {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .site-footer .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
    }

    .bottom-ticker {
        font-size: 24px !important;
    }
}
@media (max-width: 560px) {
    .logo-track a {
        width: 105px;
        height: 64px;
    }

    .news-section {
        padding-inline: 16px;
        border-radius: 18px;
    }

    .news-tabs {
        flex-wrap: wrap;
    }

    .news-tabs a {
        padding: 10px 18px !important;
        font-size: 11px;
    }

    .news-grid {
        grid-template-columns: 1fr;
    }

    .site-footer .footer-grid {
        grid-template-columns: 1fr;
        padding-inline: 20px;
    }

    .site-footer h3 {
        font-size: 14px;
    }

    .contact-section {
        /*padding-inline: 16px;*/
    }

    .bottom-ticker {
        /* font-size: 17px !important; */
    }
}
/* Motion layer */
.reveal-on-scroll {
    opacity: 0;
    transform: translateY(26px);
    transition:
        opacity 0.72s ease,
        transform 0.72s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: none;
}

.news-card,
.trust-benefits li {
    will-change: transform;
}

.news-card img {
    transition:
        transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
        filter 0.4s;
}

.news-card:hover img {
    transform: scale(1.06);
    filter: saturate(1.12);
}

.trust-benefits li {
    transition:
        transform 0.3s,
        box-shadow 0.3s,
        border-color 0.3s;
}

.trust-benefits li:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 22px #00123818;
    border-bottom-color: var(--amber);
}

.capability-number {
    transition:
        color 0.3s,
        transform 0.35s;
}

.amber-btn,
.navy-btn,
.quote {
    transition:
        filter 0.25s,
        transform 0.25s,
        box-shadow 0.25s;
}

.amber-btn:hover,
.navy-btn:hover,
.quote:hover {
    filter: brightness(1.08);
    transform: translateY(-2px);
    box-shadow: 0 7px 16px #00123824;
}

.play {
    transition:
        transform 0.3s,
        background 0.3s;
}

.play:hover {
    transform: translate(-50%, -50%) scale(1.12);
    background: #d68200dd;
}

.site-footer .footer-grid > div {
    transition: transform 0.35s;
}

.site-footer .footer-grid > div:hover {
    transform: translateY(-4px);
}
@media (prefers-reduced-motion: reduce) {
    *,
    *:before,
    *:after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    .reveal-on-scroll {
        opacity: 1;
        transform: none;
    }
}
/* QC refinements from desktop captures. */
.amber-btn,
.navy-btn,
.quote {
    white-space: nowrap;
    line-height: 1;
    min-width: 0;
}

.amber-btn {
    background: linear-gradient(90deg, #001238 0 5px, var(--amber) 5px 100%);
}

.quote {
    background: linear-gradient(90deg, #001238 0 5px, var(--amber) 5px 100%);
    margin-top: 15px;
}

.service-heading > .amber-btn {
    width: 177px;
    justify-content: center;
    text-align: center;
}

.contact-copy .amber-btn,
.contact-copy .navy-btn {
    width: 187px;
    text-align: center;
    padding-inline: 16px;
    border-radius: 11px;
    clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%);
}

.contact-copy .amber-btn {
    background: var(--amber);
}

.site-footer .amber-btn {
    width: 187px;
    text-align: center;
}

.nav .brand-link {
    align-self: center;
    transform: translateY(-2px);
}

.logo-marquee {
    min-height: 96px;
}

.logo-track a {
    height: 90px;
    padding: 7px;
    overflow: visible;
}

.logo-track img {
    object-fit: contain;
    max-height: 76px;
}

.partners-section {
    padding-top: 90px;
    padding-bottom: 0px;
}

.news-section {
    margin-top: 45px;
    margin-bottom: 65px;
    padding-top: 70px;
    padding-bottom: 65px;
}

.contact-section {
    padding-top: 55px;
    padding-bottom: 35px;
}

.bottom-ticker {
}

.site-footer {
    padding-top: 42px;
}
@media (max-width: 900px) {
    .service-heading > .amber-btn,
    .contact-copy .amber-btn,
    .contact-copy .navy-btn,
    .site-footer .amber-btn {
        width: auto;
    }

    .logo-track a {
        /*height: 75px;*/
    }

    .logo-marquee {
        min-height: 80px;
    }
}
/* Continuous text marquees */
.bottom-ticker,
.trust-tagline {
    overflow: hidden;
    white-space: nowrap;
}

.marquee-copy {
    display: flex;
    width: max-content;
    animation: text-marquee 8s linear infinite;
    will-change: transform;
}

.marquee-copy span {
    display: block;
    flex: 0 0 auto;
    padding-right: 5vw;
    padding-top: 5px;
    padding-bottom: 5px;
}

.bottom-ticker .marquee-copy {
    font-size: inherit;
}

.trust-tagline .marquee-copy {
    font-size: inherit;
}
@keyframes text-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}
@media (prefers-reduced-motion: reduce) {
    .marquee-copy {
        animation: none;
    }
}
/* CTA shape correction: navy underlay + amber face, matching the reference. */
.amber-btn,
.navy-btn,
.quote {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    clip-path: none !important;
    background: transparent !important;
    border: 0;
    border-radius: 0;
    transform: none !important;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 47px;
    padding: 12px 26px;
    white-space: nowrap;
}

.amber-btn::before,
.navy-btn::before,
.quote::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #001238;
    clip-path: polygon(9% 0, 100% 0, 91% 100%, 0 100%);
    z-index: -2;
}

.amber-btn::after,
.quote::after {
    content: "";
    position: absolute;
    inset: 0 0 0 5px;
    background: var(--amber);
    clip-path: polygon(9% 0, 100% 0, 91% 100%, 0 100%);
    z-index: -1;
}

.navy-btn::after {
    content: "";
    position: absolute;
    inset: 0 0 0 5px;
    background: #001238;
    clip-path: polygon(9% 0, 100% 0, 91% 100%, 0 100%);
    z-index: -1;
}

.amber-btn:hover,
.navy-btn:hover,
.quote:hover {
    filter: none !important;
    transform: translateY(-2px) !important;
    box-shadow: none !important;
}

.amber-btn:hover::after,
.quote:hover::after {
    background: #e49a08;
}

.amber-btn span,
.navy-btn span,
.quote span {
    position: relative;
    z-index: 1;
}

.service-heading > .amber-btn {
    width: 177px;
    padding-inline: 16px;
}

.contact-copy .amber-btn,
.contact-copy .navy-btn,
.site-footer .amber-btn {
    width: 187px;
}

.logo-track a {
    transform: none !important;
    transition:
        border-color 0.25s,
        box-shadow 0.25s;
}

.logo-track a:hover {
    border-color: var(--amber);
    box-shadow: 0 5px 12px #00123818;
}
/* News/button edge refinement */
.news-section {
    border-bottom: 2px solid var(--amber);
}

.news-tabs a {
    position: relative;
    isolation: isolate;
    clip-path: none !important;
    border: 0 !important;
    border-radius: 5px;
    padding: 13px 40px;
    background: transparent;
    color: #111;
    z-index: 0;
}

.news-tabs a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #aeb1b6;
    border-radius: 5px;
    transform: skewX(-20deg);
    z-index: -2;
}

.news-tabs a::after {
    content: "";
    position: absolute;
    inset: 1px;
    background: #f7f7f7;
    border-radius: 4px;
    transform: skewX(-20deg);
    z-index: -1;
}

.news-tabs a.active {
    color: #fff;
    background: transparent;
}

.news-tabs a.active::before {
    background: var(--amber);
}

.news-tabs a.active::after {
    background: var(--amber);
}

.amber-btn::before,
.navy-btn::before,
.quote::before {
    clip-path: polygon(8% 0, 98% 0, 91% 100%, 0 100%);
}

.amber-btn::after,
.navy-btn::after,
.quote::after {
    clip-path: polygon(8% 0, 98% 0, 91% 100%, 0 100%);
}

.amber-btn,
.navy-btn,
.quote {
    border-radius: 7px;
}

.news-more {
    border-radius: 7px;
}
/* Missing Word effects (video intentionally excluded). */
.about-images .container-crane {
    animation: container-float 4.8s ease-in-out infinite;
    transform-origin: 50% 0;
    will-change: transform;
}

.service-heading-copy > img {
    animation: stamp-spin 24s linear infinite;
    will-change: transform;
}

.metric-count {
    font-variant-numeric: tabular-nums;
}
@keyframes container-float {
    0%,
    100% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(9px) rotate(1.2deg);
    }
}
@keyframes stamp-spin {
    to {
        transform: rotate(360deg);
    }
}
@media (prefers-reduced-motion: reduce) {
    .about-images .container-crane,
    .service-heading-copy > img {
        animation: none;
    }
}
/* Final interaction and footer alignment fixes */

.capability-stage {
    overflow: hidden;
}

.logo-marquee:hover .logo-track,
.logo-marquee:focus-within .logo-track {
    animation-play-state: paused;
}

.logo-track a:hover {
    transform: none !important;
}

.news-card strong {
    transition: color 0.25s ease;
}

.news-card:hover strong,
.news-card:focus-visible strong {
    color: var(--amber);
}

.site-footer {
    position: relative;
    border-top: 0;
    padding: 0 0 12px;
    background: url("../../htmlcss/assets/extracted/image-1.png") center/cover;
    color: #fff;
    overflow: hidden;
}

.footer-grid:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 0 12px 12px;
    background: linear-gradient(100deg, #001238b8, #00339eaa);
    border: 1px solid transparent;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(17px);
}

.site-footer .footer-grid,
.site-footer .copyright {
    position: relative;
    z-index: 1;
}

.site-footer .footer-grid {
    padding: 2rem;
    display: grid;
    grid-template-columns: 2fr 1.5fr 1fr 1.2fr;
    gap: 48px;
    background: transparent;
    overflow: hidden;
}

.site-footer img {
    width: 183px;
    height: 72px;
    object-fit: contain;
    background: #fff;
    border-radius: 12px;
    padding: 14px 20px;
}

.site-footer h3 {
    /* font-size: 16px; */
    margin: 20px 0 14px;
}

.site-footer .footer-grid > div:not(:first-child) h3 {
    display: table;
    border-bottom: 1px solid var(--amber);
    padding-bottom: 10px;
}

.site-footer p {
    font-size: 14px;
    line-height: 1.55;
}

.site-footer .amber-btn {
    background: var(--amber) !important;
    clip-path: polygon(5% 0, 100% 0, 94% 100%, 0 100%) !important;
    width: 187px;
    margin-top: 8px;
}

.copyright {
    margin-top: 0;
    text-align: center;
    font-size: 15px;
    color: #c2c7d2;
}
@media (max-width: 900px) {
    .site-footer .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        /* padding-inline: 40px; */
        gap: 28px;
    }

    .site-footer:before {
        bottom: 48px;
    }
}
@media (max-width: 560px) {
    .news-card{margin-bottom: 5px;}
    .site-footer .footer-grid {
        grid-template-columns: 1fr;
        padding-inline: 15px;
        gap: 5px;
    }

    .site-footer img {
        width: 160px;
        height: 64px;
    }
}

.site-footer h3 {
    display: table;
    border-bottom: 1px solid var(--amber);
    padding-bottom: 10px;
}

.site-footer .footer-grid > div:first-child h3 {
    border-bottom: 0;
    padding-bottom: 0;
}

.site-footer .amber-btn::before {
    display: none;
}

.site-footer .amber-btn::after {
    display: none;
}
/* Keep service captions stable inside rounded cards; reveal details without panel tearing. */

/* Scroll parallax for the suspended container in About. */
.about-images .container-crane {
    animation: none;
    transition: transform 0.12s linear;
    will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
    .about-images .container-crane {
        transition: none !important;
    }
}
/* Soft motion for the capability backdrop and smoother service card captions. */
.capability-stage {
    overflow: hidden;
}

@keyframes capability-drift {
    0% {
        background-position: 48% 50%;
        transform: scale(1.01);
    }

    100% {
        background-position: 53% 50%;
        transform: scale(1.045);
    }
}

@media (prefers-reduced-motion: reduce) {
}
/* Capability heading/columns motion inspired by the reference typography reveal. */
.capability-heading h2 {
    animation: capability-title-in 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

@keyframes capability-title-in {
    from {
        opacity: 0;
        transform: translateY(24px);
        letter-spacing: 0.08em;
    }

    to {
        opacity: 1;
        transform: none;
        letter-spacing: -0.035em;
    }
}
@keyframes capability-column-in {
    from {
        opacity: 0.25;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .capability-heading h2 {
        animation: none;
    }
}

.capability-heading h2 {
    animation-play-state: paused;
}

.capability-section.is-visible .capability-heading h2 {
    animation-play-state: running;
}
/* Softer service hover motion. */

/* Hover image treatment like the reference service panels. */

@media (prefers-reduced-motion: reduce) {
}
/* Match the large backdrop transition to the same soft image motion as each item. */

.about-images .container-crane {
    z-index: 3;
}

.capability-stage {
    position: relative;
    overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
}

@media (max-width: 1100px) {
}
@media (max-width: 900px) {
}
@media (max-width: 560px) {
}

@media (prefers-reduced-motion: reduce) {
}
/* Service card content styling: bordered title row with arrow and expandable copy. */

.service-grid > .service-link {
    position: relative;
    display: block;
    aspect-ratio: 305 / 343;
    overflow: hidden;
    border-radius: 12px;
    background: #222;
    color: #fff;
    container-type: inline-size;
}
.service-link > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.service-link:hover > img,
.service-link:focus-visible > img {
    transform: scale(1.025);
}
.service-link:focus-visible {
    outline: 3px solid var(--amber);
    outline-offset: 3px;
}
.service-panel {
    position: absolute;
    inset: auto 2.5% 2.5%;
    padding: 5px 7px;
    border: 1px solid #ffffff9c;
    border-radius: 8px;
    color: #fff;
    background: rgb(0 0 0 / 45%);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    transition: background-color 0.45s ease;
}
.service-title {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 9px;
}
.service-icon {
    display: grid;
    place-items: center;
    width: clamp(27px, 9cqi, 36px);
    aspect-ratio: 1;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
}
.service-icon img {
    display: block;
    width: 100%;
    height: auto;
}
.service-title strong {
    font-size: clamp(11px, 4cqi, 16px);
    font-weight: 600;
    line-height: 1.35;
}
.service-arrow {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.service-details {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition:
        grid-template-rows 0.5s cubic-bezier(0.22, 0.61, 0.36, 1),
        opacity 0.35s ease;
}
.service-details > div {
    min-height: 0;
    overflow: hidden;
}
.service-details p {
    margin: 6px 0 0;
    padding: 13px 4px 10px;
    border-top: 1px solid #ffffffa6;
    font-size: clamp(12px, 4.3cqi, 17px);
    line-height: 1.45;
}
.service-link:hover .service-panel,
.service-link:focus-visible .service-panel {
    background: rgb(0 0 0 / 59%);
}
.service-link:hover .service-details,
.service-link:focus-visible .service-details {
    grid-template-rows: 1fr;
    opacity: 1;
}
.service-stamp {
    position: relative;
    display: block;
    width: 130px;
    aspect-ratio: 1;
    flex: 0 0 auto;
}
.service-stamp > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    animation: stamp-spin 24s linear infinite;
}
.service-stamp::before {
    content: "";
    position: absolute;
    inset: 19%;
    border: 1px solid #a4a4a4;
    border-radius: 50%;
}
.service-stamp-value {
    position: absolute;
    inset: 28%;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--amber);
    font-size: 24px;
    line-height: 1;
    pointer-events: none;
}
.service-stamp-value > span {
    position: relative;
}
.service-stamp-value sup {
    position: absolute;
    top: -0.35em;
    right: -0.5em;
    font-size: 0.55em;
    line-height: 1;
}
.capability-stage {
    background: var(--navy);
}
.capability-photo,
.capability-photo-next {
    position: absolute;
    inset: 0;
    background: url("../../htmlcss/assets/extracted/image-23.png") center / cover no-repeat;
    pointer-events: none;
}
.capability-photo {
    z-index: 0;
}
.capability-photo-next {
    z-index: 1;
    opacity: 0;
}
.capability-options {
    position: relative;
    z-index: 2;
}
.capability-option {
    min-width: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    border: 0;
    border-right: 1px solid #ffffff88;
    padding: 10px 18px 18px;
    color: white;
    font-family: inherit;
    text-decoration: none;
    background: linear-gradient(180deg, #00123822 30%, #001238dd);
}
.capability-option:last-child {
    border-right: 0;
}
.capability-option::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    background: linear-gradient(180deg, #00266399, #001238a6 70%, #383438e6);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    transition: opacity 0.4s ease;
    pointer-events: none;
}
.capability-option.is-active::before {
    opacity: 1;
}
.capability-option > * {
    position: relative;
    z-index: 1;
}
.capability-option.is-active .capability-number {
    color: #fff;
}
.capability-option:focus-visible {
    outline: 3px solid var(--amber);
    outline-offset: -4px;
}
@media (max-width: 1100px) {
    .service-stamp {
        width: 105px;
    }
}
@media (max-width: 991px) {
    .capability-option {
        padding-inline: 10px;
    }
}
@media (max-width: 900px) {
    .service-stamp {
        width: 90px;
    }
    .service-stamp-value {
        font-size: 20px;
    }
}
@media (max-width: 575px) {
    .capability-option {
        padding: 16px 20px;
        border-right: 0;
        border-bottom: 1px solid #ffffff66;
    }
}
@media (max-width: 560px) {
    .service-stamp {
        width: 65px;
    }
    .service-stamp-value {
        font-size: 15px;
    }
}
@media (hover: none) {
    .service-details {
        grid-template-rows: 1fr;
        opacity: 1;
        display: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .service-stamp > img {
        animation: none;
    }
    .service-link > img,
    .service-panel,
    .service-details,
    .capability-option::before {
        transition: none;
    }
}
/* Footer geometry aligned with footer.svg (1440px reference). */
.site-footer .footer-grid.container {
    width: calc(100% - 160px);
    max-width: none;
    margin: 0 auto;
    padding: 54px 35px 28px;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 48px;
}
.site-footer .footer-grid > div {
    min-width: 0;
    position: relative;
}
.site-footer .footer-grid > div:first-child {
    padding-left: 0;
}
.site-footer .footer-grid > div:first-child h3 {
    margin-top: 26px;
    line-height: 1.35;
}
.site-footer .footer-grid > div:first-child p {
    max-width: 410px;
}
.site-footer .social {
    letter-spacing: 0.08em;
}
.site-footer .copyright {
    padding-inline: 20px;
    padding: 1rem 0px 0;
}
@media (max-width: 900px) {
    .site-footer .footer-grid.container {
        width: calc(100% - 40px);
        padding: 42px 24px 28px;
        gap: 28px;
    }
}
@media (max-width: 560px) {
    .site-footer .footer-grid.container {
        width: calc(100% - 32px);
        padding: 34px 20px 26px;
        grid-template-columns: 1fr;
    }
}
/* CTA geometry: angled edges via skew instead of clip-path. */
.amber-btn,
.navy-btn,
.quote,
.news-more {
    clip-path: none !important;
    border-radius: 5px !important;
    transform: skewX(-20deg) !important;
    overflow: hidden;
}
.amber-btn::before,
.amber-btn::after,
.navy-btn::before,
.navy-btn::after,
.quote::before,
.quote::after {
    clip-path: none !important;
    border-radius: 5px !important;
    transform: none !important;
}
.amber-btn span,
.navy-btn span,
.quote span,
.news-more span {
    transform: skewX(20deg);
}
.news-tabs a {
    margin-inline: 2px;
    transition: transform 0.3s;
}
.news-more {
    transform: skewX(-20deg) !important;
}
.about-images .container-crane {
    top: 0;
    transform-origin: 50% 0;
    will-change: transform;
}
/* Preserve the angled button shape during hover/focus states. */
.amber-btn:hover,
.amber-btn:focus-visible,
.navy-btn:hover,
.navy-btn:focus-visible,
.quote:hover,
.quote:focus-visible,
.news-more:hover,
.news-more:focus-visible {
    transform: skewX(-20deg) translateY(-2px) !important;
}
.news-tabs a:hover,
.news-tabs a:focus-visible {
    transform: translateY(-2px);
}
.amber-btn span,
.navy-btn span,
.quote span,
.news-more span {
    transform: skewX(20deg);
}
/* Equal CTA sizing and livelier hover feedback. */
.amber-btn,
.navy-btn,
.quote,
.news-more {
    width: 190px !important;
    height: 47px;
    min-height: 47px;
    padding: 0 22px !important;
    justify-content: center;
    box-sizing: border-box;
}
.contact-copy .amber-btn,
.contact-copy .navy-btn,
.site-footer .amber-btn,
.service-heading > .amber-btn {
    width: 190px !important;
}
.amber-btn::after,
.navy-btn::after,
.quote::after {
    transition:
        filter 0.35s ease,
        background-color 0.35s ease;
}
.amber-btn::before,
.navy-btn::before,
.quote::before {
    transition: filter 0.35s ease;
}
.amber-btn:hover::after,
.quote:hover::after {
    background: #ed9b08;
    filter: brightness(1.08);
}
.navy-btn:hover::after {
    background: #09224b;
    filter: brightness(1.15);
}
.amber-btn:hover span,
.navy-btn:hover span,
.quote:hover span,
.news-more:hover span {
    transform: skewX(20deg) translateX(4px);
    transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.amber-btn span,
.navy-btn span,
.quote span,
.news-more span {
    transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.amber-btn::after,
.navy-btn::after,
.quote::after {
    content: "";
}
@media (max-width: 900px) {
    .amber-btn,
    .navy-btn,
    .quote,
    .news-more,
    .contact-copy .amber-btn,
    .contact-copy .navy-btn {
        width: 180px !important;
    }
}
@media (max-width: 560px) {
    .amber-btn,
    .navy-btn,
    .quote,
    .news-more,
    .contact-copy .amber-btn,
    .contact-copy .navy-btn {
        width: 170px !important;
    }
}
.contact-copy > div {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}
.contact-copy > div .amber-btn,
.contact-copy > div .navy-btn {
    margin: 22px 0 0;
}

.contact-copy > .contact-actions {
    gap: 0;
    flex-wrap: nowrap;
    margin-top: 22px;
}

.contact-actions .contact-action {
    position: relative;
    isolation: isolate;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 47px;
    min-width: 0;
    padding: 0 20px;
    border: 0;
    background: transparent;
    color: #fff;
    font: normal 600 16px / 1 var(--font-gilroy);
    white-space: nowrap;
    text-decoration: none;
    transform: none;
}

.contact-action::after {
    content: "";
    position: absolute;
    inset: 0 12px;
    z-index: -1;
    border-radius: 5px;
    background: var(--navy);
    transform: skewX(-28deg);
}

.contact-actions .contact-action-quote {
    flex: 0 1 190px;
    padding-right: 32px;
}

.contact-action-quote::before {
    content: "";
    position: absolute;
    inset: 0 40% 0 0;
    z-index: -1;
    border-radius: 5px 0 0 5px;
    background: var(--amber);
}

.contact-action-quote::after {
    background: var(--amber);
}

.contact-actions .contact-action-link {
    flex: 0 1 164px;
    margin-left: -10px;
}

.contact-action i {
    flex: 0 0 24px;
    width: 24px;
    font-size: 24px;
}

.contact-action:hover::before,
.contact-action:hover::after {
    filter: brightness(1.08);
}

.contact-action:focus-visible {
    outline: 2px solid var(--navy);
    outline-offset: 4px;
}

@media (max-width: 560px) {
    .morning-home .contact-copy > .contact-actions {
        gap: 0;
    }

    .contact-actions .contact-action {
        gap: 8px;
        padding-inline: 16px;
        font-size: 14px;
    }

    .contact-actions .contact-action-quote {
        padding-right: 26px;
    }
}
.site-footer .footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
}
.site-footer .footer-links a {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    line-height: 1.35;
    text-decoration: none;
    transition:
        color 0.25s ease,
        transform 0.25s ease;
    position: relative;
    padding-left: 10px;
    transition: 0.3s;
}
.site-footer .footer-links a::before {
    content:"";
    margin-right: 7px;
    background: var(--amber);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 7px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}
.site-footer .footer-grid > div:nth-child(3) .footer-links a::before {
    /*display: none;*/
}
.site-footer .footer-links a:hover,
.site-footer .footer-links a:focus-visible {
    color: var(--amber);
    transform: translateX(3px);
}
.site-footer .footer-links a:focus-visible {
    outline: 1px solid var(--amber);
    outline-offset: 3px;
}
@media (max-width: 560px) {
    .news-tabs {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 6px 14px 12px;
        margin-inline: -2px;
        scrollbar-width: thin;
        scrollbar-color: var(--amber) #e8e8e8;
    }
    .news-tabs::-webkit-scrollbar {
        height: 5px;
    }
    .news-tabs::-webkit-scrollbar-track {
        background: #e8e8e8;
        border-radius: 10px;
    }
    .news-tabs::-webkit-scrollbar-thumb {
        background: var(--amber);
        border-radius: 10px;
    }
    .news-tabs a {
        flex: 0 0 auto;
        white-space: nowrap;
    }
}
@media (max-width: 560px) {
    .news-tabs {
        scrollbar-width: none;
        -ms-overflow-style: none;
        overscroll-behavior-x: contain;
    }
    .news-tabs::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }
}
/* Keep mobile news tabs in the page flow; avoid a nested scrolling container. */
@media (max-width: 560px) {
    .news-tabs {
        overflow: visible;
        flex-wrap: wrap;
        justify-content: center;
        padding: 6px 0 12px;
        margin-inline: 0;
    }
    .news-tabs a {
        flex: 0 1 auto;
    }
}
/* Footer remains static, matching the reference design. */
.site-footer,
.site-footer *,
.site-footer::before {
    animation: none !important;
    /* transition: none !important; */
}
.site-footer .footer-grid > div:hover {
    transform: none !important;
}

.seo-hidden-h1 {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

:root {
    --morning-section-space-top: clamp(48px, 6vw, 88px);
    --morning-section-space-bottom: clamp(48px, 6vw, 88px);
}

.morning-section-spacing {
    padding-top: var(--morning-section-space-top);
    padding-bottom: var(--morning-section-space-bottom);
}

.morning-home {
    background: #fff;
    color: var(--navy);
}

.morning-home .container {
    width: 1280px;
    max-width: calc(100% - 40px);
    margin-inline: auto;
}

.morning-home .dynamic-list {
    display: contents;
}

.morning-home .empty-section {
    display: none;
}

.morning-home .dynamic-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top .utility i {
    width: 14px;
    margin-right: 5px;
    text-align: center;
}

.top .nav .menu-main .home-link,
.top .nav .menu-main .search {
    font-size: 16px;
}

.top .nav .menu-main .home-link i,
.top .nav .menu-main .search i {
    display: block;
}

.top .nav .hamb {
    border: 0;
    background: transparent;
    color: var(--navy);
    font-size: 22px;
    padding: 8px;
    line-height: 1;
}

.top .nav .quote i,
.amber-btn i,
.navy-btn i {
    margin-left: 7px;
}

.morning-home .amber-btn,
.morning-home .navy-btn {
    color: #fff !important;
    text-decoration: none !important;
}

.morning-home .amber-btn:visited,
.morning-home .navy-btn:visited {
    color: #fff !important;
}

.morning-home .news-grid:not(.is-active) {
    display: none;
}

.morning-home .news-grid.owl-carousel {
    display: block;
}

.morning-home .news-grid.owl-carousel:not(.is-active) {
    display: none;
}

.morning-home .news-grid.owl-carousel .owl-stage {
    display: flex;
}

.morning-home .news-grid.owl-carousel .owl-item {
    display: flex;
}

.morning-home .news-grid.owl-carousel .owl-item > div {
    display: flex;
    width: 100%;
}

.morning-home .news-grid.owl-carousel .news-card {
    width: 100%;
}

.morning-home .capability-options.owl-carousel {
    display: block;
    height: clamp(320px, 29.166vw, 420px);
}

.morning-home .capability-options.owl-carousel .owl-stage {
    display: flex;
    height: 100%;
}

.morning-home .capability-options.owl-carousel .owl-stage-outer {
    height: 100%;
}

.morning-home .capability-options.owl-carousel .owl-item {
    display: flex;
    height: 100%;
}

.morning-home .capability-options.owl-carousel .capability-option {
    width: 100%;
    height: 100%;
    color: #fff;
    border-right:1px solid #fff;
}

.morning-home .news-section {
    position: relative;
}

.morning-news-carousels {
    position: relative;
    min-width: 0;
}

.morning-carousel-controls {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    margin: 0;
    transform: translateY(-50%);
}

.morning-carousel-controls button {
    width: 42px;
    height: 42px;
    border: 1px solid var(--navy);
    border-radius: 50%;
    background: #fff;
    color: var(--navy);
    font-size: 20px;
    cursor: pointer;
    transition:
        background 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.morning-carousel-controls button {
    pointer-events: auto;
}

.morning-carousel-controls button:hover {
    background: var(--amber);
    border-color: var(--amber);
    color: var(--amber);
    transform: translateY(-2px);
}
.news-section .morning-carousel-controls button:hover{
    color:#fff;
}
.morning-home .news-grid.is-inactive + .morning-carousel-controls {
    display: none;
}

.capability-section .morning-carousel-controls {
    padding: 0;
}

.capability-section .morning-carousel-controls button {
    border-color: #fff;
    background: #fff;
}

.capability-section .morning-carousel-controls button:hover {
    border-color: var(--amber);
}

@media (max-width: 575px) {
    .morning-home .capability-options.owl-carousel {
        height: 320px;
    }

    .morning-home .capability-options.owl-carousel .owl-item {
        min-height: 320px;
    }

    .morning-carousel-controls button {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }
}

@media (max-width: 560px) {
    .morning-home .contact-copy > div {
        flex-wrap: nowrap;
        gap: 8px;
    }

    .morning-home .contact-copy > div .amber-btn,
    .morning-home .contact-copy > div .navy-btn {
        width: calc(50% - 4px) !important;
        min-width: 0;
        padding-inline: 8px !important;
        font-size: 12px;
    }

    .morning-home .contact-copy > div .amber-btn i,
    .morning-home .contact-copy > div .navy-btn i {
        margin-left: 4px;
    }
}

.morning-home .play {
    display: block !important;
    z-index: 3;
    background: #ffffff99 !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 50% !important;
    width: 46px !important;
    height: 46px !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}

@media (max-width: 900px) {
    .morning-home .container {
        max-width: calc(100% - 32px);
    }
}

@media (min-width: 1200px) {
    .top .nav nav {
        display: flex;
        align-items: center;
        margin-left: auto;
        font-size: inherit;
        height: 80px;
    }

    .top .nav .search_desktop {
        flex: 0 0 40px;
        margin-inline: 5px;
    }

    .top .nav .icon-search_desktop {
        background: transparent;
        border-color: transparent;
        color: var(--navy);
        font-size: 20px;
    }

    .top .nav .icon-search_desktop.active {
        color: var(--amber);
    }

    .top .nav .search-grid_desktop {
        border-color: var(--amber);
        box-shadow: 0 6px 18px #00123822;
        z-index: 6;
    }

    .top .nav nav .menu-main {
        display: flex;
        align-items: stretch;
        gap: 0;
        height: 80px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .top .nav nav .menu-main > li {
        position: relative;
        z-index: 5;
    }

    .top .nav nav .menu-main > li > a {
        display: flex;
        align-items: center;
        gap: 7px;
        position: relative;
        height: 80px;
        padding: 0 12px;
        color: #111;
        font: 600 16px var(--font-gilroy);
        text-transform: none;
        white-space: nowrap;
    }

    .top .nav nav .menu-main > li > a:hover,
    .top .nav nav .menu-main > li > a.active {
        color: var(--amber);
    }

    .top .nav nav .menu-main > li > a.has-child {
        padding-right: 12px;
    }

    .top .nav nav .menu-main .home-link.active{
        font-size: 27px;
        color: var(--amber);
        padding: 0 14px;
    }
    .top .nav nav .menu-main .active {
        color: var(--amber);
    }
    .top .nav nav .menu-main .home-link.active:after,.top .nav nav .menu-main .active:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 5px;
        right: 5px;
        height: 3px;
        background: var(--amber);
    }
    .top .nav nav .menu-main .search {
        font-size: 31px;
        padding: 0 12px;
    }

    .top .nav nav .menu-main > li > a .menu-arrow {
        display: inline-block;
        font-size: 13px;
        transition: transform 0.25s ease;
        margin-left: 0;
    }

    .top .nav nav .menu-main > li:hover > a .menu-arrow {
        transform: rotate(180deg) translate(-1px, -1px);
    }

    .top .nav nav .menu-main > li > ul {
        display: block;
        position: absolute;
        top: calc(100% - 5px);
        left: -18px;
        min-width: 245px;
        margin: 0;
        padding: 9px 0;
        background: #fff;
        border-top: 3px solid var(--amber);
        border-radius: 0 0 10px 10px;
        box-shadow: 0 12px 28px #00123825;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition:
            opacity 0.22s ease,
            transform 0.22s ease,
            visibility 0.22s ease;
        list-style: none;
    }

    .top .nav nav .menu-main > li:hover > ul,
    .top .nav nav .menu-main > li:focus-within > ul {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .top .nav nav .menu-main > li > ul > li {
        position: relative;
        margin: 0;
    }

    .top .nav nav .menu-main > li > ul > li > a {
        display: block;
        padding: 11px 18px;
        color: var(--navy);
        /* font: 500 13px/1.3 var(--font-gilroy); */
        white-space: normal;
        border-bottom: 1px solid #00123812;
    }

    .top .nav nav .menu-main > li > ul > li:last-child > a {
        border-bottom: 0;
    }

    .top .nav nav .menu-main > li > ul > li > a:hover {
        color: #fff;
        background: var(--amber);
    }
}

@media (max-width: 1199px) {
    .top .nav nav {
        display: none;
    }

    .top .nav nav .menu-main {
        display: none;
    }
}

@media (max-width: 1199px) {
    .top .nav .hamb {
        display: block;
        margin-left: auto;
    }
}

.menu_mobi_add .menu-arrow {
    display: none;
}

body .menu_mobi_add ul li a i {
    display: grid;
    place-items: center;
    padding-top: 0;
    color: var(--navy);
    background: #00123808;
}

.menu_mobi_add ul li a i svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

body .menu_mobi_add ul li a.active2 i {
    color: var(--amber);
}

.capability-option[id] {
    scroll-margin-top: 120px;
}

@media (min-width: 1200px) {
    .top .nav nav .menu-main > li > ul {
        background: #fafafa;
        border-top: 0;
        border-bottom: 2px solid var(--amber);
        border-radius: 4px;
        box-shadow: 1px 1px 15px #00000026;
        transform: perspective(600px) rotateX(-90deg);
        transform-origin: top left;
    }

    .top .nav nav .menu-main > li:hover > ul,
    .top .nav nav .menu-main > li:focus-within > ul {
        transform: perspective(600px) rotateX(0);
    }

    .top .nav nav .menu-main > li > ul > li > a:hover {
        color: var(--amber);
        background: #00123806;
    }

    .top .nav nav .menu-main > li:focus-within > a .menu-arrow {
        transform: rotate(225deg) translate(-1px, -1px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .top .nav nav .menu-main > li > ul,
    .top .nav nav .menu-main > li > a .menu-arrow {
        transition: none;
    }
}

.inner-news-section {
    max-width: 1280px;
    margin: 0 auto;
}

.inner-news-heading {
    margin-bottom: 34px;
    border-left: 4px solid var(--amber);
    padding-left: 20px;
}

.inner-kicker {
    margin: 0 0 8px;
    color: var(--amber);
    font: 600 13px/1.2 var(--font-gilroy);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.inner-news-heading h1 {
    margin: 0;
    color: var(--navy);
    font: 600 clamp(30px, 4vw, 52px) / 1.1 var(--font-gilroy);
}

.inner-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.inner-news-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 24px #00123812;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.inner-news-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 16px 30px #00123820;
}

.inner-news-card > img {
    display: block;
    width: 100%;
    aspect-ratio: 1.35;
    object-fit: cover;
}

.inner-news-card-body {
    padding: 20px;
}

.inner-news-date {
    color: #777;
    font-size: 14px;
}

.inner-news-date i {
    color: var(--amber);
    margin-right: 4px;
}

.inner-news-card h2 {
    margin: 12px 0 8px;
    color: var(--navy);
    font: 600 20px/1.25 var(--font-gilroy);
}

.inner-news-card p {
    margin: 0 0 18px;
    color: #555;
    line-height: 1.6;
}

.inner-news-more {
    margin-top: auto;
    color: var(--amber);
    font: 600 13px var(--font-gilroy);
}

.inner-news-more i {
    margin-left: 6px;
}

.inner-news-section .pagination-home {
    margin-top: 34px;
    text-align: center;
}

.news-listing-section h1 {
    margin: 0 0 28px;
    color: var(--navy);
    font: 600 clamp(25px, 3vw, 42px) / 1.2 var(--font-gilroy);
}

.news-category-tabs {
    flex-wrap: wrap;
    gap: 10px;
    padding-inline: 10px;
}

.news-listing-section .news-card {
    height: 100%;
}

@media (max-width: 900px) {
    .inner-news-section {
        padding: 50px 16px 70px;
    }

    .inner-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }
}

@media (max-width: 600px) {
    .inner-news-grid {
        grid-template-columns: 1fr;
    }

    .inner-news-card h2 {
        font-size: 18px;
    }
}



.swiper {width: 100%;/* height: 100vh; *//* padding: 1rem; *//* border-radius: 15px; */overflow: hidden;}
.swiper-slide {/* display: flex; *//* align-items: center; *//* justify-content: center; *//* font-size: 24px; */color: white;position: relative;position: relative;}
.slide-img {/* background: url('https://source.unsplash.com/1600x900/?nature') no-repeat center/cover; */}
.slide-img img{/* border-radius:25px; */}
.swiper-slide video, .swiper-slide iframe {width: 100%;height: 100%;object-fit: cover;/* border-radius: 25px; */max-height: calc(100vh - 2rem);}
.text-overlay {/* position: absolute; *//* color: white; *//* font-size: 36px; *//* font-weight: bold; *//* background: rgba(0, 0, 0, 0.5); *//* padding: 10px; *//* border-radius: 10px; */}
.play-btn { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); padding: 10px 20px; font-size: 18px; background: rgba(0,0,0,0.7); color: white; border: none; cursor: pointer; border-radius: 5px; }
.play-btn:hover { background: rgba(0,0,0,0.9); }

.swiper-slider .swiper-button-next, .swiper-slider .swiper-button-prev{
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    border: 2px solid rgba(255,255,255,1);
    border-radius: 50%;
    top: calc(50% - 22.5px);
}
.swiper-slider .swiper-button-next{
    margin-right: 10px;
}
.swiper-slider .swiper-button-prev{left:10px;margin-left: 10px;}
.swiper-slider .swiper-slide .info-slide {position: absolute;left: 1rem;bottom: 1rem;max-width: 580px;padding: 1.5rem;background: rgba(255,255,255,0.9);border-radius: 15px;opacity: 0;}
.swiper-slider .swiper-slide .name-slide {font-size: 30px;/* text-transform: uppercase; */color: #005C48;font-weight: 600;line-height: 1.2;}
.swiper-slider .swiper-slide .desc-slide {font-size: 14px;color: #3D3D3D;margin: 1rem 0px;}
.swiper-slider .swiper-slide .views-more-slide {border: 1px solid var(--color-main);/* width: 120px; *//* height: 40px; */color: var(--color-main);font-size: 15px;display: inline-block;border-radius: 15px;display: inline-flex;align-items: center;padding: 0.8rem 1.5rem;}
.swiper-slider .swiper-slide .views-more-slide i{margin-left:0.5rem;}
.swiper-slider .swiper-slide.swiper-slide-active .info-slide{animation: fadeIn;animation-duration: 0.5s;animation-fill-mode: forwards;}
.swiper-slider .swiper-slide.swiper-slide-active .name-slide {animation: fadeInUp;animation-duration: 0.8s;animation-delay: 0.5s;animation-fill-mode: forwards;}
.swiper-slider .swiper-slide.swiper-slide-active .desc-slide {animation: fadeInUp;animation-duration: 0.8s;animation-delay: 0.8s;animation-fill-mode: forwards;}
.swiper-slider .swiper-slide.swiper-slide-active .views-more-slide {animation: scaleLarge;animation-duration: 0.8s;animation-delay: 1.2s;animation-fill-mode: forwards;}

.swiper-slider .swiper-wrapper{height: auto !important;}

/* Keep CTA text straight; angle only the button layers. */
.amber-btn,
.navy-btn,
.quote,
.news-more {
    position: relative;
    isolation: isolate;
    overflow: visible;
    clip-path: none !important;
    transform: none !important;
    background: transparent !important;
}

.amber-btn::before,
.amber-btn::after,
.navy-btn::before,
.navy-btn::after,
.quote::before,
.quote::after,
.news-more::before,
.news-more::after {
    display: block !important;
    clip-path: none !important;
    border-radius: 10px !important;
    transform: skewX(-20deg) !important;
}

.amber-btn::before,
.navy-btn::before,
.quote::before,
.news-more::before {
    inset: 0 5px 0 0 !important;
}

.amber-btn::after,
.quote::after,
.news-more::after {
    inset: 0 0 0 5px !important;
    background: var(--amber) !important;
}

.navy-btn::after {
    inset: 0 0 0 5px !important;
    background: var(--navy) !important;
}

.amber-btn:hover,
.amber-btn:focus-visible,
.navy-btn:hover,
.navy-btn:focus-visible,
.quote:hover,
.quote:focus-visible,
.news-more:hover,
.news-more:focus-visible {
    transform: translateY(-2px) !important;
    color: #fff;
}

.amber-btn span,
.navy-btn span,
.quote span,
.news-more span {
    transform: none !important;
}

.site-footer .footer-quote-btn {
    position: relative;
    isolation: isolate;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    min-width: 0;
    max-width: 307px;
    height: 47px;
    min-height: 47px;
    box-sizing: border-box;
    padding: 0 28px 0 16px;
    margin-top: 10px;
    border: 0;
    background: transparent;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    font: normal 600 16px / 1 var(--font-gilroy);
    transform: none;
    overflow: visible;
    transition: 0.3s;
}

.site-footer .footer-quote-btn::before {
    content: "";
    position: absolute;
    inset: 0 40% 0 0;
    z-index: -1;
    border-radius: 10px 0 0 10px;
    background: var(--amber);
}

.site-footer .footer-quote-btn::after {
    content: "";
    position: absolute;
    inset: 0 22px 0 40%;
    z-index: -1;
    border-radius: 0 6px 6px 0;
    background: var(--amber);
    transform: skewX(-28deg);
}

.site-footer .footer-quote-btn i {
    flex-shrink: 0;
    font-size: 24px;
    line-height: 1;
}

.quote-popup {
    width: min(560px, calc(100vw - 32px));
    padding: 0;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 80px #00123840;
    color: var(--navy);
    font-family: var(--font-gilroy);
}

.quote-popup .quote-popup-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid #ffffff40;
    border-radius: 50%;
    background: #ffffff14;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.quote-popup > .f-button.is-close-btn {
    display: none;
}

.quote-popup-close:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

.quote-popup-heading {
    padding: 30px 32px 26px;
    background: linear-gradient(120deg, #001238, #143965);
    border-bottom: 3px solid var(--amber);
    color: #fff;
}

.quote-popup-kicker {
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    color: #ffc772;
}

.quote-popup-heading h2 {
    margin: 0 0 12px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.quote-popup-heading p {
    margin: 0;
    color: #dce6f3;
    font-size: 14px;
    line-height: 1.6;
}

.quote-popup-inner {
    padding: 26px 32px;
}

.quote-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.quote-field {
    min-width: 0;
    margin-bottom: 20px;
}

.quote-field label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
}

.quote-field label span {
    color: #b9480c;
}

.quote-field .form-control {
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid #dbe2eb;
    border-radius: 10px;
    background-color: #f8fafc;
    color: var(--navy);
    font-size: 14px;
}

.quote-field .form-control::placeholder {
    color: #7a8798;
}

.quote-field .form-control:focus {
    background-color: #fff;
    border-color: var(--amber);
    box-shadow: 0 0 0 3px #d682001a;
}

.quote-field .invalid-feedback {
    font-size: 12px;
    line-height: 1.4;
}

.quote-form textarea {
    min-height: 120px;
    resize: vertical;
}

.quote-form .quote-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    min-height: 50px;
    padding: 12px 20px;
    border: 0;
    border-radius: 10px;
    background: var(--amber);
    color: #fff;
    font: 600 16px / 1.4 var(--font-gilroy);
    cursor: pointer;
}

.quote-form .quote-submit:hover {
    background: #bd7400;
}

.quote-form .quote-submit:focus-visible {
    outline: 2px solid var(--navy);
    outline-offset: 3px;
}

.quote-form .quote-submit:disabled {
    opacity: 0.65;
    cursor: wait;
}

.quote-submit i {
    font-size: 22px;
}

.quote-form-note {
    margin: 14px 0 0;
    color: #697789;
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
}

.quote-form-note i {
    margin-right: 5px;
}

.quote-form-error {
    color: #b42318;
    font-size: 13px;
}

@media (max-width: 560px) {
    .quote-popup-heading,
    .quote-popup-inner {
        padding: 22px;
    }

    .quote-popup-heading h2 {
        font-size: 26px;
    }

    .quote-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

.site-footer .footer-quote-btn:hover,
.site-footer .footer-quote-btn:focus-visible {
    transform: translateY(-2px);
}

.site-footer .footer-quote-btn:focus-visible {
    /*outline: 2px solid #fff;*/
    /*outline-offset: 4px;*/
}

@media (max-width: 560px) {
    .marquee-copy{animation: text-marquee 16s linear infinite;}
    .site-footer .footer-quote-btn {
        width: 100%;
        max-width: 307px;
        height: 58px;
        min-height: 58px;
        font-size: 20px;
    }

    .site-footer .footer-quote-btn i {
        font-size: 28px;
    }
}
.line-footer{position: relative;position: absolute !important;bottom: 0px;left: 0;right: 0;background: linear-gradient(to right,transparent,var(--amber), transparent);height: 1px;z-index: 2;}
.line-footer:before,.line-footer:after{content:''}
