:root {
    --primary-color2: #FBE26B;
    --primary-color3: #AD4D01;
    --primary-color4: #DDA311;
}

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

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

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

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

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

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

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

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

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

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

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

.pd-5 {
    padding: 0px 5px 8px 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-color: var(--primary-color);
    color: #fff !important;
    text-align: center;
    padding: 5px 25px;
    font-size: 15px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 5px;
}

.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;
}

@-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 {
    background: linear-gradient(90deg, #DDA311 0%, #FBE26B 100%);
}

#logo {
    margin-right: 10px !important;
}

.header-hotline {
    display: inline-flex;
    width: 180px;
    background: var(--primary-color);
    color: #fff !important;
    height: 75px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
}

.header-hotline a {
    color: var(--primary-color2)
}

div#masthead li.header-search.header-search-lightbox.has-icon a {
    padding-left: 8px;
}

div#masthead li.header-search.header-search-lightbox.has-icon a i {
    color: var(--primary-color) !important;
    font-size: 22px !important;
}

/**menu**/
div#masthead ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase {
    width: 100% !important;
    max-width: 100% !important;
}

li.header-search.header-search-lightbox.has-icon {
    margin: 0px !important;
}

div#mega-menu-wrap-primary {
    width: calc(100% - 225px);
    max-width: calc(100% - 225px);
}

#mega-menu-wrap-primary #mega-menu-primary {
    width: 100%;
    display: flex;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 0px !important;
    width: 12.5% !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.5) !important;
}

div#mega-menu-wrap-primary ul li a {
    color: var(--primary-color) !important;
    font-weight: 700 !important;
    padding: 0px !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    text-align: center;
    line-height: unset !important;
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    justify-content: center;
}

div#mega-menu-wrap-primary ul li a i {
    display: block !important;
    font-size: 18px !important;
    color: var(--primary-color) !important;
}

div#mega-menu-wrap-primary ul li.mega-current-menu-item a {
    background: var(--primary-color2) !important;
    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;
}

#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;
    line-height: 20px !important;
    padding: 10px 10px 10px 10px !important;
    display: block !important;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 15px !important;
    color: #000 !important;
    text-transform: unset !important;
    background: #fff !important;
    text-align: left !important;
    justify-content: 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,
div#mega-menu-wrap-primary ul li a:hover {
    background: var(--primary-color2) !important;
    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: 15px !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 {
    background: var(--primary-color) !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;
    width: 80% !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 {
    background: var(--primary-color) !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    text-align: left !important;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
    width: 90% !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: 14px !important;
    text-align: left !important;
    padding-left: 0px !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;
}

/**page-title**/
.page-title h1 {
    margin: 0px !important;
    color: var(--primary-color);
    line-height: 35px;
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
}

/**bao-hanh**/
.btfw_baohanh_rang_form {
    margin: 0 0 10px 0;
}

.btfw_bhrang_col_full {
    width: 100%;
}

.btfw_baohanh_rang_form_box {
    background: #fbe26b8c;
    border-radius: 5px;
    padding: 9px;
}

.btfw_baohanh_rang_form_box {
    position: relative;
    margin: 0 0 20px;
}

.btfw_baohanh_rang_form_box form.form_btfw_baohanh_rang {
    margin: 0;
}

.form_btfw_baohanh_rang_field {
    align-items: flex-start;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.btfw_baohanh_rang_form_box input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    box-shadow: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0;
    outline: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto !important;
    font-size: 15px;
    margin-bottom: 0;
    background: var(--primary-color2);
}

.btfw_baohanh_rang_form_box button.btfw_masp_submit {
    min-height: auto;
    border: 0;
    margin: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #00aff2;
    color: #fff;
    outline: none;
    cursor: pointer;
    white-space: nowrap;
    font-size: 15px;
    letter-spacing: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 44px;
    position: absolute;
    top: 3px;
    right: 4px;
    height: 44px;
    width: 120px;
    background: var(--primary-color);
}

.btfw_baohanh_rang_loading {
    display: none;
}

.btfw_loading .btfw_baohanh_rang_loading {
    display: block;
}

.baohanh_canvas img, .baohanh_matsau img {
    width: 100% !important;
}

.hidden_img {
    display: none;
}

.btfw_baohanh_rang_wrap, .btfw_baohanh_rang_wrap * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.baohanh_canvas canvas {
    width: 100%;
    height: auto;
}

.btfw_loading .btfw_baohanh_rang_loading {
    display: block;
}

.btfw_bhrang_table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table;
    margin-bottom: 10px;
}

