@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 23px;
}

.container-fluid {
    padding-right: 30px;
    padding-left: 30px;
    width: 100%;
}

.container-fluid__lg {
    padding-right: 55px;
    padding-left: 55px;
    width: 100%;
}

.owl-prev {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.owl-next {

    position: absolute;

    top: 50%;
    right: 20px;

    transform: translateY(-50%);
}

.owl-nav > div {
    background-color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #333;
    font-size: 20px;
    border-radius: 50%;

    padding: 0;
}

img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.support-online {
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 111px;
    top: auto !important;
}

.support-online a {
    position: relative;
    margin: 6px 10px;
    text-align: left;
    width: 40px;
    height: 40px
}

.support-online a:first-child {
    margin-bottom: 20px;
}

.support-online i {
    width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999
}

.support-online a {
    display: block
}

.support-online a span {
    border-radius: 2px;
    text-align: center;
    background: #fb2644;
    padding: 7px 9px;
    display: none;
    width: 180px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 0px;
    left: -204px;

    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 span::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 10px 10px 10px;
  border-color: transparent transparent transparent #fb2644 ;
  position: absolute;
  left: -10px;
  top: 10px
} */

.kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    background-color: rgba(0, 175, 242, 0.5);
    opacity: .75;
    right: -10px
}

.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(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #0089B9;
    opacity: .5
}

.support-online .btn-support {
    cursor: pointer
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    50% {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }

    100% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}

#scrollUp {
    background: #000;
    color: #ff0000;
    border: 1px solid #fff;
    bottom: 40px;
    right: 45px;
    border-radius: 100px;
    height: 45px;
    width: 45px;
    font-size: 19px;
    text-align: center;
    line-height: 45px;
    box-shadow: 0 0 15px 0px rgb(50 50 50 / 20%);
    transition: 0.3s;
    display: inline-block;
    position: fixed;
    bottom: 68px;
    right: 24px;
    cursor: pointer;
    z-index: 99999;
}

img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.img-hover:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.img-hover {
    overflow: hidden;
}


/* Begin single product */
.single-collection__title .container {
    max-width: 730px;
}

.main-product-detail .collection-item::after {
    display: none;
}

.main-product-detail .container-fluid {
    padding-left: 8px;
    padding-right: 8px;
}

.main-product-detail .new-home .owl-blog-slide .item .img img {
    height: 490px;
}

.main-product-detail .new-home .owl-blog-slide .item {
    position: relative;
}

.main-product-detail .new-home .owl-blog-slide .item .nav-item {
    position: absolute;
    bottom: 0;
    padding: 30px;
    width: 100%;
    text-align: center;
    visibility: hidden;
    opacity: 0;
}

.main-product-detail .new-home .owl-blog-slide .item:hover .nav-item {
    visibility: visible;
    opacity: 1;
    z-index: 99;

}

.main-product-detail .new-home .owl-blog-slide .item:after {
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(57%, rgba(0, 0, 0, .56)), to(rgba(0, 0, 0, .8)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .56) 57%, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .56) 57%, rgba(0, 0, 0, .8) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    opacity: 0;
    -webkit-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
}

.main-product-detail .new-home .owl-blog-slide .item:hover::after {
    opacity: 1;
}

/* end single product */


