::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

:root {
    --primary-color2: #07308B;
    --color-1: #231F20;
    --color-2: #666666;
    --bg-color-1: #F5F5F5;
    --bg-color-2: #EBEBEB;
    --bg-color-3: #CEA162;
    --bg-color-4: #E8CF91;
    --bg-color-5: #CEA162;
    --gradent-1: linear-gradient(89.99deg, var(--bg-color-3) 8.16%, var(--bg-color-4) 49.25%, var(--bg-color-5) 90.34%);
    --gradent-2: linear-gradient(90deg, #EEEEEE 0%, #C2C2C2 100%);
    --gradent-3: linear-gradient(90deg, #223BC9 8.15%, #07308B 100%);
}

@font-face {
    src: url('../fonts/SVN-Daisy Lau.otf');
    font-family: SVN-Daisy Lau;
}

.absolute-footer, html {
    background-color: #fff !important;
}

#wrapper, #main {
    background: #fff !important;
}

ul, li {
    margin-bottom: 0px !important;
}

.row-0 {
    padding: 0px 15px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 10px 5px !important;
}

.row-20 {
    padding: 0px 0px !important;
}

.pd-20 {
    padding: 0px 20px 20px 20px !important;
}

.pd-35 {
    padding: 0px 35px 20px 35px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.mr-1 {
    margin-right: 10px !important;
}

.mr-2 {
    margin-right: 20px;
}

.mr-3 {
    margin-right: 30px;
}

.mr-4 {
    margin-right: 40px;
}

.mr-4 {
    margin-right: 50px;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 30px;
}

.ml-4 {
    margin-left: 40px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.button_style {
    background: var(--gradent-1) !important;
    text-align: center;
    padding: 0px 15px;
    display: inline-flex !important;
    position: relative;
    overflow: hidden;
    z-index: 9;
    height: 40px;
    line-height: 40px !important;
    border-radius: 99px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: var(--color-1) !important;
    align-items: center;
}

.button_style:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    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);
}

.button_style:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.button_style img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-left: 5px;
}

.button_for_gray {
    background: var(--gradent-2) !important;
    color: var(--color-1) !important;
}

.button_for_blue {
    background: var(--gradent-3) !important;
    color: #fff !important;
}

.button_for_primary i.icon-angle-right:before {
    content: '';
    background: url(../images/arrow-right.png) no-repeat;
    width: 20px;
    background-size: 100% !important;
    height: 20px;
    display: block;
}

.button_for_blue i.icon-angle-right:before {
    content: '';
    background: url(../images/arrow-right-white.png) no-repeat;
    width: 20px;
    background-size: 100% !important;
    height: 20px;
    display: block;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/**back to top**/
.progress-wrap {
    position: fixed;
    display: block;
    cursor: pointer;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    text-align: center;
    position: absolute;
    cursor: pointer;
    font-family: 'Font Awesome 6 Pro';
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap {
    bottom: 30px;
    height: 46px;
    width: 46px;
    border-radius: 46px;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 2px #cccccc;
}

.progress-wrap.btn-left-side {
    left: 30px;
}

.progress-wrap.btn-right-side {
    right: 30px;
}

.progress-wrap::after {
    width: 46px;
    height: 46px;
    color: #1f2029;
    font-size: 24px;
    content: '\f341';
    line-height: 46px;
}

.progress-wrap:hover::after {
    color: #1f2029;
}

.progress-wrap svg.progress-circle path {
    stroke: #1f2029;
    stroke-width: 2px;
}

/**header**/
div#masthead ul.header-nav.header-nav-main.nav.nav-right.nav-uppercase {
    margin-left: 15px;
}

div#masthead .header-support a:last-child {
    margin-left: 5px;
}

/**menu**/
div#mega-menu-wrap-primary {
    width: 100% !important;
}

#mega-menu-wrap-primary #mega-menu-primary {
    display: flex !important;
    justify-content: space-around;
}

div#mega-menu-wrap-primary ul li a {
    color: var(--color-1) !important;
    font-weight: 600 !important;
    padding: 0 !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center;
}

div#mega-menu-wrap-primary ul li a:hover {
    color: var(--primary-color) !important;
}

div#mega-menu-wrap-primary ul li.mega-current-menu-item a {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    -webkit-box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    display: block !important;
    border-radius: 8px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: unset !important;
    padding: 0px 10px !important;
    display: block !important;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 14px !important;
    color: var(--color-1) !important;
    text-transform: uppercase !important;
    background: #fff !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    border-bottom: 1px solid #f2f2f2 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    text-transform: unset !important;
    font-size: 16px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    color: var(--primary-color2) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #fff !important;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 10%);
    padding: 15px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: var(--primary-color) !important;
    font-weight: 700 !important;
    margin-bottom: 0px !important;
    text-align: left !important;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
    border-bottom: 1px solid #f2f2f2;
}

