/* nút liên hệ*/
.mbwph-item-title{
  color:#000;
}
div#mbwph-contact {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 1000;
    -webkit-animation: zoomInDown 1.5s;
    animation: zoomInDown 1.5s;
}
.mbwph-contact-container {
    background: #fff;
    box-shadow: 0 0 40px rgba(0,0,0,.2);
    min-width: 320px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    bottom: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: 80% 105%;
    -ms-transform-origin: 80% 105%;
    transform-origin: 80% 105%;
    -o-transition: ease-out .2s all;
    transition: ease-out .2s all;
    transform: translateY(20px);
}
.isButtonShow {
    opacity: 1;
    visibility: visible;
    transition: .4s;
    -ms-transform: scale(1);
    transform: translateY(0);
}
.mbwph-contact-container.onRight {
    left: inherit;
    right: 0;
}
.mbwph-contact-container:before {
    position: absolute;
    bottom: -7px;
    right: 25px;
    left: auto;
    display: inline-block !important;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    content: "";
}
.mbwph-contact-container.onRight:before {
    left: auto;
    right: 25px;
}
.mbwph-contact-button, .mbwph-button-border{
	background-color: var(--primary-color);
}
.mbwph-contact-header {
    padding: 17px 15px;
    color: #fff;
    background: var(--primary-color);
    border-radius: 7px 7px 0 0;
    margin-bottom: 10px;
    font-size: 17px;
    position: relative;
    text-align: center;
    line-height: 1.4;
}
.mbwph-header-title {
    width: 90%;
    text-align: left;
}
.mbwph-contact-header-close, .mbwph-header-close {
    position: absolute;
    right: -10px;
    top: 20px;
    padding: 0;
    margin: 0;
    border: 0 none;
    line-height: 1;
    width: 26px;
    height: 26px;
    cursor: pointer;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    transition: .4s;
}
.mbwph-contact-header-close span svg, .mbwph-header-close span svg {
 
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    display: block;
    position: absolute;
}
.mbwph-contact-button {
    width: 60px;
    height: 60px;
    position: absolute;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.mbwph-button-border {
    width: 84px;
    height: 84px;

    border-radius: 50px;
    position: absolute;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: mbwph-pulse 2s infinite;
    animation: mbwph-pulse 2s infinite;
}
.mbwph-button-border:nth-of-type(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.mbwph-contact-child {
    display: flex;
    flex-direction: column;
}
span.mbwph-contact-child-title {
    font-size: 14px;
    color: rgb(120, 120, 120);
}
.mbwph-item-title {
    font-size: 14px;
}
.mbwph-button-icon {
    position: absolute;
    top: 18%;
    left: 35%;
    margin: 0 0 0 -2px;
    -webkit-transition: opacity .6s ease-out;
    transition: opacity .6s ease-out;
    -webkit-animation: mbwphRotate 1s;
    animation: mbwphRotate 1s;
}
.mbwph-button-text {
    position: absolute;
    top: 54%;
    left: 24%;
    margin: 0 0 0 -2px;
    -webkit-transition: opacity .6s ease-out;
    transition: opacity .6s ease-out;
    -webkit-animation: mbwphRotate 1s;
    animation: mbwphRotate 1s;
    color: #fff;
    font-size: 11px;
}
.mbwph-close-button-icon {
    color: #fff;
    opacity: 0;
    visibility: visible;
    -webkit-transform: rotate(180deg) scale(0);
    -ms-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}
.mbwph-contact-greeting {
    display: inline;
    background: #fff;
    box-shadow: 0 0 40px rgba(0,0,0,.2);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    box-sizing: border-box;
    border-radius: 7px;
    z-index: 1000000;
    transform: scale(1);
    color: #787878;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    font-size: 16px;
    line-height: 18px;
    max-width: 250px;
    width: 400px;
    height: auto;
    bottom: 0;
    right: 80px;
    padding: 14px 20px 14px;
    opacity: 1;
    visibility: visible;
    transition: .4s;
}
.mbwph-contact-greeting:before {
    position: absolute;
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 8px solid #fff;
    border-bottom: 8px solid transparent;
    bottom: 16px;
    right: -15px;
    content: "";
}
.mbwph-contact-close-greeting {
    opacity: 0;
    visibility: hidden;
    transition: .2s all;
    position: absolute;
    right: -10px;
    top: -10px;
    padding: 0;
    margin: 0;
    border: 0 none;
    line-height: 1;
    width: 26px;
    height: 26px;
    cursor: pointer;
    color: #fff;
    background: #ed6162;
    border-radius: 50%;
    text-align: center;
    transition: .4s;
}
.mbwph-contact-container ul {
    margin: 0 0 10px;
    padding: 0;
}
.mbwph-contact-container ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mbwph-contact-container ul li:hover {
    background: #33333312;
}
.mbwph-call-item, .mbwph-contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    cursor: pointer;
    width: 100%;
    padding: 8px 12px;
    box-sizing: border-box;
    position: relative;
    min-height: 54px;
    text-decoration: none;
}
.mbwph-contact-container ul li a {
    text-decoration: none;
    font-family: sans-serif;
    font-weight: 500;
    font-size: 16px;
}
.mbwph-contact-icon {
    width: 36px;
}
.mbwph-contact-item .mbwph-contact-child {
    width: calc(100% - 36px);
    text-overflow: ellipsis;
    overflow: hidden;
}
.mbwph-contact-child {
    padding: 0 10px;
    text-align: left;
}
.mbwph-contact-greeting:hover .mbwph-contact-close-greeting {
    opacity: 1;
    visibility: visible;
    transition: .4s;
}
.mbwph-contact-close-greeting span{
	line-height:23px;
}
.isHideGreeting{ 
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}
.isShowCloseButton {
    opacity: 1 !important;
    visibility: visible !important;
    transition: .4s;
}
.isHideGroupIcon {
    opacity: 0 !important;
    visibility: hidden !important;
    transition: .4s;
}
.mbwph-close-button-icon.isShowCloseButton {
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}
@keyframes mbwph-pulse{
	0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
}
	50% {
    opacity: .5;
}
	100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}
}
/* css sago  */
.heading-0{
  font-size:50px;
    
}
.heading-1{
  font-size:36px;
  
}
.heading-2{
  font-size:30px;
   
}
.heading-3{
  font-size:24px;
  
}
.heading-4{
  font-size:18px;
  
}
.sago-no-padding-bottom, .pb-0{
  padding-bottom: 0px !important;
}
.mb-0{
  margin-bottom: 0px !important;
}
.sago-color,.sago-content-single a{
  color:var(--primary-color) !important;
}
.sago-color-2{
  color:var(--fs-color-secondary) !important;
}
.sago-color-success{
  color:var(--fs-color-success);
}
.sago-color-alert{
  color:var(--fs-color-alert);
}
.sago-img-radius-5,.sago-img-radius-5 img{
  border-radius: 5px;
}
.sago-img-radius-10,.sago-img-radius-10 img{
  border-radius: 10px;
}
.icon-user:before {
    content: "\f25b" !important;
     font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.icon-search:before {
    content: "\f0cd" !important;
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.icon-angle-down:before{
  content: "\ea4e" !important;
  font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.icon-envelop:before {
    content: "\eef6" !important;
  font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.icon-facebook:before{
      content: "\ecbc" !important;
  font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.icon-instagram:before {
    content: "\ee66" !important;
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.icon-twitter:before {
        content: "\f23b" !important;
         font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.icon-youtube:before {
    content: "\f2d4" !important;
         font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.header .nav-small a.icon:not(.button) {
    font-size: 1.1em !important;
}
.sago-ouline{
  border-width: 1px !important;
  font-weight: 400 !important;
}
.nav-dropdown-bold .nav-column li>a, .nav-dropdown.nav-dropdown-bold>li>a{
  border-radius: 5px !important;
}
@media  (max-width: 849px) {
  .heading-0{
    font-size:28px;
  }
  .heading-0.title-moblie{
    font-size:20px;
  }
  .heading-1{
    font-size:28px;
  }
  .heading-2{
    font-size:24px;
  }
  .heading-3{
    font-size:20px;
  }
  .heading-4{
    font-size:16px;
  }
}
/* blog */
.sago-blog-col .content ul,.sago-post-list .content ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    margin-bottom: 5px;
}
.sago-blog-col .content ul li,.sago-post-list .content ul li {
    line-height: 1.4;
    margin-right: 25px;
    position: relative;
    transition: 0.25s ease;
    color: rgba(16, 16, 16, 0.5);
    font-size: 13px;
    font-weight: 500;
  margin-left:0px !important;
}
.sago-blog-col .content ul li a:hover,.sago-post-list .content ul a:hover{
  color:var(--primary-color)
}
.sago-blog-col .content ul li::before,.sago-post-list .content ul li::before {
    content: "";
    position: absolute;
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    line-height: 5px;
    background-color: var(--primary-color);
    border-radius: 50%;
}
.sago-blog-col .content ul li:last-child::before,.sago-post-list .content ul li:last-child::before{
  display:none;
}
.sago-blog-col .content h4 a{

    font-weight: 600;
    line-height: 1.4;
      display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  margin-bottom:0px ;
}
.sago-blog-col .content h4 a{
  color:#333;
}
.sago-blog-col .content h4 a:hover{
  color:var(--primary-color);
}
.sago-blog-col .bottom-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-left: 14px;
    margin-top: 20px;
}
.sago-blog-col .arrow-btn.two {
    color: var(--primary-color);
  position:relative;
}
.sago-blog-col  i {
    margin-left: 5px;
    transition: 0.65s ease;
}
.sago-blog-col .arrow-btn::after {
    content: "";
    position: absolute;
    left: -13px;
    top: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #ccc;
 
    transition: 0.55s ease;
}
.sago-blog-col a:hover i.ri-arrow-right-line{
  margin-left:8px;
}
.sago-blog-col .arrow-btn.two:hover::after {
    left: 75px;
    border: 1px solid var(--primary-color);
}
.sago-blog-col .bottom-area span{
  color:rgba(16, 16, 16, 0.5);;
}
.sago-post-list h3.NewsName{
      display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  margin-bottom:5px;
}
.sago-blog-col .content p {
    font-size: 95%;
    margin-bottom: 0px;
    line-height: 2;
  color:#000;
}
/* sago menu categories */
#sago-menu-categories .icon-angle-down{
  font-size: 1em;
}
#sago-menu-categories{
  background: #f2f2f2;
  height: 100%;
}
#ul-menu-categories>li{

    background: #fff;
    border-radius: 5px;
    margin-bottom: 5px !important;
}
#ul-menu-categories>li a {
    color: ##333;
    text-transform: none;
    font-size: 16px;
    font-weight: bold;
   display: block;
    padding: 10px 15px;
    position: relative;
}
#ul-menu-categories {
    background: #f2f2f2;
    padding: 8px !important;
   
}
#ul-menu-categories  .sub-menu{
  border-left: none !important;
}
/* sago option contact */

