/*--Header---*/
.address-hd {
    margin: 10px 0;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 14px;
}

.address-hd li {
    list-style: none;
    float: left;
    padding-right: 10px
}

.address-hd i {
    font-size: 18px;
    color: #fff;
    margin-right: 10px
}
.fp-container {
    float: right;
}

.list-fan-page {
    list-style: none;
    float: left;
    margin: 6px 0;
    width: 100%;
    display: flex;
}

.list-fan-page>li>a {
    font-size: 18px;
    color: #fff;
}

.list-fan-page i {
    margin-left: 10px;
}
.address-hd ul {
    padding: 0;
}
.star-rating span::before {
    
    color: #ffc107;
}
/*---------*/

.topbar-header {
    
}
.color-hightlight{
    color:var(--color-highlight);
}
.setting-menu>.container>.row {
    align-items: center;
}

.setting-menu > .container > .row > div:nth-child(2) {
    display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    align-items: center;
    
    -webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
    
    -webkit-justify-content: flex-end;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}
.logo-section img {
    width: 67px;
    padding: 5px 0;
}
.font-weight-600{
    font-weight: 600;
}
#modal-baogia .image-baogia img{
    width:100%;
    object-fit: cover;
    height: 100%;
}
#modal-baogia .modal-dialog {
    max-width: 1170px;
    border-radius: 10px;
    overflow: hidden;
}
#modal-baogia .close {
    position: absolute;
    opacity: 1;
    color: var(--color-highlight);
    top: 15px;
    right: 15px;
    z-index: 99;
    text-shadow: none;
}
#modal-baogia .close i {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
}
#modal-baogia .form-group {
    margin-bottom: 30px;
}
.setting-menu.fixed {
    max-width: 1920px;
    margin: auto;
    background: white;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -o-box-shadow: 0 4px 0 rgba(0,0,0,.04);
    -webkit-box-shadow: 0 4px 0 rgb(0 0 0 / 4%);
    -moz-box-shadow: 0 4px 0 rgba(0,0,0,.04);
    box-shadow: 0 4px 0 rgb(0 0 0 / 4%);
}

.slider-main>.container>.row {
    margin-right: -5px;
    margin-left: -5px;
}

.slider-main>.container>.row>div {
    padding-right: 5px;
    padding-left: 5px;
}
.title-query i{
    border:1px solid;
}
.sevices-box{
    background: #f1fbff;
}

.service-item{
    box-shadow: 0px 0px 57px 0px rgb(0 0 0 / 5%);
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.service-item .content-item-service img{
    width: 100px;
    height: 100px;
    object-fit: scale-down;
}
.service-item:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0;
    height: 5px;
    background: var(--color-main);
    width: 0;
    transition: width .3s;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s ease;
}
.service-item:hover {
    transform: translateY(-15px);
    box-shadow: 0px 0px 57px 0px rgb(0 0 0 / 20%);
}
.service-item:hover:before {
    width: 100%;
}
.service-item .content-item-service {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    color: white;
    z-index: 2;
}

.bg-item-service:before {
    content: '';
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
}
.slider-partner .ratio-16-9 {
    padding-top: 40%;
}

.title-footer:before {
    position: absolute;
    display: block;
    height: 2px;
    background-color: #fff;
    left: 0px;
    bottom: -10px;
    content: "";
    width: 40px;
}
.footer-menu-section ul li a {
    color: #fff;
}
.footer-menu-section ul li a:hover {
    color: white;
}
.footer-menu-section ul li:before {
    position: absolute;
    left: 0px;
    top: 2px;
    content: "\e936";
    font-family: 'iconsax';
    font-weight: 900;
    font-size: 12px;
}
.social-footer ul li a {
    display: inline-block;
    background-color: #626262;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}

.social-footer ul li a img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    opacity: 0.5;
    width: 16px;
}

.social-footer ul li a:hover img {
    opacity: 1;
}