/**banner**/
.banner-desc {
    font-size: 16px;
    line-height: 24px;
    color: var(--color-1);
}

/**partner**/
.partner-item {
    width: 100%;
    height: 50px;
}

.partner-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    transition: 0.3s ease-in-out;
}

.partner-item img:hover {
    transition: 0.3s ease-in-out;
    filter: none;
    transform: scale(1.1);
}

.partner2 img {
    filter: grayscale(100%);
    transition: 0.3s ease-in-out;
}

.partner2 img:hover {
    transition: 0.3s ease-in-out;
    filter: none
}

/**slide**/
body .swiper-button-next, body .swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    transform: translateY(-50%) !important;
    top: 50% !important;
    border-radius: 50% !important;
}

body .swiper-button-next img, body .swiper-button-prev img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body .swiper-button-next:hover span svg path, body .swiper-button-prev:hover span path {
    stroke: var(--primary-color)
}

body .swiper-button-prev.swiper-button-disabled,
body .swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

body .swiper-button-next:after, body .swiper-button-prev:after {
    content: '' !important;
    font-size: 15px;
    color: #000;
}

/**alert**/
.alert {
    position: relative;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}

.alert-success {
    color: #0f5132 !important;
    background-color: #d1e7dd !important;;
    border-color: #badbcc !important;;
}

.alert-danger {
    color: #842029 !important;
    background-color: #f8d7da !important;
    border-color: #f5c2c7 !important;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}

/**info**/
.bg-thumb {
    position: absolute !important;
    top: 0px;
    z-index: -1;
}

.button-position {
    position: absolute;
    bottom: 0;
    right: 7.5%;
}

.button-background {
    background: #fff;
    border-radius: 30px 0 30px 0;
    display: flex;
    align-items: center;
    padding: 8px 5px 0 10px;
}

.button-position a {
    height: 50px;
    font-size: 16px !important;
    padding: 0 40px !important;
}

.about-bg .overlay {
    background: transparent !important;
}

.abouts .abouts-header {
    position: relative;
}

.abouts .abouts-header h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 1px;
}

