.news-sales a {
  max-height: unset !important;
}

.news-sales a.title-sale {
  font-size: 14px;
  display: block;
  padding: 7px 12px !important;
  max-height: 48px !important;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.container-fluid {
  width: 1280px;
}

@media (max-width: 767px) {
  .banner_top {
    display: none;
    min-height: 10vh;
  }
}
@media only screen and (max-width: 600px) {
  .boxdesc img {
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
  }
}
.sticky {
  position: relative;
  display: block;
}

.img_sticky {
  position: absolute;
  bottom: 0;
  left: 10px;
}

.img_sticky_dt {
  position: absolute;
  top: 370px;
  left: 20px;
}

.img_sticky img {
  display: block;
  margin: 0 !important;
}

.frame_inner .discount {
  z-index: 1;
}

.image_template {
  left: 33px;
  position: absolute;
  top: 0;
  display: none;
}

#page {
  opacity: 6;
}

/*@font-face {*/
/*font-family: 'Roboto';*/
/*src: url(../font/Roboto-Regular.ttf)*/
/*}*/
@font-face {
  font-family: "RobotoBold";
  src: url(../font/Roboto-Bold.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Roboto-Regular.eot");
  src: local("Roboto Regular"), local("Roboto-Regular"), url("../fonts/Roboto-Regular.eot") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("ttf");
  font-display: swap;
}
body {
  font-family: Roboto, sans-serif !important;
  background: #F0F0F0;
}

body {
  position: relative;
}

.popup_banner {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  z-index: 9999;
}

#notify {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  z-index: 9999;
}

.notify {
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 10000;
  position: fixed;
}

.image_popup {
  position: relative;
}

.image_popup a img {
  max-width: 100% !important;
  height: auto !important;
}

.notify h3 {
  color: rgba(0, 0, 0, 0.65);
  margin: 10px 0;
  position: relative;
  padding: 15px;
  font-weight: 600;
  font-size: 27px;
  text-align: center;
}

.notify p {
  line-height: 1.6;
  margin: 0 0 20px;
  color: #646464;
  font-size: 18px;
  text-align: center;
  padding: 10px 20px;
}

.ok-button {
  color: red;
  font-weight: 600;
  font-size: 18px;
  padding: 5px 20px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: -20px;
  top: 0;
  margin: 0 10px;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .notify {
    top: 10%;
    left: 0;
    width: 100%;
    transform: none;
  }
  .image_popup img {
    width: 100%;
  }
}
.affix {
  top: 0;
  width: 100%;
  z-index: 9999 !important;
}

.bot_header.affix {
  top: 46px;
}

.store_messenger {
  position: fixed;
  width: 60px;
  height: 60px;
  background: #fff;
  background-image: url(/images/messenger.jpg);
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: center;
  box-shadow: 1px 1px 5px 0 #333;
  bottom: 20px;
  right: 20px;
  border-radius: 100%;
  z-index: 10000;
}

.prd_banner a img {
  width: 100%;
}

/*@media(max-width: 767px){*/
/*.prd_banner{*/
/*display: none;*/
/*}*/
/*}*/
.container {
  max-width: 1200px;
}

a {
  color: #1e8e04;
}

a:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #1E8E04;
}

h1 > *, h2 > *, h3 > *, h4 > *, h5 > *, h6 > *, .h1 *, .h2 > *, .h3 > *, .h4 > *, .h5 > *, .h6 > * {
  font-family: arial, helvetica, clean, sans-serif;
  font-weight: 500;
  font-size: 13px;
}

ul, ol {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.red, .label_error {
  color: red;
}

address, caption, cite, code, dfn, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

figure {
  margin: 0;
}

input, button, textarea, select {
  border: 1px solid #A9A9A9;
}

.hidden, .hide, .hiden {
  display: none;
}

.clear:before, .clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  clear: both;
}

.block {
  margin-bottom: 10px;
}

.pd0 {
  padding: 0;
}

.mt0 {
  margin: 0;
}

.mt5 {
  margin-bottom: 5px;
}

.mt10 {
  margin-bottom: 10px;
}

.mt20 {
  margin-bottom: 20px;
}

.mt30 {
  margin-bottom: 30px;
}

.mt40 {
  margin-bottom: 40px;
}

.main_content {
  background: #fff !important;
}

.body_container {
  background: none;
}

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.row5 {
  margin-left: -5px;
  margin-right: -5px;
}

