@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes shake-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        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)
    }
}

@font-face {
    font-family: 'hlt';
    src: url("../fonts/HLT\ Boulevai.ttf");
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'svn';
    src: url("../fonts/SVN-Redressed.ttf");
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'utm';
    src: url("../fonts/UTM\ Eremitage.ttf");
    font-style: normal;
    font-display: block;
}

div.wap_main {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    min-width: 1356px;
}

input,
button,
select {
    appearance: none;
    box-shadow: none !important
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px
}

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

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

h2,
h3 {
    margin-bottom: 0px;
    line-height: normal;
    font-size: unset;
    font-weight: unset;
}

a {
    text-decoration: none !important
}

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
}

.wap_1200 {
    max-width: 1180px;
    margin: auto;
    position: relative
}

.wap_1300 {
    max-width: 1300px;
    margin: auto;
    position: relative
}

.wrap-main,
.wrap-content {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0px
}

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

.wrap-content {
    margin: auto
}

.title-main {
    margin-bottom: 1rem;
    text-align: center
}

.title-main span {
    text-transform: uppercase;
    color: #000000;
    font-size: 26px;
    font-weight: bold;
}

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

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

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

.control-owl {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0px;
    top: calc(50% - 45px / 2)
}

.control-owl button {
    opacity: 0.5;
    top: 0px;
    position: absolute;
    outline: none;
    border: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    cursor: pointer;
    color: #ffffff;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 25px;
    margin: 0px;
    background-color: #000000;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.control-owl button:hover {
    opacity: 1
}

.control-owl button.owl-prev {
    left: 20px
}

.control-owl button.owl-next {
    right: 20px
}

.form-control,
.form-control-plaintext:not(textarea),
.custom-select {
    height: calc(1em + 1.25rem + 8px)
}

.custom-form-row {
    margin-right: -10px;
    margin-left: -10px
}

.custom-form-row>.col,
.custom-form-row>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px
}

.text-sm {
    font-size: 0.875rem !important
}

img.lazy {
    opacity: 0
}

img:not(.initial) {
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}

img.initial,
img.loaded,
img.error {
    opacity: 1
}

img:not([src]) {
    visibility: hidden
}

.wrap-user {
    width: 100%;
    max-width: 550px;
    margin: auto;
    border: 1px solid #bce8f1;
    border-radius: 5px
}