.abouts .abouts-header:before {
    content: '';
    background: url(../images/phay.png) no-repeat;
    display: block;
    width: 45px;
    height: 36px;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.about-bg .box-text.text-center {
    text-shadow: unset !important;
}

.abouts .abouts-header-sub {
    display: flex;
    align-items: center;
    justify-content: center;
}

.abouts .abouts-header-sub .sub-lt {
    text-transform: uppercase;
    text-align: right;
    line-height: 26px;
    font-size: 20px;
    font-weight: 500;
    margin-right: 10px;
    color: var(--color-1)
}

.abouts .abouts-header-sub .sub-right {
    font-family: SVN-Daisy Lau;
    font-size: 78px;
    background: linear-gradient(89.99deg, #CEA162 8.16%, #E8CF91 49.25%, #CEA162 90.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.img-title {
    margin-bottom: -35px !important;
}

.abouts .about-content {
    font-size: 16px;
    text-align: justify;
    color: var(--color-1)
}

.abouts .about-footer strong {
    color: var(--primary-color);
    text-transform: uppercase;
}

.abouts .about-footer {
    margin: 20px 0 0 0;
    text-align: left;
    font-weight: 700;
    font-size: 16px;
}

/**home title**/
.home-title {
    text-align: center;
    margin-bottom: 20px;
}

.home-title h3, .home-title h1 {
    width: auto;
    display: inline-block;
    font-size: 36px;
    line-height: 46px;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    z-index: 11;
    color: #505050
}

.home-title h3:before, .home-title h1:before {
    content: '';
    background: url(../images/cup.svg) no-repeat;
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    left: -32px;
    background-size: contain;
    top: -32px;
    z-index: -1;
}

/**section**/
.sec-vd {
    margin-bottom: -190px;
}

.sec-bst {
    margin-top: -190px;
    position: relative;
}

.sec-go {
    position: relative;
    z-index: 9;
}

/**tab**/
.tab-bst ul li {
    margin: 0;
}

.tab-bst ul li a {
    color: #000;
    font-weight: 300;
    font-size: 18px;
    padding: 0 15px;
}

.tab-bst ul li a:hover, .tab-bst ul li.active a {
    color: var(--primary-color);
    font-weight: 700;
}

/**widget**/
.widget-post-list {
    width: 100%;
}

.widget-post-list .widget-post-item {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #f2f2f2;
    align-items: center;
}

.widget-post-list .widget-post-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.widget-post-list .widget-post-item a {
    display: flex;
    align-items: center;
}

.widget-post-list .widget-post-item .widget-post-thumbnail {
    width: 100px;
    float: left;
    height: 100px;
    border-radius: 15px;
}

.widget-post-list .widget-post-item .widget-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.widget-post-list .widget-post-item .widget-post-content {
    width: calc(100% - 100px);
    float: left;
    padding-left: 10px;
}

.widget-post-list .widget-post-item .widget-post-content h3 {
    display: inline-block;
    color: #000;
    font-size: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    line-height: 20px;
}

.widget-post-list .widget-post-item .widget-post-content h3:hover {
    color: var(--primary-color);
}

.widget-post-list .widget-post-item .widget-post-content .post-meta {
    color: gray;
    font-size: 14px
}

.widget-title span {
    padding: 6px 10px;
    margin: 0 0 20px 0;
    width: 100%;
    display: block;
    background: var(--primary-color) !important;
    text-align: center;
    font-size: 20px !important;
    line-height: 26px !important;
    border-radius: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
}

.widget-title h3 {
    padding: 6px 10px;
    margin: 0 0 20px 0;
    width: 100%;
    display: block;
    font-weight: normal;
    background: var(--primary-color) !important;
    text-align: center;
    font-size: 20px !important;
    line-height: 26px !important;
    border-radius: 15px;
    color: #fff;
    text-transform: uppercase;
}

aside.widget-post {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 4px 45px 0px #0000000D;
}

.widget-post-vertical a {
    display: block !important;
    flex-flow: wrap;
}

.widget-post-list {
    padding: 0 15px 15px 15px;
}

.widget-post-vertical .widget-post-thumbnail {
    width: 100% !important;
    height: 180px !important;
}

.widget-post-vertical .widget-post-content {
    width: 100% !important;
    padding: 10px 0 0 0 !important;
    border: 0px;
}

.is-divider.small {
    display: none;
}

.widget_categories ul, .widget_product_categories ul {
    margin-top: -5px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAEklEQVQImWNgYGCQYiAAhoYCAEfjALcmCP1hAAAAAElFTkSuQmCC)
}

.widget_categories ul li, .widget_product_categories ul li {
    width: 100%
}

.widget_categories ul li a, .widget_product_categories ul li a {
    width: 100%;
    display: block;
    color: #333;
    padding: 10px 15px !important;
    background: #e4e4e499;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s
}

.widget_categories ul li a:before, .widget_product_categories ul li a:before {
    content: "\f45c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 6px;
    vertical-align: middle;
    margin-right: 10px;
    color: var(--primary-color)
}

.widget_categories ul li:hover a, .widget_product_categories ul li:hover a {
    background: var(--primary-color) !important;
    color: #fff
}

/**pagination**/
.pagination {
    width: 100%;
    display: inline-block;
}

.pagination ul li a, .pagination ul li span {
    color: #000;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
    background: #fff;
    border-radius: 99px !important;
}

.pagination ul li a:hover, .pagination ul li span:hover {
    background: var(--primary-color) !important;
    color: #fff;
    font-weight: normal !important;
    border: 1px solid var(--primary-color) !important;
}

.wp-pagenavi {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    background: #fff;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
    display: inline-block;
    border-radius: 99px !important;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current, .pagination span.current {
    background: var(--primary-color) !important;
    color: #fff;
    font-weight: normal !important;
    border: 1px solid var(--primary-color) !important;
}

/**post item**/
.post-item {
    width: 100%;
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail {
    width: 100%;
    height: 220px;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    position: relative;
}

.post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    transition: 0.3s ease-in-out;
}

.post-item .post-content {
    width: 100%;
    padding: 15px 0 0 0;
}

.post-item .post-content h4 {
    margin-bottom: 10px;
}

.post-item .post-content h4 a {
    font-size: 18px;
    line-height: 26px;
    color: var(--primary-color2);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-item .post-content h4 a:hover {
    color: var(--primary-color)
}

.post-item .post-content .post-desc {
    font-size: 14px;
    line-height: 18px;
    color: #505050
}

.post-item .post-content .post-footer {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 0 0;
}

.post-item .post-content .post-auth {
    background: #EAF5FB;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 99px;
    font-size: 14px;
}

.post-item .post-meta {
    background: #EAF5FB;
    position: absolute;
    top: 30px;
    left: 0;
    padding: 10px 5px;
    line-height: 20px;
}

.post-item .post-meta span {
    display: block;
    text-align: center;
    color: var(--primary-color);
    font-size: 13px;
}

.post-item .post-meta span.date {
    font-weight: 700;
    font-size: 18px;
}

.post-item .post-content .post-view {
    font-size: 14px;
    font-weight: 700;
}

.post-item .post-button {
    margin: 15px 0 0 0;
}

.post-button a {
    background: var(--primary-color);
    display: inline-block;
    width: auto !important;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
}

.post-item .post-button a:hover {
    color: #fff;
    background: var(--primary-color2);
}

.post-large {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.post-large .post-thumbnail {
    width: 50%;
    height: 350px;
    border-radius: 15px 0 0 15px;
}

.post-large .post-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 15px 0 0 15px;
    object-fit: cover;
}

.post-large .post-content {
    width: 50%;
    background: linear-gradient(89.99deg, #CEA162 8.16%, #E8CF91 49.25%);
    height: 350px;
    border-radius: 0 15px 15px 0;
    padding: 30px;
}

.post-large .post-content h4 {
    margin-bottom: 10px;
}

.post-large .post-content h4 a {
    font-size: 25px;
    line-height: 32px;
    color: var(--color-1);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
}

.post-large .post-content h4 a:hover {
    color: var(--primary-color2)
}

.post-large .post-content .post-desc {
    font-size: 16px;
    line-height: 22px;
    color: var(--color-1)
}

.post-large .post-button {
    margin: 15px 0 0 0;
}

.post-large .post-date i {
    margin-right: 4px;
}

.post-large .post-date {
    font-size: 14px;
    line-height: 18px;
    color: var(--color-1);
    margin: 10px 0 20px 0;
}

.post-large .post-button a {
    background: var(--primary-color);
    display: inline-block;
    width: auto !important;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
}

.post-large .post-button a:hover {
    color: #fff;
    background: var(--primary-color2);
}

/**product**/
.tab-bst .tab-panels {
    padding-top: 30px;
}

.product-item {
    width: 100%;
    height: 380px;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.product-item .product-thumbnail {
    width: 100%;
    height: 100%;
}

.product-item .product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-item .product-content {
    position: absolute;
    bottom: -100%;
    padding: 15px;
    background: linear-gradient(180.06deg, #FBE2BF 0.05%, #FDF0DE 58.38%, #EEECE9 93.37%);
    text-align: center;
    transition: 0.3s ease-in-out;
}

.product-item .product-content h4 {
    margin: 0;
}

.product-item .product-content h4 a {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}

.product-item .product-content h4 a:hover {
    color: var(--primary-color)
}

.product-item .product-content .product-desc {
    margin: 10px 0;
    color: #231F20;
    font-size: 14px;
}

.product-item .product-content .product-button a {
    display: flex;
    justify-content: center;
    font-size: 14px;
    text-transform: uppercase;
    align-items: center;
}

.product-item .product-content .product-button a img {
    width: 25px;
    height: 20px;
    margin-left: 5px;
    object-fit: contain;
}

.product-item:hover .product-content {
    transition: 0.3s ease-in-out;
    bottom: 0;
}

/**category**/
.category-entry {
    padding: 40px 0;
    background: linear-gradient(180deg, #FFFBEE 0%, #FFFFFF 100%);
}

.shop-page-title.category-page-title.page-title {
    display: none !important;
}

section.category-banner img {
    width: 100%;
}

/**category**/
.category-description {
    box-shadow: 0px 4px 45px 0px #0000000D;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    font-weight: 300;
    font-size: 15px;
}

.entry-content {
    padding: 0 !important;
    font-weight: 300;
    font-size: 15px;
}

.category-description p
.category-description ul li,
.category-description ol li,
.entry-content p,
.entry-content ul li,
.entry-content ol li {
    margin: 0 0 10px 0 !important;
}

.category-description ul,
.category-description ol,
.entry-content ul,
.entry-content ol {
    margin-left: 15px !important;
}

.category-description table,
.category-description table tr td,
.entry-content table,
.entry-content tr td {
    border-collapse: collapse;
    border: 1px solid #3333;
}

.category-description table tr td,
.category-description table tr th,
.entry-content tr td,
.entry-content tr th {
    padding: 10px;
    color: #333 !important;
}

.breadcrumbs {
    color: #666666 !important;
    font-weight: normal !important;
    font-size: 16px !important;
    padding: 20px 0 !important;
}

.breadcrumbs span, .breadcrumbs a:last-child {
    color: var(--color-1);
    font-weight: 700;
}

.breadcrumbs p {
    margin: 0;
}

.breadcrumbs a {
    color: #666666;
}

.col-6 {
    width: calc(100% / 6) !important;
}

.category-list ul {
    display: flex;
    justify-content: center;
}

.category-list ul li {
    list-style: none;
}

.category-list ul li a {
    font-size: 18px;
    padding: 0 15px;
    text-transform: uppercase;
}

.category-list ul li a:hover {
    color: var(--primary-color)
}

.form-search form {
    width: 600px;
    margin: 40px auto 0 !important;
    position: relative;
}

.form-search .input_search {
    box-shadow: 0px 6px 30px 0px #0000000D;
    border-radius: 50px !important;
    border: 0;
    padding: 5px 20px;
    height: 45px !important;
    margin: 0;
}

.form-search button.button_search {
    background: #07308B;
    border-radius: 99px;
    width: 40px !important;
    height: 40px !important;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 3px;
    top: 3px;
}

/**signle**/
.pTop {
    padding-top: 0px !important;
}

.boxWhite {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0px 4px 45px 0px #0000000D;
}

#header-single {
    margin-bottom: 20px;
    text-align: center;
}

#header-single h1 {
    text-transform: uppercase;
    color: var(--primary-color2);
    font-size: 20px;
    line-height: 28px;
}

#header-single .post-meta {
    color: #666666;
    font-size: 14px;
}

input#s {
    box-shadow: 0px 6px 30px 0px #0000000D;
    border-radius: 50px !important;
    border: 0;
    padding: 5px 20px;
    height: 45px !important;
    margin: 0;
}

button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    background: #07308B;
    border-radius: 99px !important;
    width: 40px !important;
    height: 40px !important;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 3px;
    top: 3px;
}

div#single-thumbnail {
    margin-bottom: 20px;
}

div#single-thumbnail img {
    border-radius: 15px;
    width: 100%;
}

