:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --mg: 25px;
    --pd: 25px;
}

* {
    white-space: normal;
    word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: initial;
}

@font-face {
    font-family: Pe-icon-7-stroke;
    src: url("fonts/Icon-font-7/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.eot?d7yf1v");
    src: url("fonts/Icon-font-7/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v") format("embedded-opentype"), url("fonts/Icon-font-7/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.woff?d7yf1v") format("woff"),
        url("fonts/Icon-font-7/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.ttf?d7yf1v") format("truetype"), url("fonts/Icon-font-7/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("fonts/OpenSans.eot");
    src: url("fonts/OpenSans.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans.woff2") format("woff2"), url("fonts/OpenSans.woff") format("woff"), url("fonts/OpenSans.ttf") format("truetype"),
        url("fonts/OpenSans.svg#OpenSans") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("fonts/OpenSans-Italic.eot");
    src: url("fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Italic.woff2") format("woff2"), url("fonts/OpenSans-Italic.woff") format("woff"), url("fonts/OpenSans-Italic.ttf") format("truetype"),
        url("fonts/OpenSans-Italic.svg#OpenSans-Italic") format("svg");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Open Sans";
    src: url("fonts/OpenSans-Bold.eot");
    src: url("fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Bold.woff2") format("woff2"), url("fonts/OpenSans-Bold.woff") format("woff"), url("fonts/OpenSans-Bold.ttf") format("truetype"),
        url("fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: UTMYenTu;
    src: url(fonts/UTMYenTu.ttf);
}

@font-face {
    font-family: calibri;
    src: url(fonts/calibri.ttf);
}

@font-face {
    font-family: "calibri bold";
    src: url(fonts/calibrib.ttf);
}

@font-face {
    font-family: "calibri italic";
    src: url(fonts/calibrii.ttf);
}

@font-face {
    font-family: "calibri light";
    src: url(fonts/calibril.ttf);
}

body {
    background-color: #fff;
    color: #616161;
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: initial;
}

@media (min-width: 1220px) {

    .uk-container,
    .uk-container-1 {
        max-width: 1200px;
        padding: 0;
    }
}

@media (min-width: 1450px) {
    .uk-container {
        max-width: 1430px;
        padding: 0;
    }
}

@media (max-width: 959px) {
    .uk-container {
        padding: 0 10px;
    }
}

.__heading {
    color: #242a6f;
    font-size: 43px;
    font-family: "calibri bold";
    text-align: center;
}

.__title {
    color: #242a6f;
    font-size: 18px;
}

.img_bdrs {
    border-radius: 20px;
}

.bg-grey {
    background-color: #f9f9f9;
}

.thumb_ratio {
    position: relative;
    padding-top: 75%;
    padding-top: 56.25%;
}

.thumb_ratio.style-43 {
    padding-top: 75%;
}

.thumb_ratio.style-21 {
    padding-top: 50%;
}

.thumb_ratio.style-slide {
    padding-top: 31.25%;
}

.thumb_ratio .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.bg-theme {
    background-color: #ff7b3c;
}

.fz18 {
    font-size: 18px !important;
}

.fz16 {
    font-size: 16px !important;
}

.fz15 {
    font-size: 15px !important;
}

.fz14 {
    font-size: 14px !important;
}

.fz11 {
    font-size: 11px !important;
}

.text_white {
    color: #fff !important;
}

.bg-very-light-gray {
    background-color: #fafafa;
}

.bg_black {
    background: #000;
}

.bg_white {
    background: #fff;
}

.mb-common {
    margin-bottom: 25px !important;
}

.heading-1 {
    margin: 0;
}

.heading-1>* {
    font-size: 18px;
    color: #333;
    line-height: initial;
    text-transform: capitalize;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.heading-1.style-1>* {
    font-size: 18px;
    color: #262626;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.heading-2 {
    margin: 0;
}

.heading-2>* {
    font-size: 18px;
    color: #000;
    line-height: 1.5;
    text-transform: capitalize;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.price-contact {
    color: red;
    font-size: 20px;
    font-weight: 600;
}

.ht2109_panel {
    padding: 80px 0;
}

@media (max-width: 959px) {
    .ht2109_panel {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .ht2109_panel {
        padding: 30px 0;
    }
}

.list-social.order-2>li:not(:last-child) {
    margin-right: 0;
}

.list-social.order-2>li>.social>a {
    display: block;
    text-align: center;
    color: #616161;
}

.list-social.order-2>li>.social>a>i {
    border-radius: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background: 0 0;
}

.pc-header .topbar {
    position: relative;
    font-size: 13px;
    line-height: 20px;
    color: #707070;
    background: #fff;
}

.hd-contact>li {
    margin-right: 30px;
}

.hd-contact a {
    display: inline-block;
    font-size: 14px;
    color: #707070;
}

.hd-contact a:hover {
    color: var(--color);
}

.hd-contact i {
    margin-right: 5px;
    color: var(--color);
}

.pc-header .logo {
    width: 145px;
}

.hd-welcome .slogan>* {
    display: inline-block;
    color: #fff;
    margin-left: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
}

.hd-btn> :hover {
    box-shadow: 0 5px 10px rgba(6, 6, 6, 0.42);
}

.hd-btn>* {
    text-decoration: none;
    position: relative;
    color: #3c3c3b;
    font-size: 18px;
    padding: 35px 25px 35px 25px;
    font-family: "calibri bold";
    text-transform: uppercase;
    display: inline-block;
    border-right: 1px solid #d8d8d8;
    border-right: none;
    background: #d55342;
    border-radius: 50px;
    color: #fff !important;
    padding: 9px 30px;
    margin-left: 25px;
    margin-right: 25px;
}

._ht2109_btn {
    background: #be9c79;
    transition: 0.3s all;
    padding: 18px 35px;
    border-radius: 0;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

._ht2109_btn>* {
    display: inline-block;
    color: #fff;
}

._ht2109_btn .fa {
    margin-right: 3px;
}

.hd-toolbox ._ht2109_btn:hover {
    background: #61ce70;
    transform: scale(1.1);
}

.pc-header .hd-lang>.active {
    color: #0070c1;
    border: 1px solid #0070c1;
    border-radius: 3px;
}

.pc-header .hd-lang>* {
    display: inline-block;
    text-transform: uppercase;
    padding: 3px;
    color: #737373;
}

.pc-header .hd-lang> :not(:last-child) {
    margin-right: 5px;
}

.mobile-header {
    position: relative;
    z-index: 5;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

.mobile-header .upper {
    padding: 10px 5px;
    background: #fff;
    position: relative;
}

.mobile-header .moblie-menu-btn {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
}

.moblie-menu-btn>* {
    display: block;
    position: relative;
    width: 23px;
    height: 2px;
    top: 50%;
    left: 50%;
    background: #fff;
    text-indent: -99999px;
    transform: translate(-50%, -50%);
}

.mobile-header .logo {
    display: inline-block;
}

.mobile-header .logo a {
    width: 180px;
}

.mobile-header .lower {
    position: relative;
    padding: 5px;
    background: #fff;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.mobile-search .form {
    position: relative;
    padding-right: 60px;
}

.mobile-search .form .input-text {
    display: block;
    height: 32px;
    background: #fff;
    font-size: 13px;
    line-height: 32px;
    color: #000;
    border: 1px solid #990100;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.12);
    -o-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.12);
}

.mobile-search .form .btn-submit {
    display: block;
    position: absolute;
    height: 32px;
    width: 60px;
    top: 0;
    left: initial;
    right: 0;
    border: 1px solid #990100;
    cursor: pointer;
    color: #fff;
}

.mobile-search .form .input-text::-webkit-input-placeholder {
    color: #999;
    font-size: 13px;
}

.mobile-search .form .input-text::-moz-placeholder {
    color: #999;
    font-size: 13px;
}

.mobile-search .form .input-text:-ms-input-placeholder {
    color: #999;
    font-size: 13px;
}

.mobile-search .form .input-text:-moz-placeholder {
    color: #999;
    font-size: 13px;
}

.mobile-hotline {
    display: block;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.mobile-hotline .value {
    display: block;
    width: 13px;
    height: 26px;
    background: url(img/icon_mobile_phone.png) center;
    -webkit-background-size: 13px 26px;
    -moz-background-size: 13px 26px;
    -ms-background-size: 13px 26px;
    -o-background-size: 13px 26px;
    background-size: 13px 26px;
    text-indent: -99999px;
}

.moblie-menu-btn>*,
.moblie-menu-btn> :after,
.moblie-menu-btn> :before {
    background-color: #fff;
}

.moblie-menu-btn.active>* {
    background: 0 0;
}

.moblie-menu-btn.active> :after,
.moblie-menu-btn.active> :before {
    top: 0;
    transform: rotate(45deg);
}

.moblie-menu-btn.active> :after {
    transform: rotate(-45deg);
}

.mobile-search .form .btn-submit {
    background-color: #be9c79;
}

.mobile-search .form .btn-submit,
.mobile-search .form .input-text {
    border-color: #be9c79;
}

.mobile-cart {
    display: block;
    position: absolute;
    left: initial;
    right: 25px;
    top: 50%;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    background: url(img/icon_cart_mobi.png) 0 0 no-repeat;
    z-index: 5;
}

.mobile-cart .quantity {
    display: block;
    position: absolute;
    width: 15px;
    height: 22px;
    left: initial;
    right: -17px;
    bottom: -6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
}

.hd-cart {
    display: inline-block;
    position: relative;
    font-size: 18px;
    color: #232323;
    margin: 0 20px 0 15px;
}

.hd-cart .quantity {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: -10px;
    font-size: 10px;
    padding: 2px 0 0 1px;
    width: 15px;
    height: 15px;
    color: #fff;
    background: #ff7b3c;
    border-radius: 15px;
    line-height: 12px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.mobile-header .hd-cart {
    margin: 0 10px 0 10px;
}

.pc-header .lower .hd-menu-search {
    margin-left: 15px;
    padding: 0;
}

.mobile-header .upper .hd-menu-search {
    margin: 0 15px;
    padding: 0;
}

.top-search {
    padding: 10px 0;
    display: none;
}

.top-search .form .form-row {
    padding: 0 10px;
    width: 100%;
}

.top-search .form .input-text {
    padding: 0 10px;
    background: 0 0;
    border: 0;
    outline: 0;
    color: #fff;
}

.top-search .btn-submit {
    background: 0 0;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 16px;
}

.top-search .btn-close {
    color: #fff;
    font-size: 18px;
}

.top-search .form .input-text::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
}

.top-search .form .input-text::-moz-placeholder {
    color: #fff;
    font-size: 14px;
}

.top-search .form .input-text:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
}

.top-search .form .input-text:-moz-placeholder {
    color: #fff;
    font-size: 14px;
}

.pc-header .lower {
    background: inherit;
}

.main-nav>.main-menu>li>a {
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
    position: relative;
    color: #3c3c3b;
    font-size: 18px;
    padding: 35px 25px 35px 25px;
    font-family: "calibri bold";
    text-transform: uppercase;
    display: inline-block;
    border-right: 1px solid #d8d8d8;
}

.main-nav>.main-menu>li>a>* {
    display: inline-block;
    padding: 0;
    position: relative;
}

.main-nav>.main-menu>li>a> :after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 0;
    left: auto;
    width: 0;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-nav>.main-menu>li:hover>a> :after {
    left: 0;
}

.main-nav>.main-menu>li.active>a,
.main-nav>.main-menu>li:hover>a {
    color: #fff;
}

.main-nav>.main-menu>li {
    position: relative;
    margin: 0 0 0 1px;
}

.main-nav>.main-menu>li.active,
.main-nav>.main-menu>li:hover {
    background: 0 0;
}

.main-nav>.main-menu>li.active>a,
.main-nav>.main-menu>li.active>a:before,
.main-nav>.main-menu>li:hover>a,
.main-nav>.main-menu>li:hover>a:before {
    color: #ff7b3c;
}

.main-nav>.main-menu>li:before {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translate(0, -50%);
    width: 0;
    height: 100%;
    background: #333;
}

.main-nav>.main-menu>li:first-child:before {
    width: 0;
}

.main-nav .children{
    border-top: 2px #d55342 solid;
}

.main-nav .children li a {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    padding: 10px 15px 10px 15px;
    border-top: 1px #fff solid;
    opacity: inherit !important;
    visibility: inherit !important;
    cursor: pointer;
    transition: all 0.1s ease-in-out !important;
    -webkit-transition: all 0.1s ease-in-out !important;
    text-align: left;
    text-transform: initial;
    color: #333;
    font-size: 14px;
    background-color: #fff;
}

.main-nav .children li:hover>a {
    background-color: #fff;
    color: #ff7b3c;
}

.aside-panel {
    margin-bottom: 30px;
}

.aside-panel .panel-head {
    margin-bottom: 20px;
    position: relative;
}

.aside-panel .panel-head:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    height: 0;
    width: 40%;
    background: #0070c1;
}

.aside-panel .panel-head .aside-heading {
    margin: 0;
    position: relative;
}

.aside-panel .panel-head .aside-heading>* {
    color: #3d3d3d;
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
}

.aside-panel .list-as-category>li {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.aside-panel .as-category>.title {
    margin-bottom: 0;
}

.aside-panel .as-category .title>* {
    font-size: 14px;
    font-weight: 400;
    color: #4b4b4b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.aside-panel .as-category .title> :hover {
    color: #be9c79;
}

.aside-panel .list-subcategory {
    padding-left: 30px;
}

.aside-panel .list-subcategory .title {
    margin-top: 15px;
}

.main-slide {
    position: relative;
    z-index: 1;
}

.slide-content {
    position: relative;
}

.overlay-slide {
    color: #fff;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 10;
}

.overlay-slide>* {
    top: 50%;
    transform: translate(0, -50%);
    position: relative;
    padding: 0;
}

.overlay-slide .icon_slide {
    width: 140px;
    height: 140px;
    margin: 0 auto;
}

.overlay-slide .heading-1>* {
    z-index: 5;
    font-size: 60px;
    line-height: initial;
    font-weight: 400;
    color: #fff;
    letter-spacing: 5px;
    text-transform: uppercase;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    border-width: 0;
    margin: 0;
    padding: 0;
    min-height: 0;
    min-width: 0;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}

.overlay-slide .description {
    font-size: 8rem;
    position: relative;
    z-index: 1;
    line-height: 2;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}

.overlay-slide .submit>* {
    border: 1px solid;
    color: #fff;
    border-color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 23px 50px;
    background-color: rgba(0, 0, 0, 0);
}

.overlay-slide .submit> :hover {
    background: #be9c79;
}

@media (max-width: 959px) {
    .main-slide .slide-show ul li .image img {
        height: calc(100vh - 70px);
    }

    .main-slide .slide-show ul li .title>* {
        font-size: 30px;
    }

    .overlay-slide {
        padding: 0;
        top: 50%;
        transform: translate(0, -50%);
    }

    .overlay-slide .heading-1>* {
        font-size: 40px;
        line-height: 1.2;
    }

    .overlay-slide .submit>* {
        padding: 15px 40px;
    }
}

@media (max-width: 767px) {
    .overlay-slide .heading-1 {
        margin-bottom: 20px;
    }

    .overlay-slide .heading-1>* {
        font-size: 30px;
    }

    .overlay-slide .description {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .overlay-slide .submit>* {
        padding: 10px 15px;
    }
}

@media (max-width: 599px) {
    .overlay-slide .heading-1 {
        margin-bottom: 10px;
    }

    .overlay-slide .heading-1>* {
        font-size: 25px;
    }
}

.copyright {
    padding-top: 10px;
    padding-bottom: 10px;
}

.copyright .list-social {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.copyright_title {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    text-align: right;
}

.copyright_title>* {
    display: inline-block;
}

@media (max-width: 959px) {
    .copyright_title {
        text-align: center;
    }
}

.hd-menu-search {
    position: relative;
    text-align: center;
}

.hd-menu-search .icon {
    color: #fff;
    font-size: 16px;
}

.dropdown-search .form .input-text {
    display: block;
    position: relative;
    padding: 0 25px 0 10px;
    height: 32px;
    width: 275px;
    background: #fff;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #333;
    font-size: 13px;
    line-height: 32px;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.dropdown-search .form .btn-submit {
    display: block;
    position: absolute;
    left: initial;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    border: none;
    cursor: pointer;
    outline: 0;
    background: #fff;
    font-size: 16px;
}

.dropdown-search .form .input-text::-webkit-input-placeholder {
    color: #868686;
    font-size: 12px;
}

.dropdown-search .form .input-text::-moz-placeholder {
    color: #868686;
    font-size: 12px;
}

.dropdown-search .form .input-text:-ms-input-placeholder {
    color: #868686;
    font-size: 12px;
}

.dropdown-search .form .input-text:-moz-placeholder {
    color: #868686;
    font-size: 12px;
}

.dropdown-search {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 3px);
    right: 0;
    padding: 6px;
    transition: all 0.5s ease-in-out;
}

.dropdown-search.active {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.opacity-extra-medium {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    top: 0;
    left: 0;
    z-index: 1;
}

#footer {
    border-top: 1px solid #e7e7e7;
    padding: 70px 0 50px 0;
    background: #fff;
    color: #939393;
}

.ft-panel {
    margin-bottom: 20px !important;
}

.ft_heading {
    margin: 0 0 24px 0;
}

.ft_heading>* {
    color: #ff7b3c;
    font-size: 16px;
    font-family: "calibri bold";
    text-transform: uppercase;
}

.list-link>li {
    margin-bottom: 7px;
    padding-bottom: 7px;
}

.list-link>li>* {
    position: relative;
    color: #858585;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
}

.list-link>li> :hover {
    color: #ff7b3c;
}

@media (max-width: 414px) {
    .ft-panel .panel-head>.heading-1>* {
        font-size: 16px;
    }
}

.list-art-ft>li {
    margin-bottom: 10px;
}

.list-art-ft .article-1 .thumb {
    float: left;
    width: 70px;
}

.list-art-ft .article-1 .thumb .image {
    height: calc(70px);
}

.list-art-ft .article-1 .info {
    float: left;
    -webkit-width: calc(100% - 70px);
    -moz-width: calc(100% - 70px);
    -o-width: calc(100% - 70px);
    -ms-width: calc(100% - 70px);
    width: calc(100% - 70px);
    padding-left: 15px;
}

.list-art-ft .article-1 .title {
    margin-top: -2px;
    margin-bottom: 5px;
}

.list-art-ft .article-1 .info .title> :hover,
.list-art-ft .article-1 .title> :hover {
    color: #fff;
}

.list-art-ft .article-1 .info .title>*,
.list-art-ft .article-1 .title>* {
    display: block;
    color: #939393;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
}

.list-art-ft .article-1 .info .meta {
    margin: 0 0 2px;
}

.list-art-ft .article-1 .info .meta .post-date {
    font-size: 12px;
    color: #fff;
    display: block;
    padding-left: 15px;
    position: relative;
}

.list-art-ft .article-1 .info .meta .post-date:before {
    content: "\f017";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    font-family: FontAwesome;
    font-size: 12px;
    color: #fff;
}

.list-art-ft .article-1 .info .description {
    color: #555;
}

.ft-mailto .form .form-row {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.ft-mailto .form .input-text {
    width: 100%;
    border-radius: 0;
    height: 40px;
    background: #fff;
    border: 0;
    border-bottom: 1px solid #ccc;
}

.ft-mailto .form .submit {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
}

.ft-mailto .form .btn-submit {
    border: 0;
    background: #fff;
    border: 1px solid #ff7b3c;
    width: 80px;
    height: 35px;
    border-radius: 4px;
    outline: 0;
    color: #ff7b3c;
    transition: 0.3s all ease-in-out;
}

.ft-mailto .form .btn-submit:hover {
    background: #ff7b3c;
    color: #fff;
}

.ht2109_panel .panel-head {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.ht2109_panel .panel-head:before {
    width: 100px;
    height: 2px;
    background: #ff7b3c;
}

.ht2109_panel .heading-1>* {
    font-size: 32px;
}

.sub_head {
    line-height: 2;
}

.btn-cat {
    display: inline-block;
    padding: 6px 20px;
    font-size: 13px;
    font-weight: 600;
    color: #ff7b3c !important;
    border: 1px solid #ff7b3c;
    border-radius: 20px;
    margin-bottom: 15px;
}

.btn-cat:hover {
    background: #ff7b3c;
    color: #fff !important;
}

.ht2109_panel.style-2 .panel-head {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.ht2109_panel.style-2 .heading-1>* {
    font-size: 22px;
}

.ht2109_panel.style-3 .panel-head {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.headline {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.headline:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100px;
    height: 2px;
    background: #ff7b3c;
}

.headline.left:before {
    left: 0;
    transform: translate(0, 0);
}

.btn_readmore {
    display: inline-block;
    color: #ff7b3c;
    font-weight: 500;
}

.commit_item {
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 30px 30px 30px 30px;
    margin-bottom: 25px !important;
}

.commit_item:hover {
    background: #f1f1f1;
}

.commit_item .image {
    float: left;
    width: 40px;
}

.commit_item .image>* {
    color: #ff7b3c;
    font-size: 36px;
}

.commit_item .info {
    float: left;
    -webkit-width: calc(100% - 40px);
    -moz-width: calc(100% - 40px);
    -o-width: calc(100% - 40px);
    -ms-width: calc(100% - 40px);
    width: calc(100% - 40px);
    padding-left: 25px;
}

.commit_item .info .title {
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.description {
    word-spacing: 1px;
    line-height: 1.7;
}

.description ul {
    list-style-type: none;
}

@media (max-width: 959px) {
    .commit_item {
        padding: 20px;
    }
}

.intro_panel {
    padding: 60px 0;
}

.intro_panel .image {
    margin-bottom: 20px;
}

.intro_panel .title {
    font-size: 30px;
    font-weight: 500;
}

._ht2109_btn {
    margin-top: 15px;
    background: #232323;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 12px 30px;
    line-height: normal;
    font-weight: 500;
    text-transform: none !important;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    border: none;
    cursor: pointer;
    background: #ff7b3c;
    color: #fff;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}

._ht2109_btn:after {
    content: "";
    position: absolute;
    border-radius: 4px;
    bottom: 6px;
    left: 0;
    height: 2px;
    -webkit-transition: width 0.4s;
    -o-transition: width 0.4s;
    transition: width 0.4s;
    width: 0;
    background: #232323;
    height: 100%;
    top: 0;
    z-index: 1;
}

._ht2109_btn:hover:after {
    width: 100%;
    background: #232323;
}

._ht2109_btn span {
    z-index: 9;
    position: relative;
}

.nav-tabs>li>* {
    border-bottom: 1px solid transparent;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 5px !important;
    padding-bottom: 5px;
}

.nav-tabs>li.uk-active>* {
    border-color: #ff7b3c;
    color: #ff7b3c;
}

.list_prd>li {
    margin-bottom: 20px !important;
}

.list_prd .article-1 .thumb {
    position: relative;
}

.list_prd .article-1 .thumb .overlay_info {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.list_prd .article-1 .thumb:hover .overlay_info {
    opacity: 1;
    visibility: visible;
}

.overlay_info .ht2109_panel.style-2 {
    top: 50%;
    transform: translate(0, -50%);
    position: relative;
    padding: 0;
}

.article-2 {
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
}

.article-2 .thumb {
    position: relative;
    padding-top: 75%;
    padding-top: 56.25%;
}

.article-2 .thumb .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.article-2 .info {
    padding: 20px;
}

.article-2 .title {
    margin-bottom: 5px;
}

.article-2 .info .title>*,
.article-2 .title>* {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
}

.article-2 .info .meta {
    margin: 0 0 10px;
}

.article-2 .info .meta .post-date {
    font-size: 13px;
    color: #999;
    display: block;
    padding-left: 15px;
    position: relative;
}

.article-2 .info .meta .post-date:before {
    content: "\f017";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    font-family: FontAwesome;
    font-size: 13px;
    color: #999;
}

.article-2 .info .description {
    color: #555;
}

.blog_panel .article-2 .thumb {
    height: 100%;
    padding-top: initial;
}

@media (max-width: 767px) {
    .blog_panel .article-2 .thumb {
        padding-top: 56.25%;
    }
}

.homepage-student {
    padding: 80px 0;
}

.homepage-student .panel-head .description {
    text-align: center;
}

.homepage-student .panel-body .article {
    padding: 0 30px;
}

.homepage-student .panel-body .content {
    background-color: #fafafa;
    color: #666;
    border: #eee solid 1px;
    position: relative;
    transition: background-color 0.25s linear;
    padding: 10px;
    height: 192px;
    margin: 0 0 20px 0;
    cursor: pointer;
}

.homepage-student .panel-body .article .content:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-top-color: #fafafa;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transition: border-top-color 0.25s linear;
}

mepage-student .panel-body .article:hover .content * {
    color: #fff;
}

.homepage-student .panel-body .article:hover .content:after {
    border-top-color: #f27024;
}

.homepage-student .panel-body .content * {
    color: #333;
    text-align: center;
    font-size: 13px;
    margin: 0 0 30px 0;
}

.homepage-student .panel-body .thumb {
    text-align: center;
}

.homepage-student .panel-body .thumb .image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 auto;
}

.homepage-student .panel-body .thumb .image img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.homepage-student .panel-body .infor>* {
    display: inline-block;
}

.homepage-student .panel-body .infor {
    margin: 20px 0 0 0;
    text-align: center;
}

.homepage-student .panel-body .infor .title {
    text-align: center;
    font-size: 22px;
    color: #232323;
    display: block;
    font-weight: 500;
}

.homepage-student .panel-body .infor .excerpt {
    text-align: center;
    font-size: 13px;
}

.homepage-student .panel-body .infor .description {
    color: #616161;
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    position: relative;
}

.homepage-student .panel-body .infor .description:before {
    margin: auto auto 15px;
    content: "\f10d";
    font-family: FontAwesome;
    color: #ff7b3c;
    font-size: 23px;
    display: block;
    line-height: initial;
}

@media (max-width: 415px) {
    .homepage-student .panel-head {
        margin: 0 0 25px 0;
    }
}

.color_white {
    color: #fff;
}

.count_panel {
    position: relative;
}

.count_panel:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.8;
    background: #000;
}

.count_panel>* {
    position: relative;
    z-index: 99;
}

.count_panel * {
    color: #fff;
}

.intro-commit-item {
    text-align: center;
    font-size: 16px;
}

.intro-commit-item .icon {
    font-size: 30px;
    margin: 0 0 10px 0;
}

.intro-commit-item .title {
    font-size: 35px;
    margin: 0 0 15px 0;
    display: inline-block;
    font-weight: 600;
}

.intro-commit-item .text {
    padding-top: 15px;
    position: relative;
    font-size: 20px;
    font-weight: 600;
}

.intro-commit-item .text:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 40px;
    height: 2px;
    background: #fff;
    opacity: 0.5;
}

.milestone-number {
    position: relative;
    padding-right: 20px;
}

.milestone-number:before {
    content: "+";
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    color: inherit;
}

@media (max-width: 959px) {
    .count_panel {
        padding: 50px 0;
    }

    .count_panel .headline {
        margin-bottom: 30px !important;
    }
}

@media (max-width: 767px) {
    .count_panel .heading-1>* {
        font-size: 24px;
    }

    .intro-commit-item .title {
        font-size: 24px;
    }

    .intro-commit-item .text {
        font-size: 14px;
    }
}

.staff_panel .article-2 {
    position: relative;
    background: #fff;
    border: 0 solid #eee;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.staff_panel .article-2 .info {
    padding: 20px 10px 10px;
}

.staff_panel .article-2 .list-social {
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.list-social.order-1>li>.social>a>i {
    border-radius: 8px;
}

.solution_panel_video {
    display: block;
    -webkit-box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
}

.solution_panel_video .info {
    padding: 20px;
}

.solution_panel_video .info .title {
    font-weight: 500;
    font-size: 22px;
    color: #232323;
}

.video_btn {
    position: relative;
    height: 80px;
    width: 80px;
    background: #ff7b3c;
    text-align: center;
    display: inline-block;
    line-height: 85px;
    color: #fff;
    border-radius: 50%;
    transition-duration: 0s;
    -ms-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}

.video_btn:focus i,
.video_btn:hover i {
    color: #fff;
}

.video_btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0.3;
    animation: pulse-border 1.5s ease-out infinite;
}

.video_btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0.3;
    animation: pulse-border 1.5s ease-out infinite;
}

.video_btn-style2:after,
.video_btn-style2:before {
    border-color: rgba(0, 0, 0, 0.1);
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video_btn.border-grey:after,
.video_btn.border-grey:before {
    border: 2px solid #d8d8d8;
}

.video_btn.small {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.video_btn.small:after {
    height: 50px;
    width: 50px;
}

.video_btn.small:before {
    height: 65px;
    width: 65px;
}

@media (max-width: 959px) {
    @keyframes pulse-border {
        0% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        }

        100% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
        }
    }
}

.solution_item_list>* {
    position: relative;
}

.solution_item_list> :not(:last-child):after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 8px solid transparent;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-bottom: 8px solid transparent;
    border-radius: 2px;
    position: absolute;
    right: -7px;
    top: 40px;
    text-align: center;
    border-left: 8px solid rgba(0, 0, 0, 0.1);
}

.solution_item {
    margin: 20px 0 !important;
}

.solution_item .image>* {
    color: #ff7b3c;
    font-size: 36px;
}

.solution_item .title {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #6f6f6f;
    margin: 10px 0;
    text-align: center;
}

@media (max-width: 959px) {
    .solution_item_list> :nth-child(2):after {
        display: none;
    }
}

.why_panel .owl-slide .owl-stage-outer {
    padding: 0 10px;
    margin: 0 -10px;
}

.choose_item {
    overflow: hidden;
    position: relative;
}

.choose_item .thumb_ratio:before {
    background-color: rgba(134, 188, 66, 0.6);
    bottom: 20px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: auto;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 10;
}

.choose_item .info {
    position: relative;
    top: 40px;
    background-color: #fff;
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.07);
    padding: 55px 45px 20px;
    text-align: center;
    transition: all 0.5s ease 0s;
    z-index: 20;
    margin-top: -40px;
}

.choose_item:hover .thumb_ratio:before {
    opacity: 1;
}

.choose_item:hover .info {
    top: 0;
}

.choose_item .info .title {
    font-size: 20px;
}

.choose_item .info .number {
    background-color: #ff7b3c;
    border-radius: 75px;
    color: #fff;
    height: 75px;
    font-size: 30px;
    left: 50%;
    line-height: 75px;
    position: absolute;
    top: -37.5px;
    transform: translateX(-50%);
    width: 75px;
}

.list-social.order-2>li:not(:last-child) {
    margin-right: 15px;
}

.list-social.order-2>li>.social>a {
    display: block;
    text-align: center;
    color: #939393;
}

.list-social.order-2>li>.social>a>i {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    background: 0 0;
    border: 1px solid #939393;
}

.list-social.order-2>li>.social>a:hover {
    display: block;
    text-align: center;
    color: #fff;
}

.list-social.order-2>li>.social>a:hover>i {
    background: #ff7b3c;
    border: 1px solid #ff7b3c;
}

.ft-information {
    margin-bottom: 20px !important;
}

.ft-information .company-name {
    font-weight: 700;
    margin: 0 0 20px 0;
    font-size: 16px;
    text-transform: uppercase;
}

.ft-information p {
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px;
}

.ft-information p:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    font-size: 18px;
    color: #ff7b3c;
}

.ft-information p.phone:before {
    content: "\f095 ";
}

.ft-information p.address:before {
    content: "\f041";
}

.ft-information p.email:before {
    content: "\f003 ";
}

.ft-information p.website:before {
    content: "\f0ac ";
}

.ft-information p.clock:before {
    content: "";
}

.hotline-fixed {
    position: fixed;
    left: 30px;
    bottom: 30px;
    background: rgba(213, 213, 213, 0.5);
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    z-index: 99999;
}

.hotline-fixed a {
    position: relative;
    display: block;
    padding: 10px 20px 10px 60px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: red;
    -webkit-background-size: 30px;
    -moz-background-size: 30px;
    -ms-background-size: 30px;
    -o-background-size: 30px;
    background-size: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

@media (min-width: 960px) {
    .hotline-fixed {
        left: 50px;
        bottom: 80px;
    }
}

@media (max-width: 959px) {
    .hotline-fixed a {
        border-color: transparent;
        background: 0 0;
        padding: 0;
    }

    .hotline-fixed a>span {
        display: none;
    }

    .hotline-fixed {
        left: 50px;
        bottom: 70px;
    }
}

.call-btn {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: 50%;
    left: -40px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #fff;
    background-color: transparent;
    cursor: pointer;
    font-size: 0;
    width: 110px;
    height: 110px;
    z-index: 1000;
}

.call-btn .tada {
    background: #ff7b3c;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    animation-name: tada;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.call-btn:hover .tada {
    background: red;
}

.call-btn .tada .icon:before {
    content: "\f095";
    font-size: 25px;
    font-family: FontAwesome;
    text-decoration: none;
    color: #fff;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
}

@keyframes tada {
    from {
        transform: rotate(-20deg);
    }

    to {
        transform: rotate(20deg);
    }
}

.call-btn .pulse {
    width: 60px;
    height: 60px;
    background: #f9f4ee;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    animation-name: pulse;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

.call-btn:hover .pulse {
    background: rgba(255, 0, 0, 0.5);
}

@keyframes pulse {
    from {
        width: 55px;
        height: 55px;
        margin-top: -27.5px;
        margin-left: -27.5px;
    }

    to {
        width: 60px;
        height: 60px;
        margin-top: -30px;
        margin-left: -30px;
    }
}

.call-btn .zoomIn {
    width: 80px;
    height: 80px;
    border: 2px solid #ff7b3c;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}

.call-btn:hover .zoomIn {
    border: 2px solid red;
}

@keyframes zoomIn {
    from {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px;
    }

    to {
        width: 80px;
        height: 80px;
        margin-top: -40px;
        margin-left: -40px;
    }
}

@media screen and (max-width: 549px) {
    .call-btn {
        width: 80px;
        height: 80px;
    }
}

#backtop {
    bottom: 80px;
    position: fixed;
    right: 60px;
    color: #fff;
    background: #ff7b3c;
    display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    z-index: 9999;
    font-family: Roboto-Bold;
    -webkit-box-shadow: 0 0 3px 0 #3333335e;
    -moz-box-shadow: 0 0 3px 0 #3333335e;
    -ms-box-shadow: 0 0 3px 0 #3333335e;
    -o-box-shadow: 0 0 3px 0 #3333335e;
    box-shadow: 0 0 3px 0 #3333335e;
}

#backtop.active {
    display: block;
}

@media (max-width: 959px) {
    #backtop {
        right: 10px;
        bottom: 50px !important;
    }
}

.slide_title {
    font-family: UTMYenTu;
    font-size: 88px;
    color: #242a6e;
    line-height: 1.1;
}

/* .slide_title span {
    display: inline-block;
    width: 100%;
    margin-left: 50px;
} */

/* .slide_title span:last-child {
    margin-left: 250px;
} */

@media (max-width: 1200px) {
    .slide_title span {
        display: inline-block;
        width: 100%;
        /* margin-left: 30px; */
    }
}

.news-index {
    float: left;
    width: 100%;
    padding: 70px 0;
}

.news-index .slider-3d {
    float: left;
    width: 100%;
    margin: -80px 0 20px 0;
    position: relative;
}

.news-index .slider-3d #prevCarousel {
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 0;
    width: 51px;
    height: 35px;
    margin: auto;
    z-index: 9;
}

.news-index .slider-3d #nextCarousel {
    position: absolute;
    right: -50px;
    top: 0;
    bottom: 0;
    width: 51px;
    height: 35px;
    margin: auto;
    z-index: 9;
}

.title-standard {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 45px;
    text-align: center;
    z-index: 9;
}

.title-standard h2 {
    color: #ff7b3c;
    font-size: 62px;
    font-family: "calibri bold";
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
    margin-top: 0;
}

.title-standard p {
    color: #868686;
    font-size: 18px;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 950px;
    margin-bottom: 25px;
}

#waterwheelCarousel {
    width: 1150px;
    height: 750px;
    position: relative;
    clear: both;
    overflow: hidden;
    background: #fff;
    margin: 0 auto;
}

#waterwheelCarousel .item-waterwheel img {
    opacity: 1 !important;
    box-shadow: 0 5px 10px rgba(6, 6, 6, 0.08);
    border-radius: 15px;
    max-height: 500px;
    width: 500px;
    height: 500px;
    object-fit: cover;
    object-position: center;
}

#waterwheelCarousel .item-waterwheel .title {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #868686;
    padding: 0 15px;
}

#waterwheelCarousel .item-waterwheel h2 {
    font-size: 18px;
    font-family: "calibri bold";
    color: #868686;
}

#waterwheelCarousel .item-waterwheel p {
    width: 100%;
    text-align: center;
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
    font-family: "calibri italic";
}