.bottom-bar li .btn-footer-fixed .phone_animation {
  box-shadow: none;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%,0);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #e83638;
  line-height: 15px;
  border: 2px solid white;
}
.bottom-bar ul li .btn-footer-fixed .btn_phone_txt {
  position: relative;
  top: 32px;
  font-size: 12px;
  font-weight: 400
  text-transform: none;
}
.bottom-bar {


  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  right: 0;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 8px;
  z-index: 999;
  box-shadow: 0 -4px 8px 0 rgb(0 0 0 / 20%);
  height: 60px;

}
.bottom-bar ul.bottom-bar-ul{
  display: flex;

  list-style: none;
  align-items: center;
}
.bottom-bar li {
  width: 25%;
  list-style: none;
  margin-bottom: 0px !important;
  margin-left: 0px;
}
.bottom-bar li .btn-footer-fixed {
  background: 0 0;
  color: #515151;
  width: 100%;
  height: 100%;
  line-height: 25px;
  text-align: center;
  display: block;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border: 0;
}
.bottom-bar li .btn-footer-fixed i {
  font-size: 26px;
  display: block;
  margin: auto;
}
.bottom-bar li .btn-footer-fixed #count-cart {
  position: absolute;
  right: 1px;
  top: -12px;
  color: #fff;
  background: #e73838;
  width: 25px;
  height: 25px;
  line-height: 26px;
  border-radius: 50%;
  z-index: 2;
  font-size: 13px;
}