.title-user {
    background-color: #000000;
    padding: 12px 15px;
    border-radius: 5px 5px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.title-user span {
    color: #ffffff
}

.title-user a {
    color: #0056b3;
    font-size: 12px
}

.form-user {
    padding: 20px 15px;
    border: 1px solid #c00;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.input-user {
    margin-bottom: 0.75rem
}

.input-user input {
    font-size: 14px
}

.button-user {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.button-user input {
    font-size: 14px
}

.checkbox-user,
.radio-user {
    cursor: pointer
}

.checkbox-user input {
    top: calc(50% - 1.25rem / 2);
    height: auto
}

.checkbox-user label {
    font-size: 14px;
    cursor: pointer
}

.checkbox-user label::before,
.checkbox-user label::after {
    top: calc(50% - 1rem / 2)
}

.radio-user {
    margin-right: 1rem
}

.radio-user:last-child {
    margin-right: 0px
}

.radio-user label::before,
.radio-user label::after {
    top: calc(50% - 1rem / 2)
}

.note-user {
    font-size: 14px;
    border-top: 1px solid #ddd;
    padding-top: 0.5rem
}

.header {
    background-color: #fff;
    min-width: 1356px;
}

.flex_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 0;
}

.logo_header {
    display: block;
    overflow: hidden;
}

.hotline_header {
    display: block;
    padding: 0.5px 0;
    background: url(../images/phone.png) no-repeat left center;
    padding-left: 60px;
    width: 300px;
}

.hotline_header p {
    margin-bottom: -2px;
    text-transform: capitalize;
    color: #333
}

.hotline_header span {
    font-weight: bold;
    color: var(--maincolor);
    font-size: 20px;
    display: block
}

.email_header {
    display: block;
    padding: 0.5px 0;
    background: url(../images/mail2_01.png) no-repeat left center;
    padding-left: 60px;
    width: 300px;
}

.email_header p {
    margin-bottom: -2px;
    text-transform: capitalize;
    color: #333
}

.email_header span {
    font-weight: bold;
    color: var(--maincolor);
    font-size: 20px;
    display: block
}

.menu_mobi_add,
.menu_mobi {
    display: none
}

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

.menu ul.menu-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu ul li {
    position: relative;
    z-index: 1;
}

.menu ul li.li-home a {
    /* padding-left: 0; */
}

.menu ul li.li-end a {
    padding-right: 0;
}

.menu ul li a:hover,
.menu ul li a.active {
    color: #fff;
    background-color: #0100be;
}

.menu ul li.menu-line {
    width: 1px;
    height: 15px;
    background-color: rgb(255 255 255);
}

.menu ul li a {
    display: block;
    position: relative;
    padding: 16px 13px;
    color: white;
    font-size: 16px;
    font-family: Open Sans;
    font-weight: 400;
    text-transform: uppercase;
    transition: 0s all;
}

.menu ul li ul {
    position: absolute;
    min-width: 250px;
    background-color: #fafafa;
    border-radius: 0.25rem;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    transform: perspective(600px) rotateX(-90deg);
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden
}

.menu ul li:hover>ul {
    transform: perspective(600px) rotateX(0);
    transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible
}

.menu ul li ul li {
    padding-left: 0.75rem;
    padding-right: 0.75rem
}

.menu ul li ul li a {
    font-size: 14px;
    color: #313131;
    border-bottom: 1px solid #ececec;
    padding: 10px 0px 9px 0px;
    text-transform: capitalize;
    background: unset !important;
}

.menu ul li ul li a.has-child {
    margin-right: 0px
}

.menu ul li ul li a.has-child:after {
    border-color: #313131;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menu ul li ul li a.active {
    color: var(--maincolor)
}

.menu ul li ul li a.active.has-child:after {
    border-color: var(--maincolor)
}

.menu ul li ul li:last-child>a {
    border-bottom: 0px
}

.menu ul li ul li:hover>a {
    color: var(--maincolor)
}

.menu ul li ul li:hover>a.has-child:after {
    border-color: var(--maincolor)
}

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

.menu-fix {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 999;
    animation: fadeInDown 1.3s ease backwards;
    min-width: 1356px;
}

.menu-fix .logo_header {
    max-width: 70px;
}

.search {
    width: 230px;
    background: #ffffff;
    position: relative
}

.search p {
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
    margin: 0px;
    color: #6c757d;
    font-size: 16px
}

.search input {
    width: calc(100% - 35px);
    height: 35px;
    float: left;
    outline: none;
    padding: 0px;
    border: 0px;
    background: transparent;
    text-indent: 10px;
    font-size: 12px
}

.search input::-webkit-input-placeholder {
    color: #313131
}

.search input:-moz-placeholder {
    color: #313131
}

.search input::-moz-placeholder {
    color: #313131
}

.search input:-ms-input-placeholder {
    color: #313131
}

.menu-res {
    height: 55px;
    z-index: 997;
    background: var(--maincolor);
    position: sticky;
    display: none;
    position: -webkit-sticky;
    top: 0
}

.menu-bar-res {
    height: 55px;
    padding: 0px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

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

.slideshow-item {
    display: block;
    cursor: pointer;
    height: 555px;
}

.slideshow-item a,
.slideshow-item a img {
    height: 100%;
    object-fit: cover;
}

.slideshow:hover .control-slideshow {
    opacity: 1
}

.control-slideshow {
    opacity: 0
}

.wrap-partner {
    padding: 0px 15px
}

.wrap-partner .wrap-content {
    position: relative
}

.partner {
    display: block;
    border: 1px solid #eee;
    max-width: 175px;
    margin: 0px auto
}

.hover_sang1 {
    position: relative;
    overflow: hidden
}

.hover_sang1:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    z-index: 10;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0)
}

.hover_sang1:hover:before {
    -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
    transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0)
}

.hover_sang2 {
    position: relative;
    overflow: hidden
}

.hover_sang2:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 10;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.hover_sang2:hover:before {
    transition: 1s;
    left: 100%
}

.list-news-other {
    padding-left: 17px;
    list-style: square
}

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

.list-news-other li a {
    text-transform: none;
    color: #333333
}

.list-news-other li a:hover {
    color: #f00
}

.contact-article {
    margin-bottom: 1.2rem;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.contact-text {
    width: 49%;
}

form#form-contact {
    width: 49%;
}

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

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

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

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

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

.box_newsletter {
    padding: 30px 0;
    background: #efefef;
}

.container_newsletter {
    width: 580px;
    margin: 0 auto;
}

.grid_newsletter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px 10px;
}

.newsletter-slogan {
    margin-bottom: 0.5rem;
    color: #6c757d
}

.newsletter-input {
    position: relative
}

.newsletter-input:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
}

.newsletter-input:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
}

.newsletter-input:nth-child(3) {
    grid-column: 1/2;
    grid-row: 2/3;
}

.newsletter-input:nth-child(4) {
    grid-column: 2/3;
    grid-row: 2/3;
}

.newsletter-input:nth-child(5) {
    grid-column: 1/3;
    grid-row: 3/4;
}

.newsletter-input textarea::placeholder,
.newsletter-input input::placeholder {
    color: #000;
}