.social-footer ul li a:hover {
    background: var(--color-highlight);
}
.newsletter input {
    padding: 15px 65px 15px 15px;
    background: #252525;
    color: #a7a7a7;
    width: 100%;
    border-radius: 3px !important;
    height: 54px;
}
.newsletter .btn {
    color: #fff;
    background-color: var(--color-highlight);
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0px;
    border: 0px;
    border-radius: 0px 3px 3px 0px;
    font-size: 26px;
    top: 0px;
    padding: 0;
    line-height: 54px;
}

.copyright span {
    color: var(--color-highlight);
}
.breadcrumbs-section {
    background-size: cover;
    background-position: center;
    position: relative;
    height: 220px;
}
.breadcrumbs-section:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-text);
    display: block;
    content:"";
    left: 0px;
    top: 0px;
    opacity: 0.4;
}
.menu-section > ul > li > .entry-menu:after {
    position: absolute;
    top: -7px;
    left: 20px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #FFF transparent;
}
.menu-section .entry-menu li:last-child a{
    border:none
}
.search-section .btn-action-header {
    height: 46px;
    line-height: 43px;
}
.slick-next, .slick-prev {
    top: 50%;
    transform: translateY(-50%);
}
.box-suggest .btn.btn-1a {
    line-height: 37px;
    padding: 0 20px;
}
.pl-40 {
    padding-left: 40px !important;
}

.language-section ul li img {
    height: 13px;
    margin-right: 5px;
    width: 17px;
    object-fit: cover;
}