#waterwheelCarousel .item-waterwheel img.carousel-center~.title {
    display: block;
}

@media (max-width: 1200px) {
    .title-standard h2 {
        font-size: 45px;
    }

    #waterwheelCarousel {
        width: 840px;
    }
}

@media (max-width: 991px) {
    .news-index .slider-3d {
        margin: -145px 0 20px 0;
    }

    #waterwheelCarousel {
        width: calc(100% - 60px);
        height: 600px;
    }

    #waterwheelCarousel .item-waterwheel img {
        max-height: 300px;
        width: 300px;
        height: 300px;
    }
}

@media (max-width: 959px) {
    .news-index .slider-3d #prevCarousel {
        left: 0;
    }

    .news-index .slider-3d #nextCarousel {
        right: 0;
    }
}

@media (max-width: 767px) {
    .news-index .slider-3d #prevCarousel {
        left: 10px;
    }

    .news-index .slider-3d #nextCarousel {
        right: 10px;
    }

    .news-index .title-standard {
        padding: 0 15px;
    }

    .title-standard h2 {
        font-size: 30px;
    }

    .title-standard p {
        font-size: 14px;
    }

    #waterwheelCarousel {
        width: 100%;
        height: 600px;
    }
}

.about-us-index {
    float: left;
    width: 100%;
    position: relative;
    padding: 70px 0;
}