#single-post {
    margin: 0 0 30px 0;
    display: inline-block;
    width: 100%;
}

archive.post-share {
    border-top: 1px solid #f2f2f2;
    width: 100%;
    margin: 30px 0 0 0;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

archive.post-share .s-right {
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
    color: var(--primary-color2);
}

span#u_0_4_3u {
    display: none;
}

/**contact**/
.sec-contact {
    background: linear-gradient(180deg, #FFFBEE 0%, #FFFFFF 100%);
}

.address-item {
    display: flex;
    flex-flow: wrap;
}

.address-item .icon {
    width: 47px;
    height: 47px;
    background: linear-gradient(90deg, #223BC9 8.15%, #07308B 100%);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
}


.address-item .text {
    width: calc(100% - 47px);
    padding-left: 15px;
    font-size: 15px;
    line-height: 25px;
    color: #000;
}

.address-item:not(:last-child) {
    margin-bottom: 20px !important;
}

.input_contact, .select_contact {
    background-color: #F4F7F8 !important;
    border-radius: 5px !important;
    box-shadow: unset !important;
    border-color: #E7E7E7 !important;
}

p.p-contact {
    margin: 0 0 10px 0 !important;
}

button.wpcf7-form-control.wpcf7-submit.button_style.button_for_primary {
    display: flex !important;
    align-items: center !important;
}

button.wpcf7-form-control.wpcf7-submit.button_style.button_for_primary i {
    margin: 0 10px 0 5px;
    height: unset !important;
}

.contact-title {
    margin: 40px 0;
}

.contact-title h3 {
    color: #505050;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
}

.contact-title h3 strong {
    font-family: SVN-Daisy Lau;
    font-size: 78px;
    background: linear-gradient(89.99deg, #CEA162 8.16%, #E8CF91 49.25%, #CEA162 90.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 10px;
    padding-left: 15px;
}

/**home title 2**/
.home-title2 {
    text-align: center;
}

.home-title2 h4 {
    font-weight: normal;
    margin: 0;
    font-size: 20px;
    line-height: 26px;
}

.home-title2 h4 b {
    font-weight: normal;
    text-transform: uppercase;
    margin-right: -25px;
}

.home-title3 {
    text-align: center;
}

.home-title3 h3 {
    display: inline-block;
    font-size: 28px;
    line-height: 38px;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    z-index: 11;
    color: #fff;
}

.home-title2 h4 strong {
    font-family: SVN-Daisy Lau;
    font-size: 78px;
    background: linear-gradient(89.99deg, #CEA162 8.16%, #E8CF91 49.25%, #CEA162 90.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 10px;
    padding-left: 36px;
    text-transform: unset !important;
    font-weight: normal;
}

/**step**/
.step-item {
    width: 100%;
}

.step-item .step-content {
    background: linear-gradient(89.99deg, #CEA162 8.16%, #E8CF91 49.25%);
    display: flex;
    padding: 40px 30px;
    flex-flow: wrap;
}

.step-item .step-content .step-number {
    width: 60px;
    height: 60px;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    font-size: 30px;
    display: flex;
    justify-content: center;
}

.step-item .step-content .step-body {
    width: calc(100% - 60px);
    padding-left: 15px;
}

.step-image img {
    width: 100%;
}

.step-item .step-content .step-body p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}

.step-item .step-content .step-body h4 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 26px;
}

.swiper-step .swiper-nav, .swiper-step2 .swiper-nav {
    display: flex;
    align-items: center;
}

.swiper-step .swiper-nav .swiper-button-prev,
.swiper-step .swiper-nav .swiper-button-next,
.swiper-step2 .swiper-nav .swiper-button-prev,
.swiper-step2 .swiper-nav .swiper-button-next {
    position: unset !important;
    transform: unset !important;
}

.step-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-right: 20px;
}

.step-title h3 {
    width: auto;
    display: inline-block;
    margin: 0;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 38px;
}

/**chatlieu**/
.categoryItem {
    text-align: center;
}

.categoryItem h4 {
    color: #fff;
    text-transform: uppercase;
    margin: 20px 0 0 0;
    font-size: 22px;
    line-height: 28px;
}

.categoryItem img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0px 4px 20px 0px #00000087;
    border: 6px solid #fff;
    transition: 0.3s ease-in-out;
}

.categoryItem:hover img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.partner2:hover img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.team-nav ul li {
    list-style: none;
    margin-left: 0 !important;
}


.team-nav ul li:not(:last-child) {
    margin-bottom: 20px !important;
}

.teamItem {
    background: #fff;
    border-radius: 10px;
    padding: 10px 10px 20px 10px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
    position: relative;
}

.teamItem img {
    width: 100%;
    height: 140px;
    border-radius: 10px;
    object-fit: cover;
}

.team-nav ul li:nth-child(1) .teamItem:before {
    content: '';
    position: absolute;
    top: -6px;
    right: 0;
    display: block;
    height: 17px;
    width: 100%;
    -webkit-transform: skewy(2deg);
    -ms-transform: skewy(2deg);
    transform: skewy(2deg);
    background: #fff;
    border-radius: 10px 10px 0 0;
}

.team-nav ul li:nth-child(1) .teamItem img {
    height: 200px;
}

.team-nav ul li:nth-child(2n) .teamItem:before {
    content: '';
    position: absolute;
    top: -2px;
    right: 0;
    display: block;
    height: 14px;
    width: 100%;
    -webkit-transform: skewy(-1deg);
    -ms-transform: skewy(-1deg);
    transform: skewy(-1deg);
    background: #fff;
    border-radius: 10px 10px 0 0;
}

.team-nav ul li:nth-child(2n) .teamItem:after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    display: block;
    height: 14px;
    width: 100%;
    -webkit-transform: skewy(-1deg);
    -ms-transform: skewy(-1deg);
    transform: skewy(-1deg);
    background: #fff;
    border-radius: 0 0px 10px 10px;
}