.col5 {
  padding-right: 5px;
  padding-left: 5px;
}

.pagination {
  text-align: center;
}

.pagination .current span {
  font-size: 14px;
  padding: 5px 8px;
  border-radius: 3px;
  background: #999;
  display: inline-block;
  margin: 0 5px;
}

.pagination .other-page, .pagination .next-page, .pagination .pre-page {
  font-size: 14px;
  padding: 5px 8px;
  border-radius: 3px;
  background: #eee;
  display: inline-block;
  margin: 0 5px;
}

#top-header {
  background: #1E8E04;
}

#logo {
  background: #1E8E04;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner_header_mb a img {
  max-width: 100% !important;
  height: auto !important;
}

#logo h1 {
  margin: 0;
  display: inline-block;
}

/*#logo .img_home {*/
/*position: relative;*/
/*top: 10px;*/
/*display: inline-block;*/
/*}*/
#logo .adrress {
  margin: 0;
  display: inline-block;
  padding: 4px 0 4px 8px !important;
}

#top-header .th-text {
  padding: 6px 0;
}

#top-header .hotline {
  text-align: center;
}

#top-header #logs {
  text-align: right;
}

#top-header .th-text .th-item {
  display: inline-block;
  line-height: 26px;
}

#top-header .th-text .th-item p {
  margin-bottom: 0;
}

.menu-store {
  position: relative;
}

.menu-store .head-right {
  position: static;
}

.scrollmenu {
  display: none;
}

@media only screen and (max-width: 768px) {
  #top-header .th-text .th-item {
    display: block;
    line-height: 32px;
  }
  .scrollmenu {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  #top-header .col-lg-l {
    width: 26%;
  }
  #top-header .col-lg-r {
    width: 74%;
  }
}
#top-header .address-item {
  background: url(../images/icon-address.png) no-repeat scroll 0 0;
  color: #fff;
  font-family: semibold;
  font-size: 15px;
  padding-left: 30px;
}

#top-header .address-item > span {
  font-family: opensans;
  color: #fff !important;
}

#top-header .telephone-item {
  background: url(../images/icon-telephone.png) no-repeat scroll 0 0;
  color: #fff;
  font-family: semibold;
  font-size: 15px;
  padding-left: 23px;
  text-transform: uppercase;
}

#top-header .telephone-item strong {
  font-family: opensans;
  color: #fff;
  font-size: 20px;
}

#top-header .user_item {
  color: #fff;
  font-family: opensans;
  font-size: 12px;
  text-transform: uppercase;
}

#top-header .login.user_item {
  background: url(../images/dangnhap.png) no-repeat scroll 15px 0;
  padding-left: 38px;
}

#top-header .register.user_item {
  background: url(../images/dangky.png) no-repeat;
  padding-left: 25px;
}

#top-header .info_user {
  color: #fff;
  font-weight: 700;
}

.banners-home {
  margin-bottom: 20px;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .banners-home {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  #header-main {
    height: 140px;
  }
}
@media only screen and (max-width: 997px) {
  #header-main {
    margin-bottom: 70px;
  }
}
#header-main {
  position: relative;
}

#header-main .branding {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  float: left;
}

#header-main #logo h1 {
  margin: 0;
}

#header-main #logo a {
  display: inline-block;
  margin-top: 20px;
}

@media only screen and (max-width: 997px) {
  #header-main #logo a {
    margin-top: 0;
  }
  #header-main #logo a img {
    margin-top: 0;
    height: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  #main_container .main-column.main-colum-left {
    width: 73.8%;
  }
  #main_container #oc-column-right.col-lg-3 {
    width: 26.2%;
  }
  #main_container #oc-column-left {
    width: 22.2%;
  }
  #main_container .main-colum-right {
    width: 77%;
  }
}
.info_bottom p {
  margin: 0;
}

#footer-ct .title_item {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  #footer-ct .title_item {
    width: 100%;
    display: block;
  }
}
#footer-ct .maps > span {
  background: url(../images/icon-maps.png) no-repeat;
  border-bottom: 1px solid #f6861f;
  padding: 6px 33px 6px 52px;
}

#footer-ct .category > span {
  background: url(../images/icon-dm.png) no-repeat;
  border-bottom: 1px solid #23B4CA;
  padding: 6px 0 6px 52px;
}

