.article-detail h1, .article-detail h2, .article-detail h3, .article-detail h4, .article-detail h5, .article-detail h6 {
    font-weight: bold;
}
.bg_header{
    position: absolute;
    width: 100%;
    overflow: hidden;
}
.bg_header--style {
    padding: 95px 0px 0px 0px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.language-section {
    position: absolute;
    top: 20px;
    left: 100%;
}
.language-section::before, .language-picker::after {
    content: none !important;
}
.language-section img {
    height: 15px;
    width: 22px;
}
.language-section ul {
    min-width: 100px;
    text-align: left;
}
.language-section .show-lanhuage>li {
    list-style: none;
    width: 100%;
    display: block;
}
.flex-me .col-md-8 {
    display: flex;
    justify-content: end;
    align-items: center;
}
.header__text--style {
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 30px;
    text-align: center;
    font-size: 15px;
}

.video-home .about-us .inner-image {
    border: none;
    padding-top: 66%;
}
.video-home .inner-image {
    position: relative;
    border-radius: 5px;
    margin: 0;
    background: var(--white);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.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: 9;
    cursor: pointer;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: 0 auto;
}
.album-item .inner-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;
}
.wrp-effect-album .effect-video::before {
    opacity: 0 !important;
}






.typical-projects .title-section {
    color: var(--light);
    font-size: 35px;
    padding: 10px 60px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    position: relative;
    z-index: 9;
    display: inline-block;
    margin-top: -13px;
}

.icon-tit {
    width: 30%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.icon-tit:before, .icon-tit:after {
    content: "";
    width: 140px;
    height: 1px;
    background: var(--color-main);
    position: absolute;
    top: 50%;
}
.icon-tit:before {
    left: 0;
}
.icon-tit:after {
    right: 0;
}

.before-video-home .icon-tit:before {
    left: -30px;
}

.before-video-home .icon-tit:after {
    right: -30px;
}


.icon-tit .isax-star {
    font-size: 17px;
    width: 17px;
    text-align: center;
    color: var(--color-main);
}
.typical-projects .icon-tit .isax-star {
    color: var(--light);
}
.typical-projects .icon-tit:before, .typical-projects .icon-tit:after {
    background: var(--light);
}
.transition{
    transition: all .4s;
}

.typical-projects .inner-image:hover img {
    transform: scale(1.1);
}
.typical-projects .inner-image {
    border-radius: 20px 0 20px 0;
    overflow: hidden;
    transition: all .4s;
}
.typical-projects .inner-content{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: var(--white);
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    padding: 25px 15px 25px 15px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
}
.typical-projects .line{
    width: 50px;
    height: 3px;
    background-color: var(--white);
    margin: 10px auto 0;
}
.typical-projects .article-item .article-title a {
    color: var(--white);
}
.typical-projects .article-item .gradient-background {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 15px);
    top: 8px;
    left: 8px;
    z-index: -1;
    border-bottom-right-radius: 25px;
}

.animation--border {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.animation--border::before{
    content: "";
    background-image: conic-gradient(#f5f5f5 20deg, transparent 120deg);
    width: 150%;
    height: 150%;
    position: absolute;
    animation: rotate 2s linear infinite;
}

@keyframes rotate {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(-360deg);
    }
}

.news.typical-projects .article-item *{
    transition: all .4s;
}

.news.typical-projects .article-item .gradient-background {
    background-image: linear-gradient(45deg, var(--color-main) 29%, var(--color-hightlight) 81%);
}
.news.typical-projects .article-item .animation--border::before {
    animation: none;
}
.news.typical-projects .article-item:hover .animation--border::before {
    animation: rotate 2s linear infinite;
    background-image: conic-gradient( var(--color-hightlight) 60deg, transparent 120deg);
}
.news.typical-projects .article-item:hover .gradient-background {
    background: transparent;
}


.typical-projects .image-background{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.news .image-background:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.74);
}
.news.typical-projects .icon-tit:before, .news.typical-projects .icon-tit:after {
    background: var(--color-main);
}
.news.typical-projects .icon-tit .isax-star {
    color: var(--color-main);
}




/*DOI TAC*/
.brand-section .slider-section, .brand-section .slider-section .item img {
    height: auto;
    margin: 0 auto;
    width: auto;
    object-fit: scale-down;
}
.brand-section .inner-title {
    display: none;
}
.brand-section .slider-bg {
    background: none;
}