/* css contact */
.main-contact .content-store-location {


    margin-left: calc(100% - 1140px - ((100% - 1140px) / 2) + 15px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.main-contact .content-store-location .img:hover img {
    transform: scale(1.05);
}

.main-contact .content-store-location .img {
    overflow: hidden;
}

.content-content p {
    margin-bottom: 10px;
}

/* css main new */
.main-new .item .title-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.main-new .item .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.main-new .item img {
    height: 240px;

}

/* css new detail */
.aside_item .image-blog img {
    height: 70px;
}

/* css list product */
.main-product .item .nav-img .title-1 {
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.main-product .item .img img {
    height: 210px;
    object-fit: cover;
}


/* css map */
.main-contact .map iframe {
    width: 100%;
    height: 450px;
}

.slider-raleted-product .item .img img {
    height: 270px;
    width: 100%;
    object-fit: cover;
}


/* css gioi thieu */
.tabbedPanels .tabs li a {
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    border-radius: 0;
    width: 190px;
    height: 105px;
    background-color: #E6E7E8;
    display: inline-block;
    /*padding-top: 63px;*/
    padding-top: 10px;
    text-align: center;
    font-size: 15px;
    color: #D3AF76;
    position: relative;
}

.tabbedPanels .tabs li a::before {
    /*content: url('../img/tam-nhin-mau.png');*/
    position: absolute;
    top: 19px;
    left: 50%;
    transform: translateX(-50%);
}

.tabbedPanels .tabs li a.active::before {
    /*content: url('../img/tam-nhin.png');*/
}

.tabbedPanels .tabs li a.active {
    background-color: #414042;
    color: #fff;
}

.banner-main img {
    height: 300px;
}

.yckt tr td {
    border: 1px solid #ddd;
    padding: 10px
}

.yckt .col-right .input-btn {
    border: 1px solid #ddd;
    margin: 5px 15px;
    padding: 5px 15px;
}

.input-btn {
    cursor: pointer;
}

.breadcrumb {
    background-color: #bcbec0 !important;
}

.t-active {
    color: #0f9bfd !important;
    border-color: #61b0ff !important;
    background: url("../img/cur.svg") 100% 100% no-repeat #f7fbff !important;
}

.yckt .col-right input, .yckt .col-right select {
    width: 100px;
    margin: 0 15px;
    border: 1px solid #ddd;
}

.mau-boad .input-btn:before {
    content: '';
    width: 15px;
    height: 15px;
    left: 10px;
    top: 50%;
    transform: translatey(-50%);
    border-radius: 50px;
    position: absolute;
}

.mau-green:before {
    background-color: #339966;
}

.mau-purple:before {
    background-color: #9933CC;
}

.mau-red:before {
    background-color: red;
}

.mau-yellow:before {
    background-color: #FFFF00;
}

.mau-blue:before {
    background-color: #003399;
}

.mau-white:before {
    background-color: #ffffff;
    box-shadow: 0 0 0 1px #ddd;
}

.mau-black:before {
    background-color: #000000;
}

.mau-boad .input-btn {
    padding-left: 35px !important;
    position: relative;
}

.category-banner .sub-menu {
    width: 882px;
    background: #fff;
    top: 0;
    left: 294px;
    height: 100%;
    padding: 20px;
    display: none;
}

.category-banner li:hover .sub-menu {
    display: block;
}

.category-banner .sub-menu li a {
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 7px;
    display: inline-block;
    width: 100%;
}

.category-banner .sub-menu li a:hover {
    color: #2f2f98;
}

.main-menu > ul > li > ul > li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.main-menu > ul > li > ul > li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.new-home-2 .item .nav-img .title-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 2;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.new-home-2 .item .nav-img .title-2 a:hover {
    color: #ff0000;
}

.new-home-right .title-2 a:hover {
    color: #ff0000;
}

.new-home-right > h3:hover {
    color: #ff0000;
}

.content-main-new h1:hover {
    color: #ff0000;
}

footer input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

footer input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;

}

.aside-category ul li a:hover {
    color: #2f2f98;
}

footer input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

@media only screen and (max-width: 768px) {
    #main {
        width: 100%;
        overflow: hidden;
    }
}

@media only screen and (max-width: 736px) {
    .owl-nav > div {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .sort-product select {
        width: 100%;
        padding: 5px 10px;
        margin-top: 10px;
    }

    .description-section .tab-detail {
        width: 100%;
        overflow: auto;
    }

    .more-product .item .img img {
        height: 180px;
    }

    .slider-raleted-product .item .img img {
        height: 180px;
    }

    .banner-main img {
        height: 200px;
    }

    .main-new .item img {
        height: 180px;
    }

    .yckt .col-right input, .yckt .col-right select {
        width: 71px;
        margin: 0 3px;
        border: 1px solid #ddd;
    }
}

.pagination {
    display: flex;
    justify-content: center;
}

.pagination li {
    float: left;
    text-decoration: none;
    border: 1px solid #dddddd;
    margin: 0px 2px;
}

.pagination li a, .pagination li span {
    float: left;
    width: 100%;
    padding: 8px 16px;
    display: flex;
}

.pagination li.active span {
    background-color: #2f2f98;
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.slider-partner .item-1 img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.slider-partner .item-1 {

    padding: 5px;
}

.partner-section h2 {
    color: #ca9b40;
}

#slider-home .owl-nav > div {
    background: #000;
    color: #fff;
}

#slider-home .owl-nav > div:hover {
    color: #ff0000;
}

.top-content .item {
    border-top: 7px solid #414042;
}

.top-content .item h3 {
    color: #ca9b40;
}

.top-content .item p {
    color: #fff;
}

.main-contact .contact-right {
    background: #414143;
}

.main-contact .btn-submit-contact {
    background: #ca9b40;
}

.main-contact .btn-submit-contact:hover {
    background: #ff0000;
}

.main-contact p {
    color: #939085;
}

.main-contact h1 {
    color: #ca9b40;
    cursor: pointer;
}

.main-contact h1:hover {
    color: #ff0000;
}

.main-contact h4 {

    cursor: pointer;
}

.info-home .nav-icon .title-phone {
    color: #414042;
    font-weight: bold;
}

.main-contact h4:hover {
    color: #ff0000;
}

.info-home {
    padding: 100px 0;
}

.info-home h2 {
    color: #414042;
}

.info-home h3 {
    color: #414042;
}

.language-li img {
    width: 35px;
}

header {
    background: url('../img/bg-11.jpg');
    background-size: cover;

}

body {
    background: url('../img/bg-22.jpg');
    background-repeat: repeat;
}

.info-home h3 {
    color: #ca9b40;
    cursor: pointer;
}

.info-home h3:hover {
    color: #ff0000;
}

.value-info {
    padding-top: 40px;
}

.value-info .panel h2 {
    color: #ca9b40;
}

header.scrolled {
    position: fixed;
    z-index: 999;
    width: 100%;

}

.info-home .link-link {
    background: #414042;
}

.partner-section {
    background: #e7e7e7;
    padding: 30px;
    opacity: 0.5;
}

#realdev_main-cta {
    bottom: 3%;
    position: fixed;
    bottom: 0;
    z-index: 99999
}

