@charset "UTF-8";

/* Main */
:root {
    --font-r: 'Montserrat', sans-serif;
    --font-r2: 'Roboto', sans-serif;
    --color-r: #ed1c24;
    --color-r2: #ec2d3f;
    --color-r3: #ec2d3f;
    --color-red: #ec2d3f;
    --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;
    opacity: 0;
    font-family: var(--font-r);
    overflow-x: hidden;
}

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

a {
    cursor: pointer;
}

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

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

.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_background {
    padding: 30px 0px 20px 0px
}

.wrap-content {
    max-width: 1220px;
    padding: 0px 10px;
    margin: auto;
}

.wrap-content1 {
    max-width: 1100px;
}

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

/*====*/
.pad-80 {
    padding: 80px 0px
}

.pad-60 {
    padding: 60px 0px
}

.pad-40 {
    padding: 40px 0px
}

.mgb-80 {
    margin-bottom: 80px;
}

.mgb-60 {
    margin-bottom: 60px;
}

.mgb-40 {
    margin-bottom: 40px;
}

.mgt-80 {
    margin-top: 80px;
}

.mgt-60 {
    margin-top: 60px;
}

.mgt-40 {
    margin-top: 40px;
}

.ma-rp15 {
    margin: 0px -15px
}

.pa-rp15 {
    padding: 0px 15px
}

.ma-rp10 {
    margin: 0px -10px
}

.pa-rp10 {
    padding: 0px 10px
}

.ma-rp5 {
    margin: 0px -5px
}

.pa-rp5 {
    padding: 0px 5px
}

/* General */
.title-main {
    margin-bottom: 1.5rem;
    text-align: center;
}

.item__news.item__news2:hover .info__news h3 a {
    color: #ff9601;
}


.item__news.item__news2 .info__news h3 a {
    transition: all .3s;
}


.title-main span {
    text-transform: uppercase;
    color: var(--color-black);
    font-weight: 800;
    font-size: 26px;
}

.time-main {
    margin-bottom: 0.75rem;
    color: #999999;
}

.time-main i {
    vertical-align: top;
    margin: 3px 7px 0px 0px;
}

.time-main span {
    vertical-align: top;
    display: inline-block;
}

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

.social li {
    display: inline-block;
    vertical-align: top;
}

.social li:last-child {
    margin-right: 0px;
}

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

.control-carousel:hover {
    background-color: var(--color-r);
    border-color: var(--color-r);
    color: #fff;
}

.prev-carousel {
    left: 0px;
}

.next-carousel {
    right: 0px;
}

.fixmenu {
    animation: slide-down 0.5s;
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }

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

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

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

/*====*/
.nav-slick .slick-prev,
.nav-slick .slick-next {
    width: 40px;
    height: 40px;
    background: var(--color-r);
    border-radius: 999px;
}

.nav-slick .slick-prev:before,
.nav-slick .slick-next:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f053";
    opacity: 1;
}

.nav-slick .slick-prev {
    left: -50px;
}

.nav-slick .slick-next {
    right: -50px;
    -webkit-transform: translate(0, -50%) rotate(-180deg);
    -ms-transform: translate(0, -50%) rotate(-180deg);
    transform: translate(0, -50%) rotate(-180deg);
}

.nav-cs {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--color-r);
    font-size: 22px;
    margin: 0px 4px;
    cursor: pointer;
}

.best {
    position: absolute;
    width: 3rem;
    left: 1.5rem;
    top: 0.25rem;
    animation: rotation 10s infinite linear;
    max-width: 140px;
    transition: .5s;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

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

.arrows div {
    position: absolute;
    left: 0;
    top: 40%;
    cursor: pointer;
}

.arrows div img {
    width: 2rem;
}

.arrows .arrow-right {
    left: auto;
    right: 0;
}

.arrows .slick-disabled {
    display: none !important;
}

/*===*/
.tit-title {
    margin-bottom: 30px;
    text-align: center;
}

.tit-title h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    transform: skewX(-20deg);
    display: inline-block;
    padding: 13px 30px;
    background: var(--color-r);
}

.tit-title span {
    display: block;
    transform: skewX(20deg);
}