.about-us-index .bg-hand {
    display: inline-block;
    margin-top: -315px;
    width: 100%;
}

.list-sumenh {
    float: left;
    width: 100%;
    position: relative;
    padding: 70px 0;
}

.list-sumenh .item-sumenh {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.list-sumenh .item-sumenh .img {
    float: left;
    padding-right: 50px;
    width: 60%;
}

.list-sumenh .item-sumenh .content {
    float: left;
    width: 40%;
}

.list-sumenh .item-sumenh:nth-child(even) .img {
    float: right;
    padding-left: 50px;
    padding-right: 0;
    width: 60%;
}

.list-sumenh .item-sumenh:nth-child(even) .content {
    float: left;
    width: 40%;
}

.list-sumenh .item-sumenh .content .title {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 70px;
    margin-top: 90px;
    color: #ff7b3c;
}

.list-sumenh .item-sumenh .content .title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 7px;
    background: #ff7b3c;
}

.list-sumenh .item-sumenh .content .title h2 {
    font-family: "calibri bold";
    font-size: 55px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    color: #ff7b3c;
}

.list-sumenh .item-sumenh .content .title p {
    font-family: "calibri light";
    text-transform: uppercase;
    font-size: 26px;
    line-height: 32px;
}

.list-sumenh .item-sumenh .content .sort-desc p {
    font-size: 16px;
    color: #868686;
}