.bottom-bar [data-icon-label]:after{

  top: -14px;
  right: 1px;
  height: 25px;
  min-width: 25px;
  line-height: 25px;

}
/* contact option desktop */
.sidenav {
  width: auto !important;
  z-index: 23;
  bottom: 20px !important;
  padding: 10px 0;
  border: 1px solid #f2f2f2;
  position: fixed;
  left: 13px;
  background: #fff;
  border-radius: 5px;
}
.sidenav ul {
  padding: 0;
  margin: 0;
}
.sidenav ul>li {
  margin-bottom: 3px;
  list-style: none;
}
.sidenav ul>li a {
  padding: 3px;
  display: block;
  border-radius: 5px;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  color: #515151;
  font-weight: 700;
  max-width: 72.19px;
  max-height: 54px;
}
.sidenav ul>li a i {
  width: 33px;
  height: 33px;
  display: block;
  margin: auto;
}
/* sago accondion */
.sago-accordion .toggle {
  right: 0px;
  left: auto !important;
}
.sago-accordion .toggle i{
  font-size: 1.2em !important
}
.sago-accordion a.accordion-title.plain {
  background: #ffffff;
  border: 1px solid #cac9c9;
  padding: 0.6em 2.3em;
  display: block;
  color: #333;
  font-size: 15px;
  font-weight: 700;
  padding-left: 1em;
}
.sago-accordion span.icon-inner {
  margin-right: 10px;
}
.sago-accordion .accordion-title.active{
  border-top: 2px solid  var(--primary-color) !important;
}
.sago-accordion .accordion-item {
  padding-bottom: 6px;
}
.sago-accordion .accordion-inner {
  padding: 17px;
  background: #fff;
  border: 1px solid #cac9c9;
  border-top: initial;
  font-size: 14px;
}
/* sago title */
.section-head {
  border-top: 3px solid #187e57;
  position: relative;
  margin-bottom: 20px;
}
.section-head .group-icon {
  position: absolute;
  top: -3px;
  left: 0;
  background: #187e57;
  padding: 5px;
  display: inline-block;
  color: #fff;
  width: 39px;
  height: 42px;
  text-align: center;
  line-height: 19px;
  z-index: 1;
}
.section-head .sago-tag {
  margin-top: -1px;
}
.section-head .sago-tag span {
  margin: 0;
  text-transform: uppercase;
  background-color: #40403e;
  font-size: 15px;
  display: inline-block;
  padding-left: 45px;
  padding-right: 5px;
  line-height: 40px;
  position: relative;
  font-weight: bold;
}
.section-head .sago-tag span a {
  height: 40px;
  color: #fff;
}
.section-head .sago-tag span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #40403e transparent transparent;
  position: absolute;
  right: -39px;
  top: 0px;
}

