.my-add-success {
	width: 100%;
	position: fixed;
	z-index: 1000000 !important;
	/* box-shadow: 0 0 20px rgba(0,0,0,0.13); */
	top: 0;
	left: 0;
	padding: 20px 20%;	
	line-height: 18px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: none;
	background: #dff0d8;
	display: none;
	font-size: 16px;
	color: #3c763d;	
}
#my-account ul{top:20px;background:#fff;-webkit-box-shadow:0 4px 4px 1px rgba(0,0,0,.1);box-shadow:0 4px 4px 1px rgba(0,0,0,.1);-webkit-transition:all 350ms ease;-moz-transition:all 350ms ease;transition:all 350ms ease;border:0} 
#my-account .btn:active,#my-account .btn:focus{text-decoration:none;outline:0}
#my-account .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {    
    background-color: #f5f5f5;
    outline: 0;
}

/* for header category */
.show-in-tab-mod .show-in-tab {
    display: flex;
}
.show-in-tab-mod .show-in-tab .header h4{
    padding: 0px 20px 0px 20px;
    margin: 0px;
    background: #00483d;
    border-radius: 10px;
    border-bottom: solid 2px #fff;
    color: #fff;
    font-weight: bolder;
    font-size: 14px;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
}

.show-in-tab-mod .show-in-tab .header h4, .show-in-tab-mod .show-in-tab .header h4 a, .show-in-tab-mod .show-in-tab .header h4 a:visited {
    color: #fff;
}

.show-in-tab-mod .show-in-tab .other-link {
    flex-grow: 3;
    display: flex;
    justify-content: flex-end;
}
.show-in-tab-mod .show-in-tab .other-link a{
    display: block;
    margin-left: 10px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px 10px;    
    color: #333;
    margin-bottom: 18px;
    margin-top: 6px;
}
.show-in-tab-mod .show-in-tab .other-link a:hover{
    background-color: #009981;
    border-color: #009981;
    color: #fff;
}
.show-in-tab-mod .show-in-tab .other-link a.active{
    color: #fff;
    background: #009981;
    border-color: #009981;
}

.my-button-more {
    display: inline-block;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    padding: 13px 20px;
    border: 1px solid #949494;
    background-color: #f5f5f5;
    color: #333;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    border-radius: 20px;
}
.my-button-more:hover{
	background-color: #e66665;
}
a.my-button-more{
	text-decoration: none;
	color: #333;
}
 a.my-button-more:hover{
	color: #fff;
	
}

 a.my-button-more:after{
	font-family: FontAwesome;
    content: "\f107";
    opacity: .9;
    margin-left: 5px;
    font-weight: 600;
}
/*add */

.my-shop{
    background: #f5f5f5 0% 0% no-repeat padding-box;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    min-height: 560px;
    max-height: 560px;
    margin-bottom: 20px;
}
.my-shop .title{
    font-weight: bold;    
}
.my-shop .store{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
    overflow-y: auto;
    height: 100px;
    flex-grow: 2;
}
.my-shop .store label{
    font-weight: normal;
}
.my-shop .store .s-tel{
    color: #009981;
    font-weight: bold;
    margin-left: 3px;
}
.my-shop .store .s-map{
    color: #e66665;
    font-weight: bold;
    margin-left: 3px;
}
.my-shop .store::-webkit-scrollbar {
    width: 3px;
    background-color: #f5f5f5;
    border-radius: 3px
}

.my-shop .store::-webkit-scrollbar-thumb {
    background-color: #004b3f
}

.my-shop .store::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #f5f5f5
}
.my-shop .store h5{
    background-color: #009981;
    color: #fff;
    padding: 5px;    
    border-radius: 3px;
    font-weight: bold;
}

#svtab, .p-tech{
    flex-grow: 1;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 14px;
    border-top: solid 1px #00000029;
    border-left: solid 1px #00000029;
    margin-top: 30px;
}
.p-tech .content{	
    padding: 10px;
    min-height: 880px;
    overflow-y: auto;
    max-height: 680px;
    line-height: 20px;
}
.p-tech .content>h3{text-align: center;}
.p-tech .content .p-image{
    padding: 20px;
}
.p-tech .content .p-image img{
    max-width: 100%;
    position: relative;
    display: flex;
    justify-content: center;        
    border-radius: 10px;
}
.p-tech .p-tech-detail img{
    width: 100%;    
    height: auto;    
    cursor: zoom-in;
}