.list-sumenh .item-sumenh .content .list-tag {
    float: right;
    width: 100%;
    margin-top: 40px;
    text-align: right;
    border-right: 18px solid #ff7b3c;
    padding-right: 35px;
}

.list-sumenh .item-sumenh .content .list-tag ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-sumenh .item-sumenh .content .list-tag ul li {
    padding: 10px 0;
}

.list-sumenh .item-sumenh .content .list-tag ul li a {
    color: #868686;
    line-height: 25px;
    font-size: 18px;
}

.list-sumenh .item-sumenh .content .list-tag ul li:hover a {
    color: #ff7b3c;
    font-family: "calibri bold";
}

.list-sumenh .item-sumenh:nth-child(even) .content .title:after {
    right: 0;
    left: initial;
}

.list-sumenh .item-sumenh:nth-child(even) .content .list-tag {
    text-align: left;
    border-left: 18px solid #ff7b3c;
    padding-left: 35px;
    padding-right: 0;
    border-right: none;
}

.list-sumenh .item-sumenh:nth-child(even) .content .title {
    text-align: right;
}

.list-sumenh .item-sumenh:nth-child(2) .content .title h2,
.list-sumenh .item-sumenh:nth-child(2) .title {
    color: #ff7b3c;
}

.list-sumenh .item-sumenh:nth-child(2) .title:after {
    background: #ff7b3c;
}

.list-sumenh .item-sumenh:nth-child(2) .content .list-tag {
    border-left-color: #ff7b3c;
    border-right-color: #ff7b3c;
}

.list-sumenh .item-sumenh:nth-child(2) .content .list-tag ul li:hover a {
    color: #ff7b3c;
}

.list-sumenh .item-sumenh:nth-child(3) .content .title h2,
.list-sumenh .item-sumenh:nth-child(3) .title {
    color: #ff7b3c;
}

.list-sumenh .item-sumenh:nth-child(3) .title:after {
    background: #ff7b3c;
}

.list-sumenh .item-sumenh:nth-child(3) .content .list-tag {
    border-left-color: #ff7b3c;
    border-right-color: #ff7b3c;
}

.list-sumenh .item-sumenh:nth-child(3) .content .list-tag ul li:hover a {
    color: #ff7b3c;
}

.list-sumenh .item-sumenh:nth-child(4) .content .title h2,
.list-sumenh .item-sumenh:nth-child(4) .title {
    color: #3bc0bf;
}

.list-sumenh .item-sumenh:nth-child(4) .title:after {
    background: #3bc0bf;
}

.list-sumenh .item-sumenh:nth-child(4) .content .list-tag {
    border-left-color: #3bc0bf;
    border-right-color: #3bc0bf;
}

.list-sumenh .item-sumenh:nth-child(4) .content .list-tag ul li:hover a {
    color: #3bc0bf;
}

@media (max-width: 1200px) {
    .list-sumenh .item-sumenh .img {
        width: 50%;
    }

    .list-sumenh .item-sumenh .content .title h2 {
        font-size: 40px;
    }

    .list-sumenh .item-sumenh .content .title p {
        font-size: 22px;
        line-height: 27px;
    }
}

@media (max-width: 991px) {
    .list-sumenh .item-sumenh .content {
        width: 100%;
    }

    .list-sumenh .item-sumenh .img {
        width: 100%;
        padding-right: 0;
    }

    .list-sumenh .item-sumenh:nth-child(even) .img {
        width: 100%;
        padding-left: 0;
    }

    .list-sumenh .item-sumenh:nth-child(even) .content {
        width: 100%;
    }
}

.page-content {
    position: relative;
    padding: 70px 0;
}

.slider-chungtay {
    position: relative;
}

.list-cate-project ul>li {
    margin-bottom: 10px;
}

.list-cate-project ul>li>a {
    color: #868686;
    text-transform: uppercase;
    font-family: "calibri bold";
    font-size: 16px;
    display: inline-block;
    width: 100%;
    padding: 14px 0;
    border-radius: 50px;
    text-align: center;
}

.list-cate-project ul>li.active>a,
.list-cate-project ul>li:hover>a {
    background: #ff7b3c;
    color: #fff;
}

.title-project h2 {
    font-size: 48px;
    font-family: "calibri bold";
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #3bc0bf;
    margin: 0;
    padding-bottom: 35px;
    position: relative;
}

.title-project h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 8px;
    background: #3bc0bf;
    margin: auto;
}

.ck-detail-news {
    float: left;
    width: 100%;
    margin: 20px 0;
    color: #868686;
    font-size: 18px;
}

.ck-detail-news p {
    margin-bottom: 30px;
}

.detail-news h1 {
    color: #242a6f;
    font-size: 30px;
    font-family: "calibri bold";
}

.title-project.left-title {
    text-align: right;
    margin-bottom: 30px;
}

.title-project.left-title h2 {
    font-size: 30px;
    padding-bottom: 28px;
    text-align: right;
}

.title-project.left-title h2:after {
    height: 5px;
    left: initial;
}

.title-st {
    text-align: center;
    margin-bottom: 20px;
}

.title-st h2 {
    color: #242a6f;
    font-size: 43px;
    font-family: "calibri bold";
    text-align: center;
}

.hot-news .list-hot-news .item-news:first-child {
    width: 100%;
}

.hot-news .list-hot-news .item-news .img a img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hot-news .list-hot-news .item-news:first-child .title {
    padding: 27px 15px;
}

.hot-news .list-hot-news .item-news .title {
    background: #ececec;
    padding: 15px 15px;
    min-height: 170px;
    text-align: center;
}

.hot-news .list-hot-news .item-news:first-child .title h2 {
    font-size: 22px;
}

.hot-news .list-hot-news .item-news .title h2 a {
    color: #242a6f;
}

.hot-news .list-hot-news .item-news .title h2 a:hover {
    color: #ed1c24;
}

.hot-news .list-hot-news .item-news:first-child .title span {
    font-size: 22px;
    margin-bottom: 15px;
}