.btfw_bhrang_table:not(.active) {
    display: none;
}

.btfw_baohanh_rang_result .btfw_bhrang_table:last-child {
    margin-bottom: 0;
}

.btfw_bhrang_row {
    border-bottom: 1px solid #ddd;
    display: table-row;
}

.btfw_bhrang_col,
.btfw_bhrang_table tr td {
    padding: 8px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border: 0;
    border-bottom: 5px solid #edecec;
    background: #f3f3f3;
    font-size: 100%;
}

.btfw_bhrang_label,
.btfw_bhrang_table tr td:nth-child(1) {
    width: 160px;
}

.btfw_bhrang_table tr td:nth-child(2) {
    text-transform: uppercase;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
}

.btfw_baohanh_rang_form {
    margin: 0 0 10px 0;
}

.btfw_bhrang_col_full {
    width: 100%;
}

.btfw_bhrang_table tfoot tr td:nth-child(1) {
    font-weight: 400;
}

.baohanh_tab_title {
    color: red;
    font-weight: 700;
    padding: 10px 35px 10px 20px;
    cursor: pointer;
    border-bottom: 2px solid #cccccc;
    position: relative;
}

.baohanh_tab_content_box {
    display: none;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0;
}

.baohanh_tab_content:nth-child(1) .baohanh_tab_content_box {
    display: block;
}

.baohanh_tab_content {
    background: #f1f1f1;
    margin-bottom: 10px;
}

.baohanh_tab_title:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #ccc;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    transform: rotate(45deg);
    border-left: 0;
    border-top: 0;
    transition: all .3s linear;
}

.active .baohanh_tab_title:after {
    transform: rotate(227deg);
    margin-top: -2px;
}

.btfw_baohanh_rang_form_box form.form_btfw_baohanh_rang {
    margin: 0;
}

.hidden_img {
    display: none;
}

.baohanh_canvas canvas {
    width: 100%;
    height: auto;
}

.baohanh_btn_wrap {
    text-align: center;
}

button.baohanh_btn.baohanh_btn_viewmore {
    margin: 0 0 12px 0 !important;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #dedede;
    display: inline-block;
    padding: 5px 15px;
    color: var(--primary-color);
    min-height: inherit !important;
    text-transform: none;
    font-weight: 400;
    line-height: 22px;
    height: 33px;
}

.vitri_style span span {
    min-width: 30px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    font-weight: 400 !important;
    text-align: center;
    border-radius: 4px;
    background: #ffcfb6;
    display: block;
    color: #111 !important;
    margin-right: 5px;
    float: left;
    margin-bottom: 4px;
    padding: 0 8px;
}

.vitri_style > span {
    display: block;
    clear: both;
}

@media (min-width: 600px) {
    table.btfw_bhrang_table {
        display: block;
        width: 100%;
    }

    table.btfw_bhrang_table tbody, table.btfw_bhrang_table tbody td, table.btfw_bhrang_table tbody tr {
        display: block;
    }

    .btfw_bhrang_label, .btfw_bhrang_table tr td:nth-child(1) {
        width: 180px;
        font-size: 15px;
        color: #000;
    }

    .btfw_bhrang_table tr td:nth-child(2) {
        -ms-flex-negative: 1;
        -ms-flex-preferred-size: auto !important;
        flex: 1;
    }

    table.btfw_bhrang_table tbody tr {
        width: 50%;
        float: left;
        align-items: flex-start;
        display: flex;
        flex-flow: row nowrap;
        background: #f3f3f3;
        border-bottom: 5px solid #edecec;
    }

    table.btfw_bhrang_table:after {
        content: "";
        clear: both;
        display: table;
    }

    table.btfw_bhrang_table tbody tr:nth-child(2n+1) {
        clear: both;
    }

    .btfw_bhrang_col, .btfw_bhrang_table tr td {
        border-bottom: 0;
    }
}