a.f-map{
    color: #009981;
}

#svtab .tab-content{	
    padding: 20px 20px 0px 20px;
}

#svtab ul li{
	float: left;
}

#svtab ul li.active a{
	background: #e66665;
    padding: 10px 15px;
    margin: 0 5px 5px 0;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
    -webkit-border-radius: 99px;
    border-radius: 99px;
    font-size: 1.3rem;
    line-height: 1;
	font-weight: 600;
    text-transform: capitalize;
}
#svtab ul li a{
	background: #f6f6f6;
    padding: 10px 15px;
    margin: 0 5px 5px 0;
    display: inline-block;
    color: #888;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
    -webkit-border-radius: 99px;
    border-radius: 99px;
    font-size: 1.3rem;
    line-height: 1;
	font-weight: 600;
    text-transform: capitalize;
}

#tab-description img, #tab-tech img, #content img{
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;    
}
#tab-description{
    overflow: hidden;
}
.view-more-container {
    padding: 20px 10px;
    text-align: center;
}
.view-more-container a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    color: #009981;
}
.radio-inline{
	-moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
    padding: 10px 6px 10px 25px;
    background: #fff !important;
	border-radius: 5px;
    cursor: pointer;
	border: 1px solid #eaeaea;
}
.price_active{
	color: #ff0000;
	font-weight: bolder;
}
#genpr span{
	color: #ff0000;
	font-weight: none;
}
.icon-nav-profuct {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}
#main-menu #menu_main .dv-module-content #menu_id_main-menu .menu>li.dropdown-vertical>ul:last-child {
    width: 200px !important;    
}
/*item product */
.product-thumb {
    border-radius: 5px;
    border: 1px;
    box-shadow: 0 4px 6px #00000029;     
}
.product-thumb .caption{ 
    padding           : 10px;
    min-height        : 110px;
}
.product-thumb .caption h4 { 
    display: -webkit-box;
    overflow          : hidden;
   -webkit-line-clamp: 3;  
   line-clamp: 3; 
   -webkit-box-orient: vertical; 
   min-height: 54px;  
}
.product-thumb .image .status-sale::before {
    content: "- ";
    font-size: 12px;
    line-height: 20px;
}

/* for items news */
.box-new .header-new {    
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: bold;
}
.box-new .header-new span, .box-video .header-new span{    
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #00483d;
    border-color: #00483d;
    color: #fff;
}
.box-new .title-new {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0px;
    line-height: 22px;
    display: -webkit-box;
    overflow          : hidden;
   -webkit-line-clamp: 2;  
   line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.box-new .news-item .review{
    display: -webkit-box;
    overflow          : hidden;
   -webkit-line-clamp: 4;  
   line-clamp: 4; 
   -webkit-box-orient: vertical;
}
.box-new .title-new a{
    color: #333;
}
.box-new .title-new a:hover{
    color: #e66665;
}
.box-new .news-item{
    border-radius: 5px;
    border: 1px;
    box-shadow: 0 4px 6px #00000029; 
    margin-bottom: 20px;    
}
.box-new .news-item img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;    
}
.box-new .news-item .review{
    line-height: 20px;
    min-height: 80px;      
}
.box-new .news-item .review, .box-new .news-item .title-new {
    margin: 10px;
}
.box-new .view-all, .box-video .view-all {    
    display: flex;
    justify-content: flex-end;
}
.box-new .view-all a, .box-video .view-all a{
    background: #009981;    
    padding: 5px 10px;            
    margin: 10px 0px;
    border: solid 1px #009981;    
    color: #fff;    
    font-size: 14px;        
}
/*for video*/
.fancybox__container {
    z-index: 99999 !important;
}
.box-video .header-new{
    margin-bottom: 30px;
    margin-top: 50px;
    text-transform: uppercase;
    font-weight: bold;
}
.cpmpay-story-single-about{
    border-radius: 10px;
    border: 2px;
    box-shadow: 0 4px 6px #00000029;
    margin-bottom: 20px;
}
.cpmpay-story-single-about a.thumnail {
    display: block;
    overflow: hidden;
  }
  .cpmpay-story-single-about a.thumnail img {
    transition: 0.6s;
    width: 100%;
  }
  .cpmpay-story-single-about a.thumnail:hover img {
    transform: scale(1.15);
  }
  .cpmpay-story-single-about .body {
    padding: 40px;
    background: #FFFFFF;
  }