.newsletter-input input {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.newsletter-input textarea {
    background: #fff;
    height: 100px;
    color: #000;
    border-color: #fff;
}

.newsletter-button {
    margin-top: 10px;
    text-align: center;
}

.footer-article {
    background: url(../images/bg_ft.png) center no-repeat;
    background-size: cover;
}

.footer-article .wrap-content {
    padding: 0;
}

.footer-tags {
    background: #eee
}

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

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

.footer-tags-lists li {
    float: left
}

.footer-tags-lists li a {
    border-radius: 3px;
    border: 1px rgba(255, 255, 255, 0.20) solid;
    transition: .2s;
    color: white;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 400;
    display: inline-block;
    line-height: 29px;
    padding: 0 10px;
}

.footer-tags-lists li a:hover {
    border: 1px solid var(--maincolor);
    background: var(--maincolor);
}

.footer-powered {
    color: #ffffff;
    background-color: #000000;
    display: none;
}

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

.footer-statistic {
    text-align: right
}

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

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

#footer-map {
    position: relative;
    height: 200px;
    margin-top: 20px;
}

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

#footer-map2 {
    position: relative;
    height: 200px;
    margin-top: 20px;
}

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

.social-plugin {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

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

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

.pagination-ajax {
    text-align: center
}

.pagination-ajax a {
    display: inline-block;
    vertical-align: top;
    margin: 0px 3px 3px 3px;
    width: 35px;
    height: 35px;
    line-height: 33px;
    color: #666 !important;
    border: 1px solid #e6e6e6;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none !important;
    background-color: #ffffff
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
    color: #ffffff !important;
    border-color: #ec2d3f;
    background-color: #ec2d3f
}

.pagination-ajax a.first,
.pagination-ajax a.last,
.pagination-ajax a.prev,
.pagination-ajax a.next {
    text-indent: -9999px;
    position: relative;
    background-color: #ffffff !important
}

.pagination-ajax a.first:before,
.pagination-ajax a.last:before,
.pagination-ajax a.prev:before,
.pagination-ajax a.next:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center
}

.pagination-ajax a.first:before {
    background-image: url(../images/page-first.png)
}

.pagination-ajax a.last:before {
    background-image: url(../images/page-last.png)
}

.pagination-ajax a.prev:before {
    background-image: url(../images/page-prev.png)
}

.pagination-ajax a.next:before {
    background-image: url(../images/page-next.png)
}

#popup .modal-body {
    padding: 0px
}

#popup-map iframe {
    width: 100%
}

#popup button.close,
#popup-map button.close,
#popup-baogia button.close {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 10px #000 !important;
    background: #000000;
    opacity: 1;
    color: #fff
}

.grecaptcha-badge {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
    visibility: hidden !important;
    overflow: hidden
}

.coccocgrammar,
.corom-element {
    display: none !important;
}

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

.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3
}

.transition,
.control-owl button,
.carousel-comment-media .carousel-control a span,
.menu ul li a.has-child:after,
.menu ul li ul,
.menu ul li:hover>ul,
.scale-img img,
.scale-img:hover>img,
.btn-frame .kenit-alo-circle-fill,
.support-online .kenit-alo-circle-fill {
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

.scale-img {
    overflow: hidden;
    display: block
}

.scale-img img {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.scale-img:hover>img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

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

.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 997;
    cursor: pointer
}

.btn-frame i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--maincolor);
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

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

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

.btn-frame .kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(7, 41, 103, 0.8);
    opacity: 0.1;
    border-color: var(--maincolor);
    opacity: 0.5
}

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

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

.btn-frame .kenit-alo-circle-fill {
    width: 70px;
    height: 70px;
    top: -10px;
    right: -10px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: var(--maincolor);
    opacity: 0.4
}

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

.btn-zalo {
    bottom: 400px;
}

.btn-phone {
    bottom: 230px
}

.js-facebook-messenger-container.closed {
    display: none !important
}

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px;
    color: #404040;
    background: #fff
}

.js-facebook-messenger-tooltip.closed {
    display: none !important
}

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

.js-facebook-messenger-tooltip {
    z-index: 999;
    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);
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
    box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
    z-index: 1000000000000000019884624838656
}

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

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

.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-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(--maincolor);
    border-radius: 100%;
    overflow: hidden;
    z-index: 99;
    -webkit-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 {
    -webkit-transform: rotate(0deg);
    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;
    -webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, transform 160ms ease-in-out, -webkit-transform 160ms ease-in-out
}

.js-facebook-messenger-box.rotate svg#close-icon {
    -webkit-transform: rotate(-45deg);
    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;
    -webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, transform 160ms ease-in-out, -webkit-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;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    bottom: 110px;
    right: 90px;
    border-radius: 10px;
    pointer-events: none;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
    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;
    -webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
    transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    transition: transform 160ms ease-in-out, opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out
}

.js-facebook-messenger-top-header {
    width: 220px;
    color: #ffffff;
    background: #1182fc;
    display: block;
    position: relative;
    width: 220px;
    background: #1182fc;
    color: #ffffff;
    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: #ffffff;
    background: #1182fc;
    width: 220px
}

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

