@charset "UTF-8";

@font-face {
    font-family: 'sf-pd-r';
    src: url(../fonts/SF-Pro-Display/SF-Pro-Display-Regular.otf);
}

/* Main */
:root {
    --color-red: #f00;
    --color-medium-red: #cc2c32;
    --color-dark-red: #c31829;
    --color-green: #28a745;
    --color-dark-green: #207d36;
    --color-black: #212529;
    --color-gray: #6c757d;
}

body {
    font-size: 14px;
    font-family: 'sf-pd-r';
    overflow-x: hidden !important;
    color: #2B2B2B;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

a,
input,
textarea {
    outline: none;
    padding: 0px;
}

a,
a:hover {
    text-decoration: none;
    color: unset;
}

p {
    margin: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.slick * {
    outline: none;
}

.w-clear:after {
    display: block;
    content: "";
    clear: both;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.none {
    display: none;
}

.hidden-seoh {
    visibility: hidden;
    height: 0px;
    margin: 0px;
    overflow: hidden;
}

.wrap-main,
.wrap-content {
    max-width: 1172px;
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
}

.wrap-main {
    padding: 20px 10px;
}

.wrap-home {
    max-width: 100%;
    padding: 0px;
}

.wrap-content {
    margin: auto;
    align-items: center;
}

.alert {
    width: 100%;
}

/* General */
.title-main {
    position: relative;
    font-weight: 700;
    font-size: 32px;
    color: #D5A31B;
    margin-bottom: 25px;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

.wrap-main .title-main {
    padding-left: 20px;
    border-left: 10px solid #D5A31B;

}

.block-page {
    width: 100%;
    max-width: 1176px;
    margin: 0px auto;
    padding: 0px 10px;
}

.block-page-fix {
    width: 100%;
    max-width: 1256px;
    margin: 0px auto;
    padding: 0px 10px;
}

.title-search {
    font-size: 24px;
    font-weight: bold;
}

.count-search {
    margin-bottom: 20px;
}

/* =======================HEADER==================== */
.header {
    width: 100%;
    z-index: 99;
}

.fix-header {
    position: fixed;
    top: -127px;
    background-color: #fff;
    box-shadow: 1px 1px 3px;
}

.fix-header .logo-header p {
    position: absolute;
    top: 80px;
    width: 60px;
}

.header-top {
    display: flex;
    padding: 10px 35px;
    justify-content: space-between;
    background-color: #D5A31B;
    color: #fff;
    margin: 0 auto;
    width: 100%;
    max-width: 1152px;
    clip-path: polygon(30px 0, calc(100% - 30px) 0, 100% 100%, 0 100%);
}

.header-bottom {
    display: flex;
    padding: 0 10px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.logo-header {
    width: 25%;
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
}

.header-right {
    width: 75%;
    margin: auto;
}

.header-right-top {
    padding: 15px 0;
    display: flex;
    justify-content: space-around;
}

.header-hotline .content p {
    color: #2B2B2B;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
}

.header-hotline .content h3 {
    color: #D5A31B;
    font-weight: 700;
    font-size: 20px;
}

.social_header a {
    display: inline-block;
    margin-left: 20px;
    transition: all 0.3s;
}

.social_header a:hover {
    transform: rotate(-45deg);
    transition: all 0.3s;
}

.social_header {
    text-align: right;
}

.header-right p {
    text-align: right;
    font-size: 16px;
}

/* =======================MENU==================== */
.menu {
    transition: all 0.6s;
}

.menu>.wrap-content {}

.menu-fixed-scroll {
    position: sticky;
    top: 0;
    z-index: 999;
}

.menu ul {
    list-style: none
}

.menu.sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9000;
}

.menu .item-big {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    padding-inline-start: 0;
    width: 100%;
    margin: 0 auto;
}

.menu .item-big .nav-item {
    display: inline-block;
    position: relative;
    position: relative;
    font-size: 0;
    transition: all 0.4s;
}

.menu .item-big .nav-item:hover,
.menu .item-big .nav-item.active {
    transition: all 0.4s;
    background-color: #D5A31B;
}

.menu .item-big .nav-item:hover a,
.menu .item-big .nav-item.active a {
    transition: all 0.4s;
    color: #fff;
}

/* .menu .item-big .nav-item:hover>a{text-shadow: 0 0 6px;} */
.menu .item-big .nav-item>a {
    padding: 15px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.4s;
}

.menu .item-big .nav-item>.item_small {
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 250px;
    padding: 0;
    background-color: #0000008f;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    z-index: 999;
}

.menu .item-big .nav-item:hover>ul {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    min-width: 250px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

.menu .item-big .nav-item ul li:hover {
    background-color: #D5A31B;
}

.menu .item-big .nav-item>ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding: 7px 5px 7px 0px;
    color: #ffffff;
    position: relative;
    border-bottom: solid 1px #e5e6ec30;
    text-align: left;
    padding-left: 15px;
    text-decoration: none;
}

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

.menu .item-big .nav-item>ul li a i {
    position: absolute;
    right: -10px;
    padding: 0px 10px;
    top: 0;
    line-height: 38px;
}

.menu .item-big .nav-item>ul li {
    padding: 0px;
}

.menu .item-big .nav-item li {
    position: relative;
}

.menu .item-big .nav-item>ul li ul {
    visibility: hidden;
    opacity: 0;
    margin-top: 20px;
    left: 100%;
    top: 0px;
    position: absolute;
    width: 250px;
    padding: 0;
    background-color: #0000008f;
    z-index: 99;
    box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    -os-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
    transition: all 0.6s;
}

.menu .item-big .nav-item>ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
}

/* Menu RP */
#hamburger {
    display: block;
    position: relative;
    float: left;
}

#hamburger i {
    color: #fff;
    font-size: 25px;
    padding: 5px 7px;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 1px #bdbdbd;
}

.menu-text {
    color: #fff;
    padding-left: 15px;
    font-size: 18px;
    font-weight: bold;
}

.mm-menu_opened {
    display: block !important;
}

.mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout {
    background: #000000ad;
}

.menu-res .header-hotline .content h3 {
    color: #fff;
    margin-bottom: 0;
}

.menu-res {
    display: none;
    height: 55px;
    z-index: 10;
    background: #D5A31B;
    position: relative;
    line-height: normal;
    position: sticky;
    z-index: 9999;
    overflow: hidden;
    top: 0;
    box-shadow: 0px 1px 2px;
}

.menu-bar-res {
    height: 55px;
    padding: 0px 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-res .search {
    width: 100%;
}

.search {
    width: 405px;
    background: none;
    display: flex;
    position: relative;
    transition: all 0.6s;
    background-color: #fff;
    padding: 5px 15px;
    border: 0.5px solid #777777;
    border-radius: 4px;
    align-items: center;
    justify-content: space-between;
}

.search p {
    /* width: 32px;
    height: 32px; */
    /* line-height: 35px; */
    cursor: pointer;
    text-align: center;
    margin: 0px;
    color: #969696;
    font-size: 16px;
    border-radius: 50%;
    transition: all 0.3s;
}

.search p:hover {
    color: #D5A31B;
    font-weight: bold;
    transform: scale(1.1);
    transition: all 0.3s;
}

.search input {
    width: calc(100% - 35px);
    outline: none;
    padding: 0px;
    border: 0px;
    background: transparent;
    color: #245a00;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.search input::-webkit-input-placeholder,
.search input:-moz-placeholder,
.search input::-moz-placeholder,
.search input:-ms-input-placeholder {
    color: #245a00;
}

.search.active {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
}

.menu-res .icon-search1 {
    width: 35px;
    line-height: 12px;
    color: #fff;
    border-left: 1px solid #fff;
    display: inline-block;
    cursor: pointer
}

/* Search RP */
.search-res {
    position: relative;
}

.search-res .icon-search {
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 17px;
    margin: 0px;
}

.search-res .icon-search.active {
    color: var(--color-red);
    background: #fff;
    border-radius: 100%;
}

.search-res .search-grid {
    position: absolute;
    top: 0px;
    right: calc(100% + 5px);
    width: 0;
    overflow: hidden;
    height: 40px;
    background: rgb(95, 95, 95);
    display: flex;
    border-radius: 40px;
    transition: all 0.6s;
    box-shadow: 1px 1px 1px;
    z-index: 2;
}

.search-res .search-grid p {
    width: 32px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    text-align: center;
    margin: 0px;
    color: #ea5f33;
    font-size: 16px;
    background: #ffffffc4;
    border-radius: 50%;
    margin-right: 3px;
    margin-top: 4px;
    transition: background 0.4s;
}

.search-res .search-grid p:hover {
    background: #fff;
    transition: background 0.4s;
}

.search-res .search-grid input {
    width: calc(100% - 35px);
    height: 38px;
    outline: none;
    padding: 0px;
    border: 0px;
    background: transparent;
    text-indent: 10px;
    font-size: 14px;
    color: #fff;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    font-style: italic;
}

.search-res .search-grid input::-webkit-input-placeholder {
    color: #fff;
}

.search-res .search-grid input:-moz-placeholder {
    color: #fff;
}

.search-res .search-grid input::-moz-placeholder {
    color: #fff;
}

.search-res .search-grid input:-ms-input-placeholder {
    color: #fff;
}

.search-res .search-grid.active {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
}

.search_mobile_menu {
    width: 100% !important;
}



/* Slideshow */
#slide_show #slider-top {
    margin: 0 auto;
}

#slide_show .p-relative {
    position: relative;
}

#slide_show .slider_container {
    position: relative;
    top: 0;
    left: 0;
    width: 1920px;
    height: 974px;
}