@media (max-width: 549px) {
    .baohanh_tab_content_box {
        padding: 0;
        background: #fff;
    }

    .baohanh_tab_title {
        padding: 5px 35px 5px 10px;
    }

    .form_btfw_baohanh_rang_field {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .btfw_baohanh_rang_form_box input {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        -ms-flex-negative: unset;
        -ms-flex-preferred-size: unset !important;
        margin: 0 0 10px 0;
    }

    .btfw_baohanh_rang_result {
        padding: 10px;
    }
}

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

.abouts h3 {
    font-size: 25px;
    line-height: 35px;
    margin: 0 0 20px 0;
    position: relative;
}

.abouts h3:before {
    content: '';
    width: 80px;
    height: 4px;
    background: var(--primary-color2);
    display: block;
    position: absolute;
    left: 0px;
    bottom: -8px;
}

.abouts p {
    margin: 0 0 10px 0;
    font-size: 15px;
}

/**home title**/
.home-title {
    text-align: center;
    position: relative;
}

.home-title h3 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 25px;
    margin: 0px;
}

.home-title h3 strong.color {
    color: var(--primary-color4)
}

.home-title:before {
    content: '';
    width: 80px;
    height: 4px;
    background: var(--primary-color2);
    display: block;
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
}

.title2:before {
    display: none !important;
}

.title2 h3 {
    color: var(--primary-color4);
    font-weight: 700;
}

.home-title3 {
    text-align: left;
    position: relative;
}

.home-title3 h1 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 30px;
    margin: 0px;
}

.home-title3 h1 strong {
    color: var(--primary-color4)
}

.home-title3 h1:before {
    content: '';
    width: 80px;
    height: 4px;
    background: var(--primary-color4);
    display: block;
    position: absolute;
    left: 0%;
    bottom: -8px;
}

/**service-item**/
.service-item h4 {
    font-size: 22px;
    margin: 0px;
    line-height: 32px;
}

.button_primary {
    background: var(--primary-color4) !important;
    color: #fff;
    text-transform: unset !important;
}

/**cs**/
.wrap-slick-slider > .slider {
    width: 100%;
}

.wrap-slick-slider > .slider .slide {
    transition: all .2s ease;
    background: transparent;
    width: 100%;
    height: auto;
    margin: 70px 0;
    transition: all .5s;
    transform: scale(0.5);
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.75);
    border-radius: 20px;
}

.wrap-slick-slider > .slider .slide > img {
    border-radius: 15px;
}

.wrap-slick-slider > .slider .slick-center {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4);
}

.wrap-slick-slider .slick-prev {
    left: 0;
}

.wrap-slick-slider .slick-next {
    right: 0;
}

.slick-prev {
    background: url("../images/prev.png") no-repeat center center !important;
}

.slick-next {
    background: url("../images/next.png") no-repeat center center !important;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    z-index: 1;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 58px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background-size: 100% !important;
}

/**form**/
.btfw-form-bh {
    width: 400px;
    margin: auto;
    text-align: center;
}

.btfw-form-bh input::placeholder {
    color: #000;
    font-size: 15px;
}

.btfw-form-bh input {
    box-shadow: unset !important;
    border: 0px !important;
    text-align: center;
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

.button_primary2 {
    background: var(--primary-color2) !important;
    border-radius: 50px !important;
    padding: 0px 25px;
    color: #000 !important;
    text-transform: unset !important;
    margin: 0px !important;
}

/**post item**/
.post-item {
    width: 100%;
    height: 250px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    object-fit: cover;
}

.post-item .post-content {
    position: absolute;
    background-image: linear-gradient(to right, var(--primary-color), var(--primary-color4));
    padding: 10px 15px;
    bottom: 0;
    left: 0;
    width: 100%;
}

.post-item .post-content h4 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin: 0px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 45px;
}

