.header1 {
    background: url(../images/bgtoppage-1.png) repeat-x;
    height: 104px;
}
.header0 {
    background: url(../images/rightlogo.png)  no-repeat left;
    height: 102px;
}
header .header-top{
    height:90px;
}
.flag{
    float:right;
    line-height: 84px;
}
a.parent span:hover{
    color: yellow;
}
footer .footer-info{
    width: 100%;
    /*background: #fc7e17;*/
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 20px;
    /*border-bottom: 1px solid #ddd;*/
}
footer .connect-with-us{
    background: #fc7e17;
    border-top: 1px solid #fc7e17;
}
.footer-info a span{
    font-weight: 400;
}
.footer-info .connect-with-us .info p{
    margin-bottom: 0;
}
.font-color-white{
    color:white;
}
.description{
    background: linear-gradient(40deg,#4caf5014,#ffeb3b17);
    border-radius: 3px;
    border: 3px solid #d5d5d500;
    color: #333333;
    border-image-source: linear-gradient(to right, #4caf5080, #9c27b0a8, #03a9f4a6);
    border-image-slice: 1;
    font-family: inherit;
    font-size: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0px;
    padding: 1em;
    vertical-align: baseline;
}
/*span.line{*/
/*    width: 100px;*/
/*    height: 2px;*/
/*    background: #fff;*/
/*    display: block;*/
/*    overflow: hidden;*/
/*    margin: 10px auto 10px;*/
/*}*/
/*img.logo {*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    z-index: 99999999999;*/
/*    margin-top: 20px;*/
/*    margin-left: 25px;*/
/*}*/
/* hotline*/

.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}
.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
    background-color: #e60808;
    width: 33px;
    height: 33px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px;
}
.hotline-bar {
    display:none;
    position: absolute;
    background: rgba(230, 8, 8, 0.75);
    height: 40px;
    width: 180px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    /* width: 175px !important; */
    left: 33px;
    bottom: 37px;
}
.hotline-bar > a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-indent: 50px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    /*font-family: Arial;*/
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
    color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}
@-webkit-keyframes phonering-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);
    }
}

@media (max-width: 768px) {
    .wsactive #mainnav .logo-menu.menu-header, header .header-top, .header-pc, .customer .account-info-container, .customer #cart a.icon-cart span, nav.navbar {
         display: block;
    }
    .flag,img.logo{
        display:none;
    }

    #menu .navbar .all-product a.parent{
        display:none;
    }
    .header-sm img.logo{
       /*display:none;*/
   }
    header .header-top{
        height: 80px;
    }

    .wsactive .wsanimated-arrow {
        left: 235px;
    }
}


.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 50px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #d6d6d6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity:.75;
    color:#fff;
}
#slideshow .image_wrap .slick-dots li.slick-active button{
    background: #fff;
    border: 4px solid #46A5E4;
    border-radius: 50%;
}
.slick-slider .slick-prev {
    position: absolute;
    z-index: 10;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    color: transparent;
    width: 35px;
    height: 35px;
}
.slick-slider .slick-next {
    position: absolute;
    z-index: 10;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    color: transparent;
    width: 35px;
    height: 35px;
}
.slick-slider button {
    border: none;
    background: none;
}
.slick-slider .slick-prev:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    left: 11px;
    margin: auto;
    width: 15px;
    height: 15px;
    border-top: 3px solid #9bc4f2;
    border-right: 3px solid #9bc4f2;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.slick-slider .slick-next:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: 11px;
    margin: auto;
    width: 15px;
    height: 15px;
    border-top: 3px solid #9bc4f2;
    border-right: 3px solid #9bc4f2;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.slick-slider .slick-next:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: 11px;
    margin: auto;
    width: 15px;
    height: 15px;
    border-top: 3px solid #9bc4f2;
    border-right: 3px solid #9bc4f2;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*.item-product .pro-wrapper{*/
/*    background-color:#f2f6f9;*/
/*    height:360px;*/
/*}*/
.item-product .pro-title{
    width: 100%;
    font-size: 15px;
    display: block;
    color: #2467a3;
    margin-top:5px;
}

.item-product .pro-wrapper .pro-detail span{
    font-size:13px;
    padding-bottom:2px;
    font-weight: 700;
}