.overlayy {
    position: relative;
}
.overlayy .playBtn {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 42%;
    left: 42%;
    background: url(play-button.png) no-repeat scroll center center / 80px 80px;
 }
 .cpmpay-story-single-about a .title:hover {
    color:#e66665;
}
 .cpmpay-story-single-about a .title {
    margin-top: 20px;
    transition: 0.3s;
    max-height: 90px;
    min-height: 90px;
    overflow-y: hidden;
    color: #333;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}
/* for member */
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {    
    background-color:#00483d !important;
}
.dropdown-menu>.active>a{
    background-color: #f5f5f5 !important;
}
/* footer hot line */
/* add phone */
.fix_tel {
    top: auto;
    bottom: auto;  
    bottom: 15px;
    left: 15px;
}
.fix_tel {
    position: fixed;
    bottom: 15px;    
    z-index: 999;
}
.ring-alo-phone.ring-alo-show {
    visibility: visible;
}
.ring-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 80px;
    position: absolute;
    transition: visibility 0.5s ease 0s;
    visibility: hidden;
    width: 80px;
    z-index: 200000 !important;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
    border-color: #f00;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
    background-color: #f00;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
    border-color: #f00;
    opacity: 0.5;
}
.ring-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 70px;
    left: 10px;
    opacity: 0.1;
    position: absolute;
    top: 12px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 70px;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}
.ring-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running ring-alo-circle-fill-anim;
    background-color: #000;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 30px;
    left: 30px;
    opacity: 0.1;
    position: absolute;
    top: 33px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 30px;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-img-circle {
    background-color: #f00;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-img-circle {
    background-color: #f00;
}
.ring-alo-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 30px;
    left: 30px;
    opacity: 1;
    position: absolute;
    top: 33px;
    transform-origin: 50% 50% 0;
    width: 30px;
}
.fix_tel a {
    text-decoration: none;
    display: block;
}
.ring-alo-ph-img-circle a img {
    padding: 1px 0 0 1px;
    width: 30px;
    position: relative;
    top: -1px;
}
.tel {
    background-color: #eee;
}
.tel {
    background: #eee;
    width: 205px;
    height: 40px;
    position: relative;
    overflow: hidden;
    background-size: 40px;
    border-radius: 28px;
    border: solid 1px #ccc;
}
.fone {
    color: #f00;
}
.fone {
    font-size: 22px;
    color: #f00;
    line-height: 40px;
    font-weight: bold;
    padding-left: 45px;
    margin: 0 0;
}
/*add icons*/
.fab {
    font-family: "Font Awesome 5 Brands";
}
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
#icon-fixed-right a {
    display: block;
    margin-top: 5px;
}
.icons {
    display: inline-block;
}
.icons.fab.fa-facebook-f, .icons.fab.fa-facebook-messenger {
    background: #4267b2;
}
.icons.fab.fa-youtube {
    background: red;
}
.icons.fa.fa-arrow-up {
    background: #ed1b24;
}
.fa {
    font-weight: 400;
}
.icon-item {    
    border-radius: 9999px;
    width: 40px;
    height: 40px;    
    text-align: center;
}

#icon-fixed-right{
    width: 50px;
    position: fixed;
    right: 5px;
    bottom: 12px;
    z-index: 997;
}
#icon-fixed-right a i {
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 9999px;
    font-size: 16px;
    line-height: 40px;
}
.banner-cate img{
    max-width: 1180px;
    height   : 100%;
    width    : 100%;
}
.left-banners img{
    max-width: 280px;
    height   : 100%;
    width    : 100%;
    margin: 10px 0px;
}
.breadcrumb .pname{
    color:#009981 !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

@media (max-width: 991px){
    .icon-nav-profuct{
        display: none;
    }      
    .show-in-tab-mod .show-in-tab .other-link a:not(:last-child){
        display: none;
    }

}
@media (max-width: 480px){
    .common-home .nav-tabs > li{
        clear: none !important;
    }      
}
#captcha_img img{
    display:inline-block !important;
}