.brand-section .img-item {
    position: relative;
    padding-top: 65%;
    background: var(--white);
    border-radius: 10px;
}
.brand-section .slider-section .item img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100% !important;
    width: 100%;
    object-fit: contain;
    padding: 15px;
}
.brand-section .slider-section .slick-list .slick-slide {
    margin: 0 7.5px;
}

.brand-section .slider-section .slick-list {
    margin: 0 -7.5px;
}
.brand-section .slick-dots li button:before {
	background-color: var(--color-main);
	opacity: 0.5;
}

.brand-section .slick-dots li.slick-active button:before {
	opacity: 1;
}
.brand-section .slick-dotted.slick-slider {
	margin-bottom: 0px;
}
.brand-section .slider-section, .brand-section slider-section .item img {
	height: auto !important;
}
.brand-section {
	margin-bottom: 60px;
}

/*END OF DOI TAC*/


/*FORM CUSTOM*/


.news-form .isax-sms{
    width: 42px;
    line-height: 42px;
    background-color: #145690;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--light);
    font-size: 18px;
    border-radius: 20px 0 0 20px;
    padding: 0 0 0 5px;
}
.news-form .form-get-more-deals .content-form .form-group input {
    border: none !important;
    width: 100%;
    padding: 0 30px;
}
.news-form .form-get-more-deals .content-form {
    width: 80%;
    margin: 0 auto;
}
.news-form .form-get-more-deals .content-form .form-group {
    flex: 0 0 90%;
}
.news-form .image-background{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background: var(--color-hightlight);
}
.news-form .title-section {
    color: var(--light);
}
.news-form .mo_ta{
    /* width: 600px; */
    margin: 0 auto 20px;
}
.bg-custom {
    background: #3485aa;
}

.typical-projects.news .title-section {
    font-size: 35px !important;
    color: var(--color-main) !important;
    font-weight: 700 !important;
    margin-bottom: 0px !important;
    text-transform: uppercase !important;
    padding: 0;
    margin-top: 30px;
}

.product-item:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.menu-section > ul > li > a.active, .menu-section > ul > li:hover > a {
    color: var(--color-main);
}
.bg-contact-register {
    width: 90%;
    margin: 0 auto;
    padding: 20px 60px 20px;
    background-image: -moz-linear-gradient(0deg, var(--color-main) 0%, var(--color-hightlight) 100%);
    background-image: -webkit-linear-gradient(0deg, var(--color-main) 0%, var(--color-hightlight) 100%);
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.article-category {
    display: none;
}
footer{
    color: var(--light);
    position: relative;
        z-index: 2;
}
footer a {
    color: var(--light);
}
.news-form {
    z-index: 10;
}
.footer-mid {
    position: relative;
    /* background: url(../../assets/media/ss_1152832361_cls.jpg); */
    background-color: var(--color-main);
    background-size: 100%;
    z-index: -1;
    padding-top: 150px;
    margin-top: -100px;
}
.bg-before {
    position: relative;
}
.footer-mid:before, .bg-before:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
}

.product-content-detail .code span:first-child {
    margin-left: 0;
}
.product-content-detail .code span {
    position: relative;
    padding-right: 5px;
}
.product-content-detail .code span:after {
    content: '\|';
    margin-left: 5px;
    font-size: 12px;
    font-weight: 900;
}
.product-content-detail .code span:last-child:after {
    content: none;
}
.cs-rounded-50 {
    border-radius: 20px 0 20px 0;
}
.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: var(--color-main);
}

.bg-footer {
    position: absolute;
    width: 100%;
    overflow: hidden;
    bottom: 0;
}

.footer-background {
    position: relative;
    padding-top: 21.2%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

/*HOTLINE html*/
.support-online {
    position: fixed;
    z-index: 999;
    left: 15px;
    top: 85%;
}
.support-content {
    position: relative;
}
.support-online a {
    display: block;
}
.support-online a {
    position: relative;
    margin: 20px 10px;
    text-align: left;
    width: 40px;
    height: 40px;
}
.support-online i {
    width: 40px;
    height: 40px;
    background: var(--red);
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;
}

.kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(241, 158, 4,0.4);
    opacity: .1;
    border-color: #0089B9;
    opacity: .5;
}
.animated, .appear-animation {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
.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-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3, .3, .3);transform:scale3d(.3, .3, .3);}
50%{opacity:1;}
}
@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3, .3, .3);transform:scale3d(.3, .3, .3);}
50%{opacity:1;}
}
.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn;}
@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
		 
	}
	50% {
		opacity: 1;
		 
	}
}