.post-item .post-content h4 a {
    color: #fff;
}

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

/**gallery**/
.gallery-item {
    width: 100% !important;
    display: inline-block;
    position: relative !important;
    height: 200px;
    transition: 0.3s ease-in-out;
    padding: 0 !important;
}

.gallery-item .gallery-thumbnail {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.gallery-item .gallery-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.gallery-item .gallery-content h4 {
    margin: 0px !important;
}

.gallery-item .gallery-content h4 a {
    color: #fff;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.gallery-item .gallery-content {
    position: absolute;
    bottom: 0px;
    text-align: center;
    padding: 2px 5px;
    background: rgba(239, 158, 60, 0.8);
    width: 100%;
}

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

/**slide**/
.owl-carousel.slide-post .owl-stage-outer {

}

.owl-dots {
    display: none !important;
}

.slide-product .owl-dots {
    margin-top: 10px;
    display: block !important;
}

.owl-nav button {
    align-items: center !important;
    background: #fff !important;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2) !important;
    display: flex !important;
    font-size: 1.8rem !important;
    min-height: 60px !important;
    justify-content: center !important;
    opacity: .8 !important;
    outline: none !important;
    top: 50% !important;
    transition: .3s !important;
    width: 30px !important;
    position: absolute;
    transform: translateY(-50%);
    margin: 0px !important;
}

.owl-nav button i {
    font-size: 24px;
    font-weight: 900;
    color: #3a3a3a;
}

.owl-nav button img {
    width: 35px !important;
    height: 35px !important;
}

.owl-nav button.owl-prev {
    border-radius: 0 100px 100px 0;
    left: 0;
    padding-right: 10px;
}

.owl-nav button.owl-next {
    border-radius: 100px 0 0 100px;
    padding-left: 10px;
    right: 0;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #c3e6cb;
    border-radius: 0.25rem;
    font-weight: normal;
}

.owl-dots {
    text-align: center;
}

.owl-dots button {
    width: 5px !important;
    min-height: 5px !important;
    background: #fff !important;
    border-radius: 50% !important;
    margin: 0px 3px;
    border: 1px solid var(--primary-color4) !important;
}

.owl-dots button.active {
    width: 20px !important;
    border-radius: 10px !important;
    background: var(--primary-color) !important;
}

/**pagination**/
.pagination {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
}

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

.pagination ul li a:hover, .pagination ul li span:hover {
    background: #231F20;
    color: #fff;
}

.pagination ul li span.current {
    background: #231F20;
    color: #fff;
}

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

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

.wp-pagenavi a:hover, .wp-pagenavi a span.current, .wp-pagenavi span:hover, .wp-pagenavi span span.current {
    background: #231F20;
    color: #fff;
    border: 1px solid #231F20;
}

/**ht**/
.ht-item h4 {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    color: var(--primary-color4)
}

/**category**/
section.breadcrumbs {
    padding: 10px 0;
}

section.breadcrumbs a, section.breadcrumbs span {
    color: #000;
    font-size: 15px;
}

section.breadcrumbs p {
    margin: 0px !important;
}

.category-entry {
    margin: 20px 0;
}

.post-small .post-item {
    height: 220px;
}

.post-big .post-item {
    height: 465px;
}

.category-item h4 {
    margin-top: 15px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: var(--primary-color4);
    margin-bottom: 0;
}

.category-item .category-thumbnail {
    width: 100%;
    height: 180px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    border-radius: 10px;
}

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

.category-item h4:hover {
    color: var(--primary-color)
}

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

/**footer**/
#footer {
    background: #FBE26B;
    padding: 40px 0 20px 0;
}

.footer-copyright {
    background: #AD4D01;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}

#footer .footer-top, #footer .footer-top .footer-title {
    width: 100%;
    display: inline-block;
}

#footer .footer-top .footer-title {
    margin-bottom: 10px;
}

#footer .footer-top .footer-title h3 {
    color: #000;
    font-size: 18px;
    margin-bottom: 0;
}

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

