﻿
.div_zalo {
    width: 15%;
    height: 15%;
    background-color: #0094ff;
    z-index:999;
}
.content-box .women {
    width: 100%;
    height: auto;
    padding:10px 5px 5px 5px;
    background:#f5f5f5;
}
.content-box .women a {
    color: #000;/*69cc82*/
    text-transform:uppercase;
}
.content-box .women a:hover {
    color: #ff0000;
}
    .content-box .women .cl_ct {
        text-transform: uppercase;
    }


/*----------tab css -----------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
   font-family: 'Open Sans', sans-serif;
   background-color: #C2EABA;
   padding-top: 50px;
   line-height: 1.4;
   font-size: 1.4em;
}

/*.tabs {
	clear: both;
	position: relative;   
   max-width: 650px;
   margin: 0 auto;

}

.tab {
	float: left;
}

.tab label {
	margin-right: 20px;
	position: relative;
	top: 0;
	cursor: pointer;
	color: #333;
   text-transform: uppercase;
}

.tab [type=radio] {
	display: none;   
}

.tab__content {
   position: relative;
	top: 40px;
	left: 0;
	right: 0;
	bottom: 0;
	transition: opacity .2s cubic-bezier(.42,0,.34,1.01);
	opacity: 0;
}

[type=radio]:checked ~ label {
	border-bottom: 2px solid #1d1d1d;
	color: #1d1d1d;
	z-index: 2;
}

[type=radio]:checked ~ label ~ .tab__content {
	z-index: 1;
	opacity: 1;
}*/
.div_chat {
    display: none;
}
.div_Chat_Tawkto {
        display: inline-grid;
        position: fixed;
        bottom: 7%;
        right: 1%;
        width: 70px;
        height: 70px;
        background-color:#0094ff;
        text-align: center;
        z-index: 99999;
}
/*------// add Zalo PC & MB --------*/
  .success.is-underline:hover, .success.is-outline:hover, .success {
    background-color: #1E73BE;
    padding: 10px;
    color: white !important;
}
    .call-mobile {
        background: #ED1C24;
        position: fixed;
        bottom: 10px;
        height: 40px;
        line-height: 40px;
        padding: 0 0px 0 0px;
        border-radius: 40px;
        color: #fff;
        left: 20px;
        z-index: 99999;
    }
    .call-mobile1 {
        position: fixed;
        bottom: 10%;
        height: 30px;
        line-height: 45px;
        padding: 0 0px 0 0px;
        border-radius: 40px;
        color: #fff;
        right: 1%;
        z-index: 99999;
    }
    .call-mobile2 {
        position: fixed;
        bottom: 93px;
        height: 40px;
        line-height: 40px;
        padding: 0 0px 0 0px;
        border-radius: 40px;
        color: #fff;
        left: 20px;
        z-index: 99999;
    }
    .call-mobile i {
        font-size: 20px;
        line-height: 40px;
        background: #B52026;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        text-align: center;
        float: right;
    }
    .call-mobile a {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
        margin-right: 10px;
        padding-left: 10px;
    }
     .span_zalo1 {
        display: block;
    }
    .span_zalo2 {
        display:none;
    }
    /*------// add Zalo PC & MB --------*/
/*----------- Zalo hotline-------------*/
@media only screen and (min-width: 320px) and (max-width: 750px) {
    .div_chat {
    display:block;
    z-index:999;
  
}
    .div_Chat_Tawkto {
        display: inline-grid;
        position: fixed;
        bottom: 10%;
        right: 1%;
        width: 70px;
        height: 70px;
        background-color:#0094ff;
        text-align: center;
        z-index: 99999;
}
    .social-button {
        display: inline-grid;
        position: fixed;
        bottom: 7%;
        left: 1%;
        min-width: 45px;
        text-align: center;
        z-index: 99999;
    }

    .social-button-content {
        display: inline-grid;
    }

    .social-button a {
        padding: 8px 0;
        cursor: pointer;
        position: relative;
    }

    .social-button i {
        width: 40px;
        height: 40px;
        background: #0c3ab0;/*43a1f3*/
        color: #fff;
        border-radius: 100%;
        font-size: 20px;
        text-align: center;
        line-height: 1.9;
        position: relative;
        z-index: 999;
    }

    .social-button span {
        display: none;
    }

    .alo-circle {
        animation-iteration-count: infinite;
        animation-duration: 1s;
        animation-fill-mode: both;
        animation-name: zoomIn;
        width: 50px;
        height: 50px;
        top: 3px;
        right: -3px;
        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;/*0089B9*/
        opacity: .5;
    }

    .alo-circle-fill {
        animation-iteration-count: infinite;
        animation-duration: 1s;
        animation-fill-mode: both;
        animation-name: pulse;
        width: 60px;
        height: 60px;
        top: -2px;
        right: -8px;
        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;
        background-color: rgba(0, 175, 242, 0.5);
        opacity: .75;
    }

    .call-icon:hover > span, .mes:hover > span, .sms:hover > span, .zalo:hover > span {
        display: block;
    }
    .fa fa-user-circle i {
        width:15%; 
        height:15%;
        background-image: url(./images/Item_Logo_Menu.png);
    }
    .social-button a span {
        border-radius: 2px;
        text-align: center;
        background: rgb(103, 182, 52);
        padding: 9px;
        display: none;
        width: 180px;
        margin-left: 10px;
        position: absolute;
        color: #ffffff;
        z-index: 999;
        top: 9px;
        left: 40px;
        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;
    }
/*------// add Zalo PC & MB --------*/
  .success.is-underline:hover, .success.is-outline:hover, .success {
    background-color: #1E73BE;
    padding: 10px;
    color: white !important;
}
    .call-mobile {
        background: #ED1C24;
        position: fixed;
        bottom: 10px;
        height: 40px;
        line-height: 40px;
        padding: 0 0px 0 0px;
        border-radius: 40px;
        color: #fff;
        left: 20px;
        z-index: 99999;
    }
    .call-mobile1 {
        position: fixed;
        bottom: 7%;
        height: 40px;
        line-height: 40px;
        padding: 0 0px 0 0px;
        border-radius: 40px;
        color: #fff;
        right: 1%;
        z-index: 99999;
    }
    .call-mobile2 {
        position: fixed;
        bottom: 93px;
        height: 40px;
        line-height: 40px;
        padding: 0 0px 0 0px;
        border-radius: 40px;
        color: #fff;
        left: 20px;
        z-index: 99999;
    }
    .call-mobile i {
        font-size: 20px;
        line-height: 40px;
        background: #B52026;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        text-align: center;
        float: right;
    }
    .call-mobile a {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
        margin-right: 10px;
        padding-left: 10px;
    }
    .span_zalo1 {
        display: none;
    }
    .span_zalo2 {
        display:block;
    }
    /*------// add Zalo PC & MB --------*/
}
    @-webkit-keyframes "headerAnimation" {
        0% { margin-top: -70px; }
        100% { margin-top: 0; }
    }
    @keyframes "headerAnimation" {
        0% { margin-top: -70px; }
        100% { margin-top: 0; }
    }
    .social-button a span:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 10px 0;
      border-color: transparent rgb(103, 182, 52) transparent transparent;
      position: absolute;
      left: -10px;
      top: 10px;
    }

    