.hot-news .list-hot-news .item-news:first-child .title span {
    font-size: 22px;
    margin-bottom: 15px;
}

.hot-news .list-hot-news .item-news .title span {
    color: #575756;
    font-family: "calibri bold";
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}

.post-time {
    font-weight: 600;
}

.activity_page .excerpt {
    font-size: 38px;
    font-family: "calibri light";
    color: #3bc0bf;
    margin: 0;
    padding-bottom: 50px;
    position: relative;
    text-align: right;
}

.activity_page .description {
    font-size: 18px;
    line-height: 25px;
    color: #868686;
    text-align: right;
}

.project-page .slider-project-inpage {
    position: relative;
    margin-bottom: 100px;
}

.project-page .slider-project-inpage .img-slider-project {
    float: none;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    height: 600px;
    overflow: hidden;
}

.project-page .slider-project-inpage .content-slider-project {
    float: right;
    width: 680px;
    margin-right: 180px;
}

.project-page .slider-project-inpage .content-slider-project .slider-text {
    margin-top: 110px;
    width: 100%;
    height: 380px;
    overflow: hidden;
    background: #3bc0bf;
    padding: 60px 110px 50px 60px;
}

.project-page .slider-project-inpage .img-slider-project .item-img-slider>* {
    display: block;
}

.project-page .slider-project-inpage .img-slider-project .item-img-slider img {
    display: inline-block;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.project-page .slider-project-inpage .content-slider-project .slider-text .item-text h2 {
    font-size: 36px;
    color: #fff;
    font-family: "calibri bold";
    margin: 0 0 40px 0;
}

.content-slider-project .slider-text .item-text p {
    color: #fff;
    font-size: 16px;
}

.project-page .slider-project-inpage .content-slider-project .slider-text .slick-dots {
    position: absolute;
    left: initial;
    bottom: 15px;
    width: 20px;
    text-align: center;
    top: 0;
    right: 25px;
    margin: auto;
    height: min-content;
}

.slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #fff;
    margin: 0 4px;
    cursor: pointer;
}

.slick-dots li button {
    opacity: 0;
    visibility: hidden;
}

.project-page .slider-project-inpage .content-slider-project .slider-text .slick-dots .slick-active {
    border: 1px solid #fff;
    width: 11px;
    height: 11px;
}

.slick-dots li.slick-active {
    background-color: #242a6f;
}

@media (max-width: 1200px) {
    .project-page .slider-project-inpage .img-slider-project {
        width: 100%;
    }

    .project-page .slider-project-inpage .img-slider-project .item-img-slider {
        height: initial;
        position: relative;
    }

    .project-page .slider-project-inpage .img-slider-project .item-img-slider img {
        height: initial;
    }

    .project-page .slider-project-inpage .content-slider-project {
        width: 100%;
        height: initial;
        margin-right: 0;
        position: relative;
    }

    .project-page .slider-project-inpage .content-slider-project .slider-text {
        height: initial;
        padding: 60px 90px 60px 60px;
    }
}

.dt_excerpt {
    font-family: UTMYenTu;
    font-size: 60px;
    color: #242a6e;
    line-height: 1.1;
}

.chungtay-excerpt {
    text-align: center;
}

.chungtay-title {
    margin-bottom: 40px !important;
}

.dt-chungtay-slide {
    margin-top: 50px;
}

.dt-chungtay-slide .description {
    color: #ff7b3c;
    font-size: 29px;
    padding-right: 50px;
    line-height: 36px;
    font-family: "calibri light italic";
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff7b3c;
}

.dt-reverse {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (max-width: 767px) {
    .dt-chungtay-slide .description {
        padding-right: 0;
        font-size: 25px;
        text-align: center;
    }

    .dt-chungtay-slide .owl-theme .owl-nav {
        margin-top: 40px;
    }

    .dt-chungtay-slide .owl-theme .owl-dots {
        position: absolute;
        left: 50%;
        bottom: -30px;
        transform: translate(-50%, 0);
        display: block;
        height: 20px;
    }

    .dt-chungtay-slide .item .image {
        margin-bottom: 20px !important;
    }
}

.dt_heading_hand {
    margin-bottom: 25px;
    color: #242a6f;
    font-family: "calibri bold italic";
    font-size: 25px;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: center;
}

.hand_contact_desc * {
    color: #868686;
    font-family: Calibri;
    font-size: 18px;
}

.reg_panel_2 {
    color: #868686;
    font-family: Calibri;
    font-size: 18px;
}

.reg_panel_2_heading {
    font-size: 25px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    line-height: initial;
    margin-bottom: 15px;
}

.reg_panel_2 .loading {
    border-radius: 20px;
    overflow: hidden;
}

.reg_panel_2 input {
    height: 40px !important;
}

.reg_panel_2.order-2 input {
    border-radius: 0;
}

.reg_panel_2 textarea {
    height: 140px;
    border-radius: 10px;
    border: 1px solid #eee;
    font-size: 16px;
}

.reg_panel_2 .submit {
    text-align: right;
}

.reg_panel_2 .btn-submit {
    background: #242a6f;
    color: #fff;
    border: none;
    padding: 12px 23px 11px 23px;
    text-transform: uppercase;
    font-family: "calibri bold";
    margin-top: 0;
    white-space: nowrap;
    border-radius: 30px;
    border: 0;
    outline: 0;
}

.reg_panel_2 .btn-submit:hover {
    background: #ea2227;
    color: #fff;
}

.reg_panel_2 .input-text {
    border: 0 !important;
    border-bottom: 1px solid #eee !important;
    font-size: 16px !important;
}

@media (max-width: 767px) {
    .reg_panel_2_heading {
        font-size: 20px;
    }
}

.breadcrumb {
    flex-wrap: wrap;
    display: flex;
    padding: 10px 20px;
}

.breadcrumb li {
    list-style: none;
    position: relative;
    margin-right: 20px;
}

.breadcrumb li:not(:last-child)::after {
    content: "\f105";
    position: absolute;
    font-family: fontawesome;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
}

.breadcrumb li a {
    color: #000;
}

@media (max-width: 768px) {
    .main-slide .slide-show ul li .image img {
        height: 50vh;
    }

    .slide_title {
        font-size: 50px;
    }

    .overlay-slide .slide_title h1 {
        left: 10px !important;
        top: 10rem !important;
        font-size: 50px !important;
    }

    .overlay-slide .slide_title span {
        font-size: 50px !important;
    }

    .overlay-slide .slide_title p {
        left: 10px !important;
        top: 12rem !important;
        font-size: 50px !important;
    }

    /* .slide_title span:last-child {
        margin-left: 60px;
    } */

    .list-sumenh,
    .about-us-index,
    .news-index {
        padding: 30px 0;
    }

    .title-standard h2 {
        font-size: 26px;
        margin-bottom: 0;
    }

    .project-page .slider-project-inpage .content-slider-project .slider-text .item-text h2,
    .detail-news h1,
    .title-project.left-title h2,
    .__heading,
    .title-st h2,
    .list-sumenh .item-sumenh .content .title h2 {
        font-size: 20px;
    }

    .title-standard {
        margin-bottom: 30px;
    }

    .list-sumenh .item-sumenh .content .title {
        margin-bottom: 20px;
    }

    .list-sumenh .item-sumenh .content .list-tag {
        margin-top: 20px;
    }

    .ft_logo img {
        width: 300px;
    }

    .page-content {
        position: relative;
        padding: 20px 0;
    }

    .dt_excerpt {
        font-family: UTMYenTu;
        font-size: 30px;
        color: #242a6e;
        line-height: 1.1;
    }

    #footer {
        padding: 20px 0 20px 0;
    }

    .title-project h2 {
        font-size: 26px;
        padding-bottom: 25px;
    }

    .list-sumenh .item-sumenh .content .title p * {
        font-size: 18px;
    }
}

@media (max-width: 430px) {
    .overlay-slide .slide_title h1 {
        font-size: 30px !important;
        top: 15rem !important;
    }

    .overlay-slide .slide_title span {
        font-size: 30px !important;
    }

    .overlay-slide .slide_title p {
        font-size: 30px !important;
        top: 18rem !important;
    }
}

.aside-article {
    padding-left: 10px;
}

.aside-article .list-cate-project {
    padding: 5px;
    border: 1px solid #eaeaea;
}

.aside-article .list-cate-project ul>li {
    margin-bottom: 10px;
}

.aside-article .list-cate-project ul>li a {
    color: #868686;
    text-transform: uppercase;
    font-family: "calibri bold";
    font-size: 16px;
    display: inline-block;
    width: 90%;
    padding: 10px;
}

.aside-article .list-cate-project ul>li span {
    width: 10%;
    text-align: center;
    display: block;
    cursor: pointer;
    padding: 10px;
    font-size: 16px;
}

.aside-article .list-cate-project ul>li span.active i {
    color: #ff7b3c;
}

.aside-article .list-cate-project ul>li.active a,
.aside-article .list-cate-project ul>li.active span,
.aside-article .list-cate-project ul>li a:hover {
    color: #ff7b3c;
}

.aside-article .list-cate-project ul>li span:hover {
    color: white;
    background: #ff7b3c;
}

.aside-article .list-cate-project ul>li span:hover i {
    color: white;
}

.aside-article .list-cate-project ul.dropdown-aside {
    padding-left: 30px;
}

.aside-article .list-cate-project ul.dropdown-aside li a {
    font-size: 14px;
    color: #868686 !important;
}

.aside-article .list-cate-project ul.dropdown-aside span.time {
    display: block;
    color: #868686;
    width: 100%;
    text-align: right;
    padding: 0;
}

.aside-article .list-cate-project ul.dropdown-aside span.time:hover {
    display: block;
    color: #868686;
    background: transparent;
}

.aside-article .list-cate-project ul.dropdown-aside li:hover a,
.aside-article .list-cate-project ul.dropdown-aside li:hover span.time {
    color: #ff7b3c !important;
}

.aside-article .list-cate-project ul.dropdown-aside>li a {
    width: 100%;
    padding: 0;
}

.aside-article .rotate {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}

.aside-article .articleList .thumb .img {
    height: 100px;
}

/* .aside-article{
	position: absolute;
	width: 33%;
	left: 0;
} */
.articleList .articleItem:not(:last-child) {
    margin-bottom: 20px;
}

.articleList .articleItem h3.title a {
    font-size: 18px;
    color: #ff7b3c;
}

.articleList .img {
    height: 150px;
}

.articleList .info {
    height: 100%;
}

.articleList .info .time {
    font-size: 18px;
}

.custom-height {
    height: 100px;
}

@media (max-width: 1025px) {
    .aside-article {
        position: relative !important;
        width: 100%;
        margin-bottom: 20px !important;
        padding-left: 0;
    }
}


/* ================================================ Comment ============================================== */

.post-comment-form-cover {
    float: left;
    width: 100%;
}

.post-comment-form-cover h3 {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 20px;
    display: inline-block;
    text-transform: capitalize;
}

