/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/

.py-60 {
    padding: 60px 0;
}

.my-60 {
    margin: 60px 0;
}


 header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    color: var(--white);
}

.left-topbar {
    font-size: 13px;
}

.left-topbar a {
    color: var(--color-highlight);
    padding-left: 2px;
}

.left-topbar a:hover {
    text-decoration: underline;
}
.logo-section img {
    height: 80px;
}

footer .logo-section img {
    height: 100px;
}

.setting-menu.fixed .logo-section img {
    height: 50px;
}

.slider-section .slick-dots {
    bottom: 20px;
}

.slider-section .slick-dots li button:before {
    background-color: white;
    width: 12px;
    height: 12px;
    line-height: 12px;
}
.list-category-home > .row:nth-child(2n) {
    display: flex;
    flex-direction: row-reverse;
}
.col-box-category {
    overflow: hidden;
}

.col-box-category:before {
    content: '';
    position: absolute;
    top: 11px;
    bottom: 11px;
    left: 11px;
    right: 11px;
    display: block;
    border: 1px solid rgba(242,242,242,0.64);
}
.col-left-category:before {
    border-color: rgba(194,196,200,0.6);
}
.col-box-category img {
    transition: all .5s ease;
    z-index: -1;
}
.col-box-category:hover img {
    transform: scale(1.2);
}

.desc-category {
    max-width: 500px;
    line-height: 27px;
}
.intro-home {
    /* background-attachment: fixed; */
    background-position: 50% 0 !important;
    -webkit-background-size: 100% !important;
    -moz-background-size: 100% !important;
    -o-background-size: 100% !important;
    background-size: 100%;
    position: relative;
}
.intro-home:before {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(29 29 29 / 0.5);

}
.ytp-button {
    position: absolute;
    width: 68px;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    z-index: 63;
    cursor: pointer;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: 0 auto;
}
.video-intro-image:hover .ytp-button .ytp-large-play-button-bg {
    -moz-transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    fill: var(--red);
    fill-opacity: 1;
}

.video-intro-image {
    -webkit-box-shadow: 10px 10px 0px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.15);
    box-shadow: 10px 10px 0px 0px rgb(0 0 0 / 15%);
}


.marquee-top {
    background: var(--color-highlight);
    padding: 15px 0 6px;
    font-size: 16px;
}

.product-item:hover:before {
    opacity: .9;
}

.effect-nav li a:hover, .effect-nav li a.active {
    color: var(--color-highlight);
}

.effect-nav li a.active::after {
    background-color: var(--color-highlight);
}
.product-item .inner-image img {
    -webkit-transition: all 700ms linear;
    -moz-transition: all 700ms linear;
    -o-transition: all 700ms linear;
    -ms-transition: all 700ms linear;
    transition: all 700ms linear;
}

.product-item:hover .inner-image img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

footer .title-section-1 {
    font-weight: 400;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 1.7;
    font-size: 18px;
}
footer .view-small .article-item .inner-image img {
    width: 60px;
    height: 45px;
}

footer .view-small .article-item .inner-image {
    margin-right: 0px;
}

footer .view-small .article-item .article-title {
    margin: 0;
}

footer .view-small .article-item .article-title a {
    color: var(--color-c);
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
}

footer .view-small .article-entry-info {
    display: none;
}

footer .view-small .article-item {
    border-color: #222222;
    margin-bottom: 10px;
    /* padding-bottom: 10px; */
}
footer .view-small{
    /* margin-bottom: 40px; */
}
/*body:not(.home)*/
body:not(.home) header{
    background: rgba(0,0,0,0.5);
}
.list-cate-article .article-item {
    border-radius: 10px;
    background-color: var(--light);
    position: relative;
}

.list-cate-article .article-item img {
    border-radius: 10px;
}

.hoverbox-block {
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform .5s ease-in-out;
    transform-style: preserve-3d;
    background-size: cover;
    background-position: center;
    padding: 20px;
    background-color: #ebebeb;
    transform: rotateY(180deg);
}
.list-cate-article .article-item:hover .hoverbox-block {
    transform: rotateY(0);
}
.list-cate-article .imagebox-block {
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform .5s ease-in-out;
    transform-style: preserve-3d;
    background-size: cover;
    background-position: center;
    transform: rotateY(0);
    z-index: 1;
}
.list-cate-article .article-item:hover .imagebox-block{
    transform: rotateY(-180deg);
}
.viewmore-cate a {
    background: var(--color-main);
    border-radius: 5px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: var(--white);
    display: block;
    padding: 15px 20px;
}
.viewmore-cate a:hover{
    background: var(--color-highlight);
}