#realdev_main-cta .realdev_btn {
    position: relative;
    margin-top: -5px
}

#realdev_main-cta .realdev_btn .realdev_phone-btn {
    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
}

.realdev_phone-btn-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #2196f3;
    background-color: #2196f3;
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: realdev_phone-btn-circle-fill 2.3s infinite ease-in-out;
    animation: realdev_phone-btn-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;
    opacity: .7
}

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

.realdev_phone-btn-img-circle a {
    display: block;
    line-height: 37px
}

.realdev_phone-btn-img-circle img {
    max-height: 30px;
    max-width: 32px;
    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 realdev_phone-btn-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(.9)
    }

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

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

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

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

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

#realdev_zalo-btn .realdev_phone-btn-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, .7)
}

#realdev_zalo-btn .realdev_phone-btn-img-circle {
    background-color: #2196F3
}

#realdev_main-btn #realdev_phone-btn {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all
}

#realdev_main-btn #realdev_zalo-btn {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all
}

#realdev_main-cta.active #realdev_main-btn .realdev_btn {
    margin-left: -100%
}

.new-home .item-large {
    border: 1px solid #414042;
}

.new-home .new-home-right {
    border: 1px solid #414042;
}

.doitac h2 {
    color: #ca9b40;
    cursor: pointer;
}