.sago-view-all {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 15px;
}
/* sago title category*/
.slide-mcbga {
  text-align: right;
  width: 30%;
  position: absolute;
  right: 0;
  top: 5px;
}
.mcbga a {
  font-size: 15px;
  text-decoration: none;
  color: #333;
  font-weight: 400;
  transition: .3s linear;
  margin-left: 20px !important;
  text-transform: capitalize;
}
.lSSlideOuter {
  overflow: hidden;
  user-select: none;
}

a.sago-view-all-cat {
  margin-right: 10px;
}
@media  (max-width: 849px) {
  .slide-mcbga .mcbga {
    white-space: nowrap;
    height: 20px !important;

    overflow-y: scroll;
    display: flex;
  }
}

@media (max-width: 549px)
{
  .slide-mcbga {
    float: initial !important;
    position: initial !important;
    width: initial !important;
  }
}
/* sago blog posts */
.sago-image-box {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 18px 40px -10px rgb(51 51 51 / 10%);
  box-shadow: 0 18px 40px -10px rgb(51 51 51 / 10%);
  position: relative;

}
.sago-image-box .content {
  padding: 25px 25px 88px;

}
.sago-image-box .content .heading {
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 2px;
  color: #333 !important;
}
.sago-image-box .content .post-categories {
  color: #0e8646;
  margin-bottom: 2px;
}
.sago-image-box .content .text {
  color: #696969;
  margin-top: 13px;
}
.sago-image-box .content .sago-blog-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 56px;
  line-height: 55px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #eee;

}
.sago-image-box .content .sago-blog-arrow::before {
  background-color: #0e8646;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: -1;
}
.sago-image-box:hover .content .sago-blog-arrow::before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.sago-image-box:hover .content .sago-blog-arrow {
  color: #ffffff !important;
}
/* sago banner cate*/
.sago-banner-category .block-cate ul li a .icon {
  margin-right: 5px;
}
.sago-banner-category .block-cate ul li{
  margin-left: 0px;
  list-style: none;
}

