/*header*/

.share-buttons {

    z-index: 1000;
}
.share-buttons {
    position: fixed;
    bottom: 110px;
    right: 25px;
}
.hotline-content>ul>li {
    list-style: none;
}
.share-buttons .share-button {
    margin-top: 30px;
}
.share-button {
    height: 45px;
}
.share-button {
    display: block;
    position: relative;
    height: 30px;
}
.share-button-primary {
    position: absolute;
    background: #3679F5;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    right: 0;
    top: 50%;
    margin-top: -15px;
    text-align: center;
}
.hotline .hotline-icon i, .member-icon i {
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.logo-section img {
    max-height: 140px;
}

.header-top>.container>.row>div:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/*Header*/
.title-nav-vertical {
    background: #0669b2;
    cursor: pointer;
}

.nav-vertical {
    z-index: 9;
}

.nav-vertical .categories-section {
    top: 0;
}

.category-vertical:hover .nav-vertical {
    display: block !important;
}

.category-vertical .nav-vertical {
    display: none !important;
}

.category-vertical .title-nav-vertical:hover ~ .nav-vertical.active {
    display: block !important;
}

.nav-vertical .categories-section>li.has-child>.list-child {
    left: 100%;
    min-width: 900px;
    min-height: 259px;
    top: 0;
    background-color: #ffffff;
    height: 100%;
}

.nav-vertical .categories-section .dropdown-toggle {
    -webkit-transform: rotate(-90deg) !important;
    -moz-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    -o-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
}

.nav-vertical .categories-section>li.has-child>.active {
    display: none !important;
}

.nav-vertical .categories-section>li.has-child:hover>.list-child, .nav-vertical .categories-section>li.has-child a, .nav-vertical .categories-section>li.has-child>a.active {
    display: block !important;
}

.nav-vertical .categories-section>li.has-child>.list-child>div>.has-child>ul {
    display: block;
}

.nav-vertical .categories-section>li.has-child {
    position: initial;
    flex-wrap: nowrap;
}

.nav-vertical .categories-section>li.has-child>span {
    position: relative;
    float: right;
}

.nav-vertical .categories-section>li.has-child>.list-child>div>.has-child>span {
    display: none;
}

.nav-vertical .categories-section>li.has-child>.list-child>div>div>a {
    font-weight: bold;
}

.category-vertical .title-nav-vertical {
    height: 45px;
    line-height: 45px;
    margin-left: 23px !important;
}

.category-vertical .title-nav-vertical:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 45px 23px;
    border-color: transparent transparent #0669b2 transparent;
    top: 0px;
    left: -22px;
}

.category-vertical .title-nav-vertical:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 23px 0px 0px;
    border-color: #0669b2 transparent transparent transparent;
    top: 0px;
    right: -23px;
    z-index: 10;
}

/*and header*/
/*menu*/
.menu-section > ul > li > a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 45px 20px;
    top: 0px;
    left: -20px;
    border-color: transparent transparent transparent #92818100;
    -webkit-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
}

.menu-section > ul > li > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 23px 0px 0px;
    border-color: #0669b200 transparent transparent transparent;
    top: 0px;
    right: -23px;
    z-index: 10;
    -webkit-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
}

.menu-section > ul > li > a:hover {
    background: #f1f1f1;
}

.menu-section ul li a:hover:after, .menu-section .active:after {
    border-color: #f1f1f1 transparent transparent transparent;
}

.header-main>.container>.row>div:nth-child(2) {
    padding-left: 0;
}

.header-main>.container>.row>div:nth-child(1) {
    padding-right: 11px;
}

.header-main>.container>.row>div:nth-child(2) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-search .input-group input {
    background: none;
    border: 0;
}

.form-search .input-group input::placeholder {
    color: var(--white);
    opacity: 1;
}

.form-search .input-group:before {
    width: 2px;
    height: 20px;
    transform: translatey(-50%);
    background: var(--white);
    content: '';
    left: 0;
    position: absolute;
    top: 50%;
    z-index: 3;
}

/*product*/
.rounded-custom {
    border-radius: 14px;
}

.tab-product-home .tab-content .slick-list {
    margin: 0 -10px;
}

.product_left_right .product-tab::after, .product_left_right .effect-nav li a.active::after {
    display: none;
}

.tab-product-home .tab-content .slick-list .product-item, .product_left_right .tab-content .slick-list .product-item {
    margin: 0 10px;
}

.product_left_right .tab-content .row {
    margin-right: -10px;
    margin-left: -10px;
}

.product_left_right .tab-content .row>div {
    padding: 0 10px;
}

.product_left_right .title-tab .product-tab.nav {
    margin: 0 -10px;
}

.product_left_right .title-tab {
    position: relative;
    background: #F4F4F4;
    border-bottom: 2px solid var(--color-main);
    margin-left: 23px;
}

