.ytp-large-play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    -webkit-transition: opacity .25s cubic-bezier(0,0,0.2,1);
    transition: opacity .25s cubic-bezier(0,0,0.2,1);
    z-index: 64;
}
.ytp-button {
    border: none;
    background-color: transparent;
    padding: 0;
    color: inherit;
    text-align: inherit;
    font-size: 100%;
    font-family: inherit;
    cursor: default;
    line-height: inherit;
}
.ytp-large-play-button-bg {
    -webkit-transition: fill .1s cubic-bezier(0.4,0,1,1),fill-opacity .1s cubic-bezier(0.4,0,1,1);
    transition: fill .1s cubic-bezier(0.4,0,1,1),fill-opacity .1s cubic-bezier(0.4,0,1,1);
    fill: #212121;
    fill-opacity: .8;
}
.ytp-large-play-button.ytp-touch-device .ytp-large-play-button-bg, .ytp-cued-thumbnail-overlay:hover .ytp-large-play-button-bg, .ytp-muted-autoplay-endscreen-overlay:hover .ytp-large-play-button-bg {
    -webkit-transition: fill .1s cubic-bezier(0,0,0.2,1),fill-opacity .1s cubic-bezier(0,0,0.2,1);
    transition: fill .1s cubic-bezier(0,0,0.2,1),fill-opacity .1s cubic-bezier(0,0,0.2,1);
    fill: #f00;
    fill-opacity: 1;
}


.topbar-header {
    position: relative;
    background: #e1e1e1;
}
@media (min-width:1024px){
    .topbar-header:before {
        content: "";
        display: inline-block;
        width: calc(50% - 515px);
        left: 0px;
        top: 0px;
        position: absolute;
        height: 84px;
        background: var(--white);
        z-index: 999;
    }
    .logo-section {
        display: inline-block;
        position: absolute;
        top: -10px;
        left: 72px;
    }

    .logo-section:after{
        content: "";
        display: inline-block;
        background: none;
        width: 300px;
        position: absolute;
        left: -130px;
        top: 41px;
        z-index: 999;
        border-top: 48px solid var(--white);
        border-right: 50px solid transparent;
    }

    .logo-section:before{
        content: "";
        width: 280px;
        position: absolute;
        background: #e1e1e1;
        left: -111px;
        top: -11px;
        border-bottom: 53px solid var(--white);
        border-right: 72px solid transparent;
    }
    .logo-section a{
        padding: 0;
        position: relative;
        z-index: 1000;
        top: 24px;
        right: 50px;
        
        display: inline-block;
    }
    .logo-section .img-fluid {
        max-height: 40px;
    }
    /*.menu-section > ul > li > a:before {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    width: 1px;*/
    /*    left: 0px;*/
    /*    transform: rotate(45deg);*/
    /*    z-index: 5;*/
    /*    border-right: 1px solid var(--blue-light);*/
    /*    height: 60px;*/
    /*    top: -7px;*/
    /*}*/
    /*.menu-section > ul > li:first-child > a:before {*/
    /*    opacity:0*/
    /*}*/
    
    .menu-section ul {
        /* text-align: center; */
    }
}
.menu-container nav.menu-section>ul {
    display: flex;
    justify-content: center;
}
.menu-section > ul > li {
    display: inline-block;
    flex: initial;
    text-align: center;
}
.menu-section > ul > li > a {
    line-height: 46px;
    height: 46px;
    color: var(--white);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding: 0 10px;
    position: relative;
    display: block;
}

.setting-menu {
    position: relative;
}
.setting-menu > .container > .row > div {
    position: static;
}

.btn-submit.btn-submit-1 {
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
}

/*ngon ngu*/
.language-picker img {
    height: 22px;
    width: 35px;
    object-fit: cover;
}
.language-section img {
    width: 30px;
    height: 21px;
    object-fit: cover;
}

.language-section a {
    display: block;
    padding-left: 10px;
}
/*end of ngon ngu*/


/*thu vien anh*/
.gallery .slick-slide {
    margin: 0 7.5px;
}
.gallery .slick-list {
    margin: 0 -7.5px;
} 
.gallery a {
    overflow: hidden;
}
.gallery a:before {
    content: "";
    display: inline-block;
    background: #fff;
    width: 40px;
    height: 40px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 9;
}
.gallery a:after {
    content: "";
    position: absolute;
    display: inline-block;
    background: #fff;
    width: 40px;
    height: 40px;
    left: initial;
    right: -1px;
    top: initial;
    bottom: -1px;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    z-index: 9;
}
.gallery a img {
    transition: all 0.5s ease 0s;
}
.gallery a:hover img {
    transform: scale(1.1);
}