.post-comment-form-cover form .btn-primary {
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.post-comment-form-cover form .btn-primary:before {
    bottom: 8px;
}

@media only screen and (max-width: 575px) {
    .post-comment-form-cover form .form-control {
        margin-bottom: 20px;
    }
}

.post-comment-form-cover form .form-control {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.04);
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control {
    box-shadow: none;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 52px;
    padding: 0px 20px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.post-comment-form-cover form input, .post-comment-form-cover form select, .post-comment-form-cover form textarea {
    text-decoration: none;
    outline: none !important;
    box-shadow: none;
    border-radius: 0px;
    padding: 0px 20px;
    color: #232323;
    position: relative;
    margin-bottom: 30px;
}

.post-comment-form-cover form textarea {
    height: 250px;
    padding: 15px;
}

#comments .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#comments .btn.btn-comment {
    font-size: 22px;
    font-weight: 700;
    padding: 0;
    margin: 30px 0px;
    position: relative;
}

#comments .btn, #comments .btn:hover, #comments .btn:focus, #comments .btn:active {
    box-shadow: none;
    outline: none;
    border: 0px;
    border-radius: 0px;
}

#comments .btn:hover {
    color: #212529;
    text-decoration: none;
}

#comments .btn.btn-comment:after {
    content: "ï„†";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    margin-left: 6px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#comments .btn.btn-comment.collapsed:after {
    content: "ï„‡";
}

.collapse:not(.show) {
    display: none;
}

.post-all-comments {
    padding: 40px;
    margin-bottom: 30px;
    background-color: #f9f9f9;
}

.post-all-comments .single-comment-wrapper {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.post-all-comments .single-comment-wrapper .single-post-comment {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-all-comments .single-comment-wrapper:last-child {
    margin-bottom: 0;
    border: 0px;
}

.post-all-comments .single-comment-wrapper .single-post-comment .comment-author-image {
    width: 80px;
}

.mb-auto, .my-auto {
    margin-bottom: auto !important;
}

.post-all-comments .single-comment-wrapper .single-post-comment .comment-content {
    width: calc(100% - 80px);
}

.w-75 {
    width: 75% !important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

.post-all-comments li{
    list-style: none;
}

.post-all-comments .single-comment-wrapper .single-post-comment .comment-content .comment-author-name {
    margin-bottom: 8px;
}

.post-all-comments .single-comment-wrapper .single-post-comment .comment-content .comment-author-name h6 {
    font-size: 16px;
    font-weight: 700;
    color: #232323;
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 0;
}

.post-all-comments .single-comment-wrapper .single-post-comment .comment-content .comment-author-name span {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
}

.post-all-comments .single-comment-wrapper .single-post-comment .comment-content p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
    color: #4c4c4c;
}

.post-all-comments .single-comment-wrapper .single-post-comment .comment-content .reply-btn {
    margin-top: 7.5px;
    font-size: 12px;
    display: inline-block;
    font-weight: 500;
}
.font-weight-bold {
    font-weight: 700 !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.text-dark {
    color: #343a40 !important;
}

.post-all-comments .single-comment-wrapper:last-child {
    margin-bottom: 0;
    border: 0px;
}

.post-all-comments .single-comment-wrapper:last-child .single-post-comment:last-child {
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important;
    }
}

.ml-2, .mx-2 {
    margin-left: .5rem !important;
}

.d-none {
    display: none !important;
}


.language-list > * {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #eee;
}

.language-list img {
    max-width: 30px;
    margin-right: 10px;
}

.language-list span {
    color: #fff;
}

.pt10{
    padding-top: 10px;
}
.pb10{
    padding-bottom: 10px;
}

/* ================================================ About Us Section ============================================== */

.about-us-section {
    position: relative;
    padding: 250px 0;
    overflow: hidden;
}

.about-us-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

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

.about-us-content-wrapper {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    margin-top: -100px;
}

.about-us-header {
    margin-bottom: 50px;
}

.about-us-title {
    font-family: "Playfair Display", sans-serif;
    font-size: 48px;
    color: #242a6f;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}

.about-us-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #ff7b3c, #ff6b35);
    border-radius: 2px;
}

.about-us-subtitle {
    font-family: "calibri light", Arial, sans-serif;
    font-size: 20px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
    font-style: italic;
}

.about-us-divider {
    width: 120px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ff7b3c, transparent);
    margin: 0 auto;
    border-radius: 1px;
}

.about-us-description {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    text-align: justify;
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.about-us-description::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #ff7b3c, #ff6b35, #ff7b3c);
}

.about-us-description p {
    margin-bottom: 20px;
    text-indent: 30px;
}

.about-us-description p:last-child {
    margin-bottom: 0;
}

.about-us-description strong {
    color: #242a6f;
    font-weight: 600;
}

.about-us-description em {
    color: #ff7b3c;
    font-style: italic;
}

/* Responsive Design for About Us */
@media (max-width: 1200px) {
    .about-us-title {
        font-size: 42px;
    }
    
    .about-us-subtitle {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .about-us-section {
        padding: 80px 0;
    }
    
    .about-us-title {
        font-size: 36px;
        letter-spacing: 1px;
    }
    
    .about-us-subtitle {
        font-size: 16px;
    }
    
    .about-us-description {
        padding: 30px;
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .about-us-section {
        padding: 60px 0;
    }
    
    .about-us-title {
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    .about-us-subtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    .about-us-description {
        padding: 25px 20px;
        font-size: 14px;
        line-height: 1.6;
        text-align: left;
    }
    
    .about-us-description p {
        text-indent: 20px;
    }
}

@media (max-width: 480px) {
    .about-us-section {
        padding: 40px 0;
    }
    
    .about-us-title {
        font-size: 24px;
    }
    
    .about-us-description {
        padding: 20px 15px;
        font-size: 13px;
    }
    
    .about-us-description p {
        text-indent: 15px;
    }
}

/* ================================================ About Quỹ Section ============================================== */

.about-quy-section {
    position: relative;
    padding: 100px 0;
    background-image: url(../img/kkk-20220724153128.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.about-quy-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ff7b3c" opacity="0.03"/><circle cx="75" cy="75" r="1" fill="%23242a6f" opacity="0.03"/><circle cx="50" cy="10" r="0.5" fill="%23ff7b3c" opacity="0.02"/><circle cx="10" cy="60" r="0.5" fill="%23242a6f" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    z-index: 1;
}

.about-quy-header {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}

.about-quy-title {
    font-family: "Playfair Display", sans-serif;
    font-size: 42px;
    color: #242a6f;
    margin: 0 0 20px 0;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    font-weight: 600;
}

.about-quy-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #ff7b3c, #ff6b35);
    border-radius: 2px;
}

.about-quy-subtitle {
    font-family: "calibri light", Arial, sans-serif;
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
    font-style: italic;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.about-quy-divider {
    width: 120px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ff7b3c, transparent);
    margin: 0 auto;
    border-radius: 1px;
}

.about-quy-content {
    position: relative;
    z-index: 2;
}

.about-quy-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    overflow: hidden;
    height: 100%;
    position: relative;
    border: 1px solid rgba(255, 123, 60, 0.1);
}

.about-quy-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.about-quy-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #ff7b3c, #ff6b35, #ff7b3c);
    z-index: 1;
}

.about-quy-card-image {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.about-quy-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.about-quy-card:hover .about-quy-card-image img {
    transform: scale(1.05);
}

.about-quy-card-content {
    padding: 30px 25px;
    position: relative;
}

.about-quy-card-title {
    font-family: "calibri bold", Arial, sans-serif;
    font-size: 22px;
    color: #242a6f;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    text-align: center;
}

.about-quy-card-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #ff7b3c, #ff6b35);
    border-radius: 2px;
}

.about-quy-card-values {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.value-item {
    background: linear-gradient(135deg, #ff7b3c, #ff6b35);
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 3px 10px rgba(255, 123, 60, 0.3);
    transition: all 0.3s ease;
}

.value-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 123, 60, 0.4);
}

.about-quy-card-description {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    text-align: justify;
}

.about-quy-card-description p {
    margin-bottom: 15px;
}

.about-quy-card-description p:last-child {
    margin-bottom: 0;
}

.about-quy-card-description strong {
    color: #242a6f;
    font-weight: 600;
}

.about-quy-card-description em {
    color: #ff7b3c;
    font-style: italic;
}

/* Responsive Design for About Quỹ */
@media (max-width: 1200px) {
    .about-quy-title {
        font-size: 38px;
    }
    
    .about-quy-subtitle {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .about-quy-section {
        padding: 80px 0;
    }
    
    .about-quy-title {
        font-size: 32px;
        letter-spacing: 1px;
    }
    
    .about-quy-subtitle {
        font-size: 15px;
    }
    
    .about-quy-header {
        margin-bottom: 60px;
    }
    
    .about-quy-card-content {
        padding: 25px 20px;
    }
    
    .about-quy-card-title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .about-quy-section {
        padding: 60px 0;
    }
    
    .about-quy-title {
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    .about-quy-subtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    .about-quy-header {
        margin-bottom: 50px;
    }
    
    .about-quy-card {
        margin-bottom: 30px;
    }
    
    .about-quy-card-image {
        height: 180px;
    }
    
    .about-quy-card-content {
        padding: 20px 18px;
    }
    
    .about-quy-card-title {
        font-size: 18px;
    }
    
    .about-quy-card-description {
        font-size: 13px;
        line-height: 1.6;
        text-align: left;
    }
    
    .about-quy-card-description p {
        text-indent: 15px;
    }
    
    .value-item {
        font-size: 11px;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .about-quy-section {
        padding: 40px 0;
    }
    
    .about-quy-title {
        font-size: 24px;
    }
    
    .about-quy-card-content {
        padding: 18px 15px;
    }
    
    .about-quy-card-description {
        font-size: 12px;
    }
    
    .about-quy-card-description p {
        text-indent: 12px;
    }
}

.grid {
    display: grid;
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.col-span-1 {
    grid-column: span 1 / span 1;
}
.col-span-2 {
    grid-column: span 2 / span 2;
}
.col-span-3 {
    grid-column: span 3 / span 3;
}

.grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
}
.row-span-1 {
    grid-row: span 1 / span 1;
}
.row-span-2 {
    grid-row: span 2 / span 2;
}
.row-span-3 {
    grid-row: span 3 / span 3;
}

.auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
}

.grid-flow-dense {
    grid-auto-flow: dense;
}

.col-span-2.row-span-1 a{
    height: 234px;
}

.col-span-1.row-span-1 a{
    height: 234px;
}

.col-span-1.row-span-2 a{
    height: 482px;
}

.gap-2 {
    gap: 0.5rem;
}
.gap-4 {
    gap: 1rem;
}

@media (min-width: 480px) {
    .xs\:gap-4 {
        gap: 1rem;
    }
}

.img-cover {
    display: block;
    width: 100%;
    height: 100%;
}
.img-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 4px; /* tuỳ bạn */
}
.gallery-wrap{
    padding: 30px 0;
    background-image: url(../img/fwa-20220724233645.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.gallery-wrap .gallery-content .img-cover:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}
.service-section{
    padding: 30px 0;
}
.service-section .thumb a{
    border-radius: 12px;
    overflow: hidden;
}
.service-section .service-content .uk-grid.uk-grid-medium:not(:last-child){
    margin-bottom: 50px;
}
.service-section .content h3.title{
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 12px;
}
.service-section .content h4.sub-title{
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 24px;
}
.service-section .content .description{
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: Icon/Small;
    text-indent: 26px;
    letter-spacing: 0px;
    text-align: justify;
    margin-bottom: 32px;
}
.service-section .content ul{
    padding-left: 15px;
    margin: 0;
    position: relative;
}
.service-section .content ul::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    background: #F3ABAB77;
}
.service-section .content ul li:not(:last-child){
    margin-bottom: 12px;
}
.service-section .content ul li:first-child a{
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #E54B4B;
    position: relative;
}
.service-section .content ul li:first-child a::before{
    content: '';
    position: absolute;
    top: -3px;
    left: -15px;
    width: 8px;
    height: 120%;
    background: #E54B4B;
}
.service-section .content ul li a{
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #828282;
}
.loader{
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000070;
    z-index: 10000;
}

.lds-spinner {
    color: official;
    position: fixed;
    width: 80px;
    height: 80px;
    top: 45%;
    left: 49%;
  }
  .lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
  }
  .lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: var(--color-primary);
  }
  .lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
  }
  .lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
  }
  .lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
  }
  .lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
  }
  .lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
  }
  .lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
  }
  .lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
  }
  .lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
  }
  .lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
  }
  .lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
  }
  .lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
  }
  .lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
  }
  @keyframes lds-spinner {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

/* ========================================
   Banner Styles
   ======================================== */

.bg-banner-top-new {
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-banner-top-new::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.bg-banner-top-new .wrap-breadcum {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}

.bg-banner-top-new .heading-2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.bg-banner-top-new .uk-breadcrumb {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg-banner-top-new .uk-breadcrumb>li:not(.uk-active)>span,
.bg-banner-top-new  .uk-breadcrumb>li+li:before {
    color: #fff;
}


.bg-banner-top-new .uk-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.bg-banner-top-new .uk-breadcrumb a:hover {
    color: #ff7b3c;
}

.bg-banner-top-new .uk-breadcrumb span {
    color: #ff7b3c;
}

/* Responsive Banner */
@media (max-width: 768px) {
    .bg-banner-top-new {
        min-height: 300px;
    }
    
    .bg-banner-top-new .heading-2 {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .bg-banner-top-new {
        min-height: 250px;
    }
    
    .bg-banner-top-new .heading-2 {
        font-size: 24px;
    }
    
    .bg-banner-top-new .uk-breadcrumb {
        font-size: 14px;
    }
}

/* ========================================
   About Us Page Styles
   ======================================== */

/* About Page Container */
#about-page .about-sidebar {
    position: sticky;
    top: 20px;
}

#about-page .sidebar-panel {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
}

#about-page .main-side-header {
    background: linear-gradient(135deg, #ff7b3c, #ff6b35);
    padding: 15px 20px;
    margin: 0;
}

#about-page .main-side-header .heading {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

#about-page .about-nav {
    margin: 0;
    padding: 0;
}

#about-page .about-nav-item {
    border-bottom: 1px solid #f0f0f0;
}