.team-right ul li:nth-child(1) .teamItem:before {
    content: '';
    position: absolute;
    top: -6px;
    right: 0;
    display: block;
    height: 17px;
    width: 100%;
    -webkit-transform: skewy(-2deg);
    -ms-transform: skewy(-2deg);
    transform: skewy(-2deg);
    background: #fff;
    border-radius: 10px 10px 0 0;
}

.team-right ul li:nth-child(2n) .teamItem:before {
    content: '';
    position: absolute;
    top: -2px;
    right: 0;
    display: block;
    height: 14px;
    width: 100%;
    -webkit-transform: skewy(1deg);
    -ms-transform: skewy(1deg);
    transform: skewy(1deg);
    background: #fff;
    border-radius: 10px 10px 0 0;
}

.team-right ul li:nth-child(2n) .teamItem:after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    display: block;
    height: 14px;
    width: 100%;
    -webkit-transform: skewy(1deg);
    -ms-transform: skewy(1deg);
    transform: skewy(1deg);
    background: #fff;
    border-radius: 0 0px 10px 10px;
}

.team-tv {
    background: url(../images/team.png) no-repeat;
    height: 555px;
    background-size: 100% !important;
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
}

.team-item .team-image {
    width: 95%;
    margin: 0 auto 0;
    position: relative;
    z-index: 0;
    height: 495px;
}