#footer .footer-menu ul li a {
    color: #000;
    font-size: 15px;
    padding: 0px !important;
}

#footer .footer-social a {
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-block;
}

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

#footer .footer-social a:not(:last-child) {
    margin-right: 10px;
}

#footer .footer-form .form-group {
    width: 100%;
    display: flex;
    margin: 0 -5px;
}

#footer .footer-form .form-item {
    padding: 0 5px;
}

#footer .footer-form .form-item .input_form {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    border-radius: 7px;
    border: 1px solid #000 !important;
    background: #F3F5F9 !important;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: unset !important;
}

#footer .footer-form .button_submit {
    width: 100%;
    border-radius: 7px !important;
    background: #FC3 !important;
    color: #000 !important;
    text-transform: capitalize !important;
    margin: 0px !important;
}

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

#footer .footer-cn a:not(:last-child) {
    margin-right: 10px;
}

#footer .footer-cn a img {
    width: 120px;
}

/**post-list**/
.post-list {
    width: 100%;
    display: flex;
    flex-flow: wrap;
}

.col:not(:last-child) .post-list {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.post-list .post-thumbnail {
    width: 300px;
    height: 200px;
}

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

.post-list .post-content {
    width: calc(100% - 300px);
    padding-left: 15px;
}

.post-list .post-content h4 a {
    font-size: 18px;
    color: var(--primary-color4);
    line-height: 28px;
}

.post-list .post-content .post-desc {
    color: gray;
    font-size: 14px;
}

/**widget**/
.widget-title {
    width: 100%;
    background-image: linear-gradient(to right, var(--primary-color), var(--primary-color4));
    padding: 5px 15px;
    margin: 0 0 0px 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 25px;
    text-align: center;
}

.widget-category-child ul li {
    list-style: none !important;
    margin: 0px !important;
}

.widget-category-child ul li a {
    display: block;
    background: #ededed;
    padding: 10px !important;
    border-top: 1px solid #ddd;
    color: var(--primary-color);
    font-weight: 700;
    transition: all 0s;
    display: block;
    width: 100%;
}

.widget-post-list {
    width: 100%;
    display: inline-block;
}

.widget-post-list .widget-post-item {
    width: 100%;
    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 .widget-post-thumbnail {
    width: 100%;
    height: 200px;
}

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

.widget-post-list .widget-post-item .widget-post-content {
    width: 100%;
    padding: 10px 0 0 0;
}

.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;
    line-height: 20px;
    text-align: center;
}

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


/*8single**/
#header-single h1.page-title {
    font-weight: 700;
    font-size: 26px;
    color: #333;
    margin-bottom: 15px
}

#header-single .meta {
    margin-bottom: 10px;
    background: #eee;
    padding: 5px 15px
}

#header-single .meta .view-count {
    text-align: center;
    font-size: 12px;
    font-style: italic;
    color: #999;
    margin-right: 10px
}

#header-single .post-date {
    font-size: 12px;
    font-style: italic;
    color: #999;
    margin-right: 10px
}

#header-single .meta .view-count {
    text-align: center;
    font-size: 12px;
    font-style: italic;
    color: #999;
    margin-right: 10px
}

.entry-content {
    font-size: 16px;
    color: #000
}

.entry-content p, .entry-content ul li {
    margin-bottom: 10px
}

.entry-content ul li {
    margin-left: 10px !important;
    list-style: inside disc !important
}

.entry-content a {
    color: var(--primary-color4)
}

.sec-post-related {
    margin: 20px 0 0 0;
}

.blog-share .is-divider.medium {
    display: none;
}

.blog-share span {
    font-weight: 700;
    color: var(--primary-color4);
    margin-right: 10px;
    font-size: 17px;
}

.blog-share {
    display: flex;
    align-items: center;
}

.blog-share .social-icons.share-icons.share-row.relative {
    margin: 0px;
}

.blog-share .social-icons.share-icons.share-row.relative a {
    margin-right: 8px;
    margin-bottom: 0;
}

