/*
Theme Name: oregroup
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.header {
    position: relative;
    z-index: 9;
}

.header .header-wrapper {
    width: 110px;
    height: 100%;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0px 4px 12.9px 0px rgba(0, 0, 0, 0.15);
}

.header-wrapper.active .header-main {
    background: #ed9644;
}

.top-divider {
    display: none;
}

#logo {
    margin: auto;
    padding: 30px 0;
}

.header-wrapper.active #logo .header_logo {
    display: none;
}

.header-wrapper.active #logo .header-logo-dark {
    display: block !important;
}

.header-main {
    height: 100% !important;
}

.hamburger-menu {
    margin: auto;
    width: 32px;
    height: 20px;
    cursor: pointer;
    z-index: 11;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.bar,
.bar:after,
.bar:before {
    width: 32px;
    height: 3px;
}

.bar {
    position: relative;
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
    background: #424d54;
    border-radius: 100px;
}

.bar.animate {
    background: rgba(255, 255, 255, 0);
}

.bar:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    background: #424d54;
    border-radius: 100px;
    -webkit-transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    background: #424d54;
    border-radius: 100px;
    -webkit-transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
    transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
    -o-transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
    background: #fff;
}

.bar.animate:before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
    transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
    -o-transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
    background: #fff;
}

.header-wrapper.active .hamburger-menu:hover .bar:after,
.header-wrapper.active .hamburger-menu:hover .bar:before {
    background: #fff;
}

.hamburger-menu:hover .bar,
.hamburger-menu:hover .bar:after,
.hamburger-menu:hover .bar:before {
    background: #ed9644;
}

main#main {
    position: relative;
    padding-left: 110px;
    padding-top: 62px;
    overflow: hidden;
}

.home main#main {
    padding-top: 0;
}

.ctMenu {
    background: url(https://demo2025.web3b.com/oregroup/wp-content/uploads/2025/03/bg-menu.png) right 10% bottom 10%/30% no-repeat #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding-left: 220px;
    display: none;
}

.ctMenu .menu-menu-chinh-container {
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.ctMenu ul {
    margin: 0;
    list-style: none;
}

.gb-nav > li > a {
    color: #969696;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.gb-nav > li.current-menu-item > a,
.gb-nav > li > a:hover {
    color: #ed9644;
}

.gb-nav > li .sub-menu {
    position: absolute;
    top: 10px;
    left: 100%;
    width: 400px;
    padding-left: 100px;
    display: none;
}

.gb-nav > li {
    display: block;
    position: relative;
    opacity: 0;
    margin: 20px 0;
}

.gb-nav {
    width: 420px;
}

.gb-nav > li .sub-menu:after {
    content: '';
    display: inline-block;
    width: 70px;
    height: 1px;
    background: #dedede;
    position: absolute;
    top: 10px;
    left: 0;
}

.gb-nav > li .sub-menu > li > a {
    color: #ed9644;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.gb-nav > li .sub-menu > li > a:hover {
    color: #ed9644;
}

.botHd {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
}

.botHd-search {
    margin: 0 0 5px 0;
}

.botHd-lang .gtranslate_wrapper a {
    color: #a9a9a9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 5px;
    position: relative;
}

.botHd-lang .gtranslate_wrapper a:first-child:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 18px;
    background: #000;
    right: -7px;
    top: 0;
}

.botHd-lang .gtranslate_wrapper a.gt-current-lang {
    color: #ed9644;
    font-weight: 600;
}

.header-wrapper.active .botHd-search a svg path {
    fill: white !important;
}

.header-wrapper.active .botHd-lang a {
    color: #fff !important;
}

.header-wrapper.active .botHd-lang .gtranslate_wrapper a:first-child:after {
    background: #fff;
}

.gb-heading h2 {
    margin: 0;
    font-size: 54px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
}

.loading {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background: #fff;
}

.loading > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 100px;
    height: 100px;
}

.outerCircle {
    background-color: transparent;
    border: 8px solid #ed9644;
    opacity: 0.9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-radius: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    -moz-animation: 3s ease-in-out infinite spinPulse;
    -webkit-animation: 3s ease-in-out infinite spinPulse;
    position: absolute;
    top: 0;
    left: 0;
}

.innerCircle {
    background-color: transparent;
    border: 5px solid #ed9644;
    opacity: 0.9;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-radius: 100px;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    -moz-animation: 1s linear infinite spinoffPulse;
    -webkit-animation: 1s linear infinite spinoffPulse;
    top: 10px;
    left: 10px;
    position: absolute;
}

@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(160deg);
        opacity: 0;
        -webkit-box-shadow: 0 0 1px #3a9747;
        box-shadow: 0 0 1px #3a9747;
    }

    50% {
        -webkit-transform: rotate(145deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-webkit-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotatecircle {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

.stagger-down,
.stagger-left,
.stagger-right,
.stagger-up {
    visibility: hidden;
}

.post-item h5.post-title {
    margin: 12px 0;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    /* 138.889% */
    text-transform: uppercase;
}