.js-facebook-messenger-container.open {
    -webkit-transform: translateY(0px);
    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 {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

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

.cart-fixed {
    position: fixed;
    right: 20px;
    bottom: 390px;
    z-index: 997;
    background: #ffffff;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #000000 !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
    box-shadow: 0 0 14px inset #000000;
}

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

.cart-fixed span {
    position: absolute;
    top: -5px;
    right: -10px;
    color: #ffffff;
    width: 25px;
    height: 25px;
    background: #000000;
    text-align: center;
    line-height: 25px;
    font-size: 11px;
    border-radius: 100%
}

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

.newsletter-button input[type=submit] {
    background: #000000 !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 10px 10px;
    width: 150px;
    color: #fdfdfd;
    text-transform: uppercase;
}

.page-link.active,
.page-link.bg-primary {
    background: var(--maincolor) !important;
    color: #fff !important;
    border-color: var(--maincolor) !important;
}

.page-link.active:hover,
.page-link.bg-primary:hover {
    background: #000000 !important
}

.page-link {
    cursor: pointer;
    border-color: #d9d9d9 !important;
    color: #000 !important;
}

.page-item {
    margin: 0 3px;
}

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

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

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

.catchuoi4 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.catchuoi5 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.catchuoi6 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.catchuoi7 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.catchuoi8 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.contact-form .btn-primary {
    background: var(--maincolor) !important;
    border-color: var(--maincolor) !important
}

.save-listing,
.save-listing-already {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    font-size: 1rem;
    background: var(--maincolor);
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    /* display: none; */
}

.save-listing:hover i:before,
.save-listing-already i:before {
    font-weight: bold
}

.liked-fixed {
    bottom: 455px;
    display: none
}

div.wap_footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

div.wap_copy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

div.wap_copy .copyright,
div.wap_copy .statistic {
    margin-bottom: 0
}

.statistic span {
    margin-left: 8px
}

div#main_footer ul {
    list-style: none;
    padding: 0;
    margin: 0
}

div#main_footer ul li {
    margin: 9px 0;
    font-size: 14px
}

div#main_footer ul li i {
    width: 30px;
    height: 30px;
    border: 1px solid #f9f9f9;
    text-align: center;
    border-radius: 3px;
    line-height: 30px;
    margin-right: 8px;
    font-size: 18px;
    color: #525252
}

.footer-news:nth-child(1) {
    width: 51%;
    background: url(../images/ft1.png) center no-repeat;
    background-size: 100% 100%;
    padding: 25px 90px;
}

.footer-news:nth-child(2) {
    width: 19%;
    padding: 25px 0 25px;
}

.footer-news:nth-child(3) {
    width: 23.5%;
    padding: 25px 0 25px;
}

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

.footer-title {
    margin-bottom: 13px;
    color: white;
    font-size: 15px;
    font-family: Open Sans;
    font-weight: 400;
    text-transform: capitalize;
    background: url(../images/a8.png) center left no-repeat;
    padding-left: 30px;
}

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

.footer-ul li {
    margin-bottom: 10px
}

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

.footer-ul li a {
    color: #212529
}

.footer-ul li a:hover {
    text-decoration: none;
    color: #000000
}

.social-header li {
    width: 30px
}

.social-footer {
    padding: 0;
    margin: -5px;
    list-style: none;
    display: flex;
    align-items: center;
    margin-left: auto;
}

.social-footer li {
    margin: 5px;
}

.social-footer li a {
    transition: 0.3s;
}

.social-footer li a:hover {
    transform: translateY(-5px);
}

.list_monnb {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.list_monnb a {
    cursor: pointer;
    transition: 0.2s;
    margin: 10px 10px;
    border-radius: 10px;
    color: #000;
    width: 9%;
}

.list_monnb a:hover,
.list_monnb a.active {
    color: #cd2027 !important;
}

#video-select iframe {
    height: 281px
}

#video-select .listvideos {
    width: 100%;
    height: 40px;
    padding: 0 10px
}

div.run-slick .slick-prev:before,
div.run-slick .slick-next:before {
    font-size: 0
}

div.run-slick .slick-prev,
div.run-slick .slick-next {
    width: 35px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
}

div.run-slick .slick-prev {
    background: #00000045 url(../images/arr_left.png) no-repeat center;
    left: 10px;
    border-radius: 5px;
}

div.run-slick .slick-next {
    background: #00000045 url(../images/arr_right.png) no-repeat center;
    right: 10px;
    border-radius: 5px;
}