.cs-poiter {
    cursor: pointer;
}
/*end of thu vien anh*/


/*linh vuc san xuat*/

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

.view_small_home .col-12 .article-item  {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
}
.view_small_home .col-12:last-child .article-item {
    margin-bottom: 0px;
    padding-bottom: 15px;
    border-bottom: none;
}

.view_small_home .col-12 .article-item .article-description {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
margin-bottom: 0;}
/*end of linh vuc san xuat*/


/*du an*/
.project .article-item .article-title, .item-title-category {
    line-height: 26px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 3px 10px;
    text-align: center;
    
    background-color: var(--color-main);
    font-size: 14px;
display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;position: relative;}
.project .article-item .article-title a, .item-title-category a {
    color: var(--white);
}

.project .inner-image {
    margin-bottom: 5px !important;
} 
.project .article-entry-info, .project .article-description, .project .read-more {
    display: none;
}
.project .article-item {
    position: relative;
}
.project .article-item:before, .project .article-item:after, .item-title-category:after, .img_category:before {
    content: "";
    display: inline-block;
    background-color: #f5f5f5;
    width: 33px;
    height: 33px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 9;
}
.project .article-item:after, .item-title-category:after {
    left: initial;
    right: -1px;
    top: initial;
    bottom: -1px;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.project .ratio-1-1 {
    padding-top: 66%;
}


/*end of du an*/

/*danh sach san pham*/
.product-category , .product-action{
    display: none;
}
.product-item .star-rating::before {
    color: var(--color-hightlight);
}
.product-item .star-rating span {
    display: none;
}



.product-item .quick-view {
    position: absolute;
    left: -45px;
    text-align: center;
    line-height: 30px;
    display: block !important;
    opacity: 0;
    transition: 0.3s all;
    margin-top: -15px;
    visibility: hidden;
    z-index: 9;
    background-color: var(--color-main);
    color: #fff;
    bottom: 0px !important;
    height: 35px;
    line-height: 30px;
    width: 45px;
    padding: 0px;
    border: none;
    font-size: 18px;
    line-height: 35px;
}

.product-item .quick-view {
    bottom: inherit !important;
    top: 0px;
    width: 60px;
    height: 60px;
    margin-top: 0px;
    text-align: left;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    font-size: 16px;
    padding-left: 9px;
}

.product-item:hover .quick-view {
    left: 0px;
    opacity: 1;
    visibility: visible;
}


.product-item .add-cart {
    position: absolute;
    display: block !important;
    opacity: 1;
    transition: 0.3s all;
    visibility: hidden;
    z-index: 9;
    background-color: var(--color-main);
    color: #fff;
    right: -60px;
    bottom: 0;
    padding: 0px;
    border: none;
    line-height: 35px;
    width: 60px;
    height: 60px;
    margin-top: 0px;
    text-align: right;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    font-size: 16px;
    padding-right: 9px;
    padding-top: 24px;
    
}
.product-item:hover .add-cart {
    right: 0px;
    opacity: 1;
    visibility: visible;
}






/*end of danh sach san pham*/

/*danh sach bai viet custom*/

.view_custom--first-child .article-entry-info {
    display: block;
}

.view_custom--first-child .article-item {
    margin-bottom: 15px !important;
}
.view_custom--first-child .ratio-1-1 {
    padding-top: 66%;
}

.view_custom--first-child .article-item .article-description {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin-bottom: 0px;
}
.view_custom--first-child .article-item .article-description p {
    margin-bottom: 0px;
}
.view_custom--first-child .read-more {
    display: none;
}
.view-small-custom .article-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}
.view-small-custom .article-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}
.view-small-custom .article-entry-info {
    display: block;
}
.view-small-custom .article-item .article-title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.border-custom > .container > .row > .col-md-4.col-12 {
    border-left: 1px dashed #ccc;
    border-right: 1px dashed #ccc;
}
.border-custom > .container > .row > .col-md-4.col-12:first-child {
    border-left: none;
}
.border-custom > .container > .row > .col-md-4.col-12:last-child {
    border-right: none;
}

/*end of danh sach bai viet custom*/




footer {
    background-color: var(--color-main);
    color: var(--white);
    
}
/*thong tin cong ty*/
.follow-us li img {
    width: 15px;
}
ul.follow-us li {
    width: 30px;
    height: 30px;
    background-color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
}