.post-item .post-meta {
    opacity: 0.4;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
}

.post-item .is-divider {
    display: none;
}

.post-item h5.post-title a {
    color: #000;
}

.post-item h5.post-title a:hover {
    color: #ed9644;
}

.gb-button {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    color: #00000050 !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.gb-button:hover {
    color: #ed9644 !important;
}

.gb-button i:before {
    content: '\f061';
    font-family: FontAwesome;
}

.gb-button:hover i {
    color: #ed9644 !important;
    margin-left: 20px !important;
}

.gb-button i {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.contentwrap {
    padding-left: 35%;
    position: relative;
}

.infoCate {
    width: 35%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 50px 0;
}

.infoCate > div {
    position: relative;
    z-index: 1;
    padding-right: 20px;
}

.infoCate h2 {
    padding-bottom: 25px;
    color: #ed9644;
    font-size: 54px;
    font-style: normal;
    font-weight: 300;
    line-height: 69px;
    text-transform: uppercase;
}

.infoCate h2 strong {
    color: #ed9644;
}

.infoCate:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 4000px;
    height: 100%;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #f7f7f7;
}

.dragMouse {
    text-align: center;
    display: inline-block;
    margin-top: 60px;
}

.dragMouse > img {
    width: 21px;
    -webkit-animation: 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1s infinite both rotateMouse;
    animation: 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1s infinite both rotateMouse;
}

.dragMouse p {
    color: #a7a7a7;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    margin: 10px 0 0 0;
}

.dragMouse p span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.dragMouse p img {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
}

@-webkit-keyframes rotateMouse {
    0%,
    100%,
    30% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }

    10% {
        -webkit-transform: rotateZ(10deg);
        transform: rotateZ(10deg);
    }

    20% {
        -webkit-transform: rotateZ(-10deg);
        transform: rotateZ(-10deg);
    }
}

@keyframes rotateMouse {
    0%,
    100%,
    30% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }

    10% {
        -webkit-transform: rotateZ(10deg);
        transform: rotateZ(10deg);
    }

    20% {
        -webkit-transform: rotateZ(-10deg);
        transform: rotateZ(-10deg);
    }
}

.listCateHome {
    opacity: 0;
    width: 130%;
}

.listCateHome .slick-slide {
    padding: 0 20px;
}

.listCateHome .slick-list {
    padding: 20px 0;
    margin-left: -20px;
    overflow: inherit;
}

.listCateHome .item {
    padding: 105px 48px 48px;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

.listCateHome .item:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 5px;
    background: #ed9644;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.listCateHome .item:hover {
    background: #ed9644;
}

.listCateHome .item:hover:after {
    height: 100%;
}

.listCateHome .item:hover .ico:after {
    background: #fff;
}