.search-res {
    position: relative;
    width: 80px;
    background: url(../images/sea.png) center no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.search-res .icon-search {
    width: 80px;
    height: 56px;
    cursor: pointer;
    text-align: center;
    line-height: 56px;
    color: #fff;
    font-size: 17px;
    margin: 0px;
    margin-top: 0px;
    border-radius: 5px;
}

.search-res .icon-search.active {
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
}

.search-res .search-grid {
    position: absolute;
    top: 42px;
    right: 0px;
    width: 0px;
    height: 40px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #000000;
    z-index: 2;
    opacity: 0;
    border-radius: 5px;
    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: #000000;
    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: #666363;
    font-size: 13px
}

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

.flex_info {
    display: flex;
    justify-content: space-between
}

.left_info {
    width: 270px
}

.right_info {
    width: calc(100% - 280px)
}

.list_mananger {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 1px solid #c00;
    border-top: none;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px
}

.sty_list1,
.sty_list {
    padding: 10px 0;
    margin-left: 10px;
    color: #000;
    cursor: pointer
}

.list_mananger li {
    border-bottom: 1px solid #d3d3d3
}

.left_info .title-user {
    background: #c00
}

.left_info .title-user span {
    color: #fff
}

.dong {
    position: relative;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    display: none
}

.mo {
    position: relative;
    left: 0;
    top: 0;
    opacity: 1;
    width: 100%;
    display: block
}

.sty_btn_info span,
.button-user .sty_btn_info {
    padding: 5px 15px;
    border: 1px solid #c00;
    background: #c00;
    color: #fff;
    border-radius: 5px
}

.social-plugin .zalo-share-button {
    margin-left: 3px;
    background: #000 url(../images/zalo-combo.png) no-repeat center;
    background-size: 26px;
    border-radius: 5px;
}

.container_product {
    display: flex;
    justify-content: start;
    flex-flow: wrap;
    margin: -10px;
}

.item_product {
    width: calc(20% - 20px);
    margin: 10px;
    position: relative;
    border: 1px #E1E1E1 solid;
    padding: 5px;
}

.item_3 .item_product {
    width: calc(100%/3 - 20px);
}

.img_product {
    border-radius: 5px;
    overflow: hidden;
}

.name_product {}

.name_product a {
    color: #2C2C2C;
    font-size: 13px;
    font-family: Open Sans;
    font-weight: 400;
    word-wrap: break-word;
    text-transform: uppercase;
}

.msp {
    color: #6C6C6C;
    font-size: 13px;
    font-family: Open Sans;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 1px;
}

.msp span {
    color: #0E0DEA;
    font-size: 13px;
    font-family: Open Sans;
    font-style: italic;
    font-weight: 400;
    margin-left: 5px;
}

.name_product a:hover {
    color: #f00;
}

.price_product {
    text-align: center;
    padding: 5px 0 6px 0;
}

.price-new b {
    color: #000;
}

.price-new {
    color: #D90101;
    font-size: 13px;
    font-family: Open Sans;
    font-weight: 700;
    padding-left: 10px;
}

.price-old {
    padding-left: 10px;
    font-size: 12px;
    color: #6c757d;
    text-decoration: line-through;
}

.price-per {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    background: var(--maincolor);
    font-size: 13px;
    width: 45px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 7px;
    font-weight: 700;
    display: none;
}

.content_product {
    padding-top: 11px;
    text-align: center;
}

.mt-6 {
    margin-top: 1.5rem;
}

.cart-product span:nth-child(2):hover {
    border-color: var(--maincolor) !important;
    color: var(--maincolor) !important;
}

.box_news_index {
    padding: 30px 5px;
}

.container_news_index {
    display: flex;
    justify-content: start;
    flex-flow: wrap;
    margin: -10px;
}

.item_news_index {
    width: calc(25% - 20px);
    margin: 10px;
}

.item_news_index .hover_sang2 img {
    width: 100%;
}

.content_news_index {
    margin-top: 10px;
}

.name_news_index a {
    font-size: 14px;
    font-family: qr;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}

.name_news_index a:hover {
    color: var(--maincolor);
}

.desc_news_index span {
    font-size: 13px;
    font-family: 'qr';
    color: #000;
}

.time_news_index {
    color: var(--maincolor);
    font-size: 14px;
    padding: 5px 0;
}

.box_product,
.box_product_list,
.box_product_list_tab,
.box_product_tab_permanent {
    padding: 30px 5px;
}

p {
    margin-bottom: 0;
}

.top_text {
    text-align: center;
}

.text_index {}

.text_index span {
    text-align: center;
    color: #171819;
    font-size: 38px;
    font-family: Open Sans;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
    display: block;
}

.line {
    background: url(../images/line.png) center no-repeat;
    height: 2px;
}

.slg {
    text-align: center;
    color: #757575;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.70px;
    margin-bottom: 7px;
}

.slg_hd {
    color: #fff;
    font-size: 24px;
    font-family: svn;
}

/*sanpham*/
.box_sanpham {
    padding: 30px 0;
}

.top_tittle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0E0DEA;
    padding: 1px;
    margin-right: 25px;
}

.container_sanpham {
    padding: 30px 0;
}