.language-section ul {
    text-align: left;
}
.slide-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.slider-section .inner-title {
    position: relative;
    transition: none 0s ease 0s;
    padding: 0px;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #fff;
    padding-bottom: 10px;
}
.slider-section .inner-description {
    font-size: 18px;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 30px;
}
.icon-why {
    border-radius: 50%;
    margin-right: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow:0px 6px 10px 0px rgb(32 72 141 / 20%);
    width: 65px;
    height: 65px;
    text-align: center;
    font-size: 24px;
    color: rgb(183, 183, 183);
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.content-why {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.content-why  p{
     color: #6f6f6f;
}
.bg-contact {
    background-attachment: fixed !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}

.contact-home:before {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    left: 0;
    z-index: 1;
    content: '';
}
.contact-content{
    z-index: 2;
}
.btn-border {
    border-width: 2px !important;
    padding-top: 8px;
    padding-bottom: 8px;
}
.btn-border:hover{
    background:white
}
.map iframe{
    display: block;
}
.language-picker i {
    ertical-align: text-top;
}
.slider-section img {
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.slider-section .slick-active img.expand {
    transition: transform 10s linear, opacity 3s;
    opacity: 1;
    transform: scale(1.2, 1.2) !important;
}
.t-fade:nth-child(1){
    animation-delay: .2s;
}
.t-fade:nth-child(2){
    animation-delay: .7s;
}
.t-fade:nth-child(3){
    animation-delay: 1.2s;
}

html[lang="en"] .btn-action-header{
	padding: 0 0 0 10px;
} 

html[lang="en"] .bao-gia .btn-submit {
    padding: 0 15px;
}
/*Module Gioi thie*/
.image-about {
    position: relative;
}

.image-about .image-index-1 {
    margin-top: -55%;
    float: right;
    position: relative;
}

.image-about img {
    aspect-ratio: 2/2.5;
    height: 100%;
    width: 100%;
    max-width: 350px;
    object-fit: cover;
    border-radius: 30px;
    border: 5px solid white;
}

.icon-about>div {
    margin-bottom: 30px;
}

.icon-about>div:last-child {
    margin-bottom: 0;
}

/*------------*/
/*----SÃ¡ÂºÂ£n phÃ¡ÂºÂ©m---------*/
.img_spslider {
    border: 1px solid #ddd;
    object-fit: contain !important;
    transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s;
}
.product-item_slider:hover .img_spslider {
    transform: scale(1.2);
}
/*-----End------------*/
.ratio-tintuc {
    padding-top: 90%;
}
.article-item_right .article-title a {
    font-size: 14px;
    color: #333;
}


.article-item_right .article-title {
    margin: 0;
    line-height: 22px;
}

.article-item_right .inner-content {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #e0e0e0;
}
.news-right {
    overflow-y: scroll;
    max-height: 455px;
}
.article-item_right .article-title a:hover {
    color: var(--color-main);
}
.title-section-dm {
    background-color: #0b79bc;
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding: 14px 15px;
    position: relative;
}

.categories-section {
    border: 1px solid #ddd;
}
.title-section-dm i {
    margin-right: 10px;
}
.list-fan-page>li>a>img {
    margin-left: 8px;
}

/*Button footer*/
.mypage-alo-phone {
    position: fixed;
    right: 0px;
    bottom: 0px;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 200000 !important
}

.mypage-alo-ph-img-circle {
    width: 30px;
    height: 30px;
    top: 43px;
    left: 43px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -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-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #e40000;
    background-size: 70%;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 17px;
}

.mypage-alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    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(228, 0, 0, 0.51);
    opacity: .75 !important
}

.mypage-alo-ph-circle {
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    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: #e40000;
    opacity: .5
}
.chat-zalo {
    display: inline-grid;
    position: fixed;
    bottom: 102px;
    right: 27px;
    min-width: 36px;
    text-align: center;
    z-index: 99999;
}

.chat-zalo a img{
    display: inline-block;
    position: relative;
    width: 55px;
    height: 74px;
    line-height: 92px;
    margin-bottom: 0px
}

.chat-zalo a {
    outline: none
}

.chat-zalo a:hover {
    text-decoration: none;
    /*background: url("/uploads/plugin/custom_img/2019-10-24/1571900854-724496153-custom.png") center center no-repeat*/
}

.chat-zalo a span {
    z-index: 10;
    display: none;
    padding: 10px;
    right: 60px;
    width: 200px;
    line-height: 16px;
    border-radius: 4px;
    box-shadow: 5px 5px 8px #CCC
}

.chat-zalo a:hover span {
    display: inline;
    position: absolute;
    color: #111;
    border: 1px solid #DCA;
    background: #fffAF0
}

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

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

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0,0,1,-3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1,1,1);
        -ms-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0,0,1,-3deg)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        -ms-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1,1,1);
        -ms-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        -ms-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        -ms-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

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

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        -ms-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}
/*------------*/
@media (max-width: 1366px) {
    .logo-ismobile {
        width: 100%;
    }
}
@media (max-width:1200px) and (min-width: 1023px){
    .menu-section > ul > li > a {
        font-size: 12px;
        padding: 0 5px;
    }
    .bao-gia .btn-submit {
        font-size: 13px;
        padding: 0 10px !important;
    }
    .bao-gia {
        margin-left: 10px !important;
    }
    
    .search-section .btn-action-header {
        padding: 0 5px;
    }
}
@media (min-width: 992px){
  
    .service-item .inner-image:after {
        content: "";
        width: 50px;
        height: 100%;
        background: #f8f9fa;
        position: absolute;
        right: -27px;
        top: 0;
        transform: skewX(-13deg);
    }
    #modal-baogia .modal-dialog {
        top: 50%;
        transform: translateY(-50%);
    }

}
@media (max-width:992px){
    .logo-section img {
        width: 60px;
        padding: 0;
    }
    
    .hidden-xs {
        display: none;
    }
    .image-about .image-index-1 {
        margin-top: 0;
    }
    .image-about {
        display: none;
    }
    .breadcrumbs-section {
        background: var(--color-main);
    }
    
    .breadcrumbs-section:before {
        opacity: 0;
    }
}