.t-fade:nth-child(1){
    animation-delay: 1s;
}
.t-fade:nth-child(2) {
    animation-delay: 2s;
}
.t-fade:nth-child(3){
    animation-delay: 3s;
}
.t-fade:nth-child(4){
    animation-delay: 4s;
}
.t-fade:nth-child(5){
    animation-delay: 5s;
}
.t-fade:nth-child(6){
    animation-delay: 6s;
}

.slider-section, .slider-section .item img {
    height: 100vh;
}
.article-content table td, .article-content table th {
    padding: 1rem .75rem;
	border:1px solid #ddd
}
.slider-section .slick-list .slick-slide:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to top, rgb(0 0 0 / 0%) 60%,rgb(0 0 0 / 73%) 100%);
    display: block;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
}
#socials{
    display: inline-block;
    position: fixed;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 100;
    width: 40px;
}
#socials a{
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 10px;
}
#socials a.phone{
    padding: 5px;
    border-radius: 50%;
    background-color: #64bc46;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}

#socials a.phone img{
    padding: 5px;
}

@-webkit-keyframes quick-alo-circle-img-anim{
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
} 
.form-tuvan {
    max-width: 768px;
}
.form-tuvan .required {
    position: absolute;
    right: 10px;
    top: 8px;
}

.form-tuvan .form-group {
    position: relative;
}
.form-tuvan textarea {
    height: auto;
}
.form-tuvan label {
    font-weight: 400;
    margin: 0;
}
.form-tuvan .btn-submit {
    height: 60px;
    line-height: 60px !important;
    font-weight: 600;
}
.article-entry-info > span.post-date {
    color: #999;
}
.setting-menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
    z-index: 10;
    -webkit-box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    background: rgb(0 0 0 / 40%);
}

@media (min-width:1024px) {
    .setting-menu.fixed .menu-section > ul > li > a {
        height: 50px;
        line-height: 50px;
    }
}
@media screen and (min-width: 1366px){
   .container, .container-lg, .container-md, .container-sm, .container-xl{
        max-width: 1300px;
    }
}

@media (max-width: 1200px) and (min-width:1024px) {
    .logo-section img {
        height: 60px;
    }
    
    .menu-section > ul > li > a {
        font-size: 12px;
    }
}
@media (max-width: 991px) {
    body {
        overflow-x: hidden;
    }
    .logo-section img{
        height: 50px;
    }

    .product-item .inner-content .product-title a {
        font-size: 14px;
    }
    .intro-home {
        padding: 0 0 30px !important;
    }
    .entire-action-header .form-dropdown {
        max-width: 300px;
    }
    .slider-section, .slider-section .item img {
        height: 50vw;
    }

}

@media (max-width: 768px) {
    .product-tab.nav .nav-item {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    
}

@media(max-width:767px){
    .article-content table {
        display: block;
        overflow-x: scroll;
		width: 100% !important;
    }
    
}	

@media(max-width: 480px){
    .slider-section, .slider-section .item img {
        height: 28vh;
    }
    
    .is-mobile .slider-section .inner-title {
        font-size: 10px;
    }
    
    .is-mobile .slider-section .inner-description {
        font-size: 20px;
        line-height: 35px;
    }
}	


/*css icon search*/
.entire-action-header .btn-action-header {
    color: var(--black) !important;
    padding: 0;
}

.entire-action-header .btn-action-header:hover {
    color: var(--white);
}

.btn-action-header {
    display: inline-block;
    padding: 12px 14px 11px;
}

.btn-action-header i {
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 26px;
    font-size: 20px;
    color: var(--white);
}
@media (min-width: 968px) {
.home .btn-action-header i {
    color: var(--white) !important;
}
}


.entire-action-header {
    position: relative;
    line-height: 1;
}

.entire-action-header .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: var(--white);
    width: 350px;
    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 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.entire-action-header: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;
}

.search-section .btn-submit {
    padding: 0 0.75rem !important;
    font-size: 13px;
}

/*css icon search*/

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

footer {
    background-color: #111;
    color: #fff;
}
.bg-breadcrums {
    -webkit-background-size: 100% !important;
    -moz-background-size: 100% !important;
    -o-background-size: 100% !important;
    background-size: 100% !important;
    background-position: 50% 0px;
    background-attachment: fixed;
    padding-top: 180px;
    padding-bottom: 70px;
}

.view-small .product-title a {
    color: var(--color-main);
    font-size: 1.4rem;
    font-weight: 600;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}


@media (max-width: 768px) {
.swiper-slide--wrap {
    width: 90%;
    top: 50%;
}
.title-section {
    font-size: 20px;
}
.block-tab.nav .nav-item .nav-link {
    margin-bottom: 10px;
}
/*.intro-home {*/
/*    background-size: auto !important;*/
/*}*/
    .bg-breadcrums {
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
        background-attachment: scroll;
        padding-top: 90px;
        padding-bottom: 50px;
    }

}