.product_left_right .title-tab .title-section {
    background: var(--color-main);
    display: inline-block;
    position: relative;
    margin-top: -7px;
    height: 44px;
    line-height: 44px;
}

.product_left_right .title-tab .title-section:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0 46px 24px;
    border-color: transparent transparent var(--color-main) transparent;
    top: 0px;
    left: -24px;
    webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.product_left_right .title-tab .title-section:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 46px 23px 0px 0px;
    border-color: var(--color-main) transparent transparent transparent;
    top: 0px;
    right: -23px;
    z-index: 10;
    webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.product_left_right .title-tab .product-tab.nav li>a {
    color: #828282;
}

.product_left_right .product-item {
    margin-bottom: 0;
}

.product_left_right .view-small .small-left {
    flex: 0 0 65%;
    max-width: 65%;
}

.product_left_right .view-small .small-right {
    flex: 0 0 35%;
    max-width: 35%;
}

.thumb-item-name i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 21px;
}

.product_left_right .slider-thumbs .slick-list {
    height: auto !important;
}

.tab-product-home .product-tab {
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.tab-product-home .product-tab>li:before {
    content: "\f2dc";
    position: absolute;
    left: -8px;
    top: 0px;
    font-family: Line Awesome Free;
    font-size: 18px;
}

.tab-product-home .product-tab>li:nth-child(1):before {
    display: none;
}

.social-footer-section .list-unstyled-fanpage>li>a>i {
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.social-footer-section .list-unstyled-fanpage>li:nth-child(1)>a>i {
    background: #006ccb;
}

.social-footer-section .list-unstyled-fanpage>li:nth-child(2)>a>i {
    background: #00AAEF;
}

.social-footer-section .list-unstyled-fanpage>li:nth-child(3)>a>i {
    background: #B61010;
}

.member-top {
    border-right: 1px solid #ddd;
}

.product_left_right .article-item .article-description p {
    margin-bottom: 0;
}

.product_left_right .product-item {
    margin: 0 10px;
}

.product_left_right .slick-list {
    margin: 0 -10px;
}

#socials {
    display: inline-block;
    position: fixed;
    top: 84%;
    right: 30px;
    transform: translateY(-50%);
    z-index: 100;
    width: 40px;
}

#socials a {
    width: 50px;
    height: 50px;
    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);
    }
}

b, strong {
    font-weight: 700;
}

.color-hightlight {
    color: var(--color-hightlight);
}

.contact_footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2147483646;
    box-sizing: border-box;
    background: #0669b2;
}

.list-contact {
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-contact li {
    display: flex;
    align-items: center;
    align-self: stretch;
    padding: 0 10px;
    flex-direction: row;
    cursor: pointer;
    position: relative;
    justify-content: flex-start;
    border-radius: 3px;
    height: 40px;
    margin: 10px 5px;
    background-color: hsla(0,0%,100%,.2);
}

.list-contact li a img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    box-sizing: border-box;
    animation: tada 1.2s infinite;
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,20% {
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.3,1.3,1.3) rotate(3deg)
    }

    40%,60%,80% {
        transform: scale3d(1.3,1.3,1.3) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

.list-contact li a span {
    color: #fff;
    line-height: 20px;
}

.phone_mobile {
    display: block !important;
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    left: 20px;
    border-radius: 1000px;
    padding: 5px 10px 5px 16px;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    background: #0089d0;
}

.phone_mobile img {
    width: 27px;
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .product_left_right .tab-content .row>div {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 1200px) {
    .member-top {
        border: 0;
    }

    .hotline-content {
        display: none;
    }

    .header-main-mb>.container>.row>div:nth-child(3) {
        display: flex;
        justify-content: flex-end;
    }

    .hight-light .inner-icon {
        background: none;
    }
}

@media (min-width: 1024px) {
    .slider-section .item img {
        /* height: 694px; */
    }
}

@media (max-width:992px){
    #socials {
        top: initial;
        bottom: 0;
        transform: inherit;
    }
    
    .phone_mobile {
        bottom: 12px;
        left: 15px;
        font-size: 16px;
    }
}
@media (max-width: 576px) {
    .footer-mid-mb>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    #socials {
        display: flex;
        width: 100px;
    }
    
    #socials a {
        margin-left: 5px;
        margin-bottom: 0;
    }
    
    .product_left_right .product-item {
        margin: 0 0 15px 0px;
    }
    
}

.hight-light>.row>div:nth-child(1) .entry-content {
    background: #ecc21f;
}

.hight-light>.row>div:nth-child(2) .entry-content  {
    background: #ec1f42;
}

.hight-light>.row>div:nth-child(3) .entry-content {
    background: #28a745;
}
.hight-light>.row>div:nth-child(4) .entry-content {
    background: #0669b2;
}
#button-to-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    opacity: 0;
    z-index: 1000;
    width: 55px;
    height: 55px;
}
#button-to-top.show {
    opacity: 1;
    visibility: visible;
}



