
/* ==========================================================================================
  CUSTOM FONTS
========================================================================================== */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i&amp;subset=vietnamese');
@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,600,700,800&amp;subset=vietnamese');
  
/*************************************************************************************
*
* color: #145287;
* color: #333333;
* rgb: ();
*
*************************************************************************************/

/* ==========================================================================================
  OVERWRITE BOOTSTRAP
========================================================================================== */
@media screen and (min-width: 768px){
  /*.container{
    max-width: 738px;
  }*/
}
@media screen and (min-width: 992px){
  /*.container{
    max-width: 990px;
  }*/
}
@media screen and (min-width: 1200px){
  /*.container{
    max-width: 1170px;
  }*/
}
html {
  overflow-x: hidden;
}
body {
  font-family: 'Maven Pro', sans-serif;
  font-size: 16px;
  color: #4a4c4e;
  font-smoothing: antialiased;
  font-weight: 400;
  overflow-x: hidden;
  letter-spacing: .4px;
  line-height: 28px;
}
a{
  color: #4a4c4e;
  text-decoration: none !important;
}
a:hover,
a:focus{
  color: #4a4c4e;
}
.btn{
  letter-spacing: 1px;
  padding: 10px 22px;
  border-radius: 5px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
}
.btn:focus,
.form-control:focus,
button:focus{
  box-shadow: none !important;
}
.form-control{
  border-radius: 0;
}
input[disabled="disabled"],
.form-control:disabled,
.form-control[readonly]{
  background-color: #ccc;
  cursor: no-drop;
}
.form-control::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control::placeholder,
input::placeholder {
  color: #868e96;
  opacity: 1;
}
.input-group-text{
  border-radius: 0;
}
.custom-control-label{
  cursor: pointer;
}
p{
  margin-bottom: 10px;
}
.hidden{
  display: none !important;
}
@media screen and (max-width: 575px){
  .hidden-xs{
    display: none !important;
  }
  .container-fw-xs{
    max-width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px){
  .hidden-sm{
    display: none !important;
  }
  .container-fw-sm{
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .hidden-md{
    display: none !important;
  }
  .container-fw-md{
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .hidden-lg{
    display: none !important;
  }
  .container-fw-lg{
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px){
  .hidden-xl{
    display: none !important;
  }
  .container-fw-xl{
    max-width: 100%;
  }
}

/* ==========================================================================================
  DISPLAY TABLE - DISPLAY TABLE CELL
========================================================================================== */
.display-table{
  display: table;
  width: 100%;
}
.display-table .display-table-cell{
  display: table-cell;
}

/* ==========================================================================================
  OVERWRITE .panel TO .cart [Bootstrap 4.1.3]
========================================================================================== */
.card-group > .card{
  border-radius: 0;
  margin-bottom: 15px;
}
.card-group {
  -ms-flex-flow: column;
  flex-flow: column;
}
.card-header{
  border-bottom: 0;
}
.card-header .card-title{
  margin-bottom: 0;
}
.card-group .card-header + .card-collapse .card-body{
  border-top: 1px solid #e7e7e7;
}
.card-group > .card + .card{
  border-left: 1px solid rgba(0, 0, 0, 0.125);
}
.card-body{
  padding: 15px;
}

/*********************************************************************
**
**  DEFINE BOOTSTRAP
**
**  row-78
**
**  row
**  margin-left: -7px;
**  margin-right: -8px;
**
**  col
**  padding-left: 7px;
**  padding-right: 8px;
**
**  row-0
**
**  row
**  margin-left: 0;
**  margin-right: 0;
**
**  col
**  padding-left: 0;
**  padding-right: 0;
**
**********************************************************************/
.row-78{
  margin-left: -7px !important;
  margin-right: -8px !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row-78 > div{
  padding-left: 7px !important;
  padding-right: 8px !important;
}
.row-0{
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row-0 > div{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*********************************************************************
**
**  DEFINE BOOTSTRAP
**
**  col 20%
**
**
**********************************************************************/
@media screen and (min-width: 992px){
  .col-lg-20{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}


/* ==========================================================================================
  CUSTOM CSS
========================================================================================== */
.padding-section {
  padding: 90px 0 65px;
}
.padding-section-1{
  padding: 70px 0 55px;
}
.padding-section-2{
  padding: 40px 0 25px;
}
.padding-section-3{
  padding: 30px 0 15px;
}
@media screen and (min-width: 992px) and (max-width: 1199px){
 .padding-section {
    padding: 75px 0;
  }
  .padding-section-1{
    padding: 45px 0;
  } 
  .padding-section-2{
    padding: 35px 0;
  }
  .padding-section-3{
    padding: 25px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
 .padding-section {
    padding: 60px 0;
  } 
  .padding-section-1{
    padding: 40px 0;
  } 
  .padding-section-2{
    padding: 30px 0;
  }
  .padding-section-3{
    padding: 25px 0;
  }
}
@media (max-width: 767px){
 .padding-section {
    padding: 50px 0;
  } 
  .padding-section-1{
    padding: 30px 0;
  } 
  .padding-section-2{
    padding: 20px 0;
  }
  .padding-section-3{
    padding: 15px 0;
  }
} 
.container-large {
  max-width: 1440px;
}
.mt-15{
  min-height: 1px;
  margin-top: 15px !important;
}
.mt-20{
  min-height: 1px;
  margin-top: 20px !important;
}
.mt-30{
  min-height: 1px;
  margin-top: 30px !important;
}
.mb-10{
  min-height: 1px;
  margin-bottom: 10px !important;
}
.mb-15{
  min-height: 1px;
  margin-bottom: 15px !important;
}
.mb-20{
  min-height: 1px;
  margin-bottom: 20px !important;
}
.mb-30{
  min-height: 1px;
  margin-bottom: 30px !important;
}
.mb-40{
  min-height: 1px;
  margin-bottom: 30px !important;
}
.mb-50{
  min-height: 1px;
  margin-bottom: 50px !important;
}
.line-height-22{
  line-height: 22px !important;
}
.pt-15{
  padding-top: 15px !important;
}
.pt-25{
  padding-top: 25px !important;
}
.pb-15{
  padding-bottom: 15px !important;
}
.pb-20{
  padding-bottom: 20px !important;
}
.pl-15{
  padding-left: 15px !important;
}
.pr-15{
  padding-right: 15px !important;
}
.mr-10{
  margin-right: 10px;
}
.b-15{
  bottom: 15px;
}
.t-15{
  top: 15px;
}
.r-15{
  right: 15px;
}
.l-15{
  left: 15px;
}
.fs-24{
  font-size: 24px !important;
}
.bg-f7{
  background-color: #f7f7f7;
}
.bg-f1{
  background-color: #f1f1f1;
}
.bg-fff{
  background-color: #fff !important;
}
.border-top-1{
  border-top: 1px solid #898989;
}
.border-bottom-1{
  border-bottom: 1px solid #eef3f6;
}
.border-bottom-2{
  border-bottom: 1px solid #eee;
}
@media (min-width:768px) {
  .md-mg-0{
    margin: 0 !important;
  }
}
@media (min-width:992px) {
  .minheight-window{
    min-height: -webkit-calc(100vh - 70px);
    min-height: calc(100vh - 70px);
  }
}
.bc-transparent{
  border-color: transparent !important;
}
.text-white a{
  color: #fff !important;
}
.bg-temp{
  background-position: center;
  background-size: cover,contain;
  background-repeat: no-repeat;
}
.color-theme{
  color: #145287 !important;
}
.color-theme-sub{
  color: #111 !important;
}
.bg-theme{
  background-color: #145287;
}
.btn-theme{
  background-color: #145287;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
}
.btn-theme-2{
  background-color: #323232;
  color: #ddd;
  border: 1px solid transparent;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-theme-2:hover,
.btn-theme-2:focus{
  background-color: #145287 !important;
  color: #fff !important;
  border: 1px solid #145287;
}
.btn-theme-xl{
  padding: 15px 40px;
}
.btn-theme:hover,
.btn-theme:focus{
  background-color: transparent !important;
  color: #145287 !important;
  border: 1px solid #145287;
}
.btn-theme-alt{
  background-color: transparent;
  color: #c5c5c5;
  border: 1px solid #555;
  border-radius: 3px;
}
.btn-theme-alt:hover,
.btn-theme-alt:focus{
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #000;
}
.hover-img{
  position: relative;
}
.hover-img:before,
.hover-img:after{
  content: '';
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: rgba(245, 246, 247, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
.hover-img:before{
  left: 0;
}
.hover-img:after{
  right: 0;
}
.hover-img:hover:before,
.hover-img:hover:after{
  opacity: 1;
  visibility: visible;
  width: 0;
}
.text-middle {
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.text-middle-left {
  -ms-flex-pack: left !important;
  justify-content: left !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.text-middle-right {
  -ms-flex-pack: right !important;
  justify-content: right !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.text-bottom-left{
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;

  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.scale-img{
  position: relative;
  overflow: hidden;
}
.scale-img img{
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.scale-img:hover img{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.badget {
  background-color: #555;
  border-radius: 3px;
  padding: 3px 8px;
  color: #fff;
}

ul.list-style{
  list-style: none;
  padding-left: 0;
}
ul.list-style li{
  position: relative;
  padding-left: 20px;
}
ul.list-style li:before{
  position: absolute;
  content: "";
  z-index: 1;
  top: 8px;
  left: 1px;
  background-color: #145287;
  width: 5px;
  height: 5px;
}
.select-style{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
  background-clip: padding-box;
  background-image: url('images/icon-dropdown-3.png') !important;
  background-position: center right 8px !important;
  background-repeat: no-repeat;
  padding: 0 18px;
  line-height: 1;
  
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* ==========================================================================================
  SCROLL TOP
========================================================================================== */
body {
  position: relative;
}
.scrollTop {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 9999;
  
  -webkit-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;  
}
.scrollTop a {
  text-align: center;
  width: 50px;
  line-height: 44px;
  height: 50px;
  background-color: #fff;
  border-radius: 200px;
  color: #323232;
  border: 1px solid #ced4da;
  font-size: 1.25rem;
  text-decoration: none;
}
.scrollTop a:hover {
  background-color: #145287;
  border-color: #145287;
  color: #fff;
}

/* ==========================================================================================
  BANER RIGHT
========================================================================================== */
.adv-right{
  margin-bottom: 30px;
}
.adv-right img{
  width: 100%;
}

/* ==========================================================================================
  ORDER BANNER
========================================================================================== */
.popup_bottom{
  background-color: rgba(0,0,0,0.7);
  text-align: center;
  position: fixed;
  bottom: 0px;
  z-index: 1001;
  margin: 0px auto;
  display: block;
  right: 0;
}
.popup_bottom img {
    max-height: auto !important;
    width: 100% !important;
}
body #popupContact {
  z-index: 9999;  
}
#popupContact img{
  max-height: auto !important;
    width: 100% !important;
  border: 5px solid #000; 
}
#popupContactClose{
  right: -13px !important;
  top: -11px !important;
  border-radius: 50%;background-color: #f00 !important;
}
#box_content #popupContact{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width:767px){
  #box_content #popupContact{
    max-width: -webkit-calc(100% - 30px) !important;    
    max-width: -moz-calc(100% - 30px) !important;   
    max-width: calc(100% - 30px) !important;    
    max-height: 200px !important;
  }
}

/* ==========================================================================================
  SLIDER BANNER
========================================================================================== */
section.slider-section {
  height: 100%;
  width: 100%;
  display: flex;
  position: relative;
  z-index: 1;
}
.slider-wrapper {
  height: 100%;
  width: 100%;
}
.slider-wrapper .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  width: 100%;
  height: -webkit-calc(100vh - 117px);
  height: -moz-calc(100vh - 117px);
  height: calc(100vh - 117px);
  /*min-height: 100vh;*/
  max-height: 667px;
}
.slider-wrapper .item:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  /*background-color: rgba(0,0,0,0.25);*/
}
.slider-wrapper .item .container{
  position: relative;
}
.slider-wrapper .owl-nav {
  position: absolute;
  top: 52vh;
  width: 100%;
  z-index:999;
  color:#fff;
  letter-spacing:3px;
  font-size:8px;
  text-transform:uppercase;
}
.slider-wrapper .owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 10px;
  margin: 0px;
  display: inline-block;
  cursor: pointer;
  padding: 0px !important;
  background: transparent !important;
  border-radius: 0px !important;  
}
.slider-wrapper .owl-theme .owl-nav [class*="owl-"]{
  display: none;
}
.slider-wrapper .owl-prev {
  float: left;
  margin-left:20px !important;
  position: relative;
}
.slider-wrapper .owl-next {
  float: right;
  margin-right:20px !important;
  position: relative;
}
.slider-wrapper .owl-prev:after,
.slider-wrapper .owl-next:after{
  position:absolute;
  content:'';
  width:50%;
  height:1px;
  background-color:#878989;
  bottom:-1px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.slider-wrapper .owl-prev:after {
  right:0px ;
}
.slider-wrapper .owl-next:after {
  left:0px ;
}
.slider-wrapper .owl-prev:hover:after,
.slider-wrapper .owl-next:hover:after{
  width:100%; 
}
.slider-wrapper .owl-dots {
  position: absolute;
  bottom: 10px;
  z-index: 99;
  width: 100%;
  text-align: center;
}
.slider-wrapper .owl-dot {
  display: inline-block;
}
.slider-wrapper .owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 3px;
  margin: 5px 7px;
  background: #878989;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 0px;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff !important;
}
.slider-wrapper .slider-text .btn{
  min-width: 150px;
  margin: 0 8px;
}

body.sub-page .slider-wrapper .item {
  /*min-height: 75vh;*/
}
@media (min-width: 991px){
  section.slider-section{
    /*height: -webkit-calc(100% - 87px);
    /*height: calc(100% - 87px);
  }
  .slider-wrapper.slider-wrapper-alt .item{
    /*height: 500px;*/
  }
}
@media (max-width: 991px){
  section.slider-section {
  }
  section.slider-section{
    /*height: -webkit-calc(100% - 60px);*/
    /*height: calc(100% - 60px);*/
  }
  .slider-wrapper .item{
    /*height: 75vh;*/
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  
}
@media (max-width: 767px){
  .slider-wrapper .item{
    height: -webkit-calc(100vh - 80px);
    height: -moz-calc(100vh - 80px);
    height: calc(100vh - 80px);
  }
}
@media screen and (min-width: 576px) and (max-width: 767px){
  
}
@media screen and (max-width: 575px){
  
}

body.sub-page .slider-wrapper .item{
  height: 300px;
}

/* ==========================================================================================
  COPYRIGHT
========================================================================================== */
.copyright-powered{
  padding-top: 5px;
  padding-bottom: 8px;
  background-color: #111;
  color: #aaa;
  font-size: 13px;
}
.copyright-powered a{
  color: #aaa;
}
.copyright{
  
}
.powered-by{
  text-align: right;
  padding-top: 10px;
}
@media (min-width:768px) and (max-width: 991px){
  .copyright{
    text-align: left;
    font-size: 13px;
  }
  .copyright-powered{
    padding-top: 15px;
  }
}
@media (max-width:767px) {
  .copyright,
  .powered-by{
    text-align: center;
  }
  .powered-by{
    margin-top: 5px;
  }
}

/* ==========================================================================================
  PATH WAY
========================================================================================== */
.path-way-wrapper {
  background-color: #f5f5f5;
}
.path-way-wrapper .breadcrumb{
  margin-bottom: 0;
  padding: 10px 0;  
  background-color: transparent;
}
.path-way-wrapper .breadcrumb li{
  margin-right: 5px;
  text-transform: uppercase;
  color: #909aa2;
  font-weight: 700;
  font-size: 14px;
  font-family: "Source Sans Pro";
}
.path-way-wrapper .breadcrumb a{
  color: inherit;
  
  -webkit-transition: all .35s ease-out 0s; 
  -moz-transition: all .35s ease-out 0s;
  -o-transition: all .35s ease-out 0s;
  transition: all .35s ease-out 0s; 
}
.path-way-wrapper .breadcrumb a .fa{
  font-size: 14px;
}
.path-way-wrapper .breadcrumb li:last-child,
.path-way-wrapper .breadcrumb li:last-child a{
  color: #145287;
}
.path-way-wrapper .breadcrumb a:HOVER{
  color: #145287 !important;
}
.path-way-wrapper .breadcrumb > li + li::before{
  /*content: "\f105";
  font-family: "FontAwesome";
  color: #909aa2;
  margin-right: 5px;*/
}
@media screen and (min-width:992px){
  .path-way-wrapper{
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width:767px){
  .path-way-wrapper{
  }
}
@media screen and (max-width:767px){
  .path-way-wrapper .breadcrumb a{
    font-size: 10px;
  } 
}

.breadcrumb.breadcrumb-style{
  background-color: transparent;
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.breadcrumb.breadcrumb-style li{
  margin-right: 5px;
  padding-right: 11px;
  position: relative;
}
.breadcrumb.breadcrumb-style li:after{
  position: absolute;
  z-index: 1;
  content: "/";
  top: 0;
  right: 0;
}
.breadcrumb.breadcrumb-style > li:last-child:after{
  content: "";
}
ol.breadcrumb-style li a{
  text-transform: uppercase;
  color: #fff
}
.breadcrumb.breadcrumb-style li a:hover,
.breadcrumb.breadcrumb-style li a:focus{
  color: #fff;
}

/* ==========================================================================================
  PAGINATION
========================================================================================== */
.pagination{
  margin-top: 20px;
}
.pagination .page-link,
.page-item.disabled .page-link{
  padding: 12px 18px;
  color: #525252;
  background-color: transparent;
  border-color: #525252;
}
.pagination li a:focus{
  box-shadow: none;
}
.pagination .page-item.active .page-link{
  background-color: #145287;
  border-color: transparent;
  color: #fff;
}

/* ==========================================================================================
  404 PAGE
========================================================================================== */
.error-content h2 {
    font-size: 400px;
    line-height: 0.8;
    color: #145287;
  font-weight: 700;
}
.error-content h2 span {
    position: relative;
}
.error-content h2 span:after {
    position: absolute;
    content: '';
    -webkit-background-size: contain; 
    background-size: contain; 
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: repeat;
}
.error-content .error-para {
    display: block;
    font-size: 50px;
    color: #145287;
}
.error-content a {
    margin-top: 50px;
}
@media screen and (min-width:992px){
  .error-content h2 {
      font-size: 350px;
  } 
  .error-content .error-para {
      line-height: 70px;
  }
}
@media screen and (min-width:768px) and (max-width:991px){
  .error-content h2 {
      font-size: 280px;
  } 
}
@media screen and (min-width:576px) and (max-width:767px){
  .error-content h2 {
      font-size: 190px;
  } 
  .error-content .error-para{
    font-size: 30px;
  }
}
@media screen and (max-width:575px){
  .error-content h2 {
      font-size: 100px;
  }   
  .error-content .error-para{
    font-size: 25px;
    line-height: 40px;
  }
}

/* ==========================================================================================
  COMING SOON PAGE
========================================================================================== */
body.coming-soon{
  padding-top: 0 !important;
}
.coming-soon-page {
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  background-color: #ddd;
  background-position: center;
  background-repeat: no-repeat;
}
.coming-soon-page:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1;
}
.coming-content-area {
  height: 100vh;
  position: relative;
  z-index: 2;
}
.coming-content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.coming-content h2 {
  color: #145287;
  font-size: 80px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.coming-content p {
  color: #fff;
  margin-bottom: 15px;
}
.coming-content a {
  margin-top: 35px;
  margin-right: 15px;
}

/* ==========================================================================================
  LANGUAGE DESKTOP + MOBILE
========================================================================================== */
.language {
  display: inline-block;
  position: relative;
}
.language .dropdown-menu{
  background-color: rgba(44,44,44,.92);
  border-color: rgba(44,44,44,.92);
  left: -4px;
  margin-top: 4px;
  min-width: 46px;
  text-align: left;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.176);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.176);
  padding-top: 5px;
  padding-bottom: 5px;
}
.language .caret {
  border-top: 4px solid #111;
}
.language .dropdown-toggle:after{
  vertical-align: 0.155em;
  border-top-color: #525252;
}
.language .dropdown-menu > li{
  display: block;
  line-height: 1.42857143;
}
.language .dropdown-menu > li > a {
  line-height: 1;
  padding: 5px 10px;
  display: inline-block;
}
.language img{
  height: 16px;
}
.language .dropdown-menu > li:hover > a{
  background-color: transparent;
}
@media screen and (min-width: 992px){
  .language {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: -37px;
    -webkit-transition: all 0.4s ease-in 0s;
    -ms-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
  }
  .language .dropdown-toggle:after{
    border-top-color: #fff;
  }
}
@media screen and (max-width: 991px){
  .mobile-header .language{
    right: 15px;
    z-index: 1005;
    top: 27px;
  }
  .language .caret{
    border-top-color: #777;
  }
  .language .dropdown-toggle:after{
    /* border-top-color: #aaa; */
  }
  .language img{
    height: 20px;
  }
  .language{
    right: -3px;
  }
}

/* ==========================================================================================
  HEADER
========================================================================================== */
.bg-header{
  top: 100%;
}
.header_2{
  background-color: #fff;
}
.header_2 .navbar-brand img{
  height: 70px;
  -webkit-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
.header_2 .navbar-nav{
  padding-right: 30px;
}
.header_2 .navbar-nav .nav-link{
  color: #2f373c;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}
.header_2 .navbar-nav > .nav-item > .nav-link{
  padding-left: 15px;
  padding-right: 15px;
}
.header_2 .navbar-nav .dropdown-menu{
  border-radius: 0;
  background-color: rgba(255,255,255,1);
  top: 53px;
  border-color: #fafafa;
}
.header_2 .navbar-nav .dropdown-menu .nav-item:hover{
  background-color: transparent;
}
.header_2 .navbar-nav .dropdown-menu .nav-link{
  padding: 5px 0;
  font-weight: 400;
}
.header_2 .navbar-nav .nav-link.btn-menu{
  padding: 10px 15px;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 0;
  color: #145287;
  margin-left: 10px;
  -webkit-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
.header_2 .navbar-nav .nav-link.btn-menu:hover{
  border: 1px solid #145287;
  background-color: #145287;
  color: #fff;
}
@media screen and (min-width: 992px){
  .header_2 .navbar-brand {
    margin-right: 50px;
  }
  .header_2 .navbar-nav .nav-link.btn-menu{
    margin-left: 15px;
  }
}
@media screen and (max-width: 991px){
  .header_2 .navbar-nav.nav-log{
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    flex-direction: row;
    text-align: center;
    justify-content: center;
  }
  .header_2 .navbar-nav.nav-log .nav-item{
    display: inline-block;
    margin-right: 10px;
  }
  .header_2 .navbar-collapse.collapsing,
  .header_2 .navbar-collapse.collapse.show{
    border-top: 1px solid #eee;
  }
  .header_2 .dropdown-menu{
    border-color: transparent;
  }
}
 
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover, 
.navbar-light .navbar-nav .nav-link.active{
  color: #145287;
}
.navbar-light .navbar-nav > .nav-item > .nav-link.active,
.navbar-light .navbar-nav > .nav-item > .nav-link:hover,
.navbar-light .navbar-nav > .nav-item > .nav-link:focus, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show > .nav-link{
  color: #145287;
}
@media screen and (max-width: 991px){
  .fixed-top{
    background-color: #fff;
  }
}
.dropdown-item.active, .dropdown-item:active{
  background-color: transparent;
}


/* ==========================================================================================
  HEADER - fixed
========================================================================================== */
.header_2.navbar-fixed-top{
  background-color: rgba(255,255,255,1);
}
.header_2.navbar-fixed-top .navbar-brand img{
  /*height: 50px;*/
}
.header_2.navbar-fixed-top .navbar-nav .nav-link{
  /*color: #2f373c;*/
}
.header_2.navbar-fixed-top .navbar-nav .dropdown-menu .nav-link{
  /*color: #2f373c;*/
}
.header_2.navbar-fixed-top .navbar-nav .nav-link.btn-menu{
  /*border: 1px solid #145287;
  background-color: #145287;
  color: #fff;*/
}
.header_2.navbar-fixed-top .navbar-nav .nav-link.btn-menu:hover{
  /*background-color: #fff;
  color: #145287;*/
}
.header_2.navbar-fixed-top .language .dropdown-toggle:after{
  /*border-top-color: #2f373c;*/
}
.navbar-fixed-top .navbar-light .navbar-nav > .nav-item > .nav-link.active,
.navbar-fixed-top .navbar-light .navbar-nav > .nav-item > .nav-link:hover,
.navbar-fixed-top .navbar-light .navbar-nav > .nav-item > .nav-link:focus{
  /*color: #145287;*/
}


.header_2.navbar-fixed-top .top-header{
  display: none;
}

.navbar-fixed-top .nav-menu{
  z-index: 99992;
  width: 100%;
  background-color: rgba(255,255,255,1);
}
@media screen and (min-width: 992px){
  .navbar-fixed-top .language {
    top: -37px;
  }
  .navbar-fixed-top{
    background-color: #fff;
    -webkit-box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
    box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
    -webkit-transition: all .1s ease 0s;
    -o-transition: all .1s ease 0s;
    transition: all .1s ease 0s;
    top: 0;
  } 
  .navbar-fixed-top .nav-menu{
    -webkit-box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
    box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
    /* background-color: rgba(0,0,0,0.8); */
    top: 0;
    position: fixed;
  } 
  .navbar-fixed-top .top-header{
    background-color: #3c3e4b;
  }
  .navbar-fixed-top .nav-menu .navbar-nav .nav-link {
    /* color: #fff; */
  }
}
@media screen and (max-width: 991px){

  .navbar-fixed-top .nav-menu{
    -webkit-box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
    box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
    -webkit-transition: all .1s ease 0s;
    -o-transition: all .1s ease 0s;
    transition: all .1s ease 0s;
    top: 0;
      position: fixed;    
  } 

  .navbar-expand-lg > .container, 
  .navbar-expand-lg > .container-fluid, 
  .navbar-expand-lg > .container-lg, 
  .navbar-expand-lg > .container-md, 
  .navbar-expand-lg > .container-sm, 
  .navbar-expand-lg > .container-xl{
    padding-left: 15px;
    padding-right: 15px;
  }

}
@media screen and (max-width: 767px){
  .navbar-fixed-top .nav-menu{
    top: 0px;
  } 
}
/* ==========================================================================================
  TEXT BANNER
========================================================================================== */
.text-banner{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: -webkit-calc(100% - 100px);
  height: calc(100% - 100px);
}
.text-index{
  color: #fff;
}
.text-banner h2,
.text-banner h1{
  font-size: 30px;
}
.text-banner h4{
  line-height: 1.5;
}
@media screen and (min-width: 992px){
  .text-banner h2,
  .text-banner h1{
    font-size: 60px;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .text-banner h2,
  .text-banner h1{
    font-size: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px){
  .text-banner h2,
  .text-banner h1{
    font-size: 30px;
  }
}
@media screen and (max-width: 767px){
  .text-banner h4{
    font-size: 18px;
  }
}
@media screen and (max-width: 991px){
  .text-banner.page-banner h1{
    margin-top: 60px;
  }
}

/* ==========================================================================================
  background-video
========================================================================================== */
.owl-carousel-banner{
  background-color: #000;
}
#background-video{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
}
.text-banner:before{
  position: absolute;
  content: "";
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.text-banner.has-video:before {
  /*background-color: rgba(0,0,0,0.15);*/
}

.text-index{
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px){
  #background-video{
    height: 100%;
    width: auto;
  }
}

/* ==========================================================================================
  no-banner
========================================================================================== */
body.no-banner{
  padding-top: 70px;
}
body.no-banner .header_2 .nav-menu{
  background-color: #fff;
  -webkit-box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
  box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
}
body.no-banner .header_2 .nav-menu .navbar-nav .nav-link{
  color: #323232;
}
body.no-banner .header_2 .nav-menu .navbar-nav .nav-link.active, 
body.no-banner .header_2 .nav-menu .navbar-nav .nav-link:hover{
  color: #145287;
}
@media screen and (max-width: 991px){
  body.no-banner{
    padding-top: 60px;
  }
}
body.no-banner .header_2 .navbar-nav .nav-link{
  color: #333;
}

/* ==========================================================================================
  SECTION
========================================================================================== */
body{
  background-color: #f5f5f5;
  /*padding-top: 117px;*/
  padding-right: 0 !important;
}
body.cke_editable{
  background-color: #fff;
}
@media screen and (max-width: 767px){
  body{
    padding-top: 80px;
  }
}
/*body > .padding-section:nth-child(2n){
  background-color: #2c2c2c;
}
body > .padding-section:nth-child(2n+1){
  background-color: #2c2c2c;
}*/
.title-cate{
  color: #145287;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.6;
}
.title-section{
  font-size: 30px;
  color: #303033;
  font-weight: 700;
  line-height: 1.6;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
}
.title-section-xl{
  font-size: 40px;
  font-weight: 700;
  color: #303033;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
}
.title-page{
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  color: #303033;
  font-family: "Roboto Condensed";
}
.content{
  color: #4a4c4e;
  font-size: 16px;
}
.content-xs{
  color: #4a4c4e;
  font-size: 14px;
}
.content-xl{
  font-size: 20px;
  color: #4a4c4e;
}
.content img{
  max-width: 100%;
}
.link-section{
  color: #333333;
  font-size: 16px;
  text-decoration: underline !important;
  font-weight: 600;
}
.fontsize-inherit{
  font-size: inherit !important;
}
.line-height-17{
  line-height: 1.7;
}
@media screen and (min-width: 992px){
  .title-cate{
    
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .title-cate{
    margin-bottom: 15px;
  }
  .title-section{
    font-size: 26px;
  }
  .title-section-xl{
    font-size: 34px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px){
  .title-cate{
    margin-bottom: 15px;
  }
  .title-section{
    font-size: 20px;
    font-family: "Roboto Condensed";
  }
  .title-section-xl{
    font-size: 30px;
  }
}
@media screen and (max-width: 767px){
  .title-cate{
    margin-bottom: 15px;
  }
  .title-section{
    font-size: 20px;
    color: #145287;
    font-family: "Roboto Condensed";
  }
  .title-section-xl{
    font-size: 28px;
  }
}

/* ==========================================================================================
  SECTION - BACKGROUND
========================================================================================== */
.bg-section{
  position: relative;
}
.bg-section:before{
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .5;
  background-color: #000;
}
.bg-section .title-cate,
.bg-section .title-section,
.bg-section .title-section-xl,
.bg-section .content,
.bg-section .content-xl,
.bg-section .intro {
  color: #fff !important;
}
.bg-fff .title-cate,
.bg-fff .title-section,
.bg-fff .title-section-xl,
.bg-fff .content,
.bg-fff .content-xl,
.bg-fff .intro {
  color: #333;
}
.bg-section .line-cate .line.line-left:before,
.bg-section .line-cate .line.line-right:after{
  background-color: #fff;
}

.bg-section a{
  color: #c5c5c5 !important;
}
.bg-black{
  background-color: #111;
}
.bg-section.bg-section-alt a{
  color: #333333 !important;
}
.bg-theme-alt{
  background-color: #fafafa;
  color: #2c2c2c;
}
.bg-theme-alt:before{
  background-color: #fafafa;
}
.bg-theme-alt .title-section,
.bg-theme-alt .title-section-xl,
.bg-theme-alt .title-page,
.bg-theme-alt .content,
.bg-theme-alt .content-xl{
  color: #2c2c2c;
}

/* ==========================================================================================
  TESTIMONIAL SECTION
========================================================================================== */
.testimonial-section{
  background-color: #145287;
}
@media (min-width:1200px){
  .container-testimonial{
    
  } 
}
@media (min-width:992px) and (max-width:1199px){
  .container-testimonial{
    
  } 
}

@media (min-width:768px) and (max-width:991px){
  .container-testimonial{
    
  } 
}
.box-testimonial{
  background-color: transparent;
  padding: 25px;
  border-radius: 5px;
  height: 100%;
}
.quote-icon{
  color: #145287;
  font-size: 40px;
}
.box-testimonial .header-box figure{
  width: 110px;
  border-radius: 50%;
  border: 2px solid #eeeeee;
  overflow: hidden;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.box-testimonial .header-box .intro{
  overflow: hidden;
  height: 100%;
}
.box-testimonial .header-box .intro h3{
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.box-testimonial:hover .header-box .intro h3{
  /*color: #145287;*/
}
.box-testimonial .body-box{
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
}
.box-testimonial .body-box .content-quote{
  margin-bottom: 30px;
}
.box-testimonial .body-box .content-quote p{
  margin-bottom: 0;
}

.slider-testimonial .owl-dots {
  position: absolute;
  bottom: -30px;
  z-index: 99;
  /* width: -webkit-calc(100vw - 30px);
  width: -moz-calc(100vw - 30px); */
  width: 100%;
  text-align: center;
}
.slider-testimonial .owl-dot {
  display: inline-block;
}
.slider-testimonial .owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 5px 7px;
  background-color: #666;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 0px;
  border-radius: 50%; 
}
.slider-testimonial .owl-theme .owl-dots .owl-dot.active span, 
.slider-testimonial .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ddd !important;
}

/* .bg-section */
.bg-section .slider-testimonial .owl-theme .owl-dots .owl-dot.active span, 
.bg-section .slider-testimonial .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ddd !important;
}
.bg-testimonial{
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
}
.bg-testimonial:before{
  position: absolute;
  content: "";
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.25);
}
.bg-testimonial .container{
  position: relative;
  z-index: 1;
}

/* ==========================================================================================
  TOP HEADER
========================================================================================== */
.top-header{
  background-color: #202226;
  padding-top: 5px;
  padding-bottom: 10px;
  line-height: 1.5;
}
.top-menu{
  list-style: none;
}
.top-menu li{
  display: inline-block;
  margin-right: 15px;
}
ul.top-menu > li:last-child{
  margin-right: 60px;
}
ul.top-menu > li a{
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 1px;
}
.top-menu.top-social a .fa{
  font-size: 16px;
}
@media screen and (max-width: 991px){
  ul.top-menu > li:last-child{
    margin-right: 0;
  }
}

/* ==========================================================================================
  BOX FEATURE
========================================================================================== */
.box-feature img{
  height: 50px;
  width: auto !important;
  display: inline-block !important;
}
.box-feature h3{
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111;
  padding-top: 10px;
  min-height: 50px;
  font-family: "Roboto Condensed";
  margin-bottom: 0;
}
@media screen and (min-width: 991px){
  .padding-feature{
    padding-left: 50px;
    padding-right: 50px;
  }
  .box-feature h3{
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-feature .content{
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px){
  .box-feature{
    margin-bottom: 30px;
  }
  .box-feature .content{
    line-height: 1.4;
    font-size: 13px;
  }
}

.slider-feature .owl-dots {
  position: absolute;
  bottom: -25px;
  z-index: 99;
  /* width: -webkit-calc(100vw - 30px);
  width: -moz-calc(100vw - 30px); */
  width: 100%;
  text-align: center;
}
.slider-feature .owl-dot {
  display: inline-block;
}
.slider-feature .owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 5px 7px;
  background-color: #666;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 0px;
  border-radius: 50%; 
}
.slider-feature .owl-theme .owl-dots .owl-dot.active span, 
.slider-feature .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ddd !important;
}

/* ==========================================================================================
  BOX EVENT
========================================================================================== */
@media screen and (min-width: 991px){
  .box-event{
    padding-left: 40px;
    padding-right: 40px;
  }
}

.slider-event .owl-dots {
  position: absolute;
  bottom: 0px;
  z-index: 99;
  /* width: -webkit-calc(100vw - 30px);
  width: -moz-calc(100vw - 30px); */
  width: 100%;
  text-align: center;
}
.slider-event .owl-dot {
  display: inline-block;
}
.slider-event .owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 5px 7px;
  background-color: #666;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 0px;
  border-radius: 50%; 
}
.slider-event .owl-theme .owl-dots .owl-dot.active span, 
.slider-event .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ddd !important;
}

/* .bg-section */
.bg-section .slider-event .owl-theme .owl-dots .owl-dot.active span, 
.bg-section .slider-event .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ddd !important;
}
.bg-event{
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
}
.bg-event:before{
  position: absolute;
  content: "";
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.25);
}
.bg-event .container{
  position: relative;
  z-index: 1;
}

/* ==========================================================================================
  TAB MENU
========================================================================================== */
.tab-menu .nav-tabs{
  margin-bottom: 20px;
  border-bottom: 0;
}
.tab-menu .nav-tabs .nav-item{
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 30px;
}
.tab-menu .nav-tabs .nav-item .nav-link{
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
  color: #666;
  border: 2px solid #f4f4f4;
  font-size: 14px;
  padding: 5px 20px 7px;
}
.tab-menu .nav-tabs .nav-item .nav-link.active{
  border-color: #111;
  color: #145287;
}
.tab-menu .tab-content .tab-pane{
  padding-left: 0;
  padding-right: 0;
}
.tab-menu .tab-content .tab-pane.active{
  animation: slide-show .5s ease-in;
}
@keyframes slide-show {
    0% { opacity: 0;visibility: hidden;transform: translateY(5%);}
    100% { opacity: 1;visibility: visible;transform: translateY(0);}
}

/* *************************************************************** */
.box-menu-img{
  padding: 20px;
  border: 5px solid #eeeeee;
}
.box-menu-img img{
  width: 100%;
}
.box-menu-container{
  position: relative;
}
.box-menu-container .link-menu{
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 0;
  color: #808080;
  font-style: italic;
}
.box-menu-container .title-section{
  border-bottom: 4px solid #333;
  margin-bottom: 25px;
}
.box-menu-item{
  position: relative;
  padding-right: 90px;
  margin-bottom: 30px;
}
.box-menu-item h3{
  letter-spacing: .6px;
  text-transform: uppercase;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  font-family: "Roboto Condensed";
}
.box-menu-item h3 a{
  color: inherit;
}
.box-menu-item .content-xs{
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  white-space: normal;
  -webkit-box-orient: vertical;
}
.box-menu-item .price{
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 0;
  font-weight: 600;
  color: #000;
  text-align: right;
}
.box-menu-item .price span{
  display: block;
  color: #808080;
  text-transform: lowercase;
  font-size: 12px;
}
.box-menu-item .price span:empty{
  display: none;
}
@media screen and (min-width: 992px){
  .box-menu-item.box-menu-item-atp .price{
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 767px){
  .box-menu-img{
    margin-bottom: 30px;
  }
  .box-menu-container .link-menu{
    top: 0;
  }
}
.price-line{
  text-decoration: line-through;
  display: inline-block !important;
}
.price-line:empty{
  display: none !important;
}

/* ==========================================================================================
  BOX GALLERY
========================================================================================== */
.box-gallery{
  position: relative;
  /*margin-bottom: 15px;*/
  overflow: hidden;
}
.box-gallery img{
  width: 100%;
}
.box-gallery:after{
  position: absolute;
  content: "";
  z-index: 1;
  background-color: rgba(0,0,0,0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.box-gallery h3{
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-family: "Roboto Condensed";
  font-weight: 600;
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
  position: absolute;
  z-index: 2;
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  letter-spacing: 1px;

  opacity: 0;
  visibility: hidden;

  -webkit-transition: all .4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.box-gallery:hover:after{
  background-color: rgba(0,0,0,.4);
}
.box-gallery:hover h3{
  opacity: 1;
  visibility: visible;
  top: 0;
}
.box-gallery h3 .fa{
  /*width: 38px;
  height: 38px;*/
  line-height: 36px;
  /*border: 2px solid #fff;*/
  margin-top: 20px;
  font-size: 34px;
}
@media (min-width:992px) {
  .box-gallery{
    height: 100%;
  }
  .box-gallery a{
    display: block;
    height: 100%;
  }
  .box-gallery figure{
    height: 100%;
	  
  }
  .box-gallery figure img{
    height: 100%;
	  
	  
  }
}
@media (max-width:991px) {
  .box-gallery:after{
    background-color: rgba(0,0,0,.33);
  }
  .box-gallery h3{
    opacity: 1;
    visibility: visible;
    top: auto;
    bottom: 15px;
  }
  .box-gallery h3 .fa{
    /*display: none;*/
  }
}

/* ==========================================================================================
  BOX NEWS
========================================================================================== */
.sub-page .box-news{
  margin-bottom: 30px;
}
.box-news{
  background-color: #fff;
}
.box-news img{
  width: 100%;
}
.box-news-content{
  padding: 20px 20px 80px;
  position: relative;
}
.box-news-content h3{
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 600;
  min-height: 56px;
}
.box-news-content h3 a{
  color: #1a1c1e;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  white-space: normal;
  -webkit-box-orient: vertical;
}
.box-news-content .btn-news{
  border: 2px solid #525252;
  font-weight: 400;
  border-radius: 0;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 20px;
  padding: 8px 15px;
}
.box-news-content .date{
  color: #cacad5;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (max-width:767px) {
  .box-news{
    margin-bottom: 15px !important;
  }
}

/* ==========================================================================================
  FOOTER
========================================================================================== */
footer{
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: #d0c4b2;
  display: block;
  position: relative;
  overflow: hidden;
  left: 0;
  bottom: 0;
  width: 100vw;
}
.box-info-company{
  margin-bottom: 40px;
}
.box-info-company img{
  height: 100px;
}
footer .newsletter-box{
  background-color: #c6b7a0;
  padding: 5px 0 5px 15px;
  margin-bottom: 40px;
}
.newsletter-box .input-group-text{
  background-color: transparent;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.newsletter-box input.form-control{
  background-color: transparent;
  border: 0;
}

.newsletter-box input .form-control::-webkit-input-placeholder,
.newsletter-box input::-webkit-input-placeholder {
  color: #eee;
  opacity: 1;
}
.newsletter-box input .form-control:-ms-input-placeholder,
.newsletter-box input:-ms-input-placeholder {
  color: #eee;
  opacity: 1;
}
.newsletter-box input .form-control::-ms-input-placeholder,
.newsletter-box input::-ms-input-placeholder {
  color: #eee;
  opacity: 1;
}
.newsletter-box input .form-control::placeholder,
.newsletter-box input::placeholder {
  color: #eee;
  opacity: 1;
}
.btn-newsletter{
  background-color: transparent;
  border: 0;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

ul.footer-social{
  list-style: none;
}
ul.footer-social li{
  display: inline-block;
  margin-right: 7px;
  margin-left: 7px;
}
ul.footer-social li a{
  display: block;
  width: 38px;
  height: 38px;
  line-height: 36px;
  border: 2px solid #eee;
  color: #fff;
}

/* ==========================================================================================
  CONTACT PAGE
========================================================================================== */
.box-company-map{
  background-color: #d0c4b2;
}
.box-company-info .content p{
  padding-left: 25px;
  position: relative;
  font-size: 14px;
}
.box-company-info .content i{
  color: #145287;
  position: absolute;
  z-index: 1;
  top: 7px;
  left: 0;
}

.security-code{
  position: relative;
}
.security-code .security-input{
  width: 120px;
  float: left;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.security-code img{
  height: 38px;
  float: left;
}

/* ==========================================================================================
  GALLERY PAGE
========================================================================================== */
.grid-gallery > .grid-image-item{
  width: 25%;
  float: left;
}
.grid-gallery > .grid-image-item .gallery-img{
  border: 1px solid transparent;
}
.grid-gallery > .grid-image-item img{
  width: 100%;
}

/* ==========================================================================================
  NEWS PAGE
========================================================================================== */
.box-right{
  padding: 30px 30px 1px;
}
.box-right-item{
  margin-bottom: 30px;
}
.box-right-item h3{
  font-size: 15px;
  color: #505254;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.box-right-item ul{
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.box-right-item ul li{
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}
.box-right-item ul > li:last-child{
  border-color: transparent;
}
.box-right-item ul li a{
  color: #6a6c6e;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;

  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  white-space: normal;
  -webkit-box-orient: vertical;
}
.box-right-item ul li:hover a,
.box-right-item ul li a.active{
  color: #145287;
}
.box-right-item ul li a.active{
  font-weight: 600;
}
.detail-content{
  padding: 30px 30px 0;
}
.detail-content .date{
  color: #cacad5;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width:991px) {
  
}

@media (max-width:767px) {
  .detail-content img{
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
  }
  .detail-content{
    padding: 15px 15px 0;
  }
}

/* ==========================================================================================
  ABOUT PAGE
========================================================================================== */
.detail-content-about{
  
}
.detail-content-about figure{
  margin-bottom: 0;
}
.detail-content-about img{
  width: 100%;
}
.box-about-page{
  padding-top: 25px;
}
@media (min-width:992px) {
  .content-about-item > .detail-content-about .box-about-page{
    padding-left: 30px;
    padding-right: 0;
  }
  .content-about-item > .detail-content-about .order-lg-2 .box-about-page{
    padding-left: 0;
    padding-right: 30px;
  }
}

@media (max-width:991px) {
  .box-about-page{
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* ==========================================================================================
  PRODUCT PAGE
========================================================================================== */
.box-menu-item-2 figure{
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.box-menu-item-2 figure img{
  max-width: 160px;
  /*max-height: 120px;*/
}
.box-menu-item-2 .product-intro{
  position: relative;
}
.box-menu-item-2 .price{
  right: -80px;
}
.box-menu-item-2 h3{
  line-height: 20px;
}
.box-menu-item-2 .content-xs{
  -webkit-line-clamp: 3;
  line-height: 22px;
}
.btn-menu-item{
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #ff4229;
  border-radius: 0;
  padding: 4px 10px;
  margin-top: 10px;
  text-transform: lowercase;
  color: #4a4c4e;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
}

@media (max-width:767px) {
  .detail-content .box-menu-item-2 figure{
    margin-right: 0;
    margin-bottom: 20px;
    float: inherit;
  }
  .detail-content .box-menu-item-2 figure img{
    max-height: 375px;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
  }
  .box-menu-item-2 .content-xs{
    -webkit-line-clamp: 5;
  }
}

/* ==========================================================================================
  PRODUCT DETAIL PAGE
========================================================================================== */
.product-detail .price {
  color: #145287;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 20px;
}
.product-detail .price span{
  color: #999;
  text-decoration: line-through;
  font-weight: 500;
  padding-left: 5px;
  font-size: 16px;
}
.product-detail .price span.unit-product{
  text-transform: lowercase;
  color: #808080;
  font-weight: 300;
  padding-left: 0;
  text-decoration: none;
}
.product-slider figure img{
  max-width: 100%;
}

.title-addcart{
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.footer-extra{
  padding-top: 15px;
  border-top: 1px solid #ddd;
}
.extra-food-container{
  position: relative;
}
.added-extrafood{
  color: #f00;
  font-size: 12px;
}
.added-extrafood:empty{
  display: none;
}
.item-extra .input-group-text{
  font-size: 13px;
  padding-top: 0;
  padding-bottom: 0;
}
.item-extra .form-control{
  height: 30px;
  font-size: 13px;
}
.btn-addcart-sub{
  background-color: transparent;
  border-color: transparent;
  padding: 0 9px;
}
@media (min-width: 768px){
  .item-extra .input-group-prepend .input-group-text{
    min-width: 150px;
  }
}
@media (max-width: 767px){
  .product-slider{
    margin-bottom: 30px;
  }
  .product-detail .price {
    font-size: 17px;
  }
  .product-detail .price span{
    font-size: 15px;
  }
}

.slider-related{
  position: relative;
}
.slider-related .owl-nav .owl-prev,
.slider-related .owl-nav .owl-next{
  position: absolute;
  top: -75px;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(26,157,216,0.7);
  font-size: 0;
}
.slider-related .owl-nav .owl-prev{
  right: 50px;
}
.slider-related .owl-nav .owl-next{
  content: "\f105";
}
.slider-related .owl-nav .owl-prev:before,
.slider-related .owl-nav .owl-next:before{
  font-family: "FontAwesome";
  font-size: 28px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  text-align: center;
}
.slider-related .owl-nav .owl-prev:before{
  content: "\f104";
}
.slider-related .owl-nav .owl-next:before{
  content: "\f105";
}
.product-order{
  max-width: 340px;
}
.product-order select.select-style{
  margin-right: 15px;
  height: 50px;
  -moz-text-align-last: center;
  text-align-last: center;
  text-align: center;
  direction: rtl;
}

/* ==========================================================================================
  HEADER - CART
========================================================================================== */
.header-cart{
  font-size: 22px;
}
.header-cart a{
  position: relative;
  color: #2f373c;
}
.header-cart .badget{
  background-color: #145287;
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  position: absolute;
  z-index: 1;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  padding: 0;
}
@media (min-width:992px){
  .header-cart{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 75px;
    width: 40px;
  }
}
@media (max-width:991px){
  .header-cart{
    position: absolute;
    right: 77px !important;
    top: 27px;
    height: auto !important;
  }
}

/* ==========================================================================================
  CART PAGE
========================================================================================== */
/*******************************************************************/
.btn-addcart{
  background-color: #145287 !important;
  border-color: #145287 !important;
  color: #fff !important;
  font-style: inherit;
}
@media (min-width:992px){
  .btn-addcart.btn-addcart-atp{
    /*position: absolute;
    top: 0;
    right: 7px;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    margin-top: 0;
    -webkit-transition: all 0.1s ease-in 0s;
    -ms-transition: all 0.1s ease-in 0s;
    transition: all 0.1s ease-in 0s;*/
  }
  .box-menu-item-atp:hover .btn-addcart.btn-addcart-atp{
    /*visibility: visible;
    opacity: 1;*/
  }
}
.modal-addcart{
  padding-top: 100px;
}
/*******************************************************************/
.cart-extra .row > div .box-menu-item{
  border-right: 1px solid #ddd;
}
.cart-extra .row > div:nth-child(3n+2) .box-menu-item,
.cart-extra .row > div:last-child .box-menu-item{
  border-right-color: transparent;
}
@media screen and (max-width:991px) and (min-width: 768px){
  /* .cart-extra .row > div:nth-child(2n+2) .box-menu-item,
  .cart-extra .row > div:last-child .box-menu-item{
    border-right-color: transparent;
  } */
}
@media screen and (max-width: 767px){
  .cart-extra .row > div .box-menu-item{
    border-right-color: transparent;
  }
}
.cart-extra .box-menu-item-2 h3{
  font-size: 14px;
  text-transform: none;
  color: #525252;
}
.cart-extra .btn-addcart{
  background-color: #eee !important;
  color: #333 !important;
  border-color:  #eee !important;
}
.container-cart{
  border-top: 3px solid #f1f1f1;
}
.container-cart .fa{
  color: #525252;
}
.empty-cart{
  padding: 15px;
  background-color: #fefefe;
}

.th-cart.thead-cart{
  background-color: #fefefe;
  font-weight: 700;
  color: #4c4c4c;
}
.th-cart.body-cart{
  border-bottom: 1px solid #ebebeb;
}
.container-cart > .th-cart.body-cart:last-child{
  border-color: transparent;
}
.th-cart .td-cart{
  display: inline-block;
  padding: 15px 10px;
}
.th-cart .del-cart{
  width: 80px;
  text-align: left;
}
.th-cart .del-cart a{
  color: #808080;
  font-size: 13px;
  font-weight: 300;
}
.th-cart .del-cart a .fa{
  color: #525252;
  font-size: 16px;
  font-weight: normal;
}
.th-cart .img-cart{
  width: 100px;
  text-align: center;
}
.th-cart .price-cart{
  width: 160px;
  text-align: center;
}
.th-cart .qty-cart{
  width: 120px;
  text-align: center;
}
.th-cart .sum-cart{
  width: 160px;
  text-align: right;
}
.th-cart .name-cart{
  width: -webkit-calc(100% - 520px);
  width: calc(100% - 520px);
  text-align: left;
}
.th-cart .total-cart{
  width: 150px;
  text-align: right;
}
.th-cart .total-cart-text{
  width: -webkit-calc(100% - 150px);
  width: calc(100% - 150px);
  text-align: right;
}
.th-cart .td-cart.img-cart img{
  width: 100%;
}
.th-cart.body-cart .td-cart.price-cart{
  color: #111;
  font-weight: 400;
  text-transform: uppercase;
}
.th-cart.body-cart .td-cart.price-cart span {
  color: #666;
  text-decoration: line-through;
  font-weight: 300;
  padding-right: 5px;
  font-size: 13px;
  display: block;
}
.th-cart.body-cart .sum-cart{
  font-weight: 700;
}
.th-cart.body-cart .sum-cart span.unit-product{
  text-decoration: none;
  font-size: 12px;
  text-transform: lowercase;
  padding-right: 0;
  font-weight: 300;
  color: #808080;
  display: block;
}
.th-cart.body-cart .sum-cart span.unit-product:empty{
  display: none;
}
.th-cart.body-cart .td-cart.name-cart{
  font-size: 16px;
}
.th-cart .qty-cart select{
  height: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.th-cart.footer-cart .td-cart{
  font-weight: 700;
}
.th-cart.footer-cart .td-cart.total-cart{
  color: #000;
  font-size: 20px;
}

@media (min-width: 768px){
  .th-cart .td-cart .text-m{
    display: none;
  }
  .box-btn-addcart{
    text-align: right;
  }
}
@media (max-width: 991px){
  .container-cart{
    
  }
}
@media (max-width: 767px){
  .th-cart .td-cart{
    padding-left: 5px;
    padding-right: 5px;
  }
  .th-cart .img-cart{
    /*display: none;*/
  }
  .th-cart .del-cart{
    width: 80px;
  }
  .th-cart .price-cart,
  .th-cart .qty-cart,
  .th-cart .sum-cart{
    width: 100%;
    text-align: right;
  }
  .th-cart .qty-cart select{
   width: 120px; 
   margin-left: auto;
  }
  .th-cart .name-cart {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
  .th-cart .td-cart .text-m{
    float: left;
    text-transform: none;
    color: #525252;
  }
  .th-cart .td-cart.total-cart-text{
    text-align: left;
  }
  .box-btn-addcart{
    text-align: center;
  }
}

/* sub-product-cart */
.sub-product-cart-item{
  font-size: 12px;
  color: #525252;
  line-height: 1.4;
}

/* ==========================================================================================
  PAYMENT PAGE
========================================================================================== */
.fs-wrap{
  min-width: 0% !important;
  position: relative;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
.fs-label-wrap{
  border-color: #e5e5e5;
}
.fs-label-wrap .fs-label{
  /*height: 45px !important;*/
  line-height: 34px;
}
.fs-dropdown{
  width: 100% !important;
}
.box-total{
  padding: 20px;
  border-radius: 5px;
  background-color: #f7f7f7;
  border: 1px solid #ebebeb;
}
.box-total .wrapper-title{
  background-color: #f7f7f7;
}
.box-total .subtotal-item .price{
  color: #111;
  font-size: 18px;
  font-weight: 700;
}

.box-total .subtotal-item .price.total-price{
  font-size: 22px;
  color: #f00;
}
.box-total.box-cart-payment .subtotal-item{
  border-bottom: 1px solid #ebebeb;
}
.box-total.box-cart-payment > .subtotal-item:last-child{
  border-bottom: 0;
}
.box-total.box-cart-payment .subtotal-item span.unit-product{
  font-weight: 300;
  font-size: 13px;
  color: #808080;
}
.payment-form .input-group .input-group-text{
  width: 150px;
  border-radius: 0;
  border-color: transparent;
  background-color: #f7f7f7;
}
.payment-form .input-group .form-control{
  border-color: #e5e5e5;
}
.payment-form .input-group input.form-control{
  height: 45px;
}
.container-cart.payment-cart .empty-cart .content{
  font-weight: 500;
  font-size: 18px;
}

@media (max-width: 767px){
  .payment-cart{
    margin-bottom: 30px;
  }
}

/* ==========================================================================================
  MENU WEEK
========================================================================================== */
.box-item-day{
  text-align: center;
}
.box-item-day h3{
  padding: 5px 10px;
  color: #fff;
  background-color: #145287;
  font-size: 18px;
  margin-bottom: 0;
}
.box-item-day img{
  width: 100% !important;
}
.day-menu{
  padding: 10px;
  list-style: none;
}
.day-menu li{
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.day-menu li:after{
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  bottom: -9px;
  content: ".....";
  text-align: center;
  color: #808080;
  letter-spacing: 3px;
}
.day-menu li:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
}
.day-menu li:last-child:after{
  display: none;
}
.day-menu li.day-main{
  color: #333;
  font-weight: 700;
}
.day-menu li.day-vegetable{
  color: #525252;
}
.day-menu li.day-extra{
  color: #808080;
}

/* ==========================================================================================
  hover menu
========================================================================================== */
@media screen and (min-width: 992px){
  .navbar-nav .dropdown:hover .dropdown-menu{
    display: block;
  }
  .header_2 .navbar-nav .dropdown-menu{
    top: 40px;
    border-color: transparent;
    padding-top: 19px;
  }
}
@media screen and (max-width: 991px){
  .header_2 .navbar-nav{
    padding-right: 0;
  }
  .navbar-collapse ul.navbar-nav{
    height: -webkit-calc(100vh - 80px);
    height: calc(100vh - 80px);
    overflow: auto;
  }
  .navbar-nav .dropdown .dropdown-menu{
    display: block;
  }
  .header_2 .navbar-nav .dropdown-menu{
    padding-top: 0;
    margin-top: 0;
  }
}

/* ==========================================================================================
  box-product-group-cate ||| Tiec ban ||| 05/10/2020
========================================================================================== */
.box-product-group-cate{
  margin-bottom: 30px;
}
.box-product-group-cate img{
  max-width: 100%;
}
.box-product-group-cate h3{
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px){
  
}
/* ==========================================================================================
  box-product-group-cate ||| Tiec ban ||| 05/10/2020
========================================================================================== */
.group_menu{
  border-radius: 0 !important;
}
.group_menu .card-header{
  position: relative;
  background-color: #967238;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  border-radius: 0 !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.group_menu .card-header .menu-name{
  color: inherit;
  display: block;
}
.group_menu .card-header .menu-name:after{
  font-family: "FontAwesome";
  content: "\f106";
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 20px;
}
.group_menu .card-header .menu-name.collapsed:after{
  content: "\f107";
}
.group_menu .card-header .total-menu{
  position: absolute;
  z-index: 0;
  top: 10px;
  right: 50px;
}
.group_menu .card-body{
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
.box-product-group-img{
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1200px){
  .box-product-group-img{
    height: 333px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .box-product-group-img{
    height: 243px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .box-product-group-img{
    height: 234px;
  }
}
.box-product-group-img img{
  width: 100%;
}
.box-product-group-img .check-all{
  position: absolute;
  z-index: 1;
  bottom: 15px;
  right: 15px;
}
.box-product-group-img .check-all a{
  background-color: #967238;
  color: #fff;
  padding: 4px 10px;
  margin-left: 10px;
  display: inline-block;
}
.box-product-group-scroll:empty{
  display: none;
}

@media screen and (min-width: 768px){
  .box-product-group-scroll{
    max-height: 390px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #bbb #f1f1f1;
  }
  /* width */
  .box-product-group-scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  /* Track */
  .box-product-group-scroll::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
  /* Handle */
  .box-product-group-scroll::-webkit-scrollbar-thumb {
    background: #bbb; 
  }
  .box-product-group-scroll::-webkit-scrollbar-thumb:horizontal{
    background: #bbb;
  }
  /* Handle on hover */
  .box-product-group-scroll::-webkit-scrollbar-thumb:hover {
    background: #999; 
    cursor: pointer;
  }

}
.box-product-group{
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px dotted #ddd;
}
.box-product-group > div{
  float: left;
}
.box-product-group .stt{
  width: 25px;
}
.box-product-group .name{
  width: -webkit-calc(100% - 190px);
  width: calc(100% - 190px);
  padding-right: 10px;
  font-weight: 500;
  font-size: 14px;
}
.box-product-group .price{
  width: 135px;
  color: #967238;
  font-weight: 600;
	text-align: right;
	padding-right: 10px;
}
@media screen and (max-width: 1199px){
  .box-product-group .price{
    font-size: 14px;
    font-weight: 500;
  }
}
@media screen and (max-width: 991px){
  .box-product-group{
    line-height: 22px;
  }
  .box-product-group .price{
    width: 125px;
  }
  .box-product-group .name{
    width: -webkit-calc(100% - 180px);
    width: calc(100% - 180px);
    font-weight: 400;
    font-size: 13px;
  }
}
.box-product-group .choose-check{
  width: 30px;
  padding-left: 8px;
}
.note-order-group{
  position: relative;
  color: #808080;
  font-size: 14px;
  text-align: center;
  padding-top: 5px;
}
.note-order-group a{
  color: #145287;
  font-weight: 600;
}
.group_menu.hidden_price .card-header .total-menu,
.group_menu.hidden_price .box-product-group-img .check-all{
  display: none !important;
}

@media screen and (max-width: 767px){
  .group_menu .card-header{
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .group_menu .card-header .menu-name{
    padding-right: 115px;
  }
  .group_menu .card-header .menu-name:after{
    right: 10px;
  }
  .group_menu .card-header .total-menu{
    right: 25px;
  }
  .box-product-group{
    font-size: 14px;
  }
  .box-product-group .name{
    width: -webkit-calc(100% - 175px);
    width: calc(100% - 175px);
  }
  .box-product-group .price{
    width: 130px;
  }
  .box-product-group .choose-check{
    padding-left: 0;
    width: 18px;
  }
  .group_menu.hidden_price .card-header .menu-name{
    padding-right: 15px;
  }
}


/* ==========================================================================================
  group-color ||| Tiec ban ||| 05/10/2020
========================================================================================== */
.th-cart.body-cart.color_group,
.th-cart.color_group .td-cart .text-m{
  color: #fff;
}
.th-cart.body-cart.color_group a,
.th-cart.body-cart.color_group .td-cart.price-cart,
.th-cart.body-cart.color_group .del-cart .fa{
  color: inherit;
}
.th-cart.body-cart.color_group{
  background-color: #967238;
}
.th-cart.body-cart.color_g .sum-cart span.unit-product{
  display: none;
}
.subtotal-item.color_group{
  background-color: #967238;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
}
.subtotal-item.color_group a,
.subtotal-item.color_group span,
.subtotal-item.color_group .price{
  color: inherit !important;
}
.subtotal-item.color_g span.unit-product{
  display: none;
}
.btn-setmenu .color_group{
  border: 1px solid #ccc;
  box-shadow: none;
  margin-right: 15px;
  background-color: #fff;
  margin-bottom: 15px;
}
.btn-setmenu .color_group:hover{
  background-color: #145287;
  color: #fff;
}
@media screen and (max-width: 767px){
  .btn-setmenu .color_group{
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
  }
}

/* ==========================================================================================
  icon cart
========================================================================================== */
.gotocart{
  position: fixed;
  top: 0;
  bottom: -50px;
  left: auto;
  right: 30px;
  margin: auto;
  z-index: 1;
  width: 140px;
  height: 124px;
}
.gotocart_img{
  max-width: 100%;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-duration: 3s!important;

}
@media screen and (max-width: 991px){
  .gotocart{
    top: auto;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 70px;
  }
}


/*************************************************************************************
*
* color: #145287;
* color: #333333;
* rgb: rgba(20,82,135,.9);
* #cccccc
*
*************************************************************************************/

/* ==========================================================================================
  icon email
========================================================================================== */
.icon-email{
  position: fixed;
  right: 15px;
  bottom: 90px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
@media screen and (max-width: 767px){
  .icon-email{
    bottom: 15px;
    right: 90px;
  }
}
.icon-email span{
  text-align: center;
  width: 50px;
  line-height: 44px;
  height: 50px;
  background-color: #145287;
  border-radius: 200px;
  color: #fff;
  border: 1px solid #145287;
  font-size: 1.25rem;
  display: block;
}

/* =============================================================================
   icon fone
   ========================================================================== */
.alo-phone{
  position:fixed;
  visibility:hidden;
  background-color:transparent;
  width:100px;
  height:100px;
  cursor:pointer;
  z-index:20 !important;
  -webkit-backface-visibility:hidden;
  -webkit-transform:translateZ(0);
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  -o-transition:all .5s;
  transition:all .5s; 
  right:0;
  top:0;
  left: auto;
  bottom: -14px;
  margin: auto;
  opacity: 0;
}
@media screen and (min-width: 768px){
  .alo-phone.alo-phone-2{
    right:80px;
    top:auto;
    bottom: 0;
  }
}
@media screen and (max-width: 767px){
  .alo-phone{
    left: 0;
    top: auto;
    right: auto;
  }
}
.alo-phone.alo-show.show-active{
  visibility:visible;
  opacity: 1;
}
.alo-phone:hover{opacity:1}
.alo-ph-circle{
  width: 100px;
  height: 100px;
  top: 0px;
  left: 0px;
  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);
  border:2px solid #bfebfc 9;
  opacity:.1;
  -webkit-animation:alo-circle-anim 1.2s infinite ease-in-out;
  -moz-animation:alo-circle-anim 1.2s infinite ease-in-out;
  -ms-animation:alo-circle-anim 1.2s infinite ease-in-out;
  -o-animation:alo-circle-anim 1.2s infinite ease-in-out;
  animation:alo-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  -o-transition:all .5s;
  transition:all .5s;
  -webkit-transform-origin:50% 50%;
  -moz-transform-origin:50% 50%;
  -ms-transform-origin:50% 50%;
  -o-transform-origin:50% 50%;
  transform-origin:50% 50%
}
.alo-phone:hover .alo-ph-circle{border-color:#00aff2;opacity:.5}
.alo-phone.alo-green:hover .alo-ph-circle{
  border-color:#75eb50;
  border-color:#baf5a7 9;
  opacity:.5
}
.alo-phone.alo-green .alo-ph-circle{border-color:#F20000;border-color:#bfebfc 9;opacity:.5}
.alo-phone.alo-gray:hover .alo-ph-circle{
  border-color:#ccc;opacity:.5
}
.alo-phone.alo-gray .alo-ph-circle{border-color:#75eb50;opacity:.5}
.alo-ph-circle-fill{
  width: 80px;
  height: 80px;
  top: 10px;
  left: 10px;
  position:absolute;background-color:#000;
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
  border-radius:100%;
  border:2px solid transparent;opacity:.1;
  -webkit-animation:alo-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation:alo-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation:alo-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation:alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation:alo-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  -o-transition:all .5s;
  transition:all .5s;
  -webkit-transform-origin:50% 50%;
  -moz-transform-origin:50% 50%;
  -ms-transform-origin:50% 50%;
  -o-transform-origin:50% 50%;
  transform-origin:50% 50%
}
.alo-phone.alo-active .alo-ph-circle-fill{
  -webkit-animation:alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  -moz-animation:alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  -ms-animation:alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  -o-animation:alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  animation:alo-circle-fill-anim 1.7s infinite ease-in-out !important
}
.alo-phone.alo-static .alo-ph-circle-fill{
  -webkit-animation:alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  -moz-animation:alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  -ms-animation:alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  -o-animation:alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  animation:alo-circle-fill-anim 2.3s infinite ease-in-out !important;opacity:0 !important
}
.alo-phone:hover .alo-ph-circle-fill{
  background-color:rgba(0,175,242,0.5);
  background-color:#00aff2 9;opacity:.75 !important
}
.alo-phone.alo-green:hover .alo-ph-circle-fill{
  background-color:rgba(117,235,80,0.5);
  background-color:#baf5a7 9;opacity:.75 !important
}
.alo-phone.alo-green .alo-ph-circle-fill{
  background-color:rgba(242, 223, 0, 0.85);
  background-color:#a6e3fa 9;
  opacity:.75 !important
}
.alo-phone.alo-gray:hover .alo-ph-circle-fill{
  background-color:rgba(204,204,204,0.5);
  background-color:#ccc 9;opacity:.75 !important
}
.alo-phone.alo-gray .alo-ph-circle-fill{
  background-color:rgba(117,235,80,0.5);
  opacity:.75 !important
}
.alo-ph-img-circle{
  width: 50px;
  height: 50px;
  top: 25px;
  left: 25px;
  position:absolute;
  background:rgba(30,30,30,0.1) url("images/icon-phone.png") no-repeat center center;
  -webkit-background-size: 30px 30px; 
  background-size: 30px 30px; 
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
  border-radius:100%;
  border:2px solid transparent;
  opacity:.7;
  -webkit-animation:alo-circle-img-anim 1s infinite ease-in-out;
  -moz-animation:alo-circle-img-anim 1s infinite ease-in-out;
  -ms-animation:alo-circle-img-anim 1s infinite ease-in-out;
  -o-animation:alo-circle-img-anim 1s infinite ease-in-out;
  animation:alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin:50% 50%;
  -moz-transform-origin:50% 50%;
  -ms-transform-origin:50% 50%;
  -o-transform-origin:50% 50%;
  transform-origin:50% 50%
}
.alo-phone.alo-active .alo-ph-img-circle{
  -webkit-animation:alo-circle-img-anim 1s infinite ease-in-out !important;
  -moz-animation:alo-circle-img-anim 1s infinite ease-in-out !important;
  -ms-animation:alo-circle-img-anim 1s infinite ease-in-out !important;
  -o-animation:alo-circle-img-anim 1s infinite ease-in-out !important;
  animation:alo-circle-img-anim 1s infinite ease-in-out !important
}
.alo-phone.alo-static .alo-ph-img-circle{
  -webkit-animation:alo-circle-img-anim 0s infinite ease-in-out !important;
  -moz-animation:alo-circle-img-anim 0s infinite ease-in-out !important;
  -ms-animation:alo-circle-img-anim 0s infinite ease-in-out !important;
  -o-animation:alo-circle-img-anim 0s infinite ease-in-out !important;
  animation:alo-circle-img-anim 0s infinite ease-in-out !important
}
.alo-phone:hover .alo-ph-img-circle{
  background-color:#00aff2
}
.alo-phone.alo-green:hover .alo-ph-img-circle{
  background-color:#75eb50;
}
.alo-phone.alo-green .alo-ph-img-circle{
  background-color:#F20000
}
.alo-phone.alo-gray:hover .alo-ph-img-circle{
  background-color:#ccc
}
.alo-phone.alo-gray .alo-ph-img-circle{
  background-color:#75eb50
}

/** alo-ph-circle */
@-moz-keyframes alo-circle-anim{
  0%{-moz-transform:rotate(0) scale(.5) skew(1deg);opacity:.1;-moz-opacity:.1;-webkit-opacity:.1;-o-opacity:.1}
  30%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.5;-moz-opacity:.5;-webkit-opacity:.5;-o-opacity:.5}
  100%{-moz-transform:rotate(0) scale(1) skew(1deg);opacity:.6;-moz-opacity:.6;-webkit-opacity:.6;-o-opacity:.1}
}
@-webkit-keyframes alo-circle-anim{
  0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);-webkit-opacity:.1}
  30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);-webkit-opacity:.5}
  100%{-webkit-transform:rotate(0) scale(1) skew(1deg);-webkit-opacity:.1}
}
@-o-keyframes alo-circle-anim{
  0%{-o-transform:rotate(0) kscale(.5) skew(1deg);-o-opacity:.1}
  30%{-o-transform:rotate(0) scale(.7) skew(1deg);-o-opacity:.5}
  100%{-o-transform:rotate(0) scale(1) skew(1deg);-o-opacity:.1}
}
@keyframes alo-circle-anim{
  0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}
  30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}
  100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}
}

/** alo-ph-circle-fill */
@-moz-keyframes alo-circle-fill-anim{
  0%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
  50%{-moz-transform:rotate(0) -moz-scale(1) skew(1deg);opacity:.2}
  100%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
}
@-webkit-keyframes alo-circle-fill-anim{
  0%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
  50%{-webkit-transform:rotate(0) scale(1) skew(1deg);opacity:.2}
  100%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
}
@-o-keyframes alo-circle-fill-anim{
  0%{-o-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
  50%{-o-transform:rotate(0) scale(1) skew(1deg);opacity:.2}
  100%{-o-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
}
@keyframes alo-circle-fill-anim{
  0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
  50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}
  100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
}

/** alo-ph-img-circle */
@-moz-keyframes alo-circle-img-anim{
  0%{transform:rotate(0) scale(1) skew(1deg)}
  10%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}
  20%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}
  30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}
  40%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}
  50%{-moz-transform:rotate(0) scale(1) skew(1deg)}
  100%{-moz-transform:rotate(0) scale(1) skew(1deg)}
}
@-webkit-keyframes 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)}
}
@-o-keyframes alo-circle-img-anim{
  0%{-o-transform:rotate(0) scale(1) skew(1deg)}
  10%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}
  20%{-o-transform:rotate(25deg) scale(1) skew(1deg)}
  30%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}
  40%{-o-transform:rotate(25deg) scale(1) skew(1deg)}
  50%{-o-transform:rotate(0) scale(1) skew(1deg)}
  100%{-o-transform:rotate(0) scale(1) skew(1deg)}
}
@keyframes alo-circle-img-anim{
  0%{transform:rotate(0) scale(1) skew(1deg)}
  10%{transform:rotate(-25deg) scale(1) skew(1deg)}
  20%{transform:rotate(25deg) scale(1) skew(1deg)}
  30%{transform:rotate(-25deg) scale(1) skew(1deg)}
  40%{transform:rotate(25deg) scale(1) skew(1deg)}
  50%{transform:rotate(0) scale(1) skew(1deg)}
  100%{transform:rotate(0) scale(1) skew(1deg)}
}


/* ==========================================================================================
  Icon-contact
========================================================================================== */
.icon-contact{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #145287;
  position: fixed;
  right: 100px;
  bottom: 25px;
  border: 1px solid transparent;
  padding: 10px;
  z-index: 2;
}
.icon-contact::before {
  content: "";
  background-color: #145287;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  width: 60px;
  height: 60px;
  left: 0;
  top: 0;
}

.icon-contact .icon-contact-slide{
  z-index: 2;
}
.icon-contact .icon-contact-slide .carousel-inner{
  width: 39px;
  height: 39px;
  line-height: 39px;
  border-radius: 50%;
  background-color: #fff;
}
.icon-contact .icon-contact-slide .carousel-item{
  color: #145287;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  width: 39px;
  height: 39px;
  line-height: 38px;
  transition-duration: .1s;
}
.icon-contact-dropdown{
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 58px;
  height: 58px;
}
.icon-contact-dropdown .click-icon-dropdown{
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-opacity: 0;
  opacity: 0;
  background-color: transparent;
}
.icon-contact-dropdown.show .click-icon-dropdown{
  background-color: #145287;
  -webkit-opacity: 1;
  opacity: 1;
  border-radius: 50%;
}
.icon-contact-dropdown.show .click-icon-dropdown:after{
  content: "\f00d";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  color: #fff;
  border: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}
.icon-contact-dropdown .dropdown-menu{
  right: 0;
  bottom: 70px;
  top: auto !important;
  left: auto !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  border: 0;
  -webkit-box-shadow: 0 0 10px -1px rgba(0,0,0,.6);
  box-shadow: 0 0 10px -1px rgba(0,0,0,.6);
}
.icon-contact-dropdown .dropdown-menu:after{
  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: '';
}
.icon-contact-dropdown .dropdown-menu > .dropdown-item{
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
}
.icon-contact-dropdown .dropdown-menu > .dropdown-item:last-child{
  margin-bottom: 0;
}
.icon-contact-show{
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 39px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  margin-right: 5px;
}
.icon-contact-show.icon-contact-phone{
  background-color: #be0000;
}
.icon-contact-show.icon-contact-email{
  background-color: #ff643a;
}
.icon-contact-show.icon-contact-facebook{
  background-color: #0470e5;
}

@media screen and (max-width: 767px){
  .icon-contact{
    right: auto;
    bottom: 25px;
    left: 25px;
  }
  .icon-contact-dropdown .dropdown-menu{
    right: auto !important;
    bottom: 70px;
    top: auto !important;
    left: 0 !important;
  }
  .icon-contact-dropdown .dropdown-menu:after{
    bottom: -7px;
    right: auto;
    left: 25px;
  }
}
/***************************************************************************************************/
.icon-ph-circle-fill{
  background-color: #bfebfc;
  opacity: .5 !important;
  position: absolute;
  z-index: 1;
  width: 74px;
  height: 74px;
  top: -8px;
  left: -8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .1;
  -webkit-animation: icon-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: icon-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: icon-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: icon-circle-fill-anim 2.3s infinite ease-in-out;
  animation: icon-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
/** icon-ph-circle-fill */
@-moz-keyframes icon-circle-fill-anim{
  0%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
  50%{-moz-transform:rotate(0) -moz-scale(1) skew(1deg);opacity:.2}
  100%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
}
@-webkit-keyframes icon-circle-fill-anim{
  0%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
  50%{-webkit-transform:rotate(0) scale(1) skew(1deg);opacity:.2}
  100%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
}
@-o-keyframes icon-circle-fill-anim{
  0%{-o-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
  50%{-o-transform:rotate(0) scale(1) skew(1deg);opacity:.2}
  100%{-o-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
}
@keyframes icon-circle-fill-anim{
  0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
  50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}
  100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
}
/***************************************************************************************************/
.icon-ph-circle{
  opacity: .5 !important;
  width: 100px;
  height: 100px;
  top: -21px;
  left: -21px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #F20000;
  opacity: .1;
  -webkit-animation: icon-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: icon-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: icon-circle-anim 1.2s infinite ease-in-out;
  -o-animation: icon-circle-anim 1.2s infinite ease-in-out;
  animation: icon-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;  
}

/** icon-ph-circle */
@-moz-keyframes icon-circle-anim{
  0%{-moz-transform:rotate(0) scale(.5) skew(1deg);opacity:.1;-moz-opacity:.1;-webkit-opacity:.1;-o-opacity:.1}
  30%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.5;-moz-opacity:.5;-webkit-opacity:.5;-o-opacity:.5}
  100%{-moz-transform:rotate(0) scale(1) skew(1deg);opacity:.6;-moz-opacity:.6;-webkit-opacity:.6;-o-opacity:.1}
}
@-webkit-keyframes icon-circle-anim{
  0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);-webkit-opacity:.1}
  30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);-webkit-opacity:.5}
  100%{-webkit-transform:rotate(0) scale(1) skew(1deg);-webkit-opacity:.1}
}
@-o-keyframes icon-circle-anim{
  0%{-o-transform:rotate(0) kscale(.5) skew(1deg);-o-opacity:.1}
  30%{-o-transform:rotate(0) scale(.7) skew(1deg);-o-opacity:.5}
  100%{-o-transform:rotate(0) scale(1) skew(1deg);-o-opacity:.1}
}
@keyframes icon-circle-anim{
  0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}
  30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}
  100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}
}