.listCateHome .item:hover .content .copy {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.listCateHome .item:hover .content .img {
    opacity: 0;
}

.listCateHome .item:hover .link {
    display: block;
}

.listCateHome .item .ico {
    width: 30%;
    margin-bottom: 25px;
    position: relative;
    -webkit-transition: 0.3s 0.2s;
    -o-transition: 0.3s 0.2s;
    transition: 0.3s 0.2s;
    z-index: 1;
}

.listCateHome .item .ico:after {
    content: '';
    display: inline-block;
    width: 1000px;
    height: 2px;
    background: #a7a7a7;
    position: absolute;
    left: calc(100% + 20px);
    bottom: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.listCateHome .item .ico img {
    width: 100%;
}

.listCateHome .item:hover .ico img {
    filter: brightness(0) invert(1);
}

.listCateHome .item h2 {
    font-size: 54px;
    color: #ed9644;
    padding-bottom: 40px;
    -webkit-transition: 0.3s 0.2s;
    -o-transition: 0.3s 0.2s;
    transition: 0.3s 0.2s;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.listCateHome .item:hover h2 {
    color: #fff;
}

.listCateHome .item .content {
    position: relative;
    overflow: hidden;
}

.listCateHome .item .content .img {
    position: relative;
    background-size: cover !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 370px;
}

.listCateHome .item .content .img img {
    width: 100%;
}

.listCateHome .item .content .copy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #ed9644;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.listCateHome .item .content .copy p {
    color: #fff;
}

.listCateHome .item .content .copy a {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
}

.listCateHome .item .link {
    display: none;
}

.listCateHome .item .content .copy a i {
    margin-left: 12px;
}

.link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    z-index: 2;
    width: 48px;
    height: 23px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: none;
}

.slick-prev {
    left: 80px;
    background: url(../images/btn-prev.png) center left/32px no-repeat;
    border-right: 1px solid #f4f4f4;
    padding-right: 16px;
}

.slick-prev:hover {
    background: url(../images/btn-prev-b.png) center left/32px no-repeat;
}

.slick-next {
    right: 80px;
    background: url(../images/btn-next.png) center right/32px no-repeat;
    border-left: 1px solid #f4f4f4;
    padding-left: 16px;
}

.slick-next:hover {
    background: url(../images/btn-next-b.png) center right/32px no-repeat;
}

.slick-dots {
    position: absolute;
    bottom: 25px;
    display: block;
    width: 100%;
    padding: 0;
    margin-left: 5%;
    list-style: none;
    text-align: left;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: #fff;
    border-radius: 100px;
    padding: 0;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
    background: #0e6447;
}

.slick-dots li.slick-active button {
    background: #0e6447;
}

.home-4-heading {
    padding-bottom: 0 !important;
}

.home-4 {
    padding-top: 0 !important;
}

.home-4 h3 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    /* 138.889% */
    text-transform: uppercase;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    width: 50%;
    border-bottom: 2px solid #00000010;
    position: relative;
}

.home-4 h3:after {
    content: '';
    width: 116px;
    height: 2px;
    position: absolute;
    background: #ed9644;
    left: 0;
    bottom: -2px;
}

footer#footer {
    position: relative;
    padding-left: 110px;
}

.footer-1 {
    background: #f7f7f7;
    padding-bottom: 0 !important;
    border: none;
    margin-top: 40px;
}

.footer-1 p {
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}

.footer-1 ul {
    list-style: none;
    margin: 0;
}

.footer-1 ul li {
    margin-left: 0;
}

.footer-1 a {
    color: #2d3236;
}

.footer-1-row1 .col {
    padding-bottom: 0;
}

.footer-1-row1 {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ffffff10;
}

.absolute-footer {
    display: none;
}