.hover-btn {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.hover-btn:after {
    content: "";
    position: absolute;
    right: 0px;
    height: 100%;
    width: 0%;
    top: 0px;
    background: #b50a11;
    z-index: -1;
    transition: all 0.5s;
}

.hover-btn:hover:after {
    left: 0px;
    width: 100%;
}

.hover-btn2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.hover-btn2:before {
    content: "";
    border-radius: 45px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .04);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.hover-btn2:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.social-header a {
    margin-right: 10px
}

/* Menu */
.menu.fixmenu {
    background-color: 0px 2px 7px 1px rgb(0 0 0 / 5%);
}

.menu {
position: absolute;
    z-index: 82;
    padding: 10px 0;
    background: rgba(0, 0, 0, .3);
    left: 0;
    right: 0;
}

.menu ul {
    width: 100%;
    padding: 0px;
    margin: auto;
    list-style: none;
}

.menu ul.mm__right {
    margin: initial;
    background: transparent;
    position: relative;
}

.menu ul li {
    /* position: relative; */
    z-index: 99;
}

.menu ul li a {
    display: block;
    position: relative;
    z-index: 1;
    text-align: center;
    text-decoration: none !important;
}

.menu.py-1 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.menu-outside__top.d-flex.justify-content-end.align-items-center {
    position: relative;
    top: 17px;
}


.ul_menu1 {
    min-height: 300px;
}
.menu ul li a span {
    font-size: 14px;
    color: #fff;
    margin: 0px;
    padding: 29px 5px;
    text-transform: uppercase;
    display: block;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Montserrat';
    font-weight: bold;
}
.newsletter .newsletter-input input {
    height: 40px;
}
.menu.py-1.fixmenu a.logo-header.trangguong {
    transform: scale(.5);
    margin-top: -33px;
    margin-bottom: -33px;
    width:95px !important; 
}

.menu.fixmenu {
    background: rgba(0, 0, 0, .3);
}

a.logo-header.trangguong {
    transition: all .8s;
}

.menu ul li a.active span,
.menu ul li:hover>a span {
    color: #ff9600;
}

.menu ul li ul {
    position: absolute;
    width: 220px;
    background: #fff;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    left: 0;
}

.menu ul li:hover>ul {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    /* -webkit-transform-origin: 0 0 0; */
    opacity: 1;
    visibility: visible;
    transition: all .7s;
    border-radius: 0px;
    /* overflow: hidden; */
}

.menu ul li.mega__mm ul {
    min-width: 480px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    border-top: 2px solid var(--color-r);
    right: -104px
}

.menu ul li.mega__mm ul li {
    width: 50%;
}

.menu ul li ul li a {
    text-align: left;
}
.ul_menu1 a:hover {
    background: #ff9601;
}
.menu ul li ul li:last-child>a {
    border-bottom: 0px;
}

.menu ul li ul li a span {
    font-size: 13px;
    padding: 12px 15px;
    font-weight: 600;
    text-transform: capitalize;
    color: #333;
}

.menu ul li ul li ul {
    top: 0px;
    left: 100%;
}

.menu.fixmenu .logo-header,
.menu.mm-i .logo-header {
    width: 75px;
}

.lang-header a {
    display: inline-block;
    color: #fff;
    position: relative;
    font-weight: 700;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
}

.lang-header a+a:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 5px;
    width: 1px;
    height: 15px;
    background: #ccc
}

.lang-header {
    font-size: 16px
}

.lang-header a:hover,
.lang-header a.active {
    color: #f39107;
    border-color: #f39107;
}

.menu ul.mm_mega {
    width: 500px
}

/* Search DK */
.search-dk {
    position: relative;
    right: -1px
}

.search-dk .icon-search {
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    margin: 0px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 20px;
}

.search-dk .icon-search.active {
    color: #fff !important;
    background: #fc9502;
}

.search-dk .search-grid {
    position: absolute;
    top: 0;
    right: 70px;
    width: 0px;
    height: 40px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #fc9502;
    z-index: 9;
    opacity: 0;
    line-height: normal;
    border-radius: 40px;
}

.search-dk .search-grid p {
    width: 35px;
    height: 38px;
    cursor: pointer;
    outline: none;
    border: none;
    margin: 0px;
    font-size: 15px;
    display: block;
    color: #fc9502;
    line-height: 40px;
    text-align: center;
}

.search-dk .search-grid input {
    width: calc(100% - 35px);
    float: right;
    line-height: 38px;
    outline: none;
    border: none;
    color: #333;
}

.search-dk .search-grid input::-webkit-input-placeholder {
    color: #ccc;
}

.search-dk .search-grid input:-moz-placeholder {
    color: #ccc;
}

.search-dk .search-grid input::-moz-placeholder {
    color: #ccc;
}

.search-dk .search-grid input:-ms-input-placeholder {
    color: #ccc;
}

/* Search RP */
#menu_mobi {
    display: none;
}

.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;
    background-color: var(--color-r);
    border-radius: 50%;
}

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

.search-res .search-grid {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 0px;
    height: 40px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--color-red);
    z-index: 2;
    opacity: 0;
    border-radius: 25px;
    line-height: normal;
}

.search-res .search-grid p {
    float: left;
    width: 35px;
    height: 38px;
    cursor: pointer;
    outline: none;
    border: none;
    margin: 0px;
    font-size: 17px;
    display: block;
    color: var(--color-red);
    line-height: 40px;
    text-align: center;
}

.search-res .search-grid input {
    width: calc(100% - 35px);
    float: right;
    line-height: 38px;
    outline: none;
    border: none;
    color: var(--color-red);
}

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

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

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

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

/* Slideshow */
.slideshow {
    position: relative;
}

.slideshow a {
    display: block;
    cursor: pointer;
}

.slideshow a img {
    width: 100%;
}

.slideshow:hover .control-slideshow {
    opacity: 0.3;
}

.slideshow .control-slideshow:hover {
    opacity: 0.8;
}

.control-slideshow {
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: calc(50% - 50px/2);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    cursor: pointer;
    margin: 0px;
    background-color: #000000;
    border-radius: 5px;
}

.control-slideshow i {
    color: #ffffff;
}

.prev-slideshow {
    left: 20px;
    padding-right: 3px;
}

.next-slideshow {
    right: 20px;
    padding-left: 3px;
}

.slideshow .owl-dots {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
    bottom: 20px;
    margin-top: 0px;
}