.doitac h2:hover {
    color: #ff0000;
}

header .top-header .search-li input[type=text] {
    border: 1px solid #ca9b40;
}

header .top-header .search-li button {
    color: #ca9b40;
}

header .top-header .search-li input[type=text]:focus {
    border: 1px solid #ca9b40;
    box-shadow: none;
    outline: initial;
}

header .top-header .nav-item a {
    color: #ca9b40;
}

header .top-header .nav-item a:hover {
    color: #ff0000;
}

.main-new .new-home-2 .item .img {
    border: 1px solid #414042;
    border-radius: 10px;
}

.other-new .slider-other-new .item .img {
    border: 1px solid #414042;
    border-radius: 10px;
}

.breadcrumb ul li a {
    color: #ca9b40;
}

.breadcrumb ul li {
    color: #ca9b40;
}

.breadcrumb ul li a:hover {
    color: #ff0000;
}

.social-contact ul li a {
    color: #ca9b40;
    border: 1px solid #ca9b40;
}

.social-contact ul li a:hover {
    border: 1px solid #ff0000;
    background: #ff0000;
    color: #fff;
}

.social-contact {
    border-top: 1px solid #ca9b40;
}

.other-new .title-primary {
    color: #ca9b40;
    cursor: pointer;
}

.other-new .title-primary:hover {
    color: #ff0000;
}

.slider-other-new .item .title-2 a:hover {
    color: #ff0000;
}

.new-home h2 {
    color: #ca9b40;
    cursor: pointer;
}

.new-home h2:hover {
    color: #ff0000;
}

.value-info .panel h2 {
    cursor: pointer;
}

.value-info .panel h2:hover {
    color: #ff0000;
}

.new-home .item-large .title-2 a:hover {
    color: #ff0000;
}

#primary-nav-button.mobile {
    color: #fff;
}

header.header-mobile .right-header .holine a {
    color: #ca9b40;
}

header.header-mobile .right-header .holine {
    margin-bottom: 7px;
}

header.header-mobile .right-header .holine span {
    font-weight: bold;
    font-size: 16px;
}

#primary-nav.mobile {
    background: url('../img/nen-mobile.png') !important;
    background-size: cover !important;
}

#primary-nav.mobile li a {
    color: #ca9b40;
}

.social-footer ul li a:hover {
    color: #ca9b40;
}

.info-home .readmore-3 {
    color: #ca9b40;
}

.info-home .readmore-3:hover {
    color: #ff0000;
}

.new-home .new-home-right .nav-img .title-2 a {
    color: #ca9b40;
}

.new-home .new-home-right .nav-img .title-2 a:hover {
    color: #ff0000;
}

.new-home .item-large .title-2 {
    color: #ca9b40;
}

.new-home-2 .item .nav-img .title-2 a {
    color: #ca9b40;
}

.new-home-2 .item .nav-img .title-2 a:hover {
    color: #ff0000;
}

.other-new .slider-other-new .nav-img .title-2 a {
    color: #ca9b40;
}

.other-new .slider-other-new .nav-img .title-2 a:hover {
    color: #ff0000;
}

.info-home .nav-icon h3 {
    font-weight: bold;
}
.button-clear-cache {
  position: fixed;
  z-index: 99999;
  top: 140px;
  left: 0;
  background: #fff;
  font-size: 16px;
  padding: 8px 24px;
  border-right: 7px solid #bf0f1e;
  display: inline-block;
  width: auto;
  cursor: pointer;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.button-clear-cache a {
  padding: 0;
  color: #000;
}

.button-clear-cache {
  transform: translateX(-95%);
  transition: 0.4s;
}

.button-clear-cache.active {
  transform: translateX(0);
  transition: 0.4s;
}
@media only screen and (max-width: 736px) {
    .info-home {
        padding: 30px 0;
    }

    .partner-section {
        padding: 20px
    }

    #realdev_main-cta {
        right: 5px;
        bottom: 118px;
    }

}