.title3:before {
    left: 0px !important;
    transform: unset !important;
}

.title3, .title3 h3 {
    text-align: left;
}

/**video**/
.video-play a {
    color: #fff;
    font-size: 30px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-play {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

.video-item {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease-in-out;
}

.video-item .video-thumbnail {
    width: 100%;
    height: 200px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.video-item .video-thumbnail img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    object-fit: cover;
}

.video-item .video-content {
    padding: 10px 0 0 0;
    width: 100%;
}

.video-item .video-content h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-transform: uppercase;
}

.video-item .video-content h4 a {
    color: #000;
}

/**gallery**/
.gl-item {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease-in-out;
}

.gl-item .gl-thumbnail {
    width: 100%;
    height: 200px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.gl-item .gl-thumbnail img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    object-fit: cover;
}

.gl-item .gl-content {
    padding: 10px 0 0 0;
    width: 100%;
}

.gl-item .gl-content h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.gl-item .gl-content h4 a {
    color: #000;
    text-transform: uppercase;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: none !important;
}

.form-register {
    background-image: linear-gradient(to right, var(--primary-color), var(--primary-color4));
    padding: 15px;
}


.form-register h3,
.form-register p {
    color: #fff;
    text-align: center;
}

.form-register h3 {
    text-transform: uppercase;
    color: #fff !important;
    margin-bottom: 5px !important;
    font-size: 18px !important;
    line-height: 18px !important;
    font-weight: 700 !important
}

.input_register, .textarea_input {
    box-shadow: unset !important;
    border-radius: 5px !important;
    margin-bottom: 0px !important;
}

.form-register p {
    margin-bottom: 10px !important;
}

/**team**/
/**teacher**/
#team .figure-wrap {
    position: relative;
    padding: 5%;
    border-radius: 8px;
    background: #fff;
    box-shadow: 4px 4px 8px -4px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 4px 4px 8px -4px rgb(0 0 0 / 75%);
    -moz-box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, 0.75);
}

#team figure {
    margin: 0;
    border-radius: 20px;
    color: #000;
    cursor: pointer;
}

#team img.thumb {
    margin: 0 auto 10px;
    border-radius: 8px;
    box-shadow: 0 0 3px 1px rgb(87 85 85 / 75%);
    -webkit-box-shadow: 0 0 3px 1px rgb(87 85 85 / 75%);
    -moz-box-shadow: 0 0 3px 1px rgba(87, 85, 85, 0.75);
}

#team figcaption > .name {
    font-family: Roboto, Serif;
    font-size: 14pt;
    font-weight: bold;
    padding: 5px 0 0 0;
    text-align: center;
}

#team figcaption > .brief {
    margin: 0 auto;
    font-family: Roboto, Serif;
}

#team figcaption > .brief ul {
    list-style: none;
}

#team figcaption > .brief ul li {
    font-size: 12pt;
}

#team figcaption > .brief ul li::before {
    content: "\2022";
    color: var(--primary-color);
    font-weight: bold;
    display: inline-block;
    width: 0.8em;
    margin-left: -0.8em;
}

#team figcaption > .name > a,
#team figcaption > .name > a:link,
#team figcaption > .name > a:visited {
    color: #000;
}

#team figcaption > .name > a:hover {
    color: #262626;
}

#team figcaption > .experience,
#team figcaption > .degree {
    font-weight: 400;
    font-size: 12pt;
    padding-left: calc(20% - 10px);
    padding-right: calc(20% - 10px);
}

.m-2 {
    margin: 0.5rem !important;
}

/*8contact**/
.formOjbect.contact {
    width: 100%;
    background: #fff;
    margin: auto;
    -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding: 15px
}

.formOjbect.contact .btnObject {
    font-weight: 700;
    width: 240px;
    background: var(--primary-color4) !important;
    border-radius: 5px !important;
    text-transform: unset !important;
    border-color: var(--primary-color4) !important;
}

.input-object {
    width: 100%;
    border-radius: 5px !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    font-size: 15px;
    margin-bottom: 10px !important
}