.slideshow .owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.5);
    transition: all 0.3s;
    margin: 0px 5px;
    width: 7px;
    height: 7px;
}

.slideshow .owl-theme .owl-dots .owl-dot.active span {
    background: var(--color-r);
    width: 20px;
}

.nav .slick-prev,
.nav .slick-next {
    position: absolute;
    top: 48%;
    width: 64px;
    height: 61px;
    border-radius: 999px;
    z-index: 9999;
}

.nav .slick-prev {
    left: 30px;
    background: url(../images/sl1.png) no-repeat;
}

.nav .slick-next {
    right: 30px;
    background: url(../images/sl2.png) no-repeat;
}

.slideshow .owl-item {
    position: relative;
}

/*.slideshow .owl-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
}*/
.item-video {
    position: relative;
}

.info__sl {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 92;
}

.info__sl h3 {
    color: #fff;
    font-size: 53px;
    margin: 10px 0px;
    opacity: 0;
    transition: all 1.5s;
    transform: translateX(-350px);
    text-transform: uppercase;
    line-height: 1.5;
    text-shadow: rgb(0, 0, 0) 0px 0px 5px;
}

.info__sl p {
    opacity: 0;
    transition: all 1.5s;
    transform: translateX(350px);
    color: #fff;
    font-size: 29px;
    line-height: 1.5;
    text-transform: uppercase;
    text-shadow: rgb(0, 0, 0) 0px 0px 5px;
}

.slick-current .info__sl h3,
.slick-current .info__sl p {
    opacity: 1;
    transform: translateY(0px)
}

.info__sl a {
    display: inline-block;
    margin-top: 25px;
    color: #fff;
    padding: 15px 40px;
    font-size: 16px;
    border-radius: 999px;
    background: var(--color-r);
    opacity: 0;
    transition: all 1.5s;
    position: relative;
    bottom: -100px;
    font-weight: 700;
    text-transform: uppercase;
}

.slick-current .info__sl a {
    opacity: 1;
    bottom: 0px
}

.info__sl a:hover {
    text-decoration: none;
    color: #fff;
}

.info__sl a i {
    position: relative;
    left: 3px;
    transition: all 0.3s;
    font-size: 18px
}

.info__sl a:hover i {
    left: 10px
}

/* Breadcrumb */
/* .breadCrumbs {
    background-color: #eee;
} */

.breadCrumbs .wrap-content {
    padding: 0.75rem 10px;
    max-width: 1200px;
}

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

.breadCrumbs .wrap-content .breadcrumb-item a {
    color: #111;
}

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

/* Video */
.video {
    width: calc(100% / 4);
    margin-bottom: 15px;
}

.pic-video a: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 {
    margin-top: 5px;
}

.name-video a {
    font-size: 14px;
    color: var(--color-black);
    margin-bottom: 0px;
    text-align: center;
    font-weight: 700;
    line-height: 1.5
}

/* Album */
.album {
    width: calc(100% / 4);
    margin-bottom: 20px
}

.pic-album {
    position: relative;
}

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

.name-album {
    margin-top: 10px;
    text-align: center;
}

.name-album a {
    font-size: 16px;
    color: #111;
    margin-bottom: 0px;
    font-weight: 700;
}

/* Brand */
.wrap-brand {
    margin-bottom: 50px;
    padding: 0px 10px;
}

.wrap-brand .wrap-content {
    max-width: 1200px;
    padding: 0px;
    position: relative;
}

.owl-brand {
    padding: 0px 40px;
}

.brand {
    display: block;
    border: 1px solid #eee;
}

.brand img {
    width: 100%;
}


/* 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;
}


/* Contact */
.top-contact {
    margin-bottom: 30px;
}

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

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

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

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

.bottom-contact {
    position: relative;
    height: 500px;
}

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

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

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

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

/* Phân Trang */
.pagination-home .pagination .page-item .page-link {
    color: #555555;
    font-size: .875rem;
}

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

/* Phân Trang Ajax */
.pagination-ajax {
    text-align: center;
}

.pagination-ajax a {
    display: inline-block;
    vertical-align: top;
    margin: 0px 2px 3px 2px;
    color: #333;
    background: #eee;
    border: 1px solid rgba(161, 161, 161, 0.4);
    font-size: 12px;
    cursor: pointer;
    padding: 3px 10px 5px 10px;
    border-radius: 2px;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
    background: var(--color-red);
    color: #fff;
    border-color: var(--color-red);
}

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

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

/* Popup */
#popup .modal-body {
    padding: 0px;
    border-radius: 5px;
    overflow: hidden;
}

#popup .close__popup {
    position: absolute;
    width: 45px;
    height: 45px;
    background: var(--color-r);
    border-radius: 100%;
    top: -5px;
    right: -5px;
    opacity: 1;
    z-index: 992;
}

#popup .close__popup span {
    color: #fff !important;
    display: block;
    height: 30px;
    line-height: 1;
}

/* 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: 3;
}

/* 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 */
.hidden__img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

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