.sago-banner-category .block-cate ul li a .icon svg {
  width: 6px;
  height: 6px;
  fill: rgb(59, 166, 107);
  vertical-align: middle;
}
/**/
.el-license-container {
  margin: 20px;
  padding: 35px;
  background: #fff;
  border-radius: 4px;
}
.el-license-container .el-license-field {
  display: block;
  margin-bottom: 15px;
}
.el-license-container .el-license-field input {
  font-size: 200%;
  padding: 8px 10px 10px;
}
.el-license-container .notice-error, .el-license-container div.error {
  background: rgba(220, 50, 50, 0.11);
  margin: 0;
}
.el-license-container .el-license-title {
  margin-top: 0;
  font-size: 30px;
}
.el-license-container .el-license-info li {
  list-style: none;
  padding: 0;
}
.el-license-container .el-license-info-title {
  width: 150px;
  display: inline-block;
  position: relative;
  padding-right: 5px;
}
.el-license-container .el-license-info-title:after {
  content: ":";
  position: absolute;
  right: 2px;
}
.el-license-container .el-license-valid, .el-license-container .el-license-invalid {
  padding: 0px 5px 2px;
  color: #fff;
  background-color: #8fcc77;
  border-radius: 3px;
}
.el-license-container .el-license-invalid {
  background-color: #f44336;
}
.el-license-container .el-license-key {
  font-weight: 700;
  opacity: 0.8;
}
.el-license-container .el-green-btn {
  padding: 0px 5px 2px;
  color: #fff;
  background-color: #8fcc77;
  border-radius: 3px;
  text-decoration: none;
  -webkit-box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.38);
  box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.38);
}
.el-license-container .el-green-btn:hover {
  color: #fff;
  background-color: #84bc6c;
}
.el-license-container .el-blue-btn {
  padding: 0px 5px 2px;
  color: #fff;
  background-color: #20b1d2;
  border-radius: 3px;
  text-decoration: none;
  -webkit-box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.38);
  box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.38);
}
.el-license-container .el-blue-btn:hover {
  color: #fff;
  background-color: #219dbf;
}
.el-license-container .el-license-field label {
  display: block;
  margin-bottom: 5px;
}
.el-license-container .el-license-active-btn {
  margin-top: 25px;
}

/* sago-post-list */
.sago-post-list li{
  list-style: none;
  text-align: left;
  margin:0px;
}
.sago-10-padding-bottom {
  padding-bottom: 10px !important;
}
.sago-post-list h3.NewsName {

  font-weight: 600;
  line-height: initial;
  margin-bottom:0px;
}
.grecaptcha-badge { 
    visibility: hidden;
}
.sago-post-list .CreateDate, .sago-post-list .sago-comments {
  color: #768696;
  
}