.team-item .team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-item {
    position: relative;
}

.team-item .team-title h3 {
    color: var(--primary-color2);
    text-transform: uppercase;
    font-size: 17px;
    line-height: 24px;
    margin: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.team-item .team-title img {
    width: 100px;
}

.team-item .team-title {
    position: relative;
    z-index: 99;
    padding: 18px 22px;
    display: flex;
    align-items: center;
}

.formStore {
    box-shadow: 0px 10px 45px 0px #0000000D;
    background: #fff;
    border-radius: 5px;
}

.formStore .formLft {
    background: url(/wp-content/uploads/2024/06/Group-2055-min.png) no-repeat;
    background-size: 100% !important;
    padding: 40px 30px 60px 30px;
    background-position: bottom;
}

.formStore .formRight {
    background: linear-gradient(271.87deg, #F2F2F2 2.07%, #FDF0DE 98.51%);
    height: 100%;
    padding: 40px 30px 60px 30px;
}

.formLft .icon {
    background: transparent;
    color: var(--primary-color);
    width: 0;
}

.formStore .input_contact, .formStore .select_contact {
    background: #fff !important;
    border-radius: 99px !important;
    padding: 0 25px;
    height: 45px !important;
}

textarea#contact-message {
    background: #fff !important;
    border-radius: 15px;
    padding: 10px 25px;
    box-shadow: unset !important;
    border: 0;
}

.tai_tro {
    width: 100%;
    height: 500px;
}

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

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

button.owl-prev {
    left: 15px;
}

button.owl-next {
    right: 15px;
}

.owl-nav button svg path {
    stroke: #fff;
}

/**footer**/
#footer {
    color: #505050;
}