@-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;
}
.kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgb(204 51 51 / 50%);
    opacity: .75;
    right: -10px;
}
@-webkit-keyframes zoomIn{
	    0% {

        opacity: 0;

        -webkit-transform: scale(.3);

        transform: scale(.3)

    }

    50% {

        opacity: 1

    }
}
.support-online a span {
    border-radius: 12px;
    text-align: center;
    background: var(--red);
    padding: 9px;
    width: 120px;
    position: absolute;
    color: #fff;
    font-weight: bold;
    z-index: 999;
    top: 0px;
    left: 50px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1;
}
.support-online a:hover span {
    display: block
}
.support-online a {
    display: block
}
.support-online a span:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 10px;
    width: 0px;
    height: 0px;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 10px solid var(--red);
}
.logo-section img {
    height: 64px;
}
/*END OF HOTLINE HTML*/
.bg-absolute {
    position: absolute;
    top: 0;
    left: 0;
}
.bg_header--peach-blossom {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 140px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.flex-col-cs .col-lg-8 {
    flex: 0 0 64%;
    max-width: 64%;
}
.flex-col-cs .col-lg-4 {
    flex: 0 0 36%;
    max-width: 36%;
}
@media (max-width: 1600px) {
    .slider-section .item img {
        height: 580px;
    }
}

@media (max-width: 1440px) {
    .slider-section .item img {
        height: 520px;
    }
    
    .bg_header--peach-blossom {
        width: 158px;
        height: 140px;
    }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .news-form .mo_ta {
        width: 100%;
    }
    .icon-tit:before, .icon-tit:after {
        width: 30px;
    }
    .typical-projects .title-section {
        font-size: 22px;
    }
    .brand-section {
        margin-bottom: 45px;
    }
    .news-form .form-get-more-deals:hover .content-form .form-group input, .news-form .form-get-more-deals .content-form .form-group input:focus {
    width: 200px;
    }
    .language-section .show-lanhuage>li {
        margin-top: 0px;
    }
    .is-mobile .flex-me .row div:nth-child(3){
        display: flex;
        align-items: center;
    }
    .is-mobile .menu-section > ul > li:hover > a {
        color: inherit;
        background-color: transparent;
        background-color: transparent;
    }
    
    .is-mobile .footer-background {
        padding-top: 206%;
    }
    
    .language-section {
        position: relative;
        top: 0;
        left: 0;
    }
    .language-section li span {
        color: var(--color-main);
    }
    .is-mobile .logo-section {
        text-align: center;
        padding: 5px 0;
    }
    .is-mobile .btn-menu-mobile {
        line-height: 35px;
    }
    .video-home .about-us .inner-image {
        margin-top: 30px;
    }
    .bg-contact-register {
        padding: 30px 30px 30px;
    }
    .bg-contact-register p {
        font-size: 14px !important;
    }
    .news-form .form-get-more-deals .content-form {
        width: 100%;
    }
    .news-form .form-get-more-deals .content-form .row {
        align-items: center;
        justify-content: center;
    }
    .news-form .form-get-more-deals .content-form .row>div:first-child .form-group {
        margin-bottom: 15px !important;
    }
    .flex-me>.container>.row>div {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .typical-projects .title-section {
        padding: 15px 60px;
    }
    .z-index-99-mb {
        z-index: 99;
    }
    .bg_header--peach-blossom {
        width: 130px;
        height: 100px;
    }
    .flex-col-cs .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .slider-section .item img {
        height: 135px;
    }
    .entire-action-header .form-dropdown {
        width: 287px;
    }
}

/*css hieu ung hoa dao*/
.nh_snow_fall {
    color: rgba(160, 240, 255, 1);
}
@-webkit-keyframes nh_snow_falls-fall {
    0% {
        top: -10%;
    }
    100% {
        top: 100%;
    }
}
@-webkit-keyframes nh_snow_falls-shake {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}
@keyframes nh_snow_falls-fall {
    0% {
        top: -10%;
    }
    100% {
        top: 100%;
    }
}
@keyframes nh_snow_falls-shake {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(80px);
    }
    100% {
        transform: translateX(0px);
    }
}
.nh_snow_fall {
    position: fixed;
    top: -10%;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: nh_snow_falls-fall, nh_snow_falls-shake;
    -webkit-animation-duration: 10s, 3s;
    -webkit-animation-timing-function: linear, ease-in-out;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-play-state: running, running;
    animation-name: nh_snow_falls-fall, nh_snow_falls-shake;
    animation-duration: 10s, 3s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-play-state: running, running;
}
.nh_snow_fall:nth-of-type(0) {
    left: 1%;
    -webkit-animation-delay: 0s, 0s;
    animation-delay: 0s, 0s;
}
.nh_snow_fall:nth-of-type(1) {
    left: 10%;
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s;
}
.nh_snow_fall:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 6s, 0.5s;
    animation-delay: 6s, 0.5s;
}
.nh_snow_fall:nth-of-type(3) {
    left: 30%;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 4s, 2s;
}
.nh_snow_fall:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s;
}
.nh_snow_fall:nth-of-type(5) {
    left: 50%;
    -webkit-animation-delay: 8s, 3s;
    animation-delay: 8s, 3s;
}
.nh_snow_fall:nth-of-type(6) {
    left: 60%;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s;
}
.nh_snow_fall:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 2.5s, 1s;
    animation-delay: 2.5s, 1s;
}
.nh_snow_fall:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: 1s, 0s;
    animation-delay: 1s, 0s;
}
.nh_snow_fall:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s;
}
.nh_snow_fall:nth-of-type(10) {
    left: 60%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s;
}
.nh_snow_fall:nth-of-type(11) {
    left: 30%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s;
}
.nh_snow_fall:nth-of-type(12) {
    left: 55%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s;
}
.nh_snow_fall:nth-of-type(13) {
    left: 5%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s;
}