a.pro-detail.float-right:hover {
    color:red;
}
span.title-services {
    /*padding: 0px 10px;*/
    /*font-size: 16px;*/
    /*color: #666666;*/
    /*letter-spacing: 0.01em;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    /*line-height: 1.7em;*/
    /*min-height: 75px;*/
}
.entry-content p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.font-weight-post{
    font-weight: 400;
    margin-top: 4px;
}
.img-post img{
    width: 100%;
}
a.post-title{
    color:black;
}
a.post-title:hover{
    color:#0a90eb;
}
.summary{
    font-size:18px;
}
.title-ttsp span {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url("../images/icon-index.png") -58px -40px no-repeat;
}
.title-pro {
    font-size: 24px;
}
.red {
    color: red;
}
.giaban {
    font-size: 18px;
    font-weight: 700;
    color: #105caa;
    margin-bottom: 5px;
}
.title-mtsp span {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background: url("../images/icon-index.png") -102px -38px no-repeat;
    margin-bottom: -5px;
}

.background-white{
    background: #ffffff;
}
.arrow-s h2 {
    height: 35px;
    line-height: 35px;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    /*padding-left: 20px;*/
    overflow: hidden;
}
.arrow-s {
    height: 35px;
    margin: auto;
    background: #1962AD;
    position: relative;
}
.phone-support .box-phone {
    width: 100%;
    height: auto;
    line-height: 180%;
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
    /*margin-bottom: 10px;*/
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #ffffff;
    text-align: center;
}
.box-oder, .phone-support .box-phone:first-child {
    /*margin-top: 10px;*/
}
.box-phone span{
    margin-top:10px;
}
.suport {
    width:100%;
    background: #ffffff;
}
.product-content{
    /*border: 1px solid #ccc;*/
    padding : 0px 10px;
}
.arrow-s::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #1962AD transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: "";
    height: 0;
    left: 7%;
    bottom: -20px;
    width: 0;
}
.arrow-s::before{
    position: absolute;
}
.box-phone {
    text-transform: uppercase;
}


.title_bg a.bg_title_left {
    background: #0f75bd;
    float: left;
    height: 38px;
    line-height: 38px;
    color: #fff !important;
    font-size: 16px;
    padding: 0px 10px;
    text-transform: uppercase;
}
.background-cover{
    width:100%;
    overflow: hidden;
    height:100%;
}
.left-panel{
    position: relative;
}
.logo_home_header {
    width: 100%;
    /* margin-top: 5px; */
    text-align: center;
    position: relative;
}
.container_home_header{
    width: calc(100% - 130px);
}
.content-footer p{
    margin: 2px 0px;
}
.maketing{
    width:100%;
}
.detail-product .list-phone {
    -ms-flex-direction: column;
    width: 100%;
    position: sticky;
    top: 112px;
}

.header-on-top {
     height: 95px;
}
.list-phone-category {
    -ms-flex-direction: column;
    width: 100%;
    position: sticky;
    top: 112px;
}

.header-on-top .search form {
    position: relative;
    /*margin: 27px 0px 0px;*/
}
.about-on-top{
    position: relative;
    margin: 27px 0px 0px;
}
.header-on-top .hotline small {
    font-size: 11px;
    width: 100%;
    display: block;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin: 17px 0px 0px 0px;
}
.header-on-top .hotline a {
    color: #000;
    font-weight: bold
}
i.iso-black {
    width: 139%;
    display: block;
    overflow: hidden;
    text-align: center;
    /*font-weight:800;*/
    font-family: "Font Awesome 5 Duotone";
    color: black;
    font-size: 15px;
    position: absolute;
    /* margin-left: 35px; */
    top: 80px;
    z-index: 8888888888888;
}
.position-absolute-1 {
    position: absolute!important;
    right: 0;
    z-index: 999999999999;
}

.position-absolute-1 .flag-mobile{
    margin-top: 7px;
}
.position-absolute-3 {
    position: absolute!important;
    left: 320px;
    z-index: 999999999999;
    margin-top:10px;
    color:red;
}
.position-absolute-2 img {
    width:60%;
    margin-top: 3px;
}
.position-absolute-0 img {
    width:100%;
    margin-top: 3px;
}
input.form-control-1 {
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.box-footerl h5{
    color:#ffffff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 140%;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden
}
.box-footerl h4{
    color:#ffffff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 140%;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden
}
input.form-control-2 {
    display: inline-block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 1rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
button.icon-search-0{
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 0px .25rem .25rem 0px;
    width: 70px;
    height: 28px;
    text-align: center;
    border-radius: 1rem;
    border: 2px solid #ced4da;
    background: linear-gradient(205.5deg, #FF9D29 10.94%, #D0681D 87.19%);
    color: #fff;
}
.social-2 {
    width: 100%;
    display: inline-block;
}