/* 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;
    left: 25px;
    z-index: 10;
    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: var(--color-r);
    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: var(--color-r);
    opacity: .5;
}

.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: var(--color-r);
    opacity: .4;
}

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

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

/* 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: 150px;
    right: 17px;
    width: 56px;
    height: 56px;
    text-align: center;
    background: var(--color-r);
    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 0rgba(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
}

/*===hotline-phone==*/
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: var(--color-r);
    border-radius: 100%;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: var(--color-r);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
    background-color: var(--color-r);
    width: 33px;
    height: 33px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 35px;
    height: 35px;
    object-fit: cover
}

.hotline-bar {
    position: absolute;
    background: var(--color-r);
    height: 40px;
    width: 210px;
    line-height: 40px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28pxrgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    left: 33px;
    bottom: 37px;
}

.hotline-bar>a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    text-indent: 50px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: var(--font-r);
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

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

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

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

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

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

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

/* Cart fix */
.cart-fixed {
    position: fixed;
    right: 20px;
    bottom: 320px;
    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-r);
    width: 100%;
    padding: 3vw;
    bottom: 0px;
    position: fixed;
    z-index: 500;
    height: auto;
    left: 0px;
    display: none;
}

.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%;
    float: left;
}

.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%;
    float: left;
}

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

@-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)
    }
}


/* Sản Phẩm */
.product {
    width: calc(100% / 3);
    margin-bottom: 20px;
}

.inner__product {
    background: #eee;
    height: 100%
}

.pic__product img {
    width: 100%;
}

.info__product {
    text-align: center;
    padding: 10px;
}

.info__product h3 {
    margin-bottom: 2px;
}

.info__product a {
    font-size: 17px;
    color: #333;
    -webkit-line-clamp: 2;
    text-transform: uppercase;
}

.info__product .btn-view {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    background: var(--color-r);
    font-size: 13px;
    margin-top: 7px
}

.info__product .btn-view:hover {
    text-decoration: none
}

.price-product {
    margin-bottom: 5px;
}

.price-product span {
    font-weight: 700;
}

.price-new {
    font-size: 15px;
    font-weight: 500;
    color: var(--color-red);
}

.price-old {
    padding-left: 10px;
    font-size: 12px;
    color: var(--color-gray);
}

.price-per {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    background: var(--color-red);
    font-size: 11px;
    border-radius: 2px;
    width: 45px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}

.cart__product {
    margin-bottom: 0px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between
}

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

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

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

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

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

/* Partner */
.partner img {
    width: 100%;
}

/* Footer */
.footer-article {
    background-color: #000000;
    color: #fff;
    font-size: 16px
}

.footer-article .wrap-content {
    padding: 60px 10px;
}

.footer-news:nth-child(1) {
    width: 26%;
}

.footer-news:nth-child(2) {
    width: 47%;
}

.content_form {
    background: #fff;
    position: relative;
}

.content_form input {
    font-family: 'Montserrat';
    width: 93%;
    height: 43px;
    border: none;

    padding-right: 61px;
}

.newsletter-input {
    position: relative;
}

.content_form button {
    background: #ff9600;
    border: none;
    padding: 10px;
    width: 66px;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
}

.logo_footer {
    position: relative;
    padding-bottom: 29px;
    margin-bottom: 25px;
}

.footer-news:nth-child(3) {
    width: 20%;
}

.footer-news:nth-child(4) {
    width: 25%;
}

.title-footer {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #fff
}

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

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

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

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

.footer-ul li a:hover {
    color: #e98d0a;
    padding-left: 10px;
}

.footer-ul li a {
    transition: all .3s;
}

/*===*/
.footer-powered {
    color: #fff;
    text-align: center;
    background-color: #999999;
    display: block;
    width: 100%;
    padding: 5px 0;
    text-transform: uppercase;
}

.footer-powered .wrap-content {
    padding: 15px 10px;
}

.copyright {
    margin-bottom: 0px;
}

.copyright a {
    color: #fff !important;
}

.statistic {
    margin-bottom: 0px;
}

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

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


/*===*/
.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;
}

.list-tags li {
    float: left;
    margin: 0px 5px 5px 0px;
}

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

/*=====*/
.video__gt {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

#video-container {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 0px;
    top: 0px;
    z-index: 92;
}

.video-button span {
    background-color: var(--color-r);
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    font-size: 14px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    text-align: center;
    position: relative;
}

.video-button span:before {
    animation-delay: 0.9s;
}

.video-button span:before,
.video-button span:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 50%);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 50%);
    -webkit-animation: rippleOne 3s infinite;
    -moz-animation: rippleOne 3s infinite;
    -ms-animation: rippleOne 3s infinite;
    -o-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}

@-webkit-keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 15px rgba(244, 68, 56, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

@keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 15px rgba(244, 68, 56, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

.video-button span i {
    color: #fff !important;
}

/*=====*/
.big__News {
    width: 49%;
    position: relative;
}

.small__news {
    width: 49%;
}

.thumb__news {
    border-radius: 7px;
    overflow: hidden;
    position: relative;
}

.thumb__news img {
    width: 100%;
}

.big__News .thumb__news a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.big__News .thumb__news a:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 30%);
}

.big__News .info__news {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 20px 15px;
}

.newshome-intro .info__news h3 a {
    font-size: 20px;
    color: #fff;
    -webkit-line-clamp: 2;
    font-weight: 700;
    font-family: var(--font-r);
}

.time-newshome {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0px;
}

.time-newshome span {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    color: #fff;
    padding: 1px 10px 2px 10px;
    background: var(--color-r2);
    border-radius: 999px;
}