#footer-ct .sale > span {
  background: url(../images/icon-tgmh.png) no-repeat;
  border-bottom: 1px solid #40AF64;
  padding: 6px 0 6px 52px;
}

#footer-ct .extras > span {
  background: url(../images/icon-ti.png) no-repeat;
  border-bottom: 1px solid #6E45A7;
  padding: 6px 0 6px 52px;
}

#footer-ct .weblinks > span {
  background: url(../images/icon-wl.png) no-repeat;
  border-bottom: 1px solid #F7BE24;
  padding: 6px 0 6px 52px;
}

#footer-ct .list_showroom > span {
  background: url(../images/icon-wl.png) no-repeat;
  border-bottom: 1px solid #F7BE24;
  padding: 6px 0 6px 52px;
}

#footer-ct .email > span {
  background: url(../images/icon-email.png) no-repeat;
  border-bottom: 1px solid #DE5648;
  padding: 6px 0 6px 52px;
}

#footer-ct #bottom-nav {
  margin: 15px 0;
}

#footer-ct ul > li {
  line-height: 25px;
}

#footer-ct .bottom-nav {
  margin: 10px 0;
}

#footer-ct .bottom-nav li a, #footer-ct .bottom-nav li span {
  font-size: 14px;
  color: #000;
}

#footer-ct .bottom-nav li span p {
  color: #de0101;
  font-weight: 700;
  display: inline-block;
  margin: 0;
}

#footer-ct .bottom-nav li span p.time {
  color: #333;
  font-weight: 400;
}

#footer-ct .bottom-nav li a:hover {
  color: #1E8E04;
}

#footer-ct .discount_content {
  margin: 25px 0 0;
}

#footer-ct .block_weblink > a {
  line-height: 30px;
}

#footer-ct .block_weblink > a:hover {
  color: #3EBCCF;
}

#footer-ct .block_weblink, #footer-ct .inner {
  margin: 15px 0;
}

#footer-ct .block_weblink img {
  margin-right: 8px;
}

.scrollToTop {
  background: url(../images/top.png) no-repeat;
  height: 38px;
  position: fixed;
  right: 0;
  bottom: 50px;
  width: 38px;
}

.youtube {
  background: url(../images/youtube_scroll.png) no-repeat;
  height: 38px;
  width: 38px;
  display: inline-block;
}

.facebook {
  background: url(../images/facebook_scroll.png) no-repeat;
  height: 38px;
  width: 38px;
  display: inline-block;
}

.google {
  background: url(../images/google_scroll.png) no-repeat;
  height: 38px;
  width: 38px;
  display: inline-block;
}

.zalo {
  background: url(../images/zalo.png) no-repeat;
  height: 38px;
  width: 38px;
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .scrollToTop, .youtube, .facebook, .google, .zalo {
    display: none;
  }
}
.search_mobile {
  background: none repeat scroll 0 0 #0083bf;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  line-height: 26px;
}

.search_mobile #search_form_simple {
  width: 100%;
}

._callphone {
  background: url(../images/12365465.jpg) no-repeat;
  height: 36px;
  position: fixed;
  left: 10px;
  bottom: 40px;
  text-indent: -99999px;
  width: 248px;
  display: none;
}

@media screen and (max-width: 900px) {
  ._callphone {
    display: block;
  }
}
#modal_qa .modal-dialog {
  max-width: 850px;
  margin: 200px auto 0;
}

#modal_qa .modal-content {
  border: none;
  padding: 0;
  box-shadow: none;
  background: transparent;
}

#modal_qa .modal-header {
  border-radius: 3px;
  margin: 0;
  padding: 0;
  min-height: 0;
  border: none;
}

#modal_qa .close {
  background: url(../images/icon_close.png) no-repeat scroll 0 0;
  text-indent: -9999px;
  height: 68px;
  width: 68px;
  position: absolute;
  right: -30px;
  top: -22px;
  opacity: 1;
  z-index: 1;
}

#modal_qa .modal-body {
  border-bottom: 1px solid #aaa;
  margin-bottom: 20px;
  margin: 20px;
  padding: 0;
}

.news_detail ul, .news_detail ol {
  list-style: inherit;
  padding-left: 30px;
}

.news_detail ul li {
  list-style: inherit;
}

.news_detail table tr td {
  vertical-align: middle;
}

.news_detail table tr td p {
  margin: 0;
}

.block_newslist .owl-stage-outer {
  max-height: 200px;
}