#about-page .about-nav-item:last-child {
    border-bottom: none;
}

#about-page .about-nav-link {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

#about-page .about-nav-link:hover {
    background: #f8f9fa;
    color: #ff7b3c;
    text-decoration: none;
}

#about-page .about-nav-item.active .about-nav-link {
    background: #ff7b3c;
    color: #fff;
}

#about-page .about-content {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
}

#about-page .about-section {
    display: none;
    padding: 40px;
}

#about-page .about-section.active {
    display: block;
}

#about-page .section-header {
    text-align: center;
    margin-bottom: 40px;
}

#about-page .section-title {
    font-size: 32px;
    color: #242a6f;
    font-family: "calibri bold";
    margin: 0 0 15px 0;
}

#about-page .section-divider {
    width: 80px;
    height: 3px;
    background: linear-gradient(135deg, #ff7b3c, #ff6b35);
    margin: 0 auto;
    border-radius: 2px;
}

#about-page .content-wrapper {
    line-height: 1.8;
}

/* Vision Section */
#about-page .vision-image {
    margin-bottom: 30px;
    text-align: center;
}

#about-page .vision-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

#about-page .vision-text h3 {
    color: #242a6f;
    font-size: 24px;
    margin-bottom: 20px;
    font-family: "calibri bold";
}

#about-page .vision-text p {
    color: #666;
    font-size: 16px;
    margin-bottom: 25px;
}

#about-page .vision-text h4 {
    color: #242a6f;
    font-size: 20px;
    margin: 30px 0 15px 0;
    font-family: "calibri bold";
}

#about-page .vision-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#about-page .vision-list li {
    padding: 10px 0;
    color: #666;
    font-size: 16px;
}

#about-page .vision-list li i {
    color: #ff7b3c;
    margin-right: 10px;
}

/* Mission Section */
#about-page .mission-values {
    margin-top: 30px;
}

#about-page .value-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

#about-page .value-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

#about-page .value-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff7b3c, #ff6b35);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

#about-page .value-icon i {
    color: #fff;
    font-size: 24px;
}

#about-page .value-content h4 {
    color: #242a6f;
    font-size: 18px;
    margin: 0 0 10px 0;
    font-family: "calibri bold";
}

#about-page .value-content p {
    color: #666;
    font-size: 14px;
    margin: 0;
}

/* History Section */
#about-page .history-timeline {
    position: relative;
    padding-left: 30px;
}

#about-page .history-timeline::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(135deg, #ff7b3c, #ff6b35);
}

#about-page .timeline-item {
    position: relative;
    margin-bottom: 40px;
    padding-left: 40px;
}

#about-page .timeline-item::before {
    content: '';
    position: absolute;
    left: -7px;
    top: 10px;
    width: 16px;
    height: 16px;
    background: #ff7b3c;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 0 3px #ff7b3c;
}

#about-page .timeline-year {
    position: absolute;
    left: -80px;
    top: 5px;
    background: #ff7b3c;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
}

#about-page .timeline-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-left: 4px solid #ff7b3c;
}

#about-page .timeline-content h4 {
    color: #242a6f;
    font-size: 18px;
    margin: 0 0 10px 0;
    font-family: "calibri bold";
}

#about-page .timeline-content p {
    color: #666;
    font-size: 14px;
    margin: 0;
}

/* Responsive Design for About Page */
@media (max-width: 959px) {
    #about-page .about-sidebar {
        position: static;
        margin-bottom: 30px;
    }
    
    #about-page .about-section {
        padding: 20px;
    }
    
    #about-page .section-title {
        font-size: 24px;
    }
    
    #about-page .timeline-year {
        position: static;
        display: inline-block;
        margin-bottom: 10px;
    }
    
    #about-page .timeline-item {
        padding-left: 20px;
    }
    
    #about-page .value-item {
        flex-direction: column;
        text-align: center;
    }
    
    #about-page .value-icon {
        margin: 0 auto 15px auto;
    }
}

@media (max-width: 640px) {
    #about-page .about-section {
        padding: 15px;
    }
    
    #about-page .section-title {
        font-size: 20px;
    }
    
    #about-page .vision-text h3 {
        font-size: 20px;
    }
}

.pt50{
    padding-top: 50px;
}
.pb50{
    padding-bottom: 50px;
}

/* ===========================================
   ARTICLE CATALOGUE STYLES - QUỸ MÁI ẤM HẠNH PHÚC
   =========================================== */

/* Hero Section */
.hero-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0 80px;
    color: white;
    text-align: center;
}

/* .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.8), rgba(40, 167, 69, 0.8));
    z-index: 1;
} */

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

/* .hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-family: 'UTMYenTu', serif;
} */

.hero-title {
    font-family: "Montserrat", sans-serif;
}
.text-white {
    color: #fff;
}
.hero-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 30px;
    opacity: 0.95;
    line-height: 1.6;
}

.breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 1rem;
}

.breadcrumb-item {
    color: white;
    text-decoration: none;
    padding: 8px 15px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.breadcrumb-item:hover {
    background: rgba(255, 255, 255, 0.3);
    color: white;
    text-decoration: none;
}

.breadcrumb-separator {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.2rem;
}

/* Main Content */
.main-content {
    padding: 60px 0;
    background: #f8f9fa;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.content-wrapper {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 40px;
    align-items: start;
}

/* Articles Main */
#article-page{
    padding: 30px 0;
}
.articles-main {
    background: white;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 3px solid #007bff;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    font-family: 'UTMYenTu', serif;
}

.section-description {
    font-size: 1.1rem;
    color: #6c757d;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

/* Category Filter */
.category-filter {
    margin-bottom: 40px;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #e9ecef;
}

.filter-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 15px;
}

.filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.filter-btn {
    padding: 10px 20px;
    background: white;
    color: #495057;
    text-decoration: none;
    border-radius: 25px;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
    font-weight: 500;
}

.filter-btn:hover,
.filter-btn.active {
    background: #007bff;
    color: white;
    border-color: #007bff;
    text-decoration: none;
}

/* Articles Grid */
.articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.article-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f1f3f4;
}

.article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.article-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.article-card:hover .article-image img {
    transform: scale(1.05);
}

.article-category {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #007bff;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.article-content {
    padding: 25px;
}

.article-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    font-size: 0.9rem;
    color: #6c757d;
}

.article-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.article-meta i {
    color: #007bff;
}

.article-title {
    margin-bottom: 15px;
}

.article-title a {
    color: #2c3e50;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.article-title a:hover {
    color: #007bff;
    text-decoration: none;
}

.article-footer {
    text-align: right;
}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #007bff;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 20px;
    border: 2px solid #007bff;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.read-more-btn:hover {
    background: #007bff;
    color: white;
    text-decoration: none;
}

/* No Articles */
.no-articles {
    text-align: center;
    padding: 60px 20px;
    color: #6c757d;
}

.no-articles-icon {
    font-size: 4rem;
    color: #dee2e6;
    margin-bottom: 20px;
}

.no-articles h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #495057;
}

/* Pagination */
.pagination-wrapper {
    text-align: center;
    margin-top: 40px;
}