.big__News:hover h3 a {
    text-decoration: none;
}

.scroll__index {}

.scroll__index ul {
    padding-left: 0px;
}

.scroll__index li {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-bottom: 22px !important;
}

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

.scroll__index .thumb__news {
    width: 30%;
    border-radius: 7px;
    overflow: hidden;
}

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

.scroll__index .info__news {
    width: 68%;
}

.scroll__index .info__news h3 {
    margin-bottom: 0px;
}

.scroll__index .info__news h3 a {
    font-size: 15px;
    color: #242424;
    font-weight: 700;
    -webkit-line-clamp: 2
}

.scroll__index .info__news .time-newshome {
    margin: 5px 0px;
    color: #b4b4b4;
    font-size: 14px;
}

.scroll__index .info__news .time-newshome i {
    color: var(--color-r);
    font-weight: 700;
}

.scroll__index .info__news .desc-newshome {
    margin: 0px;
    font-size: 14px;
    color: #4d4d4d;
    -webkit-line-clamp: 2
}

.scroll__index h3 a:hover {
    color: var(--color-r);
    text-decoration: none;
}

.btn__news {
    color: var(--color-r);
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 5px;
    text-decoration: underline;
}

.scroll__index .info__news h3 a:hover {
    color: var(--color-r2)
}

/*====*/
.max-1920 {
    max-width: 1920px;
    margin: auto;
}

.banner__qc img {
    max-width: 100%;
    margin: auto;
    object-fit: cover;
}

.banner__qc {
    position: relative;
}

.info__qc {
    position: absolute;
    left: 0px;
    max-width: 800px;
    right: 0px;
    margin: auto;
    bottom: 50px;
    text-align: center;
}

.info__qc h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.info__qc a {
    display: inline-block;
    padding: 10px 30px 12px 30px;
    color: #fff;
    text-decoration: none !important;
    background: var(--color-r);
    font-size: 17px;
    text-transform: uppercase;
}

/*===*/
.inner__al {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
    z-index: 2;
}

.inner__al::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% * (500 / 1117));
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
    pointer-events: none;
}

.info__al {
    position: absolute;
    bottom: 0px;
    padding: 10px;
    z-index: 3;
}

.inner__al h3 {
    color: #fff;
    line-height: 1.4;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 400;
    -webkit-line-clamp: 2
}

.inner__al span {
    color: #fff;
    font-size: 13px;
}

.thumb__b {
    width: 55%;
    padding: 30px 30px 30px 0px;
    position: relative;
}

.thumb__b:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40%;
    height: 100%;
    background: #505050;
    z-index: 2;
}

.thumb__b img {
    width: 100%;
    position: relative;
    z-index: 9;
}

.info__b {
    width: 45%;
    background: #505050;
    padding: 30px 30px 30px 0px;
}

.info__b h3 a {
    color: #fff;
    font-weight: 400;
    text-decoration: none !important;
    font-size: 24px;
}

.info__b span {
    margin: 5px 0px 10px;
    color: #fff;
    display: inline-block;
}

.info__b p {
    color: #fff;
    -webkit-line-clamp: 5;
    line-height: 1.7;
}

.tab__list {
    margin-bottom: 30px;
}

.tab__list span {
    display: inline-block;
    padding: 10px 30px;
    background: #fff;
    color: #111;
    font-size: 16px;
    margin: 5px 5px;
    text-transform: uppercase;
    cursor: pointer;
    transform: skewX(-20deg);
}

.tab__list span i {
    transform: skewX(20deg);
    font-style: normal;
    display: block;
}

.tab__list span:hover,
.tab__list span.active {
    background: var(--color-r);
    color: #fff;
}

/*===*/
.nt-x {
    overflow: hidden;
}

.l__nt {
    position: relative;
    width: 380px;
}

.inner__nt {
    background: #353535;
}

.l__nt:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0px;
    width: 1920px;
    height: 100%;
    background: var(--color-r);
}

.r__nt {
    padding: 30px 40px;
    position: relative;
    width: calc(100% - 380px);
    display: flex;
    align-items: center;
}

.r__nt:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0px;
    width: 1920px;
    height: 100%;
    background: #353535;
}

.r__nt .newsletter-input {
    position: relative;
    width: 100%;
}

.r__nt .newsletter-input input {
    padding: 0px;
    font-size: 14px;
    text-indent: 10px;
    border-radius: 0px;
    background: transparent !important;
    border: 1px solid #646464;
    border-right: none;
    height: 45px;
    line-height: 45px;
    color: #fff;
    outline: none !important;
    box-shadow: none !important;
}

.r__nt .newsletter-button input[type=submit] {
    border: 0px;
    background-color: var(--color-r);
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 300;
    cursor: pointer;
    height: 100%;
    font-size: 16px;
    width: 80px;
}

.r__nt .form-newsletter {
    width: 100%;
}

/*====*/
.item__list {
    position: relative;
}

.inner__list {
    box-shadow: 0 6px 12px rgb(0 0 0 / 20%);
}

.info__list {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 0px;
    padding: 10px;
}

.info__list h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-shadow: rgb(0, 0, 0) 0px 0px 5px;
}