#footer .footer-logo img {
    width: 250px;
}

#footer .footer__top {
    padding-bottom: 25px;
    margin: 0 0 25px 0;
    border-bottom: 1px solid #EFEFEF;
}

#footer .footer__top .footer-support {
    display: flex;
    justify-content: end;
    width: 100%;
}

.support-item {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

#footer .footer__top .support-item:not(:last-child) {
    margin-right: 50px;
}

.support-item .icon {
    width: 47px;
    height: 47px;
    background: var(--gradent-1);
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #231F20;
    font-size: 20px;
}

.support-item .text a {
    color: #505050;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}

.support-item .text {
    width: calc(100% - 47px);
    padding-left: 15px;
}

.support-item .text p {
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
}

#footer .footer-title h3 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--color-1);
    margin: 0 0 15px 0;
}

#footer p.company {
    font-weight: 700;
}

#footer .footer-address p {
    margin: 0 0 10px 0;
    font-size: 16px;
    color: var(--color-1);
}

#footer .footer-menu ul li {
    border: 0 !important;
    margin: 0 0 10px 0 !important;
}

#footer .footer-menu ul li a {
    color: var(--color-1);
    padding: 0;
}

#footer .footer-social a {
    margin: 0 8px 0 0;
}

#footer .footer-social a img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 50%;
}

.absolute-footer.dark.medium-text-center.small-text-center {
    display: none;
}

#footer .footer-map {
    box-shadow: 0px 4px 40px 0px #0000001A;
    background: #fff;
    padding: 10px 10px 20px 10px;
    border-radius: 6px;
}

#footer .footer-copyright {
    background: var(--gradent-1);
    margin: 30px 0 0 0;
    text-align: center;
    border-radius: 25px 25px 0 0;
    padding: 6px 0;
    color: var(--color-1);
    font-size: 16px;
}

.truyenthong-logo {
    width: 150px;
    background: #fff;
    border-radius: 6px;
    margin: 0 0 20px 0;
}

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

.step-content.tuyenthong .step-body {
    width: 100%;
    padding-left: 0;
}

.step-content.tuyenthong h4 {
    font-size: 16px !important;
}

.step-content.tuyenthong p {
    font-weight: 700;
    font-size: 18px !important;
    line-height: 24px !important;
}

.step-image.truyenthong img {
    box-shadow: -10px 4px 40px 0px #00000026;
    border-radius: 6px !important;
}

.truyenthong-title .home-title {
    margin-left: 30px !important;
}

.over_hidden {
    overflow: hidden;
}

/**post grid**/
.post-grid {
    width: 100%;
}

.post-grid .post-thumbnail {
    width: 100%;
    height: 220px;
    position: relative;
}

