.fs-13{
    font-size: 1.3rem !important;
}
.fs-14{
    font-size: 1.4rem !important;
}
.fs-15{
    font-size: 1.5rem !important;
}
.fs-16{
    font-size: 1.6rem !important;
}
.fs-18{
    font-size: 1.8rem !important;
}
.fs-20{
    font-size: 2rem !important;
}
.fs-26{
    font-size: 2.6rem !important;
}
.fs-28{
    font-size: 2.8rem !important;
}
.fs-30{
    font-size: 3rem !important;
}
.color-text{
    color: var(--color-text);
}
.font-weight-600{
    font-weight: 600;
}

.bg-banner {
    background-color: #f2f3f7;
}

.py-8 {
    padding: 80px 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.4;
}
.btn-submit:before, .btn-submit:after {
    content: "";
    background-color: var(--color-highlight-alt);
    height: 50%;
    width: 0;
    position: absolute;
    z-index: -1;
    -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.btn-submit:before {
  top: 0;
  left: 0;
  right: auto;
}
.btn-submit:after {
  bottom: 0;
  right: 0;
  left: auto;
}
.btn-submit:hover:before {
    width: 100%;
    right: 0;
    left: auto;
}
.btn-submit:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}
.btn-submit i {
    font-size: 1.4rem;
}
.letter-spacing-1{
    letter-spacing: 1px;
}
.bg-light-1{
    background-color: var(--color-gray);
}
.shadow-darker{
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
}
.shadow-1{
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.07);
}
.rounded-5{
    border-radius: 0.5rem;
}
.hover-img img {
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}
.hover-img:hover img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.object-scale {
    object-fit: scale-down !important;
}
.bg-highlight-alt {
    background: var(--color-highlight-alt);
}
.bg-second{
    background: var(--color-second);
}
.btn-red{
    background: var(--red);
}
.color-gray{
    color: var(--gray);
}
html {
    scroll-behavior: smooth;
}



.header-top {
    background-color: var(--color-gray);
}
.setting-menu.fixed{
    margin: auto;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;

    -moz-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.setting-menu > .row >div {
    display: flex;
    align-items: center;
    padding: 0 30px;
    height: 74px;
}

.is-mobile .setting-menu > .row >div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.setting-menu > .row > div > div:first-child {
    margin-right: auto;
}

.is-mobile .setting-menu > .row > div > div:first-child {
    margin-right: 0;
}

.logo-section {
    margin-left: 30px;
}

.logo-section img {
    height: 6rem;
}

.social-section li {
    padding-left: 2rem;
}
.social-section li a {
    color: var(--color-text);
    font-size: 1.6rem;
    height: 4rem;
    line-height: 4rem;
}
.social-section li a:hover {
    color: var(--color-highlight);
}

.swiper-slider-main .swiper-slide {
    height: auto !important;
}

.swiper-slider-main .swiper-slide img {
    height: 100%;
    object-fit: inherit;
}

.member-section a{
    font-size: 1.6rem;
}
#member-info img {
    width: 1.8rem;
    height: 1.8rem;
    object-fit: cover;
}

.search-section .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 300px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}
.search-section:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}
.setting-menu > .container > .row > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--color-highlight);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-slider-main .swiper-slide:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: rgb(0 0 0 / 50%); */
}
.intro-home .btn-video {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-size: 3rem;
    width: 7rem;
    height: 7rem;
    background: rgb(255 255 255 / 44%);
    line-height: 7rem;
    border-radius: 50%;
}

.intro-home .btn-video i {
    height: 7rem;
    width: 7rem;
    line-height: 7rem;
    font-size: 3rem;
    color: var(--color-highlight);
    background-color: white;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}