.t_sp {
    color: white;
    font-size: 24px;
    font-family: Open Sans;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 28px;
    padding-left: 20px;
}

.xemth_sp {
    background-color: #fff !important;
    color: #D90101;
    font-size: 14px;
    font-family: Open Sans;
    font-style: italic;
    font-weight: 400;
    line-height: 47.8px;
    display: block;
    text-align: right;
    width: 44%;
    padding-right: 40px;
    background: url(../images/b1.png) center left no-repeat;
    position: relative;
    z-index: 5;
}

.xemth_sp:before {
    content: '';
    position: absolute;
    background: url(../images/b2.png) center right 0px no-repeat;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 43px;
    height: 48px;
}

.container_c2 {
    background: #F2F2F2;
    padding: 0px 10px;
}

.page_danhmuc {
    margin-top: 20px;
}

.pic_c2 {}

.pic_c2 img {
    border-radius: 10px;
}

/*chungnhan*/
.box_chungnhan {
    background: #F8F8F8;
    padding: 60px 0;
}

.box_chungnhan .slick-prev {
    background: url(../images/mt_tr.png) center no-repeat !important;
    width: 16px;
    height: 36px;
}

.box_chungnhan .slick-next {
    background: url(../images/mt_ph.png) center no-repeat !important;
    width: 16px;
    height: 36px;
}

.box_chungnhan .slick-prev:before {
    display: none
}

.box_chungnhan .slick-next:before {
    display: none
}

.container_chungnhan {
    margin-top: 40px;
}

.run_chungnhan {
    margin: 0 -8px;
}

.item-chungnhan {
    margin: 0 8px;
}

.item-chungnhan img {
    width: 100%;
}