.pagination-wrapper .pagination {
    display: inline-flex;
    gap: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination-wrapper .pagination li {
    margin: 0;
}

.pagination-wrapper .pagination a,
.pagination-wrapper .pagination span {
    display: block;
    padding: 10px 15px;
    background: white;
    color: #495057;
    text-decoration: none;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.pagination-wrapper .pagination a:hover {
    background: #007bff;
    color: white;
    border-color: #007bff;
    text-decoration: none;
}

.pagination-wrapper .pagination .active span {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

/* Sidebar */
.sidebar {
    position: sticky;
    top: 20px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .content-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .sidebar {
        position: static;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .articles-main {
        padding: 25px;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .articles-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .article-card {
        margin-bottom: 20px;
    }
    
    .filter-buttons {
        justify-content: center;
    }
    
    .breadcrumb {
        flex-direction: column;
        gap: 5px;
    }
}

@media (max-width: 480px) {
    .hero-section {
        padding: 80px 0 60px;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .articles-main {
        padding: 20px;
    }
    
    .article-content {
        padding: 20px;
    }
    
    .article-meta {
        flex-direction: column;
        gap: 10px;
    }
    
    .filter-btn {
        padding: 8px 15px;
        font-size: 0.9rem;
    }
}

/* Animation for loading */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.article-card {
    animation: fadeInUp 0.6s ease-out;
}

.article-card:nth-child(2) {
    animation-delay: 0.1s;
}

.article-card:nth-child(3) {
    animation-delay: 0.2s;
}

.article-card:nth-child(4) {
    animation-delay: 0.3s;
}

/* Two Column Layout for Catalogue */
.content-wrapper {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}

/* Left Column - Categories Sidebar */
.categories-sidebar {
    flex: 0 0 400px;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    height: fit-content;
}

.category-date{
    margin-left: auto;
}

.btn-more{
    cursor: pointer;
}

.categories-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #007bff;
}

.categories-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-item {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9ecef;
}

.category-item:last-child {
    border-bottom: none;
}

.category-link {
    align-items: center;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s ease;
}

.category-link:hover {
    color: #007bff;
}

.category-link i {
    margin-right: 8px;
    font-size: 12px;
    color: #666;
}

.category-date {
    font-size: 12px;
    color: #666;
}

.year-item {
    margin-bottom: 10px;
}

.year-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #666;
    font-size: 14px;
    transition: color 0.3s ease;
}

.year-link:hover {
    color: #007bff;
}

.year-link i {
    margin-right: 8px;
    font-size: 10px;
}

/* Right Column - Articles */
.articles-main {
    flex: 1;
}

.articles-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.article-item {
    display: flex;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.article-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.article-image {
    flex: 0 0 200px;
    height: 150px;
    overflow: hidden;
}

.article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.article-item:hover .article-image img {
    transform: scale(1.05);
}

.article-content {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.article-title {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}

.article-title a {
    color: #ff6b35;
    text-decoration: none;
    transition: color 0.3s ease;
}

.article-title a:hover {
    color: #e55a2b;
}

.article-description {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
    flex: 1;
}

.article-date {
    color: #999;
    font-size: 12px;
    font-weight: 500;
}

.categories-sidebar ul li:not(:last-child){
    margin-bottom: 10px;
}

.categories-sidebar ul li a{
    color: #333;
    font-size: 12px;
    margin-right: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;   
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.25;
}

/* Responsive Design */
@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    
    .categories-sidebar {
        flex: none;
        order: 2;
        width: 100%;
    }
    
    .articles-main {
        order: 1;
    }
    
    .article-item {
        flex-direction: column;
    }
    
    .article-image {
        flex: none;
        height: 200px;
    }
}

@media (max-width: 480px) {
    .categories-sidebar {
        padding: 15px;
        width: 100%;
    }
    
    .article-content {
        padding: 15px;
    }
    
    .article-title {
        font-size: 14px;
    }
    
    .article-description {
        font-size: 13px;
    }
}

.pagination-wrapper .pagination .active a{
    background: #007bff;
    color: white;
    border-color: #007bff;
    text-decoration: none;
}

/* Comment Section Styles */
.comment-section {
    margin-top: 40px;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.comment-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #007bff;
}

/* Comment Form Styles */
.comment-form-wrapper {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    margin-top: 30px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.comment-form .form-group {
    margin-bottom: 20px;
}

.comment-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
}

.comment-form .required {
    color: #dc3545;
}

.comment-form .form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.comment-form .form-control:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0,123,255,0.25);
}

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

.btn-submit {
    background: #007bff;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-submit:hover {
    background: #0056b3;
}

/* Comment List Styles */
.comment-list {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.comment-item {
    padding: 20px;
    border-bottom: 1px solid #e9ecef;
}

.comment-item:last-child {
    border-bottom: none;
}

.comment-header {
    margin-bottom: 10px;
}

.comment-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.comment-author strong {
    color: #333;
    font-size: 16px;
}

.comment-date {
    color: #6c757d;
    font-size: 14px;
}

.comment-content {
    color: #555;
    line-height: 1.6;
    font-size: 15px;
}


/* Loader Styles */
.loader {
    text-align: center;
    margin-top: 15px;
}

/* Comment Pagination Styles */
.comment-pagination {
    margin: 20px 0;
    text-align: center;
}

.comment-pagination .pagination {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment-pagination .pagination li {
    margin: 0 2px;
}

.comment-pagination .pagination li a,
.comment-pagination .pagination li span {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    border: 1px solid #ddd;
    color: #333;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.comment-pagination .pagination li a:hover {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

.comment-pagination .pagination li.active span {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

.comment-pagination .pagination li.disabled span {
    color: #6c757d;
    background: #f8f9fa;
    border-color: #dee2e6;
    cursor: not-allowed;
}

/* Reply System Styles */
.comment-actions {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e9ecef;
}

.btn-reply {
    background: #28a745;
    color: white;
    border: none;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-reply:hover {
    background: #218838;
}

.reply-form-wrapper {
    margin-top: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e9ecef;
}

.reply-form .form-group {
    margin-bottom: 15px;
}

.reply-form .form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #333;
}

.reply-form .form-control {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

/* .reply-form .btn-submit {
    background: #007bff;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 10px;
} */

.reply-form .btn-cancel-reply {
    background: #6c757d;
    color: white;
    padding: 15px 40px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.reply-form .btn-cancel-reply:hover {
    transform: translateY(-2px);
}

.replies-list {
    margin-top: 15px;
    margin-left: 30px;
    border-left: 3px solid #e9ecef;
    padding-left: 15px;
}

.reply-item {
    background: #f8f9fa;
    padding: 12px;
    margin-bottom: 10px;
    border-radius: 6px;
    border: 1px solid #e9ecef;
}

.reply-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.reply-author strong {
    color: #333;
    font-size: 14px;
}

.reply-author strong.admin {
    color: #007bff;
}

.reply-date {
    color: #6c757d;
    font-size: 12px;
}

.reply-content {
    color: #333;
    line-height: 1.5;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
    .comment-section {
        padding: 20px;
        margin-top: 20px;
    }
    
    .comment-form-wrapper {
        padding: 20px;
    }
    
    .comment-author {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .comment-date {
        margin-top: 5px;
    }
}

.pc-header .hd-logo .logo-hd-white {
    display: block;
}

.pc-header .hd-logo .logo-hd-black {
    display: none;
}

.is-not-home .hd-logo .logo-hd-white ,
.pc-header.uk-active .hd-logo .logo-hd-white {
    display: none;
}

.is-not-home .hd-logo .logo-hd-black ,
.pc-header.uk-active .hd-logo .logo-hd-black {
    display: block;
}

.is-not-home .language-list span{
    color:#000;
}

/* Mobile Sidebar Styles */
.mobile-sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    transition: right 0.3s ease;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
}

.mobile-sidebar.active {
    right: 0;
}

.mobile-sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #eee;
    background: #f8f9fa;
}

.mobile-sidebar-logo .logo-img {
    max-height: 40px;
    width: auto;
}

.mobile-sidebar-close {
    background: none;
    border: none;
    font-size: 24px;
    color: #666;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.mobile-sidebar-close:hover {
    background: #f0f0f0;
    color: #333;
}

.mobile-sidebar-content {
    padding: 0;
    height: calc(100% - 80px);
    display: flex;
    flex-direction: column;
}

.mobile-user-info {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #eee;
}

.user-avatar {
    margin-right: 15px;
}

.user-avatar i {
    font-size: 40px;
    color: #007bff;
}

.user-details {
    flex: 1;
}

.user-name {
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.user-email {
    font-size: 14px;
    color: #666;
}

.mobile-nav {
    flex: 1;
}

.mobile-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-nav-item {
    border-bottom: 1px solid #f0f0f0;
}

.mobile-nav-link {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.mobile-nav-link:hover {
    background: #f8f9fa;
    color: #007bff;
}

.mobile-nav-link i {
    font-size: 14px;
    color: #666;
    transition: all 0.3s ease;
}

.mobile-nav-link:hover i {
    color: #007bff;
}

.mobile-nav-link span {
    font-weight: 500;
    flex: 1;
}

.mobile-sidebar-footer {
    padding: 20px;
    border-top: 1px solid #eee;
    background: #f8f9fa;
}

.mobile-login-btn,
.mobile-logout-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 20px;
    background: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.mobile-login-btn:hover,
.mobile-logout-btn:hover {
    background: #0056b3;
    color: white;
}

.mobile-login-btn i,
.mobile-logout-btn i {
    margin-right: 10px;
}

@media (max-width: 600px) {
    .contact-form-wrapper{
        margin-top: 10px !important;
    }

    .contact-form-section{
        padding: 10px 0px !important;
    }

    .contact-item:last-child{
        margin-bottom: 0px !important;
    }

    .contact-info, .form-invitation{
        padding: 10px 0px !important;
    }

    .contact-body .contact-header .contact-info .company-title {
        font-size: 25px !important;
        margin-bottom: 20px !important;
    }

    .contact-body .contact-header .contact-info .welcome-text {
        font-size: 14px;
    }

    .contact-body .contact-header .form-invitation {
        margin-top: 0px !important;
    }

    .contact-header{
        padding: 0 !important;
    }

    .wrap-contact .uk-width-small-1-1{
        padding: 0px !important;
    }

    .service-section .content h3.title {
        font-size: 20px;
    }

    .service-section .content h4.sub-title {
        font-size: 18px;
    }

    .service-section .content .description {
        font-size: 16px;
    }

    .service-section .content ul li a {
        font-size: 14px;
    }

    .charity-footer .uk-width-medium-1-4 .footer-section {
        margin-bottom: 15px !important;
    }
    
    .charity-footer .uk-width-medium-1-4:last-child .footer-section {
        margin-bottom: 0px !important;
    }

    .line-header{
        display: none;
    }

    .mobile-header .upper {
        padding-right: 10px;
    }

    .mobile-sidebar {
        width: 100%;
        right: -100%;
    }

    .mobile-sidebar-header {
        padding: 15px;
    }
    
    .mobile-user-info {
        padding: 15px;
    }
    
    .mobile-nav-link {
        padding: 12px 15px;
    }
    
    .mobile-sidebar-footer {
        padding: 15px;
    }
}

/* Mobile Sidebar Styles */
.mobile-sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    transition: right 0.3s ease;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
}

.mobile-sidebar.active {
    right: 0;
}

.mobile-sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #eee;
    background: #f8f9fa;
}

.mobile-sidebar-logo .logo-img {
    max-height: 40px;
    width: auto;
}

.mobile-sidebar-close {
    background: none;
    border: none;
    font-size: 24px;
    color: #666;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.mobile-sidebar-close:hover {
    background: #f0f0f0;
    color: #333;
}

.mobile-sidebar-content {
    padding: 0;
    height: calc(100% - 80px);
    display: flex;
    flex-direction: column;
}

.mobile-nav {
    flex: 1;
}

.mobile-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-nav-item {
    border-bottom: 1px solid #f0f0f0;
}

.mobile-nav-item-header {
    padding: 15px 20px;
}

.mobile-nav-link {
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    flex: 1;
}

.mobile-nav-link:hover {
    color: #007bff;
}

.mobile-nav-link span {
    font-weight: 500;
}

.btn-more {
    cursor: pointer;
    padding: 5px;
    transition: all 0.3s ease;
    display: inline-block;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.btn-more i {
    font-size: 14px;
    color: #666;
    transition: all 0.3s ease;
}

.btn-more:hover i {
    color: #007bff;
}

.btn-more.rotate i {
    transform: rotate(180deg);
}

/* Mobile Submenu Styles */
.mobile-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #f8f9fa;
    border-top: 1px solid #eee;
    display: none; /* Ensure it starts hidden */
}

.mobile-submenu-item {
    border-bottom: 1px solid #e9ecef;
}

.mobile-submenu-item:last-child {
    border-bottom: none;
}

.mobile-submenu-link {
    display: block;
    padding: 12px 20px 12px 40px; /* Padding dịch vào trong */
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.mobile-submenu-link:hover {
    background: #e9ecef;
    color: #007bff;
}

.mobile-submenu-link span {
    font-weight: 400;
}

.form-row input{
    height: 40px !important;
}

.about-quy-card-image img {
    width: 100%;
    height: auto;
    display: block;
  }

/* Mobile Sidebar Responsive */
@media (max-width: 480px) {
    .mobile-sidebar {
        width: 100%;
        right: -100%;
    }
}

@media (max-width: 320px) {
    .mobile-sidebar-header {
        padding: 15px;
    }
    
    .mobile-nav-item-header {
        padding: 12px 15px;
    }
    
    .mobile-submenu-link {
        padding: 10px 15px 10px 30px;
    }
}