.post-grid .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-grid .post-thumbnail:after {
    content: '';
    background: linear-gradient(180deg, rgba(35, 31, 32, 0) 75.39%, #231F20 100%);
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100px;
}

.post-grid .post-content {
    background: #231F20;
    padding: 15px;
}

.post-grid .post-content h4 {
    margin-bottom: 10px;
}

.post-grid .post-content h4 a {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    height: 50px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
}

.post-grid .post-content h4 a:hover {
    color: var(--primary-color)
}

.post-grid .post-content .post-desc {
    font-size: 14px;
    line-height: 18px;
    color: #fff
}

.post-grid .post-next {
    margin: 15px 0 0;
}

.post-grid .post-next a {
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.post-grid .post-next a img {
    width: 22px;
    margin-left: 5px;
    height: 15px;
}

article.box__post .swiper-button-prev span svg path, article.box__post .swiper-button-next span svg path {
    stroke: #fff;
}

/**single product**/
.product-main {
    padding-top: 0px !important;
}

nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
    display: none;
}

h1.product-title.product_title.entry-title {
    text-transform: uppercase;
    color: var(--primary-color2);
    margin: 0px !important;
}

.d-info {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.d-info .info {
    background: #F5F5F5;
    border-radius: 20px;
    width: 30%;
    text-align: center;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.d-info .info img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-bottom: 15px;
}

.d-info .info .info_text h4 {
    font-size: 16px;
    margin: 0;
}

.d-info .info .info_text {
    font-size: 16px;
    line-height: 24px;
}

.product-info .product-short-description {
    font-size: 15px;
    margin: 20px 0;
}

.d-cart a {
    margin: 0;
}

.d-cart {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.cart-call a {
    color: var(--color-1) !important;
}

.cart-call {
    margin-left: 30px;
}

.product_meta span.posted_in {
    display: none !important;
}

.product_meta span.sku_wrapper {
    border-top: 0 !important;
    border-bottom: 1px solid #F1F1F1 !important;
    font-size: 15px !important;
    padding: 10px 0 15px 0;
}

.product_meta span.sku_wrapper > span.sku {
    font-weight: 700;
}

.social-icons a {
    margin-right: 5px !important;
}

.boxWhite .product-title_r {
    border-bottom: 1px solid #F1F1F1 !important;
    margin: 0 0 20px 0;
    text-align: center;
}

.boxWhite .product-title_r h3 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px;
    color: var(--primary-color2);
}

/**gioi thieu**/
.banner-gt h4 {
    background: var(--gradent-1) !important;
    display: inline-block;
    width: auto !important;
    padding: 5px 15px !important;
    color: var(--color-1) !important;
    font-size: 16px;
    border-radius: 5px !important;
}

.banner-gt p {
    color: #505050 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    margin: 0 !important;
}

.banner-gt h1 {
    font-size: 36px !important;
    color: #505050 !important;
    margin: 30px 0 !important;
}

.banner-gt h4 {
    background: var(--gradent-1) !important;
    display: inline-block;
    width: auto !important;
    padding: 5px 15px !important;
    color: var(--color-1) !important;
    font-size: 16px;
    border-radius: 5px !important;
}

.banner-gt .line {
    width: 1px;
    height: 30px;
    background: var(--primary-color);
    margin: 0 auto 30px;
}

.rowbg {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #F7E8D5 24.45%, #F6E8D5 75.73%, rgba(255, 255, 255, 0) 100%);
}

.author1 {
    margin-top: -250px;
}

.abouts2 p {
    margin: 0 0 8px 0;
    font-size: 16px;
    line-height: 24px;
}

.about-sing p {
    margin: 0;
    text-transform: uppercase;
    color: var(--primary-color2);
    line-height: 29px;
    font-size: 16px;
}

.about-sing {
    text-align: right;
    border-right: 2px solid var(--primary-color2);
    padding-right: 15px;
    color: var(--primary-color2);
    line-height: 29px;
    font-size: 16px;
}

.abouts3 p {
    margin: 0;
    font-size: 15px;
    color: #505050;
}

.abouts3 h4 {
    color: #505050;
    font-size: 18px;
    line-height: 24px;
}

#dathang .formRight {
    background: transparent;
    padding: 20px;
}

form.wpcf7-form.init {
    margin: 0 !important;
}

#dathang .formStore {
    background: linear-gradient(271.87deg, #F2F2F2 2.07%, #FDF0DE 98.51%);
    box-shadow: unset !important;
    position: relative;
    z-index: 99;
}

#dathang .formStore:after {
    display: block;
    content: '';
    background: url(/wp-content/uploads/2024/06/Frame-1651.png) no-repeat;
    background-size: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    background-position: bottom;
}

.wpcf7-response-output {
    display: none;
}

.contactHotline {
    background: linear-gradient(88.8deg, #E9D39E -1.52%, #F6E7C4 51.58%, #FFF5DE 104.67%);
    width: 70%;
    display: inline-block;
    float: inline-end;
    border-radius: 60px 0 0 60px;
    padding: 10px 40px;
    font-size: 22px;
    line-height: 30px;
}

.contactHotline p {
    background: linear-gradient(270deg, #412614 0%, #CF8F25 46.84%, #3B241C 91.85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin: 0;
}

#dathang .formStore img {
    width: 75%;
    float: right;
}

.formLft .contact-address {
    width: 80%;
    margin: 20px 0 0 0;
}

.owl-dots {
    text-align: center;
    margin: 15px 0 0 0;
}

.owl-dots button {
    background: #DDDDDD !important;
    height: 2px !important;
    width: 30px !important;
    min-height: 2px !important;
    margin: auto;
}

.owl-dots button.active {
    background: var(--primary-color) !important;
}

.swiper-post2 .swiper-nav {
    display: flex;
    justify-content: center;
    margin: 50px 0 0 0;
}

.swiper-post2 .swiper-nav .swiper-button-next, .swiper-post2 .swiper-nav .swiper-button-prev {
    position: unset;
    transform: unset !important;
}

.swiper-people .owl-nav {
    display: none !important;
}