/*dichvu*/
.box_dichvu {
    background: url(../images/bg_dv.png) center no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.container_dichvu {
    margin-top: 35px;
    position: relative;
}

.top_dichvu {}

.run_dichvu1 {}

.item-dichvu1 {
    padding-bottom: 20px;
}

.flex_dichvu1 {
    display: flex;
    justify-content: space-between;
}

.left_dichvu1 {
    width: 49.6%;
    position: relative;
}

.left_dichvu1:before {
    content: '';
    position: absolute;
    background: url(../images/a3.png) center no-repeat;
    bottom: -20px;
    right: -20px;
    width: 500px;
    height: 500px;
}

.pic-dichu1 {}

.pic-dichu1 img {}

.right_dichvu1 {
    width: 45%;
}

.name-dichvu {
    color: #171819;
    font-size: 32px;
    font-family: Open Sans;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
    background: url(../images/a4.png) left center no-repeat;
    padding-left: 38px;
}

.name-dichvu span {
    display: block;
    -webkit-line-clamp: 1;
}

.desc-dichvu {
    color: #555555;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 400;
    line-height: 24px;
    margin-top: 25px;
}

.xemth.view_dichvu {}

.bottom_dichvu {
    width: 64%;
    position: absolute;
    bottom: 12%;
    right: 0;
}

.run_dichvu2 {
    margin: 0 -8px;
}

.item-dichvu2 {
    margin: 0 8px;
}

.pic-dichu2 {}

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

.t_dv {
    /* font-size: 72px; */
    /* font-family: 'utm'; */
    /* font-weight: 400; */
    /* text-transform: uppercase; */
    /* letter-spacing: 10.80px; */
    position: absolute;
    bottom: 45%;
    right: 2%;
    background: url(../images/c1.png) center no-repeat;
    width: 515px;
    height: 65px;
    pointer-events: none;
    display: none;
}

/*duan*/
.box_duan {
    background: #F8F8F8;
    padding: 60px 0;
}

.box_duan .slick-prev {
    background: url(../images/mt_tr.png) center no-repeat !important;
    width: 16px;
    height: 36px;
}

.box_duan .slick-next {
    background: url(../images/mt_ph.png) center no-repeat !important;
    width: 16px;
    height: 36px;
}

.box_duan .slick-prev:before {
    display: none
}

.box_duan .slick-next:before {
    display: none
}

.container_duan {
    margin-top: 36px;
}

.run_duan {
    margin: 0 -10px;
}

.item-duan {
    margin: 0 10px;
    transform: translateY(35px);
    position: relative;
    transition: 1s;
}

.pic-duan {}

.item-duan.slick-active.slick-center {}

.item-duan.slick-active.slick-center .pic-duan img {
    width: 500px;
    height: 350px;
    object-fit: cover;
}

.item-duan.slick-active.slick-center {
    transform: unset;
}

.pic-duan img {
    width: 320px;
    height: 280px;
}

.inf0-duan {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.name-duan {
    text-align: center;
    color: white;
    font-size: 18px;
    font-family: Open Sans;
    font-weight: 700;
    text-transform: capitalize;
    background: rgba(2.13, 2.13, 2.13, 0.60);
    line-height: normal;
    padding: 20px 0;
    transition: .2s;
}

.name-duan:hover {
    background: rgb(14 13 234 / 60%);
}

/*gioithieu*/
.box_gioithieu {
    padding: 60px 0;
    background: url(../images/bg_gt.png) center no-repeat;
    background-size: cover;
}

.flex_gioithieu {
    display: flex;
    justify-content: space-between;
}

.container_gioithieu {
    width: 37%;
}

.gt1 {
    color: #575757;
    font-size: 16px;
    font-family: Open Sans;
    font-weight: 300;
    letter-spacing: 3.20px;
    background: url(../images/a6.png) left center no-repeat;
    padding: 16px 0 0 40px;
}

.gt2 p {
    color: #D90101;
    font-size: 48px;
    font-family: utm;
    text-shadow: 1px 1px 0 #fff, 4px 3px 0 #0E0DEA;
    letter-spacing: 1.3px;
    line-height: normal;
}

.gt2 {
    color: #171819;
    font-size: 20px;
    font-family: Open Sans;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
}

.gt1 p {
    color: #0E0DEA;
    font-size: 26px;
    font-family: hlt;
    font-style: italic;
    line-height: 20px;
}

.desc-gioithieu {
    color: #555555;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 400;
    line-height: 1.8;
    -webkit-line-clamp: 6;
    margin-top: 30px;
}

.xemth {
    display: inline-block;
    background: #0E0DEA;
    padding: 3px;
    margin-top: 35px;
    transition: .3s;
}

.xemth span {
    color: #fff;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 400;
    background: url(../images/a5.png) center right no-repeat;
    display: block;
    line-height: 34px;
    padding: 0 53px 0 20px;
    transition: 0.3s;
}

.xemth:hover span {
    background: #d90101 center left;
    transition: .3s;
}

.container_video {
    width: 60%;
}

.videohome-intro {}

.load-video-tc.w-clear {
    position: relative;
}

.run_vd {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 180px;
    height: 340px;
}

.item-duoi img {
    width: 100%;
}

.item-duoi a {
    display: block;
}

.item-duoi {
    margin: 5px;
}

.item-video a {
    display: inline-block;
    position: relative;
}

.item-video a:before {
    content: '';
    position: absolute;
    background: url(../images/playy.png) center no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 1;
    width: 131px;
    height: 131px;
}

.h-r-v {
    padding: 5px;
    background: #fff;
}

/*album*/
.box_album {
    background: #F8F8F8;
    padding: 60px 0;
}

.container_album {
    margin-top: 37px;
}

.grid-album {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.item-album {}

.pic_album {}

.pic_album img {
    width: 380px;
    height: 300px;
    object-fit: cover;
}

.item-album:nth-child(1) img {
    width: 680px;
    height: 350px;
}

.item-album:nth-child(2) img {
    width: 480px;
    height: 350px;
}

/*tintuc*/
.box_tintuc {
    padding: 50px 0;
}

.container_tintuc {
    margin-top: 35px;
}

.run_tintuc {
    margin: 0 -15px;
}

.item-tintuc {
    margin: 0 15px;
    padding-bottom: 20px;
}

.pic-tintuc {}

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

.info-tintuc {
    background: white;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    margin-top: -50px;
    position: relative;
    max-width: 91%;
    margin-left: auto;
    padding: 20px;
}

.time-tintuc {
    width: 60px;
    height: 60px;
    background: #0E0DEA;
    text-align: center;
    padding: 5px;
    position: absolute;
    bottom: 100%;
    left: 0;
}

.time-tintuc p:first-child {
    text-align: center;
    color: white;
    font-size: 20px;
    font-family: Open Sans;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.time-tintuc p:last-child {
    text-align: center;
    color: white;
    font-size: 16px;
    font-family: Open Sans;
    font-weight: 300;
    text-transform: uppercase;
    line-height: normal;
}

.name-tintuc {
    color: #2E2E2E;
    font-size: 18px;
    font-family: Open Sans;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.6;
    -webkit-line-clamp: 2;
}

.view_tintuc span {
    color: #4F4E51;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 400;
    background: url(../images/a7.png) center right no-repeat;
    display: inline-block;
    padding-right: 30px;
}

.view_tintuc {
    border-top: 1px #CCCCCC solid;
    padding-top: 17px;
    margin-top: 25px;
}

.name-tintuc:hover {
    color: var(--maincolor);
}

/*doitac*/
.box_doitac {
    background: #F8F8F8;
    padding: 35px 0;
}

.flex_doitac {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.left_doitac {
    width: 18%;
}

.t_doitac {
    color: #171819;
    font-size: 28px;
    font-family: Open Sans;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 42px;
    border-left: 2px solid #0E0DEA;
    padding-left: 15px;
}

.right_doitac {
    width: 81.5%;
}

.run_doitac {
    margin: 0 -8px;
}

.item-doitac {
    margin: 0 8px;
    border: 1px #C8C8C8 dotted;
    margin-bottom: 1px;
    overflow: hidden;
    display: block;
}

.item-doitac img {
    width: 100%;
}

/*header*/
.top_header {
    background: var(--maincolor);
    border-bottom: 1px #DDDDDD solid;
}

.flex_header {}

.slg_hd {}

.gg-dich {}

.bottom_header {}

.bottom_header .flex_header {
    padding: 0;
}

.lang-header-ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 20px;
}

ul.lang-header-ul li {
    display: inline-block;
    transition: .2s;
    cursor: pointer;
}

ul.lang-header-ul li:hover {
    transform: translateY(-5px);
}

.left_header {}

.logo_header {}

.right_header {
    /* margin-right:-97px; */
    /* margin-left:25px; */
}

.banner_header {}

.menu {
    background: #0E0DEA;
    min-width: 1356px;
}

.menu ul li a:hover:before,
.menu ul li a.active:before {
    content: '';
    position: absolute;
    background: url(../images/mn.png) center no-repeat;
    background-size: 100% 100%;
    right: 100%;
    top: 0;
    width: 30px;
    height: 100%;
    transition: 0.2s all;
}

.menu ul li a:hover:after,
.menu ul li a.active:after {
    content: '';
    position: absolute;
    background: url(../images/mn1.png) center no-repeat;
    background-size: 100% 100%;
    left: 100%;
    top: 0;
    width: 30px;
    height: 100%;
    transition: 0.2s all;
}

.menu ul li ul li a:hover:before,
.menu ul li ul li a.active:before {
    display: none;
}

.menu ul li ul li a:hover:after,
.menu ul li ul li a.active:after {
    display: none;
}

.ten_cty {
    color: white;
    font-size: 18px;
    font-family: Open Sans;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-info {
    color: white;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 400;
    margin-top: 10px;
}

.footer-copyright {
    color: white;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 400;
    margin-top: 25px;
}

.mspp {
    height: 19.5px;
}

.wrap-content.d-flex {
    justify-content: space-between;
}

.left_1 {
    width: 20%;
}

.right_1 {
    width: 79%;
}

.tieude {
    text-transform: uppercase;
    color: #fff;
    padding-left: 20px;
    font-size: 14px;
    background: url(../images/tieude.png) no-repeat;
    height: 39px;
    line-height: 39px;
    font-weight: bold;
}

div#hotro {
    border: 1px solid #d6d6d6;
    margin-bottom: 10px;
    background: #f2f2f2;
}

div#hotro ul {
    list-style: none;
    border-bottom: 1px dashed #DDDDDD;
    padding: 10px 0;
    margin: 0px 10px;
}

div#hotro ul li {
    clear: both;
    padding: 0px 0;
    margin-left: 5px;
}

div#hotro ul li p {
    font-size: 16px;
    color: #f81515;
    font-weight: bold;
    margin-left: 0px;
}

div#hotro ul li p:last-child {
    margin-left: 0;
}