#slide_show .slides {
    cursor: move;
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 0px;
    width: 1920px;
    height: 974px;
}

#slide_show .slideshow {
    position: relative;
}

@media (min-width: 992px) {
    /* .slider, .slide {
        height: 100vh;
    } */
}

#slide_show .slide {
    position: relative;
    transition: 1s;
}

#slide_show .slide .slide__img {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: -2px;
}

@media (min-width: 992px) {
    #slide_show .slide .slide__img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
}

#slide_show .slide .slide__img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    height: auto;
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    transition: all 1s ease;
}

#slide_show .slide .slide__content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    max-width: 50%;
    text-align: left;
}

#slide_show .slide .slide__content.slide__content__left {
    left: 15%;
    transform: translate(-15%, -50%);
}

#slide_show .slide .slide__content.slide__content__right {
    right: 15%;
    left: auto;
    transform: translate(5%, -50%);
}

#slide_show .slide .slide__content--headings {
    color: #000;
}

#slide_show .slide .slide__content--headings h2 {
    font-size: 30px;
    color: #616161;
    margin: 10px 0;
}

#slide_show .slide .slide__content--headings .animated {
    transition: all 0.5s ease;
}

#slide_show .slide .slide__content--headings .top-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 35px;
    text-shadow: 1px 1px 3px black;
}

#slide_show .slide .slide__content--headings .title {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 35px;
    text-shadow: 1px 1px 3px black;
}

#slide_show .slide .slide__content--headings .button-custom {
    text-decoration: none;
    padding: 10px 40px;
    font-size: 13px;
    border-radius: 10px;
    background-color: #d7c58a;
    border: none;
    font-family: 'msr-b';
    color: #fff;
}

#slide_show .slide .slide__content--headings .button-custom:hover {
    background-color: #ef7136;
    color: #fff;
    transition: background-color 0.4s;
    transition: color 0.4s;
}

#slide_show .slider [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    transition: opacity 0.5s ease 0.3s;
    transition: 1s;
}

#slide_show .slick-dotted .slick-slider {
    margin-bottom: 30px;
}

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

#slide_show .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

#slide_show .slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

#slide_show .slick-dots li button:hover,
#slide_show .slick-dots li button:focus {
    outline: none;
}

#slide_show .simple-dots .slick-dots li {
    width: 20px;
    height: 20px;
}

#slide_show .simple-dots .slick-dots li button {
    border-radius: 50%;
    background-color: white;
    opacity: 0.25;
    width: 20px;
    height: 20px;
}

#slide_show .simple-dots .slick-dots li button:hover,
#slide_show .simple-dots .slick-dots li button:focus {
    opacity: 1;
}

#slide_show .simple-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

#slide_show .stick-dots .slick-dots li {
    height: 3px;
    width: 50px;
}

#slide_show .stick-dots .slick-dots li button {
    position: relative;
    background-color: white;
    opacity: 0.25;
    width: 50px;
    height: 3px;
    padding: 0;
}

#slide_show .stick-dots .slick-dots li button:hover,
#slide_show .stick-dots .slick-dots li button:focus {
    opacity: 1;
}

#slide_show .stick-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

#slide_show .stick-dots .slick-dots li.slick-active button:hover,
#slide_show .stick-dots .slick-dots li.slick-active button:focus {
    opacity: 1;
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
        transition: 1s;
    }

    to {
        transform: scale3d(1.1, 1.1, 1.1);
        transition: 3s;
    }
}

@keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
        transition: 2s;
    }

    to {
        transform: scale3d(1.1, 1.1, 1.1);
        transition: 2s;
    }
}

#slide_show .zoomInImage {
    -webkit-animation-name: zoomInImage;
    animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
        transition: 2s;
    }

    to {
        transform: scale3d(1, 1, 1);
        transition: 2s;
    }
}

@keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
        transition: 2s;
    }

    to {
        transform: scale3d(1, 1, 1);
        transition: 2s;
    }
}

#slide_show .zoomOutImage {
    -webkit-animation-name: zoomOutImage;
    animation-name: zoomOutImage;
    transition: 1s;
}

#slide_show .slick-nav {
    --active: #fff;
    --border: rgba(255, 255, 255, 0.12);
    width: 44px;
    height: 44px;
    position: absolute;
    cursor: pointer;
    top: calc(50% - 44px);
}

#slide_show .slick-nav.prev-arrow {
    left: 3%;
    transform: scaleX(-1);
    z-index: 999;
}

#slide_show .slick-nav.next-arrow {
    left: auto;
    right: 3%;
}

#slide_show .slick-nav i {
    display: block;
    position: absolute;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
}

#slide_show .slick-nav i:before,
#slide_show .slick-nav i:after {
    content: "";
    width: 10px;
    height: 2px;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--active);
    margin: -1px 0 0 -5px;
    display: block;
    transform-origin: 9px 50%;
}

#slide_show .slick-nav i:before {
    transform: rotate(-40deg);
}

#slide_show .slick-nav i:after {
    transform: rotate(40deg);
}

#slide_show .slick-nav:before,
#slide_show .slick-nav:after {
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 50%;
    border: 2px solid var(--border);
}

#slide_show .slick-nav svg {
    width: 44px;
    height: 44px;
    display: block;
    position: relative;
    z-index: 1;
    color: var(--active);
    stroke-width: 2px;
    stroke-dashoffset: 126;
    stroke-dasharray: 126 126 0;
    transform: rotate(0deg);
}

#slide_show .slick-nav.animate svg {
    -webkit-animation: stroke 1s ease forwards 0.3s;
    animation: stroke 1s ease forwards 0.3s;
}

#slide_show .slick-nav.animate i {
    -webkit-animation: arrow 1.6s ease forwards;
    animation: arrow 1.6s ease forwards;
}

#slide_show .slick-nav.animate i:before {
    -webkit-animation: arrowUp 1.6s ease forwards;
    animation: arrowUp 1.6s ease forwards;
}

#slide_show .slick-nav.animate i:after {
    -webkit-animation: arrowDown 1.6s ease forwards;
    animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
    52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0;
    }

    52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0;
    }

    100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126;
    }
}

@keyframes stroke {
    52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0;
    }

    52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0;
    }

    100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126;
    }
}

@-webkit-keyframes arrow {

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

    23% {
        transform: translateX(17px);
        opacity: 1;
    }

    24%,
    80% {
        transform: translateX(-22px);
        opacity: 0;
    }

    81% {
        opacity: 1;
        transform: translateX(-22px);
    }
}

@keyframes arrow {

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

    23% {
        transform: translateX(17px);
        opacity: 1;
    }

    24%,
    80% {
        transform: translateX(-22px);
        opacity: 0;
    }

    81% {
        opacity: 1;
        transform: translateX(-22px);
    }
}