.info__list a {
    display: inline-block;
    padding: 5px 20px 8px 20px;
    color: #fff;
    text-decoration: none !important;
    background: var(--color-r);
    font-size: 16px;
    text-transform: uppercase;
    transform: scale(0);
    transition: all 0.5s;
}

.item__list {
    width: calc(100% / 5);
}

.item__list:nth-child(even) {
    margin-top: 50px;
}

.item__list img {
    width: 100%;
    transition: all 0.5s;
}

.inner__list .thumb__list {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.inner__list:hover .info__list a {
    transform: scale(1.0);
}

.inner__list:hover img {
    transform: rotate(-2deg) scale(1.1);
}

/*=====*/
.fixed-right {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9993;
}

.fixed-right li {
    padding: 15px;
    background: #000;
    list-style: none;
    height: 100px;
    width: 100px;
    position: relative;
}

.fixed-right ul>li:nth-child(2) {
    background: #363636;
}

.fixed-right ul>li:nth-child(3) {
    background: #949599;
}

.fixed-right ul>li:nth-child(4) {
    background: var(--color-r);
}

.fixed-right li a {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.fixed-right li a:hover {
    text-decoration: none;
}

.fixed-right li:hover {
    background: var(--color-r) !important;
}

.inner__fixed-right ul {
    padding-left: 0px;
}

.fixed-right li ul {
    position: absolute;
    right: -100%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    top: 0px;
}

.fixed-right li:hover>ul {
    right: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.fixed-right li ul li {
    background: #000 !important;
    border-bottom: 1px solid #eee;
}

.fixed-right li ul li a {
    font-size: 13px;
}

.fixed-right li ul li:last-child {
    border: none;
}

.fixed-right li ul li:hover {
    background: var(--color-r) !important;
}

.fixed-right li ul li ul {
    right: -100%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.fixed-right li ul li:hover ul {
    right: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

/*.fixed-right li ul{max-height: 600px;overflow-x: auto;}
.fixed-right li ul ::-webkit-scrollbar {width:2px;}
.fixed-right li ul::-webkit-scrollbar {width:2px;}
.fixed-right li ul::-webkit-scrollbar-track {background:auto;}
.fixed-right li ul::-webkit-scrollbar-thumb {background:var(--color-r);border-radius:5px;}*/

.detail-x {
    display: inline-block;
    padding: 10px 30px;
    font-size: 15px;
    text-transform: uppercase;
    background: var(--color-r);
    margin-right: 10px;
    margin-top: 15px;
    color: #fff !important;
    font-weight: 400;
    border-radius: 999px;
}

.detail-x:nth-child(2) {
    background: #0084ff;
}

.detail-x:hover {
    text-decoration: none;
}

._df_thumb-fux {
    box-shadow: inherit;
    display: inherit;
    -webkit-transform-style: inherit;
    -moz-transform-style: inherit;
    transform-style: inherit;
    -webkit-transition: .2s;
    margin: inherit;
    -moz-perspective: inherit;
    perspective: inherit;
    width: inherit;
    height: inherit;
    text-align: inherit;
}

.df-lightbox-wrapper {
    z-index: 999999999999 !important
}

.detail-xxx {
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    background: #000;
    margin: auto;
    height: auto;
    width: auto;
    color: #fff;
    border-radius: 4px
}

.list-news ._df_thumbx {
    width: calc(100% / 7)
}

/* Responsive */
@media (max-width:1440px) {}

@media (max-width:1248px) {
    .nav-slick .slick-prev {
        left: 10px;
    }

    .nav-slick .slick-next {
        right: 10px;
    }

    .ma-rp15 {
        margin: 0px -10px
    }

    .pa-rp15 {
        padding: 0px 10px
    }

    .ma-rp10 {
        margin: 0px -10px
    }

    .pa-rp10 {
        padding: 0px 10px
    }

}

@media (max-width:1180px) {
    .info__list h3 {
        font-size: 18px;
    }
}

@media (max-width:1070px) {
    .pad-80 {
        padding: 40px 0px
    }

    .pad-60 {
        padding: 40px 0px
    }

    .pad-40 {
        padding: 40px 0px
    }

    .mgb-80 {
        margin-bottom: 40px;
    }

    .mgb-60 {
        margin-bottom: 40px;
    }

    .mgb-40 {
        margin-bottom: 40px;
    }

    .mgt-80 {
        margin-top: 40px;
    }

    .mgt-60 {
        margin-top: 40px;
    }

    .mgt-40 {
        margin-top: 40px;
    }
}

@media(max-width:1024px) {
    .banner-video .item-video .bg-video{height: 100%;}
    button.readon-button {
        padding: 15px 25px !important;
        font-size: 11px !important;

    }
    .wrap_background.wrap_background2 {
        background-size: cover;
        position: relative;
        padding-bottom: 10% !important;
        margin-top: 0;
    }
    .li-cost {
        border-bottom: 1px solid #d7d7d7;
        width: 100% !important;
        margin: auto;
    }
    .menu {
        display: none;
    }

    #menu_mobi {
        display: block;
    }

    .info__sl {
        display: none
    }

    .banner-video {
        margin-top: 0px !important;
        height: auto !important;
    }

    .fixmenu .logos-menu__mm {
        width: 65px
    }

    .fixmenu .header_mobi {
        padding: 18px 5px;
    }

    .inner__fixed-right {
        display: none;
    }
}

@media (max-width:992px) {
    .ma-rp15 {
        margin: 0px -5px
    }

    .pa-rp15 {
        padding: 0px 5px
    }

    .ma-rp10 {
        margin: 0px -5px
    }

    .pa-rp10 {
        padding: 0px 5px
    }

    .nav-slick .slick-prev,
    .nav-slick .slick-next {
        display: none;
    }

    .toolbar {
        display: block;
    }

    .title-page b {
        font-size: 18px;
    }

    .info__list h3 {
        font-size: 16px;
    }

    .info__list h3 {
        text-shadow: rgb(0, 0, 0) 0px 0px 5px;
    }

    .item__list:nth-child(even) {
        margin-top: 0px;
    }

    .info__list a {
        font-size: 11px;
        padding: 5px 10px;
    }

    .info__qc {
        bottom: 0px;
        padding: 10px;
    }

    .info__qc h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .info__qc a {
        padding: 5px 10px;
        font-size: 11px;
    }

    .tab__list span {
        font-size: 14px;
    }

    .thumb__b {
        width: 100%;
        padding: 0px;
    }

    .thumb__b:after {
        display: none;
    }

    .info__b {
        width: 100%;
        padding: 10px;
    }

    .info__b h3 a {
        font-size: 18px;
    }

    .inner__al h3 {
        font-size: 14px;
    }

    .footer-news {
        width: 100% !important;
        margin-top: 20px;
    }

    .title-footer {
        font-size: 16px;
    }

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

    .list-news ._df_thumbx {
        width: calc(100% / 5)
    }

}

@media(max-width:850px) {}

@media(max-width:769px) {
    section.project_list {
        overflow: hidden;
    }

    section.newsllter_block {
        overflow: hidden;
    }

    .customer_fed {
        padding-right: 0 !important;
    }

    .contentfeedback:before {

        bottom: 19px !important;

    }

    .contentfeedback {
        margin-bottom: 20px;
    }

    section.capacity_block {
        overflow: hidden;
    }

    section.album_block {
        overflow: hidden;
    }

    section.partner_block {
        overflow: hidden;
    }

    section.feedback_block {
        overflow: hidden;
    }

    .top-contact .form-contact,
    .top-contact .article-contact {
        width: 100%;
        margin: 0px;
    }

    .top-contact .article-contact {
        margin-bottom: 30px;
    }

    .copyright {
        font-size: 11px;
    }

    .album {
        width: calc(100% / 2);
        margin-bottom: 10px
    }

    .video {
        width: calc(100% / 2);
    }

    .big__News {
        width: 100%;
    }

    .small__news {
        width: 100%;
        margin-top: 25px;
    }

    .scroll__index .info__news .desc-newshome {
        display: none;
    }

    .scroll__index .thumb__news {
        width: 180px;
        height: 120px;
    }

    .scroll__index .info__news {
        width: calc(100% - 190px);
    }

    .scroll__index .info__news h3 a {
        font-size: 14px;
    }

    .l__nt {
        width: 100%;
        background: var(--color-r);
    }

    .nt-x .wrap-content {
        padding: 0px;
    }

    .r__nt {
        width: 100%;
        padding: 20px 10px;
    }

    .product {
        width: calc(100% / 2);
    }

    .info__product a {
        font-size: 15px
    }

    .list-news ._df_thumbx {
        width: calc(100% / 4)
    }

}

@media (max-width:600px) {
    .list-news ._df_thumbx {
        width: calc(100% / 3)
    }
}

@media(max-width:440px) {
    .top-contact .form-contact .button-contact .file-contact span b {
        max-width: 105px;
    }

    .list-news ._df_thumbx {
        width: calc(100% / 2)
    }
}

.content-main.content-main2.grid-news {
    width: 1000px;
    margin: auto;
}

.item__news.item__news2 h3 a {
    font-size: 30px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 400;
}

.item__news.item__news2 .info__news {
    padding-top: 22px !important;
    padding-top: 10px;
}

.item__news.item__news2 .info__news {
    
}

.desc-news {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    /* text-align: center; */
    /* font-family: 'Montserrat';
    line-height: 25px;
    font-size: 16px; */
    margin-top: 12px;
    margin-bottom: 10px;
}

a.view__news.text-decoration-none {
    padding: 10px 30px;
    border: 1px solid #333;
    text-align: center;
    font-size: 14px;
    color: #333;
    min-width: 130px;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    margin-top: 15px;
}

@media(max-width:369px) {
    .cart-pro-detail {
        flex-wrap: wrap;
    }

    .cart-pro-detail a {
        width: 100%;
        text-align: center;
        margin: 0px !important;
        font-size: 12px;
    }

    .cart-pro-detail a:first-child {
        margin-bottom: 5px !important;
    }

    .cart-pro-detail a i {
        display: none;
    }

    .album {
        width: calc(100% / 1);
    }

    .video {
        width: calc(100% / 1);
    }

    .scroll__index .thumb__news {
        width: 150px;
        height: 100px;
    }

    .scroll__index .info__news {
        width: calc(100% - 160px);
    }

    .product {
        width: calc(100% / 1);
    }

}

/*add của tui*/
.menu.py-1.fixmenu .menu-outside__top {
    display: none !important;
}

ul.social.social-header li a {
    display: inline-block;
    background: #ffff;
    border-radius: 100%;
    border: 1px solid #ffffff;
}

.footer-news.align-center {
    text-align: center;
}

.logo_footer:after {
    position: absolute;
    background: #ffffff;
    width: 100px;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    margin: auto;
}

.newsletter h3 {
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    font-size: 17px;
    margin: 0 0 5px;
}

.newsletter p {
    margin-bottom: 17px;
    line-height: 1.5;
    font-family: tahoma;
    color: #9e9e9e;
    margin-top: 10px;
}

.newsletter {
    margin-top: 26px;
}

.wrap-content {
    position: relative;
}

.feedback_block .control-carousel {
    top: calc(50% - 30px / 2);
    width: 80px;
    height: 80px;
    border: none;
    background: none;
}

.feedback_block .prev-carousel {
    left: -70px;
}

.feedback_block .next-carousel {
    right: -70px;
}


.thongtinnb--index .control-carousel {
    top: calc(43% - 30px / 2);
    width: 80px;
    height: 80px;
    border: none;
    background: none;
}

.thongtinnb--index .prev-carousel {
    left: -70px;
}

.menu-outside__top.d-flex.justify-content-end.align-items-center {
    position: relative;
    top: 10px;
    z-index: 999;
}

.thongtinnb--index .next-carousel {
    right: -70px;
}

ul.ul_menu li a span {
    padding: 10px 10px !important;
}

.menu.py-1.fixmenu .menu ul li a span {
    font-size: 14px;
    color: #fff;
    margin: 0px;
    padding: 29px 5px;
    text-transform: uppercase;
    display: block;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Montserrat';
    font-weight: bold;
}

a.logo-header.trangguong {
    width: 20% !important;
}

.partner-item a:Hover {
    border: 1px solid #ff9601;
}

.partner-item a {
    transition: all .3s;
}

.thongtinb-contain {
    position: relative;
}

.item__news.item__news2 {
    width: calc(100% / 2);
    margin-bottom: 40px;
}

.menu.py-1.fixmenu ul li a span {
    font-size: 14px;
    margin: 0px;
    padding: 20px 5px;
}



.btn-border:after {
    transition: all .3s ease-in-out
}

.btn-border:hover:after {
    width: 130%
}

.btn-border:hover {
    color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
    text-decoration: none;
}



.btn-border,
.center-group {
    position: relative;
    display: inline-block
}

.btn-border:hover {
    color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
}

.btn-border {
    padding: 10px 30px;
    border: 1px solid #333;
    text-align: center;
    font-size: 14px;
    color: #333;
    min-width: 130px;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 700
}

.btn-border:after {
    content: "";
    z-index: -1;
    background-color: #000;
    height: 100%;
    left: -15%;
    position: absolute;
    top: 0;
    transform: skewX(39deg);
    transition: all .3s ease-in-out 0s;
    width: 0
}

.btn-border span {
    /* display:inline-block; */
    /* z-index:2; */
    /* position:relative; */
}

.btn-border-lg {
    padding: 15px 30px
}

.wrap_background.wrap_background2 {
    background: url(../images/bg_form.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding-bottom: 4%;
    margin-top: 0;
}

.wrap_background.wrap_background2:after {
    content: "";
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255) 10%, rgba(255, 255, 255, 0));
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.top_form {
    position: relative;
    z-index: 9;
}

.top_form .title-main span {
    text-transform: uppercase;
    color: var(--color-black);
    font-weight: 800;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    font-size: 38px;
    text-transform: uppercase;
    color: #939393;
}

.left-cost,
.li-cost {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-cost span {
    position: relative;
    display: block;
    color: #444;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 10px 0 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    width: 100%;
}

.right-cost {
    position: relative;
    display: block;
    width: 400px;
    z-index: 0;
}

.left-cost {
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 60px;
    background-color: #ebebeb;
    width: 250px;
    text-align: left;
    z-index: 5;
}

.input-select select {
    height: 100%;
    border: none;
    border-radius: 0;
    height: 60px;
    font-size: 13px;
}

.newsletter-input input {
    height: 60px;
    border: none;
    border-radius: 0;
    font-size: 13px;
}

.li-cost {
    border-bottom: 1px solid #d7d7d7;
    width: 60%;
    margin: auto;
}

button.readon-button {
    position: relative;
    display: inline-block;
    border: none;
    padding: 15px 25px;
    margin: 20px auto 0;
    color: #fff;
    background-color: #ff9600;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    border-radius: 30px;
    transition: all .3s;
}

button.readon-button:hover {
    background: black;
}

.posr{
    position: relative;
}
ul.ul_menu.ul_menu2 {
    width: 100%;
}ul.ul_menu.ul_menu2 {
    width: 100%;
    display: flex
;
    justify-content: space-around;
}span.title_list {
    background-color: rgb(161, 161, 161);
    text-align: left;
    font-size: 14px;
    pointer-events: none;
    padding: 14px;
    color: #ffff !important;
    font-family: 'Montserrat';
    font-weight: normal !important;
}
li.w30 {
    width: 24.7%;
}ul.ul_menu.ul_menu2 {
    background: none;
}.ul_menu1 {
    background-color: rgba(0, 0, 0, 0.7);
}.ul_menu1 a span {
    color: #fff !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
}