.contentdetail {
  margin-top: 0px !important;
}

/*popup*/
.full2 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  z-index: 5;
  display: none;
  top: 0;
  left: 0;
}

.full {
  height: 100%;
  background-color: rgba(241, 230, 230, 0.55);
  position: fixed;
  width: 100%;
  z-index: 4;
  display: none;
  top: 0;
  left: 0;
}

.wrapper-popup {
  /*padding: 20px;*/
  width: 600px;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 10%;
  display: none;
  background: #fff;
  z-index: 1111111;
  box-shadow: 0px 1px 6px 4px #999;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .wrapper-popup {
    width: 90%;
  }
}
.wrapper-popup .wrapper-tb-pop {
  overflow-y: scroll;
  max-height: 456px;
}

.wrapper-popup-2 {
  width: 920px;
  position: fixed;
  border-radius: 5px;
  top: 10%;
  display: none;
  background: #fff;
  z-index: 1111111;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.top_menu111 {
  height: 63px;
}

.popup_contact__body {
  width: 600px;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.1), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
  display: flex;
  padding: 10px;
  z-index: 1000;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
}
.popup_contact__body .subscriber-popup-body {
  padding: 0 15px;
  width: calc(100% - 200px);
}
.popup_contact__body .subscriber-popup-body .close-top {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
}
.popup_contact__body .subscriber-popup-body .subscriber-form .subscribe-title {
  font-size: 28px;
  font-family: RobotoBold;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
}
.popup_contact__body .subscriber-popup-body .subscriber-form .text-red {
  color: var(--color_form);
  margin-bottom: 10px;
}
.popup_contact__body .subscriber-popup-body .subscriber-form .item_form {
  margin-bottom: 12px;
}
.popup_contact__body .subscriber-popup-body .subscriber-form .item_form br {
  line-height: 0;
}
.popup_contact__body .subscriber-popup-body .subscriber-form label {
  font-weight: normal !important;
  font-size: 13px;
}
.popup_contact__body .subscriber-popup-body .subscriber-form label a {
  display: inline-block;
  color: var(--color_form);
}
.popup_contact__body .subscriber-popup-body .subscriber-form label .show_mb {
  display: none;
}
.popup_contact__body .subscriber-popup-body .subscriber-form input[type=checkbox] {
  accent-color: #7a7a7a;
}
.popup_contact__body .subscriber-popup-body .subscriber-form .button_form {
  display: flex;
  gap: 5px;
}
.popup_contact__body .subscriber-popup-body .subscriber-form .button_form a {
  padding: 6px 15px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
}
.popup_contact__body .subscriber-popup-body .subscriber-form .button_form a:focus {
  text-decoration: none;
}
.popup_contact__body .subscriber-popup-body .subscriber-form .button_form a:nth-of-type(1) {
  background: var(--color_form);
  text-transform: uppercase;
}
.popup_contact__body .subscriber-popup-body .subscriber-form .button_form a:nth-of-type(2) {
  color: #4257bd;
}
.popup_contact__body .image_form img {
  position: absolute;
  right: -50px;
  top: -20px;
}
@media (max-width: 767px) {
  .popup_contact__body {
    display: block;
    width: 95%;
    left: 50%;
    top: calc(50% - 150px);
    transform: translateX(-50%);
  }
  .popup_contact__body .subscriber-popup-body {
    padding: 0;
    width: 100%;
  }
  .popup_contact__body .subscriber-popup-body .subscriber-form .parent_form {
    display: grid;
    grid-template-columns: 1fr 40%;
    grid-gap: 10px;
  }
  .popup_contact__body .subscriber-popup-body .subscriber-form .parent_form .image_form img {
    position: unset;
  }
  .popup_contact__body .subscriber-popup-body .subscriber-form .subscribe-title {
    font-size: 20px;
  }
  .popup_contact__body .subscriber-popup-body .subscriber-form .item_form {
    font-size: 12px;
  }
  .popup_contact__body .subscriber-popup-body .subscriber-form label {
    font-size: 12px;
    display: flex;
    align-items: baseline;
    gap: 5px;
  }
  .popup_contact__body .subscriber-popup-body .subscriber-form label .show_mb {
    display: inline-block;
  }
  .popup_contact__body .subscriber-popup-body .subscriber-form .button_form {
    display: flex;
    gap: 5px;
    justify-content: center;
  }
  .popup_contact__body .subscriber-popup-body .subscriber-form .button_form a {
    padding: 6px 12px;
    font-size: 12px;
  }
}