.btn-video::before, .btn-video::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 #9a9a9a;
    box-shadow: 0 0 0 0 #9a9a9a;
    -webkit-animation: button-ripple 3s infinite;
    animation: button-ripple 3s infinite;
    opacity: .8;
    z-index: -1;
}
.btn-video::before{
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
.btn-video::after {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
@keyframes button-ripple {
    70% {
        -webkit-box-shadow: 0 0 0 var(--glow-size,15px) currentColor;
        box-shadow: 0 0 0 var(--glow-size,15px) currentColor;
        opacity: 0
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0
    }
}
.intro-home .inner-image img {
    border-radius: 1rem;
}

.intro-home .article-description {
    font-size: 1.6rem;
}

.intro-home .article-description ul, .intro-home .article-description ol {
    padding-left: 2.5rem;
}

.intro-home .article-description ul li, .intro-home .article-description ol li {
    margin-bottom: 1.5rem;
    position: relative;
    list-style: none;
}
.intro-home .article-description ul li:before , .intro-home .article-description ol li:before {
    position: absolute;
    left: -2.5rem;
    top: 0;
    content: "\f058";
    font-weight: 900;
    font-family: 'Font Awesome 6 Pro';
    color: var(--color-highlight);
}
.title-section h3, .title-section h1{
    position: relative;
    font-weight: 700;
    font-size: 3.5rem;
}

.title-section .slogan{
    font-size: 1.8rem;
    color: var(--color-text);
}

.star-rating-box {
    font-size: 1.3rem;
}
.testimonial-section .item {
    border-radius: 1rem;
    padding: 3rem 2rem 3rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 1px;
}
.testimonial-section .item .img {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}
.testimonial-section .item .img img {
    width: 8rem;
    height: 8rem;
}
.testimonial-section .item .quote-icon {
    height: 3.4rem;
    width: 3.4rem;
    line-height: 2.6rem;
    font-size: 1.7rem;
    color: white;
    background-color: var(--color-highlight);
    border-radius: 50%;
    border: 0.4rem solid white;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -0.8rem;
    right: -1.2rem;
}
.testimonial-section .item .description {
    font-size: 1.6rem;
    color:var(--color-text)
}
.testimonial-section .item .subtitle {
    color: var(--color-text);
}
.support-section .article-item .inner-image {
    width: 20rem;
    margin: 0 auto;
}

.support-section .attri-phone i {
    position: absolute;
    left: -1rem;
    bottom: 2rem;
    height: 5.4rem;
    width: 5.4rem;
    line-height: 5.4rem;
    text-align: center;
    font-size: 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 3;
}
.support-section .attri-phone .info {
    position: absolute;
    left: -1rem;
    bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    background-color: #ffffff;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    border-radius: 20px;
    overflow: hidden;
    padding: 0 1.5rem 0 6rem;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    height: 4rem;
    border-radius: 20rem;
    font-size: 1.6rem;
    font-weight: 600;
}
.support-section .article-item:hover .attri-phone .info {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}
.view-collapse .card .card-header .btn-header-link.collapsed i:before {
    content: "\2b";
}
.view-collapse .card {
    border: 1px solid #d5d5d5;
}
.view-collapse .card:not(:first-child){
    border-top:none
}
.view-collapse .card .card-header .btn-header-link {
    padding: 1.2rem 1.5rem;
    cursor: pointer;
}

.view-collapse .card .card-header+div {
    padding: 1.2rem 1.5rem;
    border-top: 1px solid #B3B3B3;
}

.view-collapse .card .collapse ul, .card .collapse ol {
    padding-left: 1.5rem;
}
.view-collapse .card .card-header .btn-header-link:hover {
    color: var(--color-highlight);
}

.contact-question >.container>.row{
    margin: 0;
}
.contact-question >.container>.row>div{
    padding: 0;
}

footer {
    background: var(--color-highlight-alt);
    /* padding-top: 3rem; */
}

footer .logo-section img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.newsletter-section .container>.row {
    position: relative;
}
.newsletter-section .container .row:before {
    content: '';
    height: 1px;
    width: calc(100% - 3rem);
    background: #293f55;
    bottom: -4.5rem;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.newsletter .invalid-feedback {
    position: absolute;
    bottom: -30px;
    left: 0;
    text-align: left;
}
.newsletter .btn-submit:before, .newsletter .btn-submit:after {
    background-color: var(--red);
}
.form-control {
    font-size: 1.5rem;
}

.title-footer {
    font-size: 2rem;
}

.footer-menu-section ul li {
    margin-bottom: 1.5rem;
}
.footer-menu-section ul li a, .footer-menu-section ul li p {
    color: var(--gray);
}
.footer-menu-section ul li a:hover, .footer-menu-section ul li p:hover {
    color: var(--color-highlight);
}

.form-group {
    margin-bottom: 1.5rem;
}

.copyright {
    border-top: 1px solid #293f55;
}
.copyright-section{
    font-size: 1.6rem;
}
footer .title-section h3 {
    color: white;
    font-size: 2rem;
    text-align: left;
    padding-bottom: 1rem;
}
.item-album img {
    cursor: pointer;
}
.breadcrumbs-section-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 10rem 0;
}
.breadcrumbs-section-bg:before{
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
    top: 0;
    left: 0;
}
.breadcrumbs-section-bg h1 {
    line-height: 1.5;
}

.product_detail .breadcrumbs-section-bg h1 , .article_detail .breadcrumbs-section-bg h1{
    font-size: 3rem;
}

.product_detail .breadcrumbs-section, .article_detail .breadcrumbs-section {
    font-size: 1.5rem;
}

.address-box{
    font-size: 1.6rem;
}
.address-box i{
    width:5rem;
}
.social-share .list-social .btn-social a{
    border: 1px solid #E5E5E5;
    width: 4.5rem;
    height: 4.5rem;
    display: block;
    text-align: center;
    line-height: 4.5rem;
    color: var(--color-text);
    border-radius: 50%;
}

.social-share .list-social .btn-social {
    margin: 0 0.5rem;
}
.social-share .list-social .btn-social a:hover {
    color: white;
    background: var(--color-highlight);
}



.product-image-detail .inner-image {
    padding-top: 75%;
}

.comment-section .list-comment:empty{
    margin: 0;
    padding: 0;
    border: 0;
}
.comment-section .list-comment:empty+.total-comment{
    display: none;
}
.job-information li {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    color: var(--color-main);
    padding: 1.5rem 0;
    margin: 0;
}
.job-information li + li {
    border-top: 1px solid var(--light);
}
.job-information li>span:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.job-information li>span i {
    font-size: 1.6rem;
    padding-right: 1rem;
    max-width: 3.5rem;
    line-height: 1;
}
.product-detail-head .social-share .list-social .btn-social {
    margin: 0 1rem 0 0;
}
.article_detail h1 {
    font-size: 3.5rem;
}
.product-detail-footer .content ul, .product-detail-footer .content ol {
    padding-left: 1.5rem;
}
.search-page .input-group-append .btn {
    z-index: 1;
}
.invalid-feedback {
    color: #dc3545;
}
.is-mobile .newsletter-input {
    width: 45rem;
}

.article_xk > .row >div:first-child {
    background-color: #58B948;
}

.article_xk > .row >div:nth-child(2n) {
    background-color: #2186C6;
}

.article_xk > .row >div:nth-child(3n) {
    background-color: #8553A8;
}

.article_xk > .row >div:last-child {
    background-color: #DB5901;
}

.article_xk > .row > div:hover  {
    top: -10px;
}

.tab_job .tab-content .title-section {
    display: none;
}

.aritcle_xk_custom {
    z-index: 1;
    position: relative;
    margin-top: -50px;
}

.job_title {
    font-weight: 700;
    text-transform: uppercase;
    border: medium none;
    font-size: 28px;
    line-height: 28px;
    position: relative;
    margin-bottom: 22px;
    color: #333;
}

.tab_job .block-tab {
    padding-left: 2rem;
    margin-bottom: 10px;
    padding-bottom: 1px;
    border-bottom: 1px solid var(--color-highlight);
}

.tab_job .block-tab > li >a {
    line-height: 1.6;
    margin-right: 5px;
    border-radius: 4px 4px 0 0;
}

.tab_job .block-tab .nav-item .nav-link {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid transparent;
    color: #333;
}

.tab_job .block-tab .nav-item .nav-link.active {
    /* overflow: hidden; */
    border-left: 1px solid var(--color-highlight);
    border-right: 1px solid var(--color-highlight);
    border-top: 1px solid var(--color-highlight);
    color: var(--color-highlight);
}

.tab_job .effect-nav li a::after {
    content: '';
    height: 3px;
    overflow: hidden;
    width: 100%;
    background-color: white;
    position: absolute;
    left: 0;
    right: 0px;
    bottom: -2px;
    /* transform: scaleX(0); */
    /* opacity: 0; */
    /* filter: opacity(0); */
    /* visibility: hidden; */
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.tab_job .inner-content {
    padding: 1em 1.5em 1.5em;
}

.tab_job .article-title {
    padding-bottom: 10px;
    border-bottom: dotted 1px #666;
}

.tab_job .article-title > a {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    display: table-cell;
    color: #333;
}

.button_custom > a {
    border-radius: 99px;
    border: 1px solid var(--color-highlight);
    padding: 7px 12px;
}

.button_custom > a:hover {
    background-color: var(--color-highlight);
    color: #fff !important;
    
}

.bg-about {
    padding: 80px 0;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.bg-about::before {
    background: rgb(0 33 71 / 6%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.info > p {
    font-size: 16px;
}

.btn_xemthem > span, .btn_lien_he {
    background: var(--color-highlight) none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    padding: 10px 30px;
    text-transform: capitalize;
    border-radius: 25px;
    position: relative;
    z-index: 2;
}

.btn_xemthem > span, .btn_lien_he:hover {
    color: #fff;
}

.list-article {
    padding: 80px 0 50px;
}

.list-article .title-section h3 {
    font-size: 28px !important;
}

.contact-head__title, .contact-head__desc {
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: #333;
}

.about-us .video_item {
    min-height: 330px;
}

.form_contact .form-group > input {
    border: 1px solid #ededed;
    font-size: 14px;
    border-radius: 4px;
}

.form_contact .form-group > label {
    font-size: 14px;
    color: #666666;
}
 
.form_contact .btn-submit {
    padding: 1rem 2rem;
    text-transform: none;
    border-radius: 99px;
}

.xuatkhau_icon > i {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}

.list_article_job h3 {
    font-size: 2.5rem;
    text-align: left;
}

.xkld_custom .job_content {
    position: relative;
    margin-bottom: 35px;
    padding: 0 0 0px;
}

.xkld_custom .job_content::after {
    content: "";
    width: 40px;
    height: 3px;
    background: #ff8a19;
    position: absolute;
    left: 0;
    bottom: -15px;
}

.footer-menu-section > ul > li > a::before {
    color: #afb4bd;
    content: "\f105";
    font-family: 'Font Awesome 6 Pro';
    font-size: 12px;
    left: 0;
    position: absolute;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

/*contact*/
.zalo .call-now {
    bottom: 100px;
}

#zalo-vr, #messenger-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

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

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

#zalo-vr .phone-vr-circle-fill, #messenger-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

#zalo-vr .phone-vr-img-circle, #messenger-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

@-webkit-keyframes phone-vr-circle-fill {
    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);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

.fixed-contact {
    position: fixed;
    right: 10px;
    bottom: 15px;
    cursor: pointer;
    z-index: 9999 !important;
}
/*contacr ENd*/

@media (max-width:1700px) and (min-width:1366px) {
    .menu-section > ul > li > a {
        font-size: 1.4rem;
    }
    
    .menu-section > ul > li {
        margin-left: 1rem;
        margin-right: 2rem;
    }
}
@media (max-width:1366px) and (min-width:1080px) {
    .menu-section > ul > li > a {
        font-size: 1.3rem;
    }
    
    .menu-section > ul > li {
        margin-left: 0.5rem;
        margin-right: 1.5rem;
    }
}
@media (max-width:1080px) and (min-width:1000px) {
    .menu-section > ul > li > a {
        font-size: 1.2rem;
    }
    
    .menu-section > ul > li {
        margin-left: 0.3rem;
        margin-right: 1.3rem;
    }
}

@media (max-width:1080px) {
    .swiper-slide--tile {
        font-size: 3rem;
    }
    
    .swiper-slide--description {
        font-size: 1.6rem;
    }
    
    .swiper-slide--wrap .btn-submit {
        padding: 1rem 2rem !important;
    }
}
@media (max-width:1024px) {
    .setting-menu-mb>.container>.row>div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width:992px) {
    .article_xk .col-lg-2-5 {
        padding: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width:992px) {

    .is-mobile .search-section{
        padding-left: 0;
    }
    .footer-mb>.container>.row>div {
        flex:  0 0 50%;
        max-width: 50%;
    }
    .social-share .list-social .btn-social a {
        width: 4rem;
        height: 4rem;
        line-height: 4rem;
    }
    .newsletter-input {
        width: 100%;
    }
    .aritcle_xk_custom {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 991px) {
    .setting-menu {
        padding: 1rem 0;
    }
    
    .search-section {
        padding-left: 3rem;
        margin-left: 0;
    }
    
    .search-section:before {
        opacity: 0;
    }
    .product-detail-head>.row {
        flex-direction: column-reverse;
    }

}
@media (max-width:768px) {
    .swiper-slider-main .swiper-slide img {
        /* height: 45vh; */
        /* object-position: 70% center; */
    }
    .breadcrumbs-section-bg {
        padding: 5rem 0;
    }
    
    .product_detail .breadcrumbs-section-bg h1, .article_detail .breadcrumbs-section-bg h1 {
        font-size: 2.5rem;
        line-height: 1.3;
    }
    .breadcrumbs-section-bg h1.text-h1 {
        font-size: 3rem;
    }
}
@media (max-width:767px) {
    .nh-admin-bar ul {
        display: none;
    }
    
    .head-info .email {
        display: none !important;
    }
    .title-section h3, .title-section h1 {
        font-size: 3rem;
    }
    .footer-mb>.container>.row>div {
        flex:  0 0 100%;
        max-width: 100%;
    }
    .social-section li {
        padding-left: 1rem;
    }
    .display-4 {
        font-size: 2.7rem;
    }
     .aritcle_xk_custom {
         display: none;
     }
    .bg-about, .list-article {
        padding: 20px 0;
    }
    .form_contact .row >div:last-child {
        margin-top: 3rem;
    }
}

.article_xk > .row > div {
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.article-item-rieng {
    overflow: hidden;
    border-radius: 50%;
    object-fit: cover;
}