.flex-1{
    flex: 1;
}

/*Button Contact Fixed*/
.is-mobile .share-buttons {
    right: 1.5rem;
}
.share-buttons {
  position: fixed;
  bottom: 2.5rem;
  z-index: 9;
  right: 2.5rem; }
  .share-buttons .share-button {
    margin-top: 1rem; }

.share-button {
  display: block;
  position: relative;
  height: 3rem; }
  .share-button:hover {
    cursor: pointer; }
    /*.share-button:hover .share-button-primary {*/
    /*  box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.1); }*/
    .share-button:hover .share-button-secondary-content {
      transform: translate3d(0, 0, 0); }

.share-button-primary {
  position: absolute;
  background: var(--color-highlight);
  width: 3rem;
  height: 3rem;
  border-radius: 1.5rem;
  left: 0;
  top: 50%;
  margin-top: -1.5rem;
  text-align: center; }

.share-button-icon {
  display: block;
  color: var(--white);
  width: 2.5rem;
  line-height: 3rem; }

.share-button-secondary {
  overflow: hidden;
  margin-left: 1.5rem;
  height: 3rem; }

.share-button-secondary-content {
  background: var(--color-highlight);
  display: block;
  height: 3rem;
  text-align: left;
  padding-left: 2.4rem;
  padding-right: 1.8rem;
  line-height: 3rem;
  color: var(--white);
  border-radius: 0 1.5rem 1.5rem 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 175ms ease; 
display: none;
}

/*End Button Contact Fixed*/


.album-intro {
    margin: 0 -2.5px;
}

.album-intro>div {
    padding: 0 2.5px;
}
.linhvuc .inner-content {
    position: absolute;
    bottom: 0;
    background: rgb(143 29 143 / 90%);
    width: 100%;
    padding: 10px;
    text-align: center;
}


.video-thumbs .article-item {
    position: relative;
    cursor: pointer;
}
.video-home :not(.slick-vertical).slider-thumbs.slick-slider img {
    height: 100%;
}
/*.video-home {*/
/*    max-width: 900px;*/
/*    margin: 0 auto;*/
/*}*/
.video-home .slick-track {
    /*transform: unset !important;*/
    height: auto !important;
}
.form-price .employee {
    background-color: #f8f9fa!important;
    border: 1px solid var(--color-main);
    border-radius: 20px;
    padding: 15px;
}
.form-price .employee img{
    width:112px;
    height: 112px;
    object-fit: cover;
}
.form-price .title-form {
    background: var(--color-main);
    border-radius: 10px;
    padding: 10px 20px;
}

@media (max-width:767px) {
    .form-price .employee img {
        margin: 0 auto;
    }
    .video-home .slick-slide {
        margin: 0 5px;
    }
    
    .video-home .slick-list {
        margin: 0 -5px;
    }
}

.article-title-video-absulute {
    position: absolute;
    top: 3px;
    margin-left: 5px;
    white-space: pre-wrap;
    overflow: hidden;
   	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.icon-youtube-video-home {
    position: absolute;
    top: 40%;
    left: 40%;
}