/****** end.COMMON ***********/
#msgModal {
  /* The Modal (background) */
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  /* Modal Content */
  /* Add Animation */
  /* The Close Button */
}
#msgModal .msgmodal-content {
  border-radius: 10px;
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
@media (min-width: 767px) {
  #msgModal .msgmodal-content {
    width: 550px;
  }
}
@media (max-width: 767px) {
  #msgModal .msgmodal-content {
    max-width: 100%;
  }
}
#msgModal .svg_size {
  display: block;
  font-size: 40px;
}
#msgModal .bg-success {
  background-color: #4CAF50;
  margin: 15% auto;
}
@media (max-width: 768px) {
  #msgModal {
    margin: 50% auto;
  }
}
#msgModal .bg-danger {
  background-color: rgb(220, 53, 69);
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
#msgModal .close {
  color: white;
  float: right;
  font-size: 36px;
  font-weight: bold;
}
#msgModal h5 {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
#msgModal .close:focus,
#msgModal .close:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
#msgModal .msgmodal-header {
  padding: 2px 10px 2px 16px;
  background-color: #116bb3;
  line-height: 36px;
  color: white;
}
#msgModal .msgmodal-body {
  padding: 40px 16px 25px 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#msgModal .msgmodal-body p {
  margin: 0;
}
#msgModal .msgmodal-body .bt-modals {
  font-size: 20px;
  color: #ffffff;
  padding: 10px;
  text-transform: uppercase;
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
#msgModal .msgmodal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
#msgModal .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
#msgModal .path.circle {
  animation: dash 0.9s ease-in-out;
}
#msgModal .path.line {
  stroke-dashoffset: 1000;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
#msgModal .path.check {
  stroke-dashoffset: -100;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}

/* alert */
.alert {
  padding: 10px;
  background-color: #f44336;
  color: white;
  display: block;
  opacity: 1;
  margin-bottom: 10px;
  margin-top: 10px;
  position: fixed;
  z-index: 999999;
  width: 300px;
  top: 0;
  right: 10px;
  border-radius: 4px;
  transform: translateY(-20px) scaleY(0.9);
  transition: transform cubic-bezier(0.35, 1.65, 0.65, 1.1) 250ms, opacity ease 250ms;
}

.alert.success {
  background-color: #4CAF50;
}

.alert.info {
  background-color: #2196F3;
}

.alert.warning {
  background-color: #ff9800;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.closebtn:hover {
  color: black;
}

#dialogoverlay {
  display: none;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  z-index: 9999;
}

#dialogbox {
  display: none;
  position: fixed;
  border: 5px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
  width: 320px;
  z-index: 9999;
  font-size: 16px;
}

#dialogbox > div > #dialogboxhead {
  background: #116bb3;
  font-size: 19px;
  padding: 10px;
  color: #fff;
}

#dialogbox > div > #dialogboxbody {
  padding: 25px 10px;
}

#dialogbox > div > #dialogboxfoot {
  padding: 10px;
  text-align: center;
}

#dialogbox > div > #dialogboxfoot > button {
  color: #FFF;
  background-color: #116bb3;
  border-radius: 3px;
  padding: 5px 25px;
}

.alert_moda .modal-content {
  border-radius: 20px;
  padding: 20px 5px;
  background: #f6f6f6 !important;
}
.alert_moda .modal-body h4 {
  color: #006cc6;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  width: 130px;
  background: #ffffff;
}
.alert_moda .modal-body .close23 {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -10px;
  right: 5px;
  border: none;
}
.alert_moda .modal-body .close23 i {
  font-size: 30px;
  color: #2196F3;
}
.alert_moda .modal-body .content-info {
  font-size: 15px;
  line-height: 22px;
  padding: 10px;
  background-color: #fff;
  margin-bottom: 20px;
}
.alert_moda .modal-body .bt-content {
  text-align: center;
}
.alert_moda .modal-body .bt-content .bt-modal {
  font-size: 15px;
  color: #ffffff;
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 3px;
  width: 140px;
  display: inline-block;
}
.alert_moda .modal-body .bt-content .bt-cancel {
  background-color: #e83e28;
  margin-right: 10px;
}
.alert_moda .modal-body .bt-content .bt-ok {
  background-color: #006cc6;
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}/*# sourceMappingURL=theme.css.map */