/*end of thong tin cong ty*/
.footer-menu-section ul li a {
    color: var(--white);
}
.form-get-more-deals .content-form .form-group input {
    border: 1px solid #fff !important;
}

/*danh sach bai viet*/
.categories-section li {
    border-bottom: 1px dashed #cdcdcd;
}
.categories-section li:last-child {
    border-bottom: none;
}

.articles .article-item {
    padding: 10px 10px 0;
    border: 1px solid #ddd;
}
.articles .article-item .article-title {
    line-height: 24px;
    font-weight: 600;
    min-height: 53px;
}
.articles .ratio-1-1 {
    padding-top: 66%;
}

/*danh sach bai viet*/

/*title custom*/
.title-section {
    font-size: 20px;
    color: var(--color-main);
    font-weight: 700;
    margin-bottom: 24px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title-section h3 {
    
    
    border-bottom: 2px solid var(--color-main);
    margin-bottom: -1px;
    
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    margin-top: 0px;
    
    padding-bottom: 6px;
    font-family: "Oswald";
    text-transform: uppercase;
    padding: 0 15px 6px 0;
    
}
.title-section.text-center {
    justify-content: center;
}
.title-section.text-center h3 {
    padding: 0 15px 6px 15px;
}
.title-section.view-custom h3 {
    font-size: 22px;
}
.title-footer h3 {
    font-size: 20px !important;
}
.title-section.title-footer {
    margin-bottom: 10px;
}
.title-section.title-footer h3 {
    line-height: 24px;
    color: var(--white);
    border-bottom: 2px solid var(--white);
}

/*title custom*/



.view-small {
    background: none;
    border: 1px solid #cdcdcd;
    padding: 15px 12px;
    border-top: none;
}
.categories-section li:last-child a {
    border-bottom: none;
}

.articles .article-item .article-description p img {
    display: none;
}


.item-cate .info {
    height: 50px;
    padding-top: 10px;
}


/*scroll top*/
html {
    scroll-behavior: smooth;
}
#toTop {
    position: fixed;
    bottom: 2%;
    right: 15px;
    width: 40px;
    height: 40px;
    background-color: var(--blue);
    line-height: 37px;
    text-align: center;
    /* transform: rotate(45deg); */
    border-radius: 50%;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}
#toTop i {
    /* transform: rotate(-45deg); */
    color: #fff;
    font-size: 30px;
    text-align: center;
}
/*scroll top*/

/*social right*/
#socials {
    display: inline-block;
    position: fixed;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 100;
    width: 40px;
}
#socials a {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#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);
    }
}
/*social right*/

.shipping-product {
    border: 1px solid var(--color-main);
    padding: 15px;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
}
.shipping-product .title {
    margin: 0px 0px 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
color: var(--color-main);}
.shipping-product .description {
    font-size: 12px;
    color: #999;
    line-height: 16px;
    margin-bottom: 0px;
}
.policy-list-item {
    padding-bottom: 12px;
    margin-bottom: 8px;
    border-bottom: 1px solid #eee;
    display: inline-block;
    width: 100%;
    position: relative;
}
.policy-list-item:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

/*mobile language-section*/
.is-mobile .show-lanhuage {
    justify-content: center;
    margin-top: 15px;
}
.is-mobile .btn-action-header {
    padding: 0px 5px;
}
.is-mobile .btn-mini-cart {
    margin-bottom: 0px;
}
.is-mobile .language-section {
    position: relative;
    font-size: 12px;
    margin-bottom: 10px;
}
.is-mobile .language-section .show-lanhuage > li {
    list-style: none;
    padding: 0 13px;
    margin: 0;
}
.is-mobile .language-section::before {
    background: transparent;
}
.is-mobile .language-section img {
    border: 1px solid #eee;
}
/*mobile language-section*/

.is-mobile .entire-info-website, .is-mobile .footer-menu-section {
    margin-bottom: 0;
}
.is-mobile #socials {
    top: 75%;
}

.plugin-language-xml {
    padding: 10px 0;
}

.skiptranslate.goog-te-gadget span {
    display: none;
}

.skiptranslate.goog-te-gadget {
    color: transparent;
    font-size: 0;
    padding-left: 20px;
}

.goog-te-menu2 {
    background-color: red !important;
    text-decoration: none;
    border: 1px solid #6b90da;
    overflow: hidden;
    padding: 4px;
}