.right_1 .item_product {
    width: calc(25% - 20px);
}



.item-tienich {
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin-bottom: 30px;
    position: relative;
}

.item-tienich i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0e0dea;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-tienich i img {
    vertical-align: middle;
    width: 70%;
}

.item-tienich .animated.infinite {
    animation-iteration-count: infinite;
}

.item-tienich .kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgb(14 13 234);
    opacity: 0.1;
    border-color: #0e0dea;
    opacity: 0.5;
}

.item-tienich .zoomIn {
    animation-name: zoomIn;
}

.item-tienich .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.item-tienich .kenit-alo-circle-fill {
    width: 70px;
    height: 70px;
    top: -10px;
    right: -10px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: rgb(14 13 234);
    opacity: 0.4;
}

.item-tienich .pulse {
    animation-name: pulse;
}

.list-tienich {
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #ddd;
    width: 200px;
    position: absolute;
    right: calc(100% + 15px);
    top: 0px;
    background: #fff;
    display: none;
    opacity: 0;
    transition: 0.5s;
}

.list-tienich.active {
    display: block;
    opacity: 1;
}

.list-tienich a {
    display: block;
    margin-bottom: 10px;
    color: #333;
}

.list-tienich a:last-child {
    margin-bottom: 0px;
}

.list-tienich span {
    font-size: 16px;
    font-weight: 500;
    display: block;
}

.list-tienich span:nth-child(2) {
    color: #ccc;
    font-size: 15px;
    font-weight: 400;
}

.list-tienich a:hover {
    color: #d90101 !important;
}

.content-contact-toolbar {
    position: fixed;
    right: 20px;
    bottom: 205px;
    z-index: 999;
}

.desc-pro-detail textarea {
    width: 100%;
}

.dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    margin: 0 2px;
    color: #888;
    font-weight: bold;
    cursor: default;
    user-select: none;
}