@media (max-width:768px){
    .contact-desc{
        padding: 0 !important;
        margin-top:10px;
    }
    

}
@media (max-width:767px){
    .top-header {
        text-align: center;
    }
    .breadcrumbs-section {
        height: 140px;
        padding: 10px 0;
    }
    #modal-baogia .close {
        color: white;
    }
    .contact-desc{
        margin-bottom: 10px;
    }
    html {
         overflow-y: scroll;
        overflow-x: hidden;
    }
    
    body.is-mobile {
        overflow-x: hidden;
    }
    
}
@media (max-width:480px){
    .bao-gia >a.btn>span {
        display: none;
    }
    
    .bao-gia >a.btn>i {
        padding-right: 0 !important;
    }
    
    .bao-gia >a.btn {
        padding: 0 15px;
    }
}
@media (max-width:320px){
    .entire-action-header .form-dropdown {
        max-width: 200px;
    }
}


/*css hieutx*/
.img_category img {
    object-fit: contain;
}

.content-fanpage iframe {
    width: 100%;
    height: 250px;
}
.content-detail-product img {
    /*width: 100%;*/
    
    max-width: 100%;
    height: auto;
}
.product-item {
    border: 1px solid #ddd;
}

.product-item .inner-content {
    padding: 10px 10px 5px;
    background: #f3f3f3;
}
.text-about .title-about {
    line-height: 1.5;
}
@media (max-width:1200px){
    .logo-section {
         text-align: center;
    }
    .text-about .title-about {
        margin-bottom: 15px !important;
    }
    
    .text-about .icon-mb {
        margin-bottom: 10px;
    }
    
    .text-contact-mb p {
        margin-bottom: 0 !important;
        height: 53px;
        overflow: hidden;
    }
    .text-about .icon-mb img {
        height: 64px;
    }
    .text-about .des-about {
        font-size: 16px !important;
    }
    .cart-drop-botoom .card-body ul {
        padding-left: 15px;
    }

}

/* width */
.news-right::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.news-right::-webkit-scrollbar-track {
  border-radius: 4px;
  box-shadow: inset 0 0 5px grey; 
}

/* Handle */
.news-right::-webkit-scrollbar-thumb {
  background: var(--color-main);
  border-radius: 4px;
}

.product-content .description-product-content {
    max-height: 208px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

a.btn-view-all, .btn-view-show {
    display: inline-block;
    font-size: 14px;
    color: var(--red);
    margin: 10px auto;
    cursor: pointer;
    border: 1px solid;
    border-radius: 4px;
    text-align: center;
    width: 200px;
    position: relative;
    padding: 10px 15px!important;
    font-weight: 700;
}
a.btn-view-all.btn-hide {
    display: none;
}
.product-content.transform-active .description-product-content {
    max-height: initial;
}
.link-xem-all-product a:hover {
    background: #55caf5 !important;
    color: var(--white);
}

.product-content.transform-active a.btn-view-all.btn-show {
    display: none;
}

.product-content.transform-active a.btn-view-all.btn-hide {
    display: block;
}
.list-fan-page>li>a>img {
    height: 20px;
}
.color-red{
    color: var(--red);
}
article.article-item .inner-image img {
    object-fit: contain;
}
.card-description {
    max-height: 237px;
    overflow: hidden;
    position: relative;
}
.transform-active .card-description {
    max-height: initial;
}

.cart-drop-botoom .card-body a.btn-view-all {
    padding: 5px 15px !important;
    width: 150px;
}

.card-description:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 40%;
    background: -webkit-linear-gradient(bottom,#ffffffab,transparent);
    z-index: 1;
}

.content-detail-product {
    max-height: 470px;
    overflow: hidden;
    position: relative;
}

.transform-active a.btn-view-show.btn-show, a.btn-view-show.btn-hide {
    display: none;
}

.transform-active a.btn-view-show.btn-hide {
    display: block;
}

.transform-active .content-detail-product {
    max-height: inherit;
}
.content-detail-product table {
    width: 100% !important;
    max-width: 100%;
}

.content-detail-product {
    height: auto;
    max-width: 100%;
}
/*css hieutx*/
b, strong {
    font-weight: bold;
}