@-webkit-keyframes arrowUp {

    0%,
    100% {
        transform: rotate(-40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

@keyframes arrowUp {

    0%,
    100% {
        transform: rotate(-40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

@-webkit-keyframes arrowDown {

    0%,
    100% {
        transform: rotate(40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

@keyframes arrowDown {

    0%,
    100% {
        transform: rotate(40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

#my-slider [data-animation-in] {
    opacity: 0;
}

/* =========HOMEPAGE============ */
.slick-pronb-home {
    position: relative;
    z-index: 2;
}

.slick-pronb-home .slick-list.draggable {
    padding: 10px 0;
}

.slick-pronb-home .box-product {
    margin: 0 10px;
}

/* =========END HOMEPAGE============ */
/* Breadcrumb */
.breadCrumbs .wrap-content {
    padding: 0.75rem 10px;
    max-width: 1200px;
}

.breadCrumbs::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.473);
}

.breadCrumbs .wrap-content .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    justify-content: center;
}

.breadCrumbs .wrap-content .breadcrumb-item a {
    color: var(--color-black);
}

.breadCrumbs .wrap-content .breadcrumb-item.active span {
    color: #fff;
}

.breadcrumb-item span {
    font-size: 20px;
    color: #fff;
}

.breadcrumb-item:hover span {
    color: #000;
}

ol.breadcrumb {
    position: relative;
    z-index: 1;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #b0b0b0;
}

/* Video */
.video {
    width: 23.5%;
    margin: 0 2% 2% 0;
    text-align: center;
    cursor: pointer;
}

.video:nth-child(4n+1) {
    clear: both;
}

.video:nth-child(4n) {
    margin-right: 0px;
}

.pic-video {
    position: relative;
}

.pic-video:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 35px;
    top: calc(50% - 50px/2);
    left: calc(50% - 35px/2);
    z-index: 1;
    background-repeat: no-repeat;
    background-image: url(../images/play.png);
}

.pic-video img {
    width: 100%;
}

.name-video {
    font-size: 16px;
    color: var(--color-black);
    margin-bottom: 0px;
}

/* Album */
.album-index {
    background: url('../images/web/bgabout.jpg')repeat top center;
    padding: 50px 0;
    margin-bottom: 35px;
}

.album {
    width: calc(100% / 4);
    cursor: pointer;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.pic-album {
    position: relative;
}

.pic-album img {
    width: 100%;
}

.name-album {
    font-size: 16px;
    color: var(--color-black);
    margin-bottom: 0px;
}

/* Product */
.wrap-product {}

.text-decoration-none {
    position: relative;
    /* margin-bottom: 30px; */
}

.content-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.grid-page {
    width: 100%;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
}

.pro-detail-page .grid-page {
    /* grid-template-columns: repeat(3, 1fr); */
}

.paging-product-category-show-spcl {
    width: 100%;
}

.box-product {
    box-sizing: border-box;
    position: relative;
    display: block;
}

.product {
    width: 100%;
    padding: 0px 0px 15px 0px;
    transition: all ease 0.4s;
}

.pic-product {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.pic-product img {
    width: 100%;
}

.name-product {
    margin-top: 15px;
    font-weight: 700;
    font-size: 20px;
}

.name-product a {
    text-decoration: none;
    color: #333;
}

.name-product:hover a,
.product:hover .name-product a {
    color: #D5A31B;
    /* text-decoration: underline; */
}

.name-product.text-split {
    -webkit-line-clamp: 2;
}

.price-product {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 10px;
    flex-wrap: wrap;
}

.product:hover .price-product .price-new {
    padding-left: 5px;
    transition: all 0.4s;
}

.price-product .price-new:hover {
    color: #D5A31B;
    letter-spacing: 3px;
    padding-left: 5px;
    transition: all 0.5s;
}

.price-product .price-new::before {
    width: 0;
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    border-bottom: 1px solid #D5A31B;
    transition: all 0.2s;
}

.price-product .price-new:hover::before {
    width: 100%;
    transition: all 0.2s;
}

.price-product .price-new:hover i {
    padding-left: 5px;
    transition: all 0.5s;
}

.price-product .price-new i {
    transition: all 0.5s;
}

.price-new {
    font-weight: 400;
    font-size: 16px;
    color: #2B2B2B;
    letter-spacing: 0.01em;
    transition: all 0.4s;
    line-height: 24px;
    position: relative;
}

.price-new>span:last-child {
    font-family: 'BeVietnamRegular';
}

.price-new b {}

.price-new code {
    color: #2B2B2B;
}

.price-old code {
    color: #999;
}

.price-old {
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
    font-family: 'Roboto';
}

.price-per {
    position: absolute;
    top: 6px;
    right: -10px;
    color: #fff;
    background: #CE2020;
    font-size: 11px;
    width: 45px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    /* overflow-x: hidden; */
}

.price-per:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid #9C1919;
    border-right: 10px solid transparent;
    bottom: -6px;
    right: 0px;
    position: absolute;
    z-index: -1;
}

.price-hot {
    position: absolute;
    top: 5px;
    left: 5px;
    color: #fff;
    background: #c33;
    font-size: 11px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    /* border: 1px solid #D3CAAD; */
    font-family: 'Roboto';
    /* font-weight: bold; */
}

.none-per {
    left: 5px !important;
}

.cart-product {
    margin-bottom: 0px;
}

.cart-product span {
    cursor: pointer;
    width: 49%;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    padding: 7px 5px;
    border-radius: 3px;
}

.cart-add {
    margin-right: 2%;
    background-color: var(--color-red);
}

.cart-add:hover {
    background-color: var(--color-dark-red);
}

.cart-buy {
    background-color: var(--color-green);
}

.cart-buy:hover {
    background-color: var(--color-dark-green);
}

/* Product LEFT */
.frame-left>h2 {
    line-height: 30px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
    border-bottom: 2px solid grey;
    color: #e93f33;
    letter-spacing: 2px;
    font-weight: bold;
    text-shadow: 0.3px 0.3px 0 #000;
}

.frame-left {
    width: 270px;
    float: right;
    position: sticky;
    top: 60px;
    padding: 10px;
    box-shadow: 1px 1px 5px 0 grey;
    border-radius: 2px;
}

.hotline-onl-sub-left {
    width: fit-content;
    padding: 5px 10px;
    background-color: red;
    border-radius: 30px;
    position: relative;
    margin: 0 auto;
    margin-top: -15px;
    margin-bottom: 20px;
}

.hotline-onl-sub-left a {
    color: #fff;
}

.list-btn {
    display: inline-block;
    width: 285px;
    position: relative;
    background: #FF0000;
    padding-left: 10px;
}

.list-btn h5 {
    text-transform: uppercase;
    color: #FFF;
    font-size: 19px;
    font-weight: 700;
    line-height: 50px;
    text-align: left;
    padding-left: 50px;
    position: relative;
    cursor: pointer;
    margin-bottom: 0rem;
}

.list-btn h5 span {
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 4px;
    background: #FFF;
    left: 10px;
    top: calc(50% - 2px);
    content: '';
}

.list-btn h5 span:after {
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 4px;
    background: #FFF;
    right: 0px;
    top: -8px;
    content: '';
}

.list-btn h5 span:before {
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 4px;
    background: #FFF;
    right: 0px;
    bottom: -8px;
    content: '';
}

.list-btn h5 b {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 10px;
    top: calc(25% - 2px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s;
}

.list-btn h5.active b {
    opacity: 1;
    transition: all 0.6s;
    visibility: inherit;
}

.list-btn h5.active span {
    opacity: 0;
    visibility: hidden;
}

.list-btn-position {
    list-style: none;
    position: relative;
    top: 130%;
    width: 100%;
    left: 0px;
    z-index: 5;
    opacity: 0;
    transition: all 0.6s;
    background: #FFF;
    visibility: hidden;
    padding-inline-start: 0px;
}

.list-btn-position.show {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.list-btn-position li {
    position: relative;
    text-align: left;
    box-sizing: border-box;
}

.back-list>a {
    padding-left: 30px;
}

.list-btn-position li span {
    position: absolute;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    top: 8px;
    z-index: 9;
    cursor: pointer;
}

.list-btn-position li a {
    color: #333;
    font-size: 15px;
    text-decoration: none;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    padding: 7px 25px 7px 0;
    border-bottom: 1px solid rgb(216, 216, 216);
    transition: transform 0.3s;
}

.list-btn-position li ul li a {
    padding: 5px 0px 5px 0;
}


.list-btn-position li:hover>a {
    color: red;
}

.list-btn-position li a:hover {
    transform: scale(1.05);
    transition: transform 0.3s;
}

.list-btn-position i:hover {
    color: #282828;
}

.list-btn-position li>i {
    width: 25px;
    height: 25px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    position: absolute;
    top: 5px;
    right: 0px;
    color: grey;
    cursor: pointer;
}

.list-btn-position li>i:hover {
    color: var(--color-dark-red);
}

.list-btn-position ul {
    width: 100%;
    background: #FFF;
    list-style: none;
    padding-left: 0;
    display: none;
}

.list-btn-position ul li a {
    border-bottom: 1px dotted grey;
    margin-left: 15px;
    padding-left: 0;
}

.list-btn-position ul li:last-child>a {
    border-bottom: none;
}

.box-pro-index-lf {
    display: flex !important;
    padding: 10px 0;
    position: relative;
    transition: background-color 0.3s;
}

.box-pro-index-lf:after {
    content: "";
    width: 90%;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 0;
    border-bottom: 1px solid #ededed;
    position: absolute;
}

.infor-pro-index-lf {
    line-height: 1;
    width: calc(60% - 7px);
}

.infor-pro-index-lf h3 {
    font-size: 14px;
    margin-bottom: 5px;
}

.infor-pro-index-lf h3 a:hover {
    color: #D5A31B;
    text-decoration: underline;
}

.infor-pro-index-lf p {
    font-size: 12px;
}

.box-pro-index-lf>.img-pro-index-lf {
    margin-right: 10px;
    width: 40%;
}

.img-pro-index-lf img {
    width: 100%;
}

.box-onl-sup-left {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border: 1px solid lightgrey;
    border-top: unset;
}

.box-onl-sup-left p {
    padding-left: 10px;
}

.box-onl-sup-left img {
    width: 100%;
}

.box-left-menu {
    padding-bottom: 1px;
    top: 70px;
    z-index: 9;
}

.catalogy-left h2 {
    background: #009343;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
    position: relative;
    top: -1px;
    width: calc(100% + 2px);
    left: -1px;
    margin-bottom: 0;
}

.color-white-child>h3 {
    color: #fff
}

/* Product  Detail */
.pro-detail-page,
.frame-news-page {
    width: calc(100% - 300px);
    margin-right: 30px;
    float: left;
}

.tabs-pro-detail {
    width: 100%;
}

.grid-pro-detail {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.left-pro-detail {
    position: relative;
    width: 40%;
    text-align: center;
    margin-right: 2%;
    background: white;
}

.left-pro-detail .MagicZoom {
    border-radius: 5px;
    box-shadow: 1px 1px 5px #b7b7b7;
    overflow: hidden;
}

.right-pro-detail {
    width: calc(100% - 42%);
}

.gallery-thumb-pro {
    position: relative;
    margin-top: 10px;
}

.owl-thumb-pro {
    padding: 0px 15px;
}

.control-carousel {
    position: absolute;
    top: calc(50% - 30px/2);
    margin-bottom: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    z-index: 2;
    background-color: #ffffffa8;
    color: #000;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 1px 1px 3px grey;
}

.control-carousel:hover {
    background-color: #fff;
    opacity: 1;
}

.prev-carousel {
    left: 0px;
}

.next-carousel {
    right: 0px;
}

.thumb-pro-detail {
    display: block !important;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid transparent;
    overflow: hidden;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
    border: 3px solid #e93f33;
    overflow: hidden;
}

.thumb-pro-detail img {
    box-shadow: none !important;
    filter: brightness(100%) !important;
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.title-pro-detail {
    text-transform: capitalize;
    font-size: 24px;
    display: block;
    font-weight: 700;
}

.social-plugin-pro-detail {
    margin-top: 0px !important;
}

.desc-pro-detail {
    margin-bottom: 1rem;
}

.attr-pro-detail {
    list-style: none;
    padding: 0px;
}

.attr-pro-detail li {
    border-bottom: 1px dotted #dddddd;
    padding: 10px 0;
}

.attr-pro-detail li label {
    font-weight: bold;
}

.pro-select-quantity {
    display: flex;
    align-items: center;
}

.attr-label-pro-detail {
    margin: 0px 5px 0px 0px;
}

.attr-label-pro-detail.d-block {
    display: block;
    margin: 0px;
}

.attr-content-pro-detail {
    display: inline-block;
    margin-bottom: 0px;
}

.price-new-pro-detail {
    font-weight: 700;
    font-size: 20px;
    color: var(--color-red);
}

.price-old-pro-detail {
    font-weight: 500;
    color: var(--color-gray);
    text-decoration: line-through;
    padding-left: 10px;
}

.color-pro-detail {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 35px;
    height: 30px;
    margin: 0px 0px 3px 0px;
    border: 1px solid transparent;
}

.size-pro-detail {
    border: 1px solid #ccc;
    padding: 3px 10px 4px 10px;
    display: inline-block;
    position: relative;
}

.size-pro-detail.active,
.color-pro-detail.active {
    border-color: #e5101d;
    color: #e5101d;
}

.color-pro-detail.active:before,
.size-pro-detail.active:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    z-index: 1;
    background-image: url(../images/check-cart.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.color-pro-detail input[type=radio],
.size-pro-detail input[type=radio] {
    outline: none;
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    border: 0px;
    top: 0px;
    left: 0px;
}

.quantity-pro-detail {
    width: 100%;
    max-width: 110px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding-left: 10px;
}

.quantity-pro-detail span {
    line-height: 30px;
    padding: 0px;
    width: 30px;
    height: 30px;
    color: #ffffff;
    cursor: pointer;
    font-size: 22px;
    border: 1px solid #cccccc;
    background-color: grey;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
    user-select: none;
    font-weight: bold;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
    user-select: none;
    font-weight: bold;
}

.quantity-pro-detail input {
    height: 30px;
    border: none;
    width: calc(100% - 60px);
    text-align: center;
    font-size: 14px;
    padding: 5px;
    background-color: #dfdfdf;
}

.cart-pro-detail {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}

.cart-pro-detail a {
    width: auto;
    text-align: center;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 1px 1px 3px #353535;
}

.cart-pro-detail a.addnow {
    margin-right: 10px;
    background: #ffffff;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#484848), to(#a9a9a9));
    background: -webkit-linear-gradient(top, #a9a9a9, #484848);
    background: -moz-linear-gradient(top, #f59000, #fd6e1d);
    background: -ms-linear-gradient(top, #f59000, #fd6e1d);
    background: -o-linear-gradient(top, #f59000, #fd6e1d);
}

.addcart {
    font-size: 16px;
    font-family: 'Roboto-Bold'
}

.cart-pro-detail a.buynow {
    background-color: #072748;
    background: #ffffff;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#484848), to(#a9a9a9));
    background: -webkit-linear-gradient(top, #a9a9a9, #484848);
}

.cart-pro-detail a.buynow:hover {
    background-color: var(--color-dark-green);
}

.cart-pro-detail a i {
    vertical-align: top;
    margin-top: 3px;
    margin-right: 8px;
}

.tags-pro-detail {
    margin: 1rem 0px 2rem 0px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.tags-pro-detail a {
    font-size: 12px;
    color: #fff;
    padding: 5px 10px 7px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: var(--color-red);
    border-radius: 3px;
}

.tags-pro-detail a:hover {
    background-color: var(--color-medium-red);
}

.tags-pro-detail a i {
    font-size: 10px;
    margin: 5px 5px 0px 0px;
}

.tabs-pro-detail .ul-tabs-pro-detail {
    padding: 0px;
    list-style: none;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
}

.tabs-pro-detail .ul-tabs-pro-detail li {
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #eee;
    padding: 5px 10px;
}

.tabs-pro-detail .ul-tabs-pro-detail li.active {
    background: #333;
    color: #fafafa;
}

.tabs-pro-detail .ul-tabs-pro-detail li:last-child {
    margin-right: 0px;
}

.tabs-pro-detail .content-tabs-pro-detail {
    display: none;
    width: 100%;
}

.tabs-pro-detail .content-tabs-pro-detail.active {
    display: block;
}

/* Toc */
.box-readmore {
    padding: 8px 15px;
    border: 1px solid #dedede;
    margin-bottom: 2rem;
    border-radius: 5px;
    background-color: #eeeeee;
}

.box-readmore li ul>li {
    margin: 0;
    margin-bottom: 8px
}

.box-readmore li ul>li:before {
    content: counters(item, ".") " "
}

.box-readmore ul {
    list-style-type: none;
    counter-reset: item;
    margin-bottom: 0px;
    padding-left: 0px !important;
    margin-top: 8px;
}

.box-readmore ul li {
    display: table;
    counter-increment: item;
    margin-bottom: 5px
}

.box-readmore ul li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 5px
}

.box-readmore ul li a {
    color: #333333;
    cursor: pointer;
    font-weight: 600;
}

.box-readmore ul li a:hover {
    color: #767676;
}

/* news + video */

.wrap-news-video,
.news-item-index {
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wrap-news-index {
    width: 50%;
    padding-right: 20px;
    position: relative;
}

.wrap-news-video .wrap-title-index .title-main,
.wrap-news-video .wrap-title-index p {
    text-align: left;
}

.wrap-video-index .wrap-title-index .title-main {
    color: #D5A31B;
}

.wrap-video-index .wrap-title-index p {
    color: unset;
}

.wrap-news-index::before {
    content: '';
    width: 60%;
    height: 85%;
    position: absolute;
    left: 0;
    top: -3rem;
    background-color: #D5A31B;
    transform: translateX(-50%);
    z-index: -1;
}

.wrap-news-index .title-main span {
    color: #fff;
}

.wrap-video-index {
    width: 50%;
    padding-left: 20px;
}

.desc-news.text-split {
    -webkit-line-clamp: 3;
}

.news-item-index .info-news-item {
    width: calc(100% - 212px);
    padding-left: 20px;
}

.news-item-index {
    margin: 5px 0;
}

.news-item-index p.scale-img {
    width: 212px;
    box-shadow: 1px 1px 2px #676767;
}

.left-news-index h3 {
    font-family: 'Roboto-Black';
    font-size: 18px;
}

.info-news-item h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
}

.left-news-index .desc-news,
.info-news-item .desc-news.text-split {
    color: #777777;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
}

.btn-2 {
    transition: all 0.4s ease;
    position: relative;
}

.btn-2::before {
    content: '';
    position: absolute;
    width: 0;
    border-bottom: 1px solid #D5A31B;
    bottom: -3px;
    left: 0;
    transition: all 0.4s ease;
}

.btn-2:hover::before {
    transition: all 0.4s ease;
    width: 100%;
}

.btn-2:hover {
    color: #D5A31B;
    letter-spacing: 3px;
    transition: all 0.4s ease;
}

.left-news-index>p.scale-img {
    margin: 5px 0 10px 0;
    box-shadow: 1px 1px 2px #676767;
}

.info-news-item h3 a:hover,
.left-news-index h3 a:hover {
    color: #D5A31B;
}

/* Post  */

.news-2 {
    display: flex;
    margin: 0 0 7px 0;
    flex-wrap: wrap;
    box-shadow: 0 0 15px 0 #e1e1e1;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s;
}

.news-2 p.scale-img {
    width: 250px;
}

.news-2 .info-news {
    width: calc(100% - 250px);
    padding: 10px 15px;
    position: relative;
    padding-bottom: 30px;
}

.news-2 .view-times-news {
    position: absolute;
    width: calc(100% - 30px);
    bottom: 0;
    left: 15px;
}

.news-2:hover {
    transition: all 0.3s;
    transform: translateY(-5px);
}

.grid-news {
    width: 100%;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
}

.time-main {
    font-style: italic;
    text-align: right;
    margin: 10px 0;
}

.news {
    margin-bottom: 25px;
    border: 1px solid #dedede;
    height: fit-content;
    transition: all 0.3s;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 1px 1px 15px rgb(218, 218, 218);
}

.news:hover {
    box-shadow: 1px 1px 10px 0px rgb(216, 216, 216);
    transform: translateY(-5px);
    transition: all ease 0.4s;
}

.pic-news {
    width: 100%;
}

.pic-news img {
    width: 100%;
}

.info-news {
    width: 100%;
    padding: 10px 10px 0 10px;
}

.view-times-news {
    border-top: 1px solid #d6d6d6;
    padding: 5px 0;
    margin-top: 10px;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.view-times-news>a {
    text-decoration: underline;
    font-style: italic;
    color: red;
    transition: all 0.4s ease;
}

.view-times-news>a:hover {
    letter-spacing: 3px;
    transition: all 0.4s ease;
}

.view-times-news>a:hover i {
    padding-left: 5px;
    transition: all 0.4s ease;
}

.name-news {
    color: #333;
    font-size: 16px;
    display: block;
    line-height: normal;
    margin-bottom: 5px;
}

.name-news a {
    color: #333;
    text-decoration: none;
    font-weight: 600;
}

.name-news:hover a,
.news:hover .name-news a {
    color: var(--color-red);
}

.time-news {
    color: var(--color-gray);
    margin-bottom: 0.25rem;
    font-size: 13px;
    font-style: italic;
    text-align: right;
}

.desc-news.text-split {
    color: #333;
    margin-top: 5px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.share {
    padding: 17px 10px 10px 10px;
    line-height: normal;
    background: rgba(128, 128, 128, 0.15);
    margin-top: 15px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px grey;
}

.share b {
    display: block;
    margin-bottom: 5px;
}

.othernews b {
    margin-bottom: 10px;
}

.list-news-other {
    padding-left: 0px;
    list-style: none;
}

.list-news-other li {
    margin-bottom: 2px;
}

.list-news-other li a {
    text-transform: none;
    color: #333333;
    display: block;
    transition: all 0.4s ease;
}

.list-news-other li a:hover {
    color: var(--color-red);
    transform: translateX(5px);
    transition: all 0.4s ease;
}

/* Contact */
.top-contact {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
    width: 100%;
}

.top-contact .article-contact {
    width: 48%;
}

.form-contact {
    width: 47%;
}

.input-contact {
    position: relative;
    margin-bottom: 15px;
}

.input-contact input,
.input-contact textarea {
    width: 100%;
    padding: 0px;
    outline: none;
    font-size: 14px;
    box-shadow: 0 0 7px 0 #e1e1e1;
}

.input-contact input,
.input-contact textarea,
.input-contact input::placeholder,
.input-contact textarea::placeholder {
    color: #333;
}

.input-contact input {
    text-indent: 10px;
}

.input-contact textarea {
    resize: none;
    height: 150px;
    padding: 10px;
}

.input-contact .custom-file-label::after {
    content: attr(title);
}

.input-contact .custom-file-label {
    box-shadow: 0 0 7px 0 #e1e1e1;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #ffffff;
    content: "Browse";
    background-color: #6c6c6c;
    border-left: inherit;
    border-radius: 0;
}

.form-contact input.btn {
    padding: 5px 25px;
    border: 2px solid transparent;
    background-color: #e93f33;
    color: #fff;
    margin-right: 5px;
    transition: transform 0.3s;
    box-shadow: 1px 1px 3px grey;
}

.form-contact input.btn:hover {
    color: #fff;
    background-color: #e93f33;
    transform: scale(0.9);
    transition: transform 0.3s;
}

.bottom-contact {
    position: relative;
    height: 500px;
    width: 100%;
    border: 1px solid blue;
    border-radius: 10px;
    overflow: hidden;
}

.bottom-contact iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
}

/* Footer */
.footer {
    background: #0342AC;
    color: #000;
    background-size: cover;
    position: relative;
    z-index: 9;
    margin-top: 20px;
}

.footer>.wrap-content {
    padding: 48px 10px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    max-width: 1172px;
}

.social-footer {
    margin: 20px 0;
}

.social-footer a {
    margin: 0 7px;
    display: inline-block;
    transition: all 0.4s ease;
}

.social-footer a:hover {
    transform: rotate(-45deg);
    transition: all 0.4s ease;
}

.footer-news .title-main {
    font-size: 24px;
    margin-bottom: 20px;
}

.footer-news:nth-child(1) {
    width: 70%;
    padding-right: 20px;
}

.footer-news:nth-child(2) {
    width: 30%;
    padding-left: 20px;
}

.footer-news:nth-child(1) .content {
    padding-left: 20px;
    width: calc(100% - 180px);
}

.title-footer {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 40px;
    font-family: 'Roboto';
    position: relative;
}

.title-footer1 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 20px;
    font-family: 'NunitoBold';
    position: relative;
    color: #fff;
}

.title-footer2 {
    text-transform: uppercase;
    font-size: 40px;
    font-family: 'SFUBodoniBoldCondensed';
    position: relative;
    color: #EA1D27;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.info-footer {
    font-size: 14px;
    color: #fff
}

.footer-ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-family: 'NunitoRegular';
    font-size: 15px;
}

.footer-ul li {
    margin-bottom: 5px;
}

.footer-ul li:last-child {
    margin-bottom: 0px;
}

.footer-ul li a {
    color: #fff;
}

.footer-ul li:hover a {
    color: #ff0;
}

.footer-tags {
    background: #eee;
}

.footer-tags .wrap-content {
    padding: 30px 10px;
}

.label-tags {
    font-weight: 600;
    font-size: 15px;
}

.list-tags {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}

.list-tags li {
    margin: 0px 5px 5px 0px;
    width: fit-content;
}

.list-tags li a {
    color: #fff;
    background-color: var(--color-red);
    padding: 6px 15px 8px 15px;
    border-radius: 3px;
    display: block;
}

.list-tags li a:hover {
    background-color: var(--color-medium-red);
}

.footer-powered {
    background-color: #D5A31B;
    font-weight: normal;
    font-size: 14px;
}

.footer-powered .wrap-content {
    padding: 12px 0px;
}

.footer-powered b {
    color: rgb(255, 255, 255);
    font-weight: normal;
}

.copyright {
    margin-bottom: 0px;
    text-align: center;
    color: #fff;
}

.statistic {
    margin-bottom: 0px;
}

.statistic span {
    padding-right: 10px;
}

.statistic span:last-child {
    padding-right: 0px;
}

#footer-map {
    position: relative;
    height: 440px;
}

#footer-map iframe {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
    left: 0px !important;
}

/* Like Share */
.social-plugin {
    display: flex;
    justify-content: flex-start;
}

.social-plugin .at-share-btn {
    margin-bottom: 0px !important;
}

.social-plugin .zalo-share-button {
    margin-left: 3px;
}

/* Pagination */
.pagination-home {
    width: 100%;
    text-align: center;
}

.pagination-home .pagination .page-item .page-link {
    color: #555555;
    font-size: .875rem;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    font-family: 'Font Awesome 5 Light';
    border-radius: 50%;
}

.pagination-home .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: #555555;
    border-color: #555555;
}

/* pagination ajax */
.pagination-ajax {
    text-align: center;
}

.pagination-ajax a {
    vertical-align: top;
    margin: 3px;
    color: #333;
    background: #eee;
    border: 1px solid rgba(161, 161, 161, 0.4);
    font-size: 12px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all ease 0.3s;
}

.pagination-ajax a:hover {
    background: var(--color-red);
    color: #fff;
    border-color: var(--color-red);
    transform: translateY(-2px);
    transition: all ease 0.3s;
}

.translate img {
    cursor: pointer;
}

.pagination-ajax a.current {
    background: var(--color-red);
    color: #fff;
    border-color: var(--color-red);
    transform: translateY(0);
}

/* Popup custom */
.modal {
    z-index: 100000;
}

.modal-custom .modal-footer {
    padding: 0.5rem;
}

.modal-custom .modal-footer .btn {
    font-size: 14px;
}

/* Popup */
#popup .modal-body {
    padding: 0px;
}

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

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

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

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

/* Transition All */
.transition {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

/* Scale IMG */
.scale-img {
    overflow: hidden;
    display: block;
}

.scale-img img {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.scale-img:hover img {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    filter: brightness(0.7);
}

/* mobile footer */
.fix-toolbar {
    background: #D5A31B;
    width: 100%;
    padding: 5px;
    bottom: 0;
    position: fixed;
    height: auto;
    line-height: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
    border-top: 1px solid #fff;
    z-index: 10000;
}

.fix-toolbar ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    list-style: none;
    margin: 0;
}

.fix-toolbar ul li {
    text-align: center;
    width: 20%;
}

.fix-toolbar ul li a {
    display: block;
    width: 100%;
    cursor: pointer;
    color: #fff;
    font-size: 30px;
}

.fix-toolbar ul li a img {
    height: 25px;
    width: auto;
}

.fix-toolbar img {
    vertical-align: top;
}

.fix-toolbar ul li a span {
    font-weight: 400;
    color: #fff;
    font-size: 13px;
    display: none;
}

#toc-content img {
    max-width: 100%;
    height: auto !important;
}

/* Blink */
.blink {
    -webkit-animation-name: blink;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blink;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blink;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blink {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blink {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

/* Button Frame */
.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
}

.btn-frame i {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffffff;
    position: relative;
    z-index: 1;
}

.btn-frame i img {
    vertical-align: middle;
    width: 70%;
}

.btn-frame .animated.infinite {
    animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(7, 41, 103, 0.8);
    opacity: .1;
    border-color: #1182FC;
    opacity: .5;
}

.btn-frame .kenit-alo-circle-red {
    border: 2px solid rgba(103, 7, 7, 0.8) !important;
    border-color: #fc1111 !important;
}

.btn-frame .zoomIn {
    animation-name: zoomIn;
}

.btn-frame .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.btn-frame .kenit-alo-circle-fill {
    width: 70px;
    height: 70px;
    top: -10px;
    right: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(7, 41, 103, 0.35);
    opacity: .4;
}

.btn-frame .kenit-alo-circle-fill-red {
    background-color: rgba(103, 7, 7, 0.35) !important;
}

.btn-frame .pulse {
    animation-name: pulse;
}

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

/* Phone */
.btn-phone {
    bottom: 230px;
}

/* Messenger */
.js-facebook-messenger-container.closed,
.js-facebook-messenger-tooltip.closed {
    display: none !important
}

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px
}

.js-facebook-messenger-tooltip {
    color: #404040;
    background: #fff
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-tooltip {
    display: none;
    position: fixed;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
    z-index: 1.0E+30
}

.js-facebook-messenger-close-tooltip {
    width: 10px;
    height: 10px;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px
}

.js-facebook-messenger-box.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

.js-facebook-messenger-box.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-box {
    display: block;
    position: fixed;
    cursor: pointer;
    bottom: 117px;
    right: 17px;
    width: 56px;
    height: 56px;
    text-align: center;
    background: #1182FC;
    border-radius: 100%;
    overflow: hidden;
    z-index: 99;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3)
}

.js-facebook-messenger-box.rotate svg#fb-msng-icon {
    transform: rotate(0deg)
}

.js-facebook-messenger-box svg#fb-msng-icon {
    width: 32px;
    height: 33px;
    position: absolute;
    top: 13px;
    left: 12px;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

.js-facebook-messenger-box.rotate svg#close-icon {
    transform: rotate(-45deg)
}

.js-facebook-messenger-box svg#close-icon {
    opacity: 0;
    width: 19px;
    height: 20px;
    position: absolute;
    top: 19px;
    left: 19px;
    -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
    z-index: 1000
}

.js-facebook-messenger-container {
    position: fixed;
    opacity: 0;
    transform: translateY(50px);
    bottom: 110px;
    right: 90px;
    border-radius: 10px;
    pointer-events: none;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
    -webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    -moz-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    -o-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    transition: transform 160ms ease-in-out, opacity 160ms ease-in-out
}

.js-facebook-messenger-top-header {
    width: 220px
}

.js-facebook-messenger-top-header {
    color: #fff;
    background: #1182FC
}

.js-facebook-messenger-top-header {
    display: block;
    position: relative;
    width: 220px;
    background: #1182FC;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 10px;
    font-size: 14px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.js-facebook-messenger-container iframe,
.js-facebook-messenger-container-button iframe {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
    z-index: 1000
}

.js-facebook-messenger-top-header {
    color: #fff;
    background: #1182FC
}

.js-facebook-messenger-top-header {
    width: 220px
}

.js-facebook-messenger-tooltip {
    color: #404040;
    background: #fff
}

.js-facebook-messenger-container.open {
    transform: translateY(0px);
    opacity: 1;
    pointer-events: all
}

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px
}

.js-facebook-messenger-box.open svg#fb-msng-icon {
    opacity: 0
}

.js-facebook-messenger-box.rotate.open svg#close-icon {
    transform: rotate(0deg)
}

.js-facebook-messenger-box.open svg#close-icon {
    opacity: 1
}

/* Cart fix */
.cart-fixed {
    position: fixed;
    right: 20px;
    bottom: 390px;
    z-index: 10;
    background: #4b4f56;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-fixed i {
    font-size: 20px;
}

.cart-fixed span {
    position: absolute;
    top: 0px;
    right: -5px;
    color: #fff;
    width: 25px;
    height: 25px;
    background: var(--color-red);
    text-align: center;
    line-height: 25px;
    font-size: 11px;
    border-radius: 100%;
}

/* Toolbar */
.toolbar {
    background: var(--color-red);
    width: 100%;
    padding: 3vw;
    bottom: 0px;
    position: fixed;
    z-index: 500;
    height: auto;
    left: 0px;
}

.toolbar ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    margin: 0px;
}

.toolbar ul li {
    text-align: center;
    width: 25%;
}

.toolbar ul li a {
    display: block;
    width: 100%;
    cursor: pointer;
}

.toolbar ul li a img {
    height: 6vw;
    width: auto;
}

.toolbar ul li a span {
    font-weight: 400;
    color: #fff;
    font-size: 3.5vw;
    display: none;
}

/* Fixbar */
.fixbar {
    bottom: 0;
    display: block;
    background: #f0eff4;
    border-top: 1px solid #ddd;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    margin: 0;
    z-index: 500;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 50px;
}

.fixbar ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.fixbar ul li {
    display: inline-block;
    margin: 0 auto 10px;
    text-align: center;
    width: 25%;
}

.fixbar .icon-cart-mobile,
.fixbar .icon-cart-new,
.fixbar .icon-home-new,
.fixbar .icon-hotdeal-new {
    width: 20px;
    height: 20px;
    display: block;
    margin: 8px auto 0;
}

.fixbar .icon-cart-mobile {
    background: url(../images/cart-mobile.png) no-repeat;
}

.cart-total-header-mobile {
    font-size: 10px;
    position: absolute;
    background: red;
    color: #fff !important;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    line-height: 15px;
    top: 5px;
    margin-left: 5px;
}

.fixbar ul li a {
    font-size: 11px;
    text-decoration: none;
    color: #333;
}

.fixbar ul li a i {
    font-size: 20px;
}

/* Plugbar */
.plugbar {
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid #eae6e6;
    width: 100%;
    right: 0;
    max-width: 767px;
    margin: 0 auto;
    background: #fff;
    padding: 9px 10px 10px 7px;
    z-index: 10;
}

.plugbar ul {
    list-style: none;
    padding: 0;
    margin: 0px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plugbar ul li {
    width: 20%;
}

.plugbar ul li a {
    display: block;
    color: #696969;
    font-size: 12px;
    text-align: center;
    position: relative;
}

.plugbar ul li a i {
    font-size: 20px;
    color: #696969;
}

.plugbar ul li a span {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -40px;
    left: calc(50% - 50px/2);
    font-size: 14px;
    display: block;
    border: 1px solid rgba(234, 230, 230, 0.5);
    border-radius: 100%;
}

/* Combo Phone */
.support-online {
    position: fixed;
    z-index: 999;
    left: 10px;
    bottom: 0px;
}

.support-online a {
    position: relative;
    margin: 20px 10px;
    text-align: left;
    width: 40px;
    height: 40px;
}

.support-online i {
    width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;
}

.support-online a span {
    border-radius: 2px;
    text-align: center;
    background: rgb(103, 182, 52);
    padding: 9px;
    display: none;
    width: 180px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 0px;
    left: 40px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1;
}

.support-online a:hover span {
    display: block;
}

.support-online a {
    display: block;
}

.support-online a span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent rgb(103, 182, 52) transparent transparent;
    position: absolute;
    left: -10px;
    top: 10px;
}

.support-online .kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(0, 175, 242, 0.5);
    opacity: .75;
    right: -10px;
}

.support-online .kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #0089B9;
    opacity: .5;
}

.support-online .support-online .btn-support {
    cursor: pointer;
}

.support-online .mes i {
    background: orange;
}

.support-online .sms i {
    background: red;
}

.support-online .call-now i {
    background: green;
}

/* Phone Switch */
.widget-mobile {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    z-index: 9999999;
}

#my-phone-circle {
    position: relative;
    width: 50px !important;
    height: 50px !important;
}

.wcircle-open .wcircle-icon i:before {
    content: '\f00d';
}

.wcircle-icon {
    background: #1282fc;
    border-radius: 50%;
    display: flex !important;
    display: -ms-flex !important;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative !important;
}

.wcircle-icon:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background: rgba(18, 130, 252, .5);
    border: 1px solid #fff;
    border-radius: 50%;
    left: -5px;
    top: -5px;
    -webkit-animation: pulse 1s infinite ease-in-out;
    -moz-animation: pulse 1s infinite ease-in-out;
    -ms-animation: pulse 1s infinite ease-in-out;
    -o-animation: pulse 1s infinite ease-in-out;
    animation: pulse 1s infinite ease-in-out;
}

.wcircle-icon:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    background: rgba(18, 130, 252, .5);
    border-radius: 50%;
    left: -15px;
    top: -15px;
    -webkit-animation: zoomIn 2s infinite ease-in-out;
    -moz-animation: zoomIn 2s infinite ease-in-out;
    -ms-animation: zoomIn 2s infinite ease-in-out;
    -o-animation: zoomIn 2s infinite ease-in-out;
    animation: zoomIn 2s infinite ease-in-out;
}

.wcircle-menu {
    position: absolute !important;
    left: 0;
    top: 0;
    display: none;
}

.wcircle-menu-item {
    width: 50px;
    height: 50px;
    background: #1282fc;
    border-radius: 50%;
    display: flex;
    display: -ms-flex;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wcircle-menu-item img {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
}

.wcircle-menu-item i,
.wcircle-icon i {
    font-size: 25px;
    color: #fff;
    position: relative;
    z-index: 9999;
}

.shake-anim {
    -webkit-animation: shake-anim 1s infinite ease-in-out;
    -moz-animation: shake-anim 1s infinite ease-in-out;
    -ms-animation: shake-anim 1s infinite ease-in-out;
    -o-animation: shake-anim 1s infinite ease-in-out;
    animation: shake-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

/*Album */
.album-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    flex-wrap: wrap;
}

.box-album-index {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px;
    margin-bottom: 30px;
}

.box-item-album {
    position: relative;
    overflow: hidden;
}

.box-item-album h3 {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -150px;
    transition: all 0.3s;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    margin-bottom: 0;
    font-family: 'Arial';
    font-size: 22px;
    padding: 10px 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.box-item-album h3 a {
    text-decoration: none;
    color: #fff;
}

.box-item-album:hover h3 {
    bottom: 0;
    transition: all 0.3s;
}

.box-item-album h3:hover a {
    color: #ff0;
}

.box-item-album:hover img {
    filter: brightness(0.7);
}

.list-album {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.list-album p {
    display: inline-block;
    padding: 0 2px;
    margin-bottom: 10px;
}

.list-album p span {
    padding: 10.5px 15.5px;
    border: 1px solid #ccc;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
}

.list-album p span.active,
.list-album p span:hover {
    border: 1px solid #69A21F;
    transition: all 0.6s
}

/*Table download*/
.tablediv-file {
    font-family: 'Roboto';
}

.title-item-table {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #DC1500;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

.title-item-table-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #f6f6f6;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

.title-item-table>div:nth-child(1),
.title-item-table-row>div:nth-child(1) {
    width: 10%;
    text-align: center
}

.title-item-table>div:nth-child(2),
.title-item-table-row>div:nth-child(2) {
    width: 70%;
    text-align: left;
}

.title-item-table>div:nth-child(3),
.title-item-table-row>div:nth-child(3) {
    width: 20%;
    text-align: center
}

.title-item-table-row,
.title-item-table-row a {
    color: #333;
}

.title-item-table-row:hover a {
    color: #f00
}

.title-item-table-row:nth-child(odd) {
    background: #dcdcdc;
}

.title-item-table-row:hover {
    background: #ccc;
}

/*check Form*/
.wrap-maini {
    background: #009343;
}

.check-form-content {
    max-width: 800px;
    margin: auto;
}

.check-form-content h2 {
    background: #009343;
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto';
    text-transform: uppercase;
    padding: 10px 0;
}

.menu-step {
    background: #ED1B2C;
    font-size: 25px;
    font-family: 'Roboto';
    color: #000;
    padding: 35px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.menu-step span {
    cursor: pointer;
}

.menu-step span.active {
    color: #fff;
}

.catalogy-item .pic-product {
    margin-bottom: 0
}

.catalogy-item .name-product {
    position: absolute;
    left: 26px;
    width: calc(100% - 52px);
    line-height: 50px;
    bottom: -25px;
    border: 1px solid #ccc;
    background: #fff;
    font-family: 'Arial';
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 0;
}

.catalogy-item:hover .name-product {
    background: #ED1B2F;
}

.catalogy-item:hover .name-product a {
    text-decoration: none;
    color: #fff
}

.catalogy-item .name-product {}

.catalogy-item .name-product a {
    color: #000
}

.form-check-product {
    width: 100%;
    max-width: 350px;
    margin: auto;
    padding: 0 35px;
    box-sizing: border-box;
    margin-top: 20px;
}

.form-check-product input {
    width: 100%;
    height: 35px;
    padding-left: 10px;
    border: 1px solid #ccc;
}

.form-check-product button {
    width: 100%;
    margin-top: 10px;
    height: 35px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-family: 'Roboto';
    background: #ED1B2C;
    border: none;
    text-transform: uppercase;
}

.check-header {
    padding-top: 20px;
    background: #fff;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.check-footer {
    background: #666666;
    color: #fff;
    padding: 30px 0;
}

.check-content {
    text-align: center;
    padding: 50px 0;
    max-width: 800px;
    margin: auto;
    background: #fff;
}

.show-messenger {
    position: relative;
    font-size: 15px;
    font-family: 'Roboto';
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

.tooltip1 {
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.tooltip1 .tooltiptext1 {
    visibility: hidden;
    width: 100%;
    background-color: black;
    color: #333;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    font-size: 14px;
    font-family: 'Roboto';
    border: 1px solid #ccc;
    background: #fff;
    padding: 20px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 25px;
    text-align: left;
    font-size: 14px;
    font-family: 'Roboto';
}

.tooltip1:hover .tooltiptext1 {
    visibility: visible;
}

.tooltip2 {
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.tooltip2 .tooltiptext2 {
    visibility: hidden;
    width: 400px;
    background-color: black;
    color: #333;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    font-size: 14px;
    font-family: 'Roboto';
    border: 1px solid #ccc;
    background: #fff;
    padding: 20px;
    position: absolute;
    z-index: 1;
    left: calc((100% - 400px)/2);
    top: 25px;
    text-align: left;
    font-size: 14px;
    font-family: 'Roboto';
}

.tooltip2:hover .tooltiptext2 {
    visibility: visible;
}

.check-step-button {
    margin-top: 20px;
}

.check-step-button span {
    text-transform: uppercase;
    padding: 6px 20px;
    margin: 0 3px;
    font-size: 15px;
    font-family: 'Roboto';
    cursor: pointer
}

.check-ok {
    background: #009343;
    color: #fff;
}

.check-no {
    background: #f00;
    color: #fff
}

.support-check {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.using_discount {
    padding: 7px 20px;
    border: 1px solid #ccc;
    font-weight: normal;
    font-family: 'Roboto';
    font-size: 16px;
    color: #333;
    display: inline-block;
    cursor: pointer;
}

.using_discount:hover {
    background: #c33;
    color: #fff;
    border: 1px solid #c33;
}

@-moz-keyframes shake-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

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

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

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

@-webkit-keyframes shake-anim {

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

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

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

@-o-keyframes shake-anim {

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

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

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

/* mmenu custom */
.mm-panels>.mm-panel {
    box-shadow: inset -2px 0px 10px 0 rgb(0 0 0 / 78%);
}

.mm-navbar {
    box-shadow: -4px 0px 8px rgba(0, 0, 0, 0.3);
}

.mm-navbar__title {
    font-size: 20px;
}

.btn-1 {
    position: relative;
    background-color: #D5A31B;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 15px 10px 65px;
    gap: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px black;
    color: #fff;
    transition: all 0.4s;
    border: 2px solid transparent;
    width: fit-content;
}

.btn-1::before {
    content: '';
    background: url(../images/paper-plane.png) no-repeat center center;
    width: 50px;
    height: 50px;
    display: flex;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 0 2px grey;
    justify-content: center;
    align-items: center;
    position: absolute;
    outline: none !important;
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    background-color: #fff;
    transition: all 0.4s;
}

.btn-1:hover {
    border-color: #D5A31B;
    padding: 10px 65px 10px 15px;
    transition: all 0.4s;
    background-color: #fff;
    color: #D5A31B;
}

.btn-1:hover::before {
    left: calc(100% - 47px);
    background: url(../images/send-btn-white.png) no-repeat center center;
    transition: all 0.4s;
    background-color: #D5A31B;
}

.wrap-about {
    padding: 88px 0;
    margin-top: -4px;
}

.wrap-about .left>p {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
}

.wrap-about .left .desc {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
}

.hinh_gt {
    width: 100%;
    height: 300px;
    position: relative;
}

.hinh_gt a:nth-child(1) {
    display: block;
    position: absolute;
    -webkit-animation-name: img1;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: img1;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: img1;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.hinh_gt a span {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.hinh_gt a span img {
    border-radius: 5px;
    overflow: hidden;
}

.hinh_gt a span::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    background-color: #D5A31B;
    z-index: -1;
}

.hinh_gt a:nth-child(1) span::before {
    left: -5px;
    top: -5px;
}

.hinh_gt a:nth-child(2) span::before {
    right: -5px;
    bottom: -5px;
}

.hinh_gt a:nth-child(2) {
    display: block;
    position: absolute;
    -webkit-animation-name: img2;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: img2;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: img2;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes img2 {
    0% {
        top: calc(100% - 190px);
        left: calc(100% - 175px);
        z-index: 2;
    }

    50% {
        top: 0;
        left: 0;
        z-index: 1;
    }

    100% {
        top: calc(100% - 190px);
        left: calc(100% - 175px);
        z-index: 0;
    }
}

@-moz-keyframes img2 {
    0% {
        top: calc(100% - 190px);
        left: calc(100% - 175px);
        z-index: 2;
    }

    50% {
        top: 0;
        left: 0;
        z-index: 1;
    }

    100% {
        top: calc(100% - 190px);
        left: calc(100% - 175px);
        z-index: 0;
    }
}

@-webkit-keyframes img2 {
    0% {
        top: calc(100% - 190px);
        left: calc(100% - 175px);
        z-index: 2;
    }

    50% {
        top: 0;
        left: 0;
        z-index: 1;
    }

    100% {
        top: calc(100% - 190px);
        left: calc(100% - 175px);
        z-index: 0;
    }
}

@keyframes img1 {
    0% {
        top: 0;
        left: 0;
        z-index: 0;
    }

    50% {
        top: calc(100% - 190px);
        left: calc(100% - 225px);
        z-index: 1;
    }

    100% {
        top: 0;
        left: 0;
        z-index: 2;
    }
}

@-moz-keyframes img1 {
    0% {
        top: 0;
        left: 0;
        z-index: 0;
    }

    50% {
        top: calc(100% - 190px);
        left: calc(100% - 225px);
        z-index: 1;
    }

    100% {
        top: 0;
        left: 0;
        z-index: 2;
    }
}

@-webkit-keyframes img1 {
    0% {
        top: 0;
        left: 0;
        z-index: 0;
    }

    50% {
        top: calc(100% - 190px);
        left: calc(100% - 225px);
        z-index: 1;
    }

    100% {
        top: 0;
        left: 0;
        z-index: 2;
    }
}

.wrap-intro-prolist {
    background-attachment: fixed;
}

.wrap-intro-prolist>.block-page {
    max-width: 760px;
}

.wrap-intro-prolist>.block-page>.content {
    padding: 0 35px;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
}

.slick-prointro .item {
    margin: 12px;
    text-align: center;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 3px 5px rgb(55, 55, 55);
}

.slick-prointro .item>p {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.slick-prointro .item:hover>p {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.slick-prointro .item:hover>p img {
    transition: all 0.4s;
}

.slick-prointro .item:hover>p img {
    transform: scale(1.1);
    transition: all 0.4s;
}

.slick-prointro .item .content {
    transition: all 0.4s;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    align-items: center;
}

.slick-prointro .item:hover .content {
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.4s;
}

.slick-prointro .item .content h3 {
    margin-top: 35px;
    font-weight: 700;
    font-size: 20px;
}

.wrap-prohome {
    position: relative;
    background: url(../images/bg_spnb.jpg) no-repeat;
    background-size: cover;
}

.decor-title {
    position: relative;
}

.decor-title::before {
    content: '';
    width: 760px;
    height: 205px;
    background-color: #D5A31B;
    position: absolute;
    z-index: 1;
    left: calc(50% - 380px);
    top: 0;
    clip-path: polygon(100px 0, calc(100% - 100px) 0, 100% 100%, 0 100%);
}

.wrap-title-index {
    position: relative;
    z-index: 2;
}

.wrap-title-index p {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.15em;
    text-align: center;
}

.wrap-title-index .title-main {
    color: #fff;
    text-align: center;
}

/* hiệu ứng hover img pro */

.hover_animate_pro_1 {
    position: relative;
}

.hover_animate_pro_1::after {
    content: '';
    width: 0;
    height: 0;
    opacity: 1;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.4s ease;
    z-index: 1;
}

.hover_animate_pro_1::before {
    content: '';
    width: 0;
    height: 0;
    opacity: 1;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.4s ease;
    z-index: 1;
}

.hover_animate_pro_1:hover::before,
.hover_animate_pro_1:hover::after {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.4s ease;
}

.hover_animate_pro_1:hover img {
    transform: scale(1.1);
    transition: all 0.6s ease;
}

.hover_animate_pro_1 img {
    position: relative;
    z-index: 0;
    transition: all 0.6s ease;
}

.wrap-prolist .title-main {
    margin-bottom: 0;
}

.bg_dark {
    background-color: #f6f6f6;
}

/* hover aniamte news 1 */
.hover_animate_news_1 {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.hover_animate_news_1 img {
    transition: all 0.4s ease;
}

.hover_animate_news_1::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 150px;
    transition: top 0.5s 0s;
    top: -170px;
    left: 0;
    z-index: 1;
    background: rgb(210, 159, 101);
    background: linear-gradient(0deg, rgba(210, 159, 101, 0) 0%, rgba(255, 255, 255, 0.10127801120448177) 0%, rgba(255, 255, 255, 0.30015756302521013) 50%, rgba(255, 255, 255, 0.0984768907563025) 100%, rgba(207, 152, 96, 0) 100%);
}

.hover_animate_news_1:hover::before {
    top: calc(100% + 20px);
    transition: all 0.5s;
}

.hover_animate_news_1:hover img {
    transition: all 0.6s ease;
    transform: scale(1.1);
}

/* dự án */
.slick-duan {
    z-index: 1;
    position: relative;
}

.slick-duan .item {
    margin: 5px 12px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}


.slick-duan .item>h3 {
    background-color: #D5A31B;
    font-size: 20px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    padding: 10px;
    top: 100%;
    transition: all 0.3s ease;
}

.slick-duan .item>h3 span {
    width: calc(100% - 30px);
}

.slick-duan .item:hover h3 {
    transition: all 0.3s ease;
    transform: translateY(-100%);
}

/* why us */
.wrap-whyus {
    position: relative;
}

.bg_whyus {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.2;
}

.wrap-whyus .wrap-title-index p {
    color: unset;
}

.wrap-whyus .wrap-title-index h3 {
    color: #D5A31B;
}

.slick-whyus .item {
    padding: 25px 15px 20px 15px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgb(190, 190, 190);
    margin: 12px;
}

.slick-whyus .item h3 {
    font-size: 16px;
    margin: 30px 0 10px 0;
}

.slick-whyus .item img {
    margin: 0 auto;
}

.slick-whyus .item h3 {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.slick-whyus .item p {
    font-size: 16px;
    font-weight: 300;
}

.slick-doitac {
    margin: 20px 0;
}

.slick-doitac .item {
    margin: 12px;
    box-shadow: 0 0 5px rgb(189, 189, 189);
}

.wrap-partner .wrap-title-index p {
    color: unset;
}

.wrap-partner .wrap-title-index h3 {
    color: #D5A31B;
}

.form-newsletter {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.newsletter-button input[type=submit] {
    background: url(../images/send-footer.png) no-repeat;
    background-position: 75% center;
    font-size: 16px;
    background-color: #D5A31B;
    border-radius: 4px;
    color: #FFFFFF;
    padding: 7px 48px 7px 28px;
    border: none;
    outline: none;
    transition: all 0.4s ease;
}

.newsletter-button input[type=submit]:hover {
    transition: all 0.4s ease;
    box-shadow: 1px 1px 5px rgb(158, 158, 158);
    transform: scale(0.96);
}

.newsletter-button input[type=email],
.newsletter-button input[type=email]::placeholder {
    font-size: 14px;
}

.form-newsletter .newsletter-input {
    width: calc(100% - 45px);
    margin-right: 20px;
}

.cube-loader {
    position: relative;
    /* u can choose any size */
    width: 75px;
    height: 75px;
    transform-style: preserve-3d;
    transform: rotateX(-30deg);
    animation: animate 4s linear infinite;
}

@keyframes animate {
    0% {
        transform: rotateX(-30deg) rotateY(0);
    }

    100% {
        transform: rotateX(-30deg) rotateY(360deg);
    }
}

.cube-loader .cube-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    /* top: 0;
    left: 0; */
    transform-style: preserve-3d;
}

.cube-loader .cube-wrapper .cube-span {
    position: absolute;
    width: 100%;
    height: 100%;
    /* top: 0;
    left: 0; */
    /* width 75px / 2 = 37.5px */
    transform: rotateY(calc(90deg * var(--i))) translateZ(37.5px);
    background: linear-gradient(to bottom,
            hsl(330, 3.13%, 25.1%) 0%,
            hsl(177.27, 21.71%, 32.06%) 5.5%,
            hsl(176.67, 34.1%, 36.88%) 12.1%,
            hsl(176.61, 42.28%, 40.7%) 19.6%,
            hsl(176.63, 48.32%, 43.88%) 27.9%,
            hsl(176.66, 53.07%, 46.58%) 36.6%,
            hsl(176.7, 56.94%, 48.91%) 45.6%,
            hsl(176.74, 62.39%, 50.91%) 54.6%,
            hsl(176.77, 69.86%, 52.62%) 63.4%,
            hsl(176.8, 76.78%, 54.08%) 71.7%,
            hsl(176.83, 83.02%, 55.29%) 79.4%,
            hsl(176.85, 88.44%, 56.28%) 86.2%,
            hsl(176.86, 92.9%, 57.04%) 91.9%,
            hsl(176.88, 96.24%, 57.59%) 96.3%,
            hsl(176.88, 98.34%, 57.93%) 99%,
            hsl(176.89, 99.07%, 58.04%) 100%);
}

.cube-top {
    position: absolute;
    width: 75px;
    height: 75px;
    background: hsl(330, 3.13%, 25.1%) 0%;
    /* width 75px / 2 = 37.5px */
    transform: rotateX(90deg) translateZ(37.5px);
    transform-style: preserve-3d;
}

.cube-top::before {
    content: '';
    position: absolute;
    /* u can choose any size */
    width: 75px;
    height: 75px;
    background: hsl(176.61, 42.28%, 40.7%) 19.6%;
    transform: translateZ(-90px);
    filter: blur(10px);
    box-shadow: 0 0 10px #323232,
        0 0 20px hsl(176.61, 42.28%, 40.7%) 19.6%,
        0 0 30px #323232,
        0 0 40px hsl(176.61, 42.28%, 40.7%) 19.6%;
}

div.wap_load {
    background: #e8e8e8;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.wrap-box-loader {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wp-video{
    width: 100% !important;
    max-width: 100% !important;
}

.wp-video .mejs-container{
    width: 100% !important;
    max-width: 100% !important;
}
.wp-video video{
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}