.wtb-breadcrumb {
    margin: 0 0 36px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.wtb-breadcrumb a {
    color: #a7a7a7;
}

.wtb-breadcrumb a:hover i {
    color: #ed9644;
}

.fa-angle-right {
}

.wtb-breadcrumb .fa-angle-right {
    margin: 0 5px;
}

.wtb-breadcrumb i {
    color: #a7a7a7;
}

.wtb-breadcrumb .breadcrumb_last {
    color: #ed9644;
    font-weight: 600;
}

.pinfo-1 h1 {
    font-size: 54px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
}

.pinfo-1 h1 strong {
    color: #ed9644;
}

.pinfo-2 h3 {
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 43px;
    /* 126.471% */
    text-transform: uppercase;
    margin: 0 0 20px 0;
    position: relative;
}

.pinfo-2 p {
    margin: 0 0 34px 0;
}

.pinfo-2 .gb-button {
    margin: 0 !important;
    line-height: normal;
    padding: 0;
    min-height: auto;
}

.pinfo-2 h3:after {
    width: 2px;
    height: 75px;
    content: '';
    display: inline-block;
    position: absolute;
    top: 6px;
    left: -32px;
    background: #ed9644;
}

.pinfo-2 .row .col .col-inner {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pinfo-2 .row .col .col-inner:hover {
    background: #ed9644;
}

.pinfo-2 .row .col .col-inner:hover h3,
.pinfo-2 .row .col .col-inner:hover p,
.pinfo-2 .row .col .col-inner:hover a,
.pinfo-2 .row .col .col-inner:hover a i {
    color: #fff !important;
}

.pinfo-3 h3 {
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
}

.flickity-prev-next-button {
    width: 30px;
    height: 30px;
    opacity: 1;
    background-size: 100% !important;
    background-position: center !important;
    opacity: 1 !important;
}

.flickity-prev-next-button.previous {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="31" height="16" viewBox="0 0 31 16" fill="none"><path opacity="0.3" d="M0.292893 8.70711C-0.0976314 8.31659 -0.0976315 7.68342 0.292892 7.2929L6.65685 0.928934C7.04738 0.53841 7.68054 0.53841 8.07107 0.928934C8.46159 1.31946 8.46159 1.95262 8.07107 2.34315L2.41421 8L8.07107 13.6569C8.46159 14.0474 8.46159 14.6805 8.07107 15.0711C7.68054 15.4616 7.04738 15.4616 6.65686 15.0711L0.292893 8.70711ZM31 9L1 9L1 7L31 7L31 9Z" fill="black"/></svg>');
    background-repeat: no-repeat;
    background-size: cover;
}

.flickity-prev-next-button.next {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="31" height="16" viewBox="0 0 31 16" fill="none"><path opacity="0.3" d="M30.7071 8.70711C31.0976 8.31659 31.0976 7.68342 30.7071 7.2929L24.3431 0.928934C23.9526 0.53841 23.3195 0.53841 22.9289 0.928934C22.5384 1.31946 22.5384 1.95262 22.9289 2.34315L28.5858 8L22.9289 13.6569C22.5384 14.0474 22.5384 14.6805 22.9289 15.0711C23.3195 15.4616 23.9526 15.4616 24.3431 15.0711L30.7071 8.70711ZM-8.74228e-08 9L30 9L30 7L8.74228e-08 7L-8.74228e-08 9Z" fill="black"/></svg>');
    background-repeat: no-repeat;
    background-size: cover;
}

.flickity-prev-next-button svg {
    display: none;
}

.pinfo-3 .flickity-prev-next-button {
    top: -40px;
}

.pinfo-3 .flickity-prev-next-button.previous {
    left: inherit;
    right: 70px;
}

.pinfo-1 h3 {
    color: #ed9644;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
}

blockquote {
    padding-top: 20px;
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    border: none;
    width: 80%;
    font-size: 28px;
    font-style: italic;
    font-weight: 300;
    line-height: 43px;
    /* 153.571% */
    text-transform: uppercase;
}

blockquote:after {
    content: '';
    width: 24px;
    height: 20px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="21" viewBox="0 0 25 21" fill="none"><path d="M0 20.3438L0.796875 15.0938C1.10938 13.0938 1.65625 11.1875 2.4375 9.375C3.21875 7.5625 4.20312 5.875 5.39062 4.3125C6.57812 2.71875 7.9375 1.28125 9.46875 0L12.6562 2.53125C11.0938 4.40625 9.76562 6.34375 8.67188 8.34375C7.57812 10.3438 6.79688 12.5469 6.32812 14.9531L5.39062 20.3438H0ZM11.3906 20.3438L12.1875 15.0938C12.5 13.0938 13.0469 11.1875 13.8281 9.375C14.6094 7.5625 15.5938 5.875 16.7812 4.3125C17.9688 2.71875 19.3281 1.28125 20.8594 0L24.0469 2.53125C22.4844 4.40625 21.1562 6.34375 20.0625 8.34375C18.9688 10.3438 18.1875 12.5469 17.7188 14.9531L16.7812 20.3438H11.3906Z" fill="%2300510B"/></svg>');
    position: absolute;
    top: 0;
    left: 0;
}

blockquote:before {
    content: '';
    width: 24px;
    height: 20px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="21" viewBox="0 0 25 21" fill="none"><path d="M24.0469 0L23.25 5.25C22.9375 7.25 22.3906 9.15625 21.6094 10.9688C20.8281 12.7812 19.8438 14.4688 18.6562 16.0312C17.4688 17.625 16.1094 19.0625 14.5781 20.3438L11.3906 17.8125C12.9531 15.9375 14.2812 14 15.375 12C16.4688 10 17.25 7.79688 17.7188 5.39062L18.6562 0H24.0469ZM12.6562 0L11.8594 5.25C11.5469 7.25 11 9.15625 10.2188 10.9688C9.4375 12.7812 8.45312 14.4688 7.26562 16.0312C6.07812 17.625 4.71875 19.0625 3.1875 20.3438L0 17.8125C1.5625 15.9375 2.89062 14 3.98438 12C5.07812 10 5.85938 7.79688 6.32812 5.39062L7.26562 0H12.6562Z" fill="%2300510B"/></svg>');
    position: absolute;
    bottom: 0;
    right: 0;
}

.pinfo-4 .box-text {
    vertical-align: top;
}

.pinfo-4 h3 {
    color: #ed9644;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.pinfo-4 blockquote {
    width: 100%;
}

.pinfo-3 .flickity-page-dots {
    left: 0;
    right: inherit;
    bottom: 0;
}

.pinfo-3 .flickity-page-dots .dot {
    border: 3px solid #7a7a7a;
    opacity: 1;
}

.pinfo-3 .flickity-page-dots .dot.is-selected {
    border: 3px solid #ed9644;
}

.pinfo-4 blockquote strong {
    color: #ed9644;
}

/* .page-id-33 main#main,
.page-id-39 main#main,
.page-id-224 main#main {
    padding-top: 0;
}

.page-id-33 .wtb-breadcrumb,
.page-id-39 .wtb-breadcrumb,
.page-id-224 .wtb-breadcrumb {
    display: none;
} */

.pfield-1 a {
    margin: 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    box-shadow: none !important;
    background: #f7f7f7;
    color: #424d54;
    border: none;
}

.pfield-1 a:hover,
.pfield-1 a.active {
    background: #ed9644;
    color: #fff;
}

.gb-heading1 h1 {
    font-size: 54px;
    font-style: normal;
    font-weight: 300;
    line-height: 89px;
    text-transform: uppercase;
}

.pfield-3 .img {
    margin: 0 !important;
}

.pfield-3-text {
    position: absolute;
    width: 40%;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 30px 0 40px 40px;
    background: #fff;
}

.pfield-3-text h2 {
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: 89px;
    /* 92.708% */
    text-transform: uppercase;
    color: #dedede;
    margin: 0;
}

.pfield-3-text h3 {
    font-size: 54px;
    font-style: normal;
    font-weight: 300;
    line-height: 60px;
    /* 111.111% */
    text-transform: uppercase;
    margin-bottom: 28px;
    margin-top: -40px;
}

.pfield-3-text p {
    margin: 0;
}

.pfield-3-text:after {
    content: '';
    display: inline-block;
    width: 3000px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.pfield-4 .box .box-image {
    margin: 0;
}

.pfield-4 .box .box-text h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #ed9644;
    margin: 0 0 16px 0;
}

.pfield-4 .box .box-text p a {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 23px;
    /* 143.75% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    color: #7a7a7a;
}

.pfield-4 .row .col {
    border-right: 1px solid #dedede;
    margin-bottom: 60px;
}

.pfield-4 .row .col:nth-child(3n) {
    border: none;
}

.page-wrapper {
    padding-top: 0;
}

.category .wtb-breadcrumb {
    display: none;
}

.category h1.page-title {
    font-size: 54px;
    font-style: normal;
    font-weight: 300;
    line-height: 69px;
    /* 127.778% */
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 25px 0;
}

.tabNews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 1px solid #e9e9e9;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.tabNews li {
    display: block;
    margin: 0;
}

.tabNews li a {
    color: #7a7a7a;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    position: relative;
    padding-bottom: 7px;
}

.tabNews li a:after {
    content: '';
    width: 0;
    height: 2px;
    background: #ed9644;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.tabNews li a:hover {
    color: #000;
}

.tabNews li a:hover:after {
    width: 100%;
}

.tabNews li a.active {
    color: #000;
}

.tabNews li a.active:after {
    width: 100%;
}

.post-item .box-text .from_the_blog_excerpt {
    display: none;
}

.post-item .box-text {
    padding: 26px 0 0 0;
}

.post-item .box-text .cat-label {
    opacity: 1;
    color: #ed9644;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    margin: 0;
}

.entry-header .is-divider {
    display: none;
}

.pcon-1 form .wpcf7-form-control {
    outline: none !important;
    box-shadow: none !important;
    margin: 0;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    border-bottom: 1px solid #00000085;
    padding: 0;
}

.pcon-1 form .wpcf7-form-control.wpcf7-submit {
    padding: 22px 34px;
    margin-top: 30px;
    border: none;
    background: linear-gradient(90deg, #ed9644 0%, #ed9644 100%);
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

span.wpcf7-spinner {
    position: absolute;
}

.ir-docpage-l {
    width: 33%;
    float: left;
    padding-right: 30px;
}

.ir-docpage-l ul {
    display: block;
    list-style: none;
}

.ir-docpage-l ul li {
    margin: 0;
}

.ir-docpage-l ul li a {
    display: block;
    padding: 15px 20px;
    color: #333;
    font-size: 15px;

    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

.ir-docpage-l ul li.current-menu-item a,
.ir-docpage-l ul li a:hover {
    background-color: #ed9644;
    color: #fff;
}

.ir-docpage-l ul li a span {
    display: block;
    padding-left: 17px;
    position: relative;
}

.ir-docpage-l ul li a i {
    font-size: 13px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
}

.ir-docpage-l ul.grand a {
    padding-left: 20px;
}

.ir-docpage-l ul.parent a {
    padding-left: 37px;
}

.ir-docpage-l ul.collapsed {
    display: none !important;
}

.ir-docpage-r {
    width: 67%;
    float: left;
}

.ir-documentfilter-r {
    display: inline-block;
    margin-bottom: 10px;
}

.ir-documentfilter-r p {
    display: inline-block;
    margin: 0;
}

.ir-documentfilter-r select {
    display: inline-block;
    width: 100px;
    margin: 0;
}

.ir-documentlist {
    padding: 0 20px 20px;
    border: 1px solid #eee;
}

.ir-document-item {
    padding: 20px 80px 20px 0;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.ir-document-item span {
    color: #000;
    font-size: 14px;
    margin-left: 5px;
    vertical-align: middle;
    font-weight: 600;
}

.ir-document-item a:hover span {
    color: #ed9644;
}

.ir-document-item em {
    font-style: normal;
    position: absolute;
    right: 0;
    top: 23px;
    padding: 0;
    font-size: 14px;
    color: #000;
}

.ir-document-toggle {
    border: 1px solid #eee;
    padding: 10px 20px 10px 10px;
    background-color: #f5f5f5;
    position: relative;
}

.ir-document-toggle a {
    padding: 10px 20px 10px 10px;
    font-size: 18px;
}

.ir-document-toggle i {
    font-size: 15px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -7px;
    color: #ed9644;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-bottom: 2px solid #ed9644;
    line-height: 40px;
    padding: 0 20px;
    width: 100%;
    border-radius: 0;
    color: #333;
    font-size: 18px;
    background: url(https://vingroup.net/assets/images/ar-sl.png) top 16px right 10px/15px no-repeat #f5f5f5;
}

.f-right {
    float: right;
}

.ir-documentlist ul.page-numbers.nav-pagination {
    text-align: left;
    margin: 30px 0 15px 0;
}

.ir-document-item a {
    display: flex;
    align-items: center;
}

.gb-heading2 h3 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 0 0 14px 0;
    margin: 0 0 26px 0;
    border-bottom: 2px solid #ed9644;
}

.prela-3 .icon-box {
    align-items: center;
    margin-top: 20px;
}

.prela-3 .icon-box .icon-box-text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}

.prela-3 .icon-box .icon-box-img img {
    padding: 0;
}

.prela-3-col1 .col {
    padding-bottom: 0;
}

.prela-3-col1 .icon-box {
    margin: 0 0 14px 0;
    padding: 0 0 14px 0;
    border-bottom: 1px solid #0000002b;
}

.prela-3 .row .col .col-inner {
    height: 100%;
}

.prela-3-col2 .col-inner a:last-child .icon-box {
    border: none;
    padding: 0;
    margin: 0;
}

.prela-3-col2 .icon-box .icon-box-text {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #0000002b;
}

.prela-3-col3 .button {
    margin: 0 0 14px 0;
    padding: 0 0 14px 0;
    border-bottom: 1px solid #0000002b !important;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #000;
    min-height: auto;
}

.prela-3-col3 .button:last-child {
    margin: 0;
    padding: 0;
    border: none !important;
}

.prela-3-col3 .button i {
    position: absolute;
    right: 0;
    top: 0px;
    color: #ed9644;
    font-size: 20px;
}

.prela-3-col4,
.prela-3-col4 .col {
    padding-bottom: 0;
}

@media only screen and (min-width: 52em) {
    .category:not(.category-8) #post-list > .row > .col:first-child {
        flex-basis: 66.3333333333%;
        max-width: 66.3333333333%;
    }

    .category:not(.category-8) #post-list > .row > .col:first-child .box .box-text {
        position: absolute;
        bottom: 0;
        width: 60%;
        padding: 26px 20px;
        background: #ffffffb5;
    }

    .category:not(.category-8) #post-list > .row > .col:first-child .box .box-image .image-cover {
        padding-top: 406px !important;
    }
}

@media only screen and (max-width: 52em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

    .stagger-down, .stagger-left, .stagger-right, .stagger-up {
        visibility: inherit;
    }

    .header .header-wrapper {
        width: 100%;
        height: 50px;
    }

    .hamburger-menu {
        top: 50%;
        left: 20px;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    .botHd {
        left: auto;
        right: 15px;
        bottom: 0;
        width: auto;
        display: flex;
        align-items: center;
        height: 50px;
    }

    .botHd-search {
        margin: 6px 5px 0 0;
    }

    .botHd-lang .gtranslate_wrapper a {
        font-size: 14px;
    }

    #logo {
        padding: 3px;
    }

    .ctMenu {
        padding-left: 20px;
    }

    .ctMenu .menu-menu-chinh-container {
        top: 80px;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .gb-nav > li {
        margin: 0 0 5px 0;
    }

    .gb-nav > li > a {
        font-size: 24px;
    }

    .gb-nav > li .sub-menu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        padding-left: 0;
        display: block;
        margin: 5px 0;
    }

    .gb-nav > li .sub-menu li {
        margin-bottom: 5px;
    }

    .home main#main {
        padding-top: 50px !important;
    }

    main#main {
        padding-left: 0;
        padding-top: 80px !important;
    }

    .text-box-content .text-inner.text-left {
        text-align: center;
    }

    .gb-heading h2 {
        font-size: 34px;
    }

    .contentwrap {
        padding-left: 0
    }

    .infoCate {
        width: 100%;
        position: relative;
        left: auto;
        top: auto;
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        padding: 30px 0
    }

    .infoCate>div p {
        font-size: 13px
    }

    .dragMouse {
        width: 100%;
        margin: 20px auto 0
    }

    .infoCate h2 {
        padding-bottom: 0;
        font-size: 34px;
        font-weight: 300;
        line-height: normal;
    }

    .infoCate {
        padding-right:20px
    }

    .listCateHome .item {
        padding: 70px 25px 25px
    }

    .listCateHome .slick-slide {
        padding: 0 10px
    }

    .listCateHome .item .content .copy p {
        font-size: 12px
    }

    .listCateHome {
        width: 170%
    }

    .listCateHome .item .content .img img {
        height: 130px
    }

    .listCateHome .item h2 {
        font-size: 33px;
        padding-bottom: 20px
    }

    .home-4 h3 {
        color: #000;
        font-size: 16px;
        margin: 0 0 15px 0;
        padding: 0 0 15px 0;
        width: 100%;
    }

    .gb-button {
        font-size: 16px;
    }

    footer#footer {
        padding-left: 0;
    }

    .wtb-breadcrumb {
        margin: 0 0 5px 0;
        font-size: 14px;
    }

    .pinfo-1 h1 {
        font-size: 34px;
    }

    .pinfo-1 {
        padding-bottom: 0 !important;
    }

    .pinfo-3 h3 {
        font-size: 34px;
    }

    blockquote {
        width: 100%;
        font-size: 20px;
        line-height: 35px;
    }

    .pinfo-4 blockquote {
        font-size: 16px;
    }

    .page-id-33 main#main, .page-id-39 main#main, .page-id-224 main#main {
        padding-top: 50px !important;
    }

    .gb-heading1 h1 {
        font-size: 34px;
        line-height: normal;
        margin: 0 15px;
    }

    .pfield-2 {
        padding-bottom: 0 !important;
    }

    .pfield-3-text:after {
        display: none;
    }

    .pfield-3-text {
        position: relative;
        width: 100%;
        top: 0;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
        padding: 10px 0 0 0;
    }

    .pfield-3-text h3 {
        font-size: 34px;
        line-height: normal;
        margin-bottom: 18px;
        margin-top: -40px;
    }

    .pfield-4 .row .col {
        margin-bottom: 0;
    }

    .pfield-4 .box .box-image {
        margin: auto;
    }
    
    .pfield-4 .box .box-text {
        text-align: center;
    }

    .ir-docpage-l {
        width: 100%;
        padding-right: 0;
    }

    .ir-docpage-r {
        width: 100%;
    }

    .ir-documentfilter-r p {
        font-size: 14px;
    }

    .pcon-1 .gb-heading1 h1 {
        margin: 0 auto 20px auto;
    }
}