<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------------------------------
Project:  Yumi
Version:  2.0
Last change:  
Assigned to:  Le Xuan Bach
Primary use:  Company
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[LAYOUT]

* body
  + Header / header
  + Page Content / .page-content .name-page
        + Section Layouts / section .name-section
        ...
  + Footer / footer

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[COLOR CODES]

# Text Color      :  #666
# Primary Color 01:  #29af6b 

------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TYPOGRAPHY]

Body            : 16px/1.6 'Montserrat-Regular', Arial, sans-serif;
Title           : 18px/1.6 'PlayfairDisplay-Bold', Arial, sans-serif;
Paragrap        : 18px/1.6 'Montserrat-Regular', Arial, sans-serif;
Input, textarea : 14px/1.6 'Montserrat-Regular', Arial, sans-serif;
-------------------------------------------------------------------*/



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/
@font-face {
  font-family: Montserrat-Regular;
  src: url('../fonts/Montserrat-Regular.ttf'); 
}

@font-face {
  font-family: Montserrat-Medium;
  src: url('../fonts/Montserrat-Medium.ttf'); 
}


@font-face{
    font-family:'utm_avo';
    src:url('fonts/UTM Avo.eot');
    src:local('utm_avo'),url('../fonts/UTM_Avo_Regular.woff') format('woff'),url('../fonts/UTM_Avo_Regular.ttf') format('truetype'),url('../fonts/UTM_Avo_Regular.svg') format('svg');
    font-weight:400;
    font-style:normal;
	font-display:swap;
}
@font-face{
    font-family:'UTMAvoBold';
    font-style:normal;
    font-weight:400;
	font-display:swap;
    src:local('UTMAvoBold'),url('../fonts/UTM_Avo_Bold.woff') format('woff');
}


@font-face {
  font-family: Montserrat-SemiBold;
  src: url('../fonts/Montserrat-SemiBold.ttf'); 
}




/*//////////////////////////////////////////////////////////////////
[ RS PLUGIN ]*/

/*------------------------------------------------------------------
[ Bootstrap ]*/
.container {
	max-width: 1200px;
}

/*------------------------------------------------------------------
[ Slick ]*/
.slick-slide {
  outline: none !important;
}





/*//////////////////////////////////////////////////////////////////
[ LOADDING ]*/
.animsition-loading-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cp-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    box-sizing: border-box;
    position: relative
}

.cp-meter {
    border-radius: 50%;
    border-top: solid 6px #29af6b;
    border-right: solid 6px #29af6b;
    border-bottom: solid 6px #29af6b;
    border-left: solid 6px #29af6b;
    width: 48px;
    height: 48px;
    display: inline-block;
    box-sizing: border-box
}

.cp-meter:before {
    border-radius: 3px;
    content: " ";
    width: 6px;
    height: 12px;
    display: inline-block;
    box-sizing: border-box;
    background-color: #29af6b;
    position: absolute;
    top: 5px;
    left: 16px;
    transform-origin: center bottom;
    animation: cp-meter-animate-before 1s linear infinite
}

@keyframes cp-meter-animate-before {
    0% {
        transform: rotate(-45deg)
    }

    100% {
        transform: rotate(315deg)
    }
}

/*//////////////////////////////////////////////////////////////////
[ BUTTON BACK TO TOP ]*/
.btn-back-to-top {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 0px;
  right: 40px;
  background-color: black;
  opacity: 0.5;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.symbol-btn-back-to-top {
  font-size: 22px;
  color: white;
  line-height: 1em;
}

.btn-back-to-top:hover {
  background-color: #29af6b;
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 575px) {
  .btn-back-to-top {
    bottom: 0px;
    right: 15px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Header ]*/

/*&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;
[ Header Desktop ]*/

.container-menu-desktop {
  height: 100px;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.header-v1 {
  width: 100%;
  position: relative;
}

.header-v1 .container-menu-desktop {
  height: 125px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.header-v2 .container-menu-desktop {
  height: 150px;
  width: 100%;
  position: relative;
}

@media (max-height: 767px) {
  .container-menu-desktop {
    height: 100px;
  }

  .header-v2 .container-menu-desktop {
    height: 140px;
  }
}


/*==================================================================
[ Top bar ]*/
.top-bar {
  height: 50px;
  background-color: #29af6b;
}

.content-topbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  align-items: center;
  padding: 8px 0;
}

@media (max-height: 767px) {
  .top-bar,
  .content-topbar {
    height: 40px;
  }
}

/*---------------------------------------------*/
.left-top-bar {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}

.left-top-bar a {
  font-size: 16px;
  color: #fff;
  padding-right: 23px;

  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.left-top-bar a:hover {
  color: #ed3237;
}


/*---------------------------------------------*/
.center-top-bar {
  font-family: Montserrat-Regular;
  font-size: 14px;
  line-height: 1.7;
  color: #fff;
  text-align: center;
}


/*---------------------------------------------*/
.right-top-bar {
  font-family: Montserrat-Regular;
  font-size: 16px;
  line-height: 1.7;
  color: #ccc;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}


/*---------------------------------------------*/
.topbar-mobile li {
  padding: 8px 20px;
  border-top: 1px solid #ececec;
}

.topbar-mobile .left-top-bar a {
  color: #666;
}

.topbar-mobile .center-top-bar {
  color: #666;
  text-align: left;
}

.topbar-mobile .right-top-bar {
  color: #666;
  justify-content: flex-start;
}



/*==================================================================
[ Menu ]*/

.wrap-menu-desktop {
  position: fixed;
  z-index: 1100;
  background-color: #f2f2f2;
  width: 100%;
  height: 100px;
  top: 0px;
  left: 0px; 

  -webkit-transition: height 0.3s, background-color 0.3s;
  -o-transition: height 0.3s, background-color 0.3s;
  -moz-transition: height 0.3s, background-color 0.3s;
  transition: height 0.3s, background-color 0.3s;
}

.header-v1 .wrap-menu-desktop {
  background-color: transparent;
  height: 125px;
  top: 0px;
}

.header-v2 .wrap-menu-desktop {
  position: fixed;
  background-color: #f2f2f2;
  height: 100px;
  top: 50px;
}

@media (max-height: 767px) {
  .wrap-menu-desktop {
    height: 100px;
  }

  .header-v2 .wrap-menu-desktop {
    height: 100px;
    top: 40px;
  }
}

/*---------------------------------------------*/
.limiter-menu-desktop {
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  align-items: center;
  padding: 0px 50px;
}

.header-v1 .limiter-menu-desktop {
  max-width: 100%;
  padding: 0px 50px;
}

@media (max-width: 1199px) {
  .limiter-menu-desktop,
  .header-v1 .limiter-menu-desktop {
    padding: 0px 15px;
  }
}

.header-v2 .limiter-menu-desktop {
  max-width: 1200px;
  padding: 0px 15px;
}


/*------------------------------------------------------------------
[ Logo ]*/
.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 75%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}

.logo img {
  max-width: calc(100% - 20px);
  max-height: 100%;
  position:absolute;
  top: 0; 
  left: 0; 
  bottom: 5px;
  margin: auto;
}



/*------------------------------------------------------------------
[ Menu ]*/

.menu-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
}

.main-menu {
  list-style-type: none;
  margin: 0;
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.main-menu &gt; li {
  display: block;
  position: relative;
  padding: 23px 0px;
  margin: 0px 30px;
}

.header-v1 .main-menu &gt; li {
  margin: 0px 27px;
}

.header-v2 .main-menu &gt; li {
  margin: 0px 30px;
}

.header-v2 .main-menu &gt; li:last-child {
  margin-right: 0px;
}

.main-menu &gt; li &gt; a {
  font-family: 'utm_avo', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #333;
  padding: 5px 0px;
  font-weight: 600;
}

.header-v1 .main-menu &gt; li &gt; a {
  color: #fff;
}

@media (max-width: 1400px) {
  .main-menu &gt; li {
    margin: 0px 18px;
  }

  .header-v1 .main-menu &gt; li {
    margin: 0px 22px;
  }
}

@media (max-width: 1199px) {
  .main-menu &gt; li {
    margin: 0px 12px;
  }

  .header-v1 .main-menu &gt; li {
    margin: 0px 16px;
  }

  .header-v2 .main-menu &gt; li {
    margin: 0px 20px;
  }
}


/*---------------------------------------------*/
.sub-menu {
  list-style-type: none;
  position: absolute;
  top:0;
  left:100%;
  min-width: 250px;
  max-width: 300px;
  background-color: white;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;

  box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);

  visibility: hidden;
  opacity: 0; 
  border-bottom: 3px solid #29af6b;
}

.sub-menu li {
  position: relative;
  background-color: #fff;
	border-top: 1px solid #e6e6e6;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.sub-menu li:first-child {
    border: none;
}

.main-menu &gt; li &gt; .sub-menu {
  top:94%;
  left: 0;
}

.sub-menu a {
   font-family: 'utm_avo', sans-serif;
   font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
    display: block;
  padding: 10px 15px; 
  width: 100%;

  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

/*---------------------------------------------*/
.main-menu &gt; li:hover &gt; a {
  text-decoration: none;
  color:#29af6b;
}

.main-menu &gt; li:hover &gt; .sub-menu {
  visibility: visible;
  opacity: 1;
}

.sub-menu li:hover &gt; .sub-menu {
  visibility: visible;
  opacity: 1;
} 

.sub-menu li:hover {
  background-color: #29af6b;
  
  
}

.sub-menu &gt; li:hover &gt; a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1300px) {
  .main-menu &gt; .respon-sub-menu .sub-menu {
    right: 100%;
    left: auto;
  }

  .main-menu &gt; .respon-sub-menu &gt; .sub-menu {
    right: 0px;
    left: auto;
  }
}

/*---------------------------------------------*/
.main-menu &gt; li::before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);

  bottom: 19px;
  width: 0;
  background-color: #29af6b;

  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.main-menu &gt; li:hover:before {
  width: 100%;
  
}


/*------------------------------------------------------------------
[ More ]*/
.search-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}

.search-desktop button {
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.wrap-header-mobile .search-desktop button {
  color: #333;
  padding-right: 30px;
}

.search-desktop button:hover {
  color: #29af6b;
}

@media (max-width: 1400px) {
  .search-desktop {
    -webkit-flex-grow: 0.5;
    -moz-flex-grow: 0.5;
    flex-grow: 0.5;
  }
}

/*------------------------------------------------------------------
[ Modal search ]*/
.modal-search-header {
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100%;
  bottom: 101%;
  left: 0;
  background-color: rgba(0,0,0,0.9);
}

.show-modal-search {
  bottom: 0;
}

.container-search-header {
  width: auto;
  max-width: 100%;
  padding: 30px 15px;
}

.wrap-search-header {
  width: 600px;
  max-width: 100%;
  height: 60px;
  border-bottom: 1px solid rgba(255,255,255,0.6);
  position: relative;
}

/*---------------------------------------------*/
.wrap-search-header input {
  font-family: Montserrat-Regular;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  
  padding: 0px 35px 0px 5px;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.wrap-search-header button,
.btn-hide-modal-search {
  font-size: 20px;
  color: #fff;

  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
}

.wrap-search-header button {
  width: 30px;
  height: 100%;
}

.wrap-search-header button:hover,
.btn-hide-modal-search:hover {
  color: #29af6b;
}

/*---------------------------------------------*/
.order-info-header {
  font-family: Montserrat-Regular;
  font-size: 14px;
  line-height: 1.7;
  color: #fff;

  width: 200px;
  min-height: 50px;
  padding: 10px;
  background-color: #29af6b;
}

@media (max-width: 1199px) {
  .order-info-header {
    width: 140px;
  }
}

/*==================================================================
[ Fixed menu desktop ]*/
.fix-menu-desktop {
  height: 70px;
}

.fix-menu-desktop .wrap-menu-desktop {
  height: 70px;
  box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
}

/*---------------------------------------------*/
.header-v1 .fix-menu-desktop {
  height: 70px;
}

.header-v1 .fix-menu-desktop .wrap-menu-desktop {
  height: 70px;
  background-color: rgba(34,34,34,0.9);
}

/*---------------------------------------------*/
.header-v2 .fix-menu-desktop {
  height: 110px;
}

.header-v2 .fix-menu-desktop .wrap-menu-desktop {
  height: 70px;
}



/*&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;
[ Header Mobile ]*/
.wrap-header-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 109px;
  padding: 11px;
  display: none;

  box-shadow: 0 0px 4px 0px rgba(153,153,153,0.3);
  -moz-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.3);
  -webkit-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.3);
  -o-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.3);
  -ms-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.3); 
}

/*------------------------------------------------------------------
[ Logo mobile ]*/
.logo-mobile {
  display: block;
  position: relative;
  height: 100%;
  padding-right: 5px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}

.logo-mobile svg {
  max-width: calc(100% - 20px);
  max-height: 100%;
  position:absolute;
  top: 0; 
  left: 0; 
  bottom: 0;
  margin: auto;
  margin-bottom: 20px
}



/*------------------------------------------------------------------
[ btn show menu ]*/
.hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}

.hamburger:hover {
  opacity: 1;
}

/*---------------------------------------------*/
@media (max-width: 991px){
  .wrap-header-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .container-menu-desktop {display: none;}
}

/*==================================================================
[ Menu mobile ]*/
.menu-mobile {
  width: 100%;
  background-color: white;
  display: none;
}

.main-menu-m {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #29af6b;
}

.main-menu-m &gt; li &gt; a {
  font-family: 'utm_avo', sans-serif;
text-shadow: rgb(206 206 206) 0px 1px; 
  font-size: 14px;
  color: white;
  line-height: 2.86;
  text-transform: uppercase;
  padding: 8px 20px 8px 20px;
}

.main-menu-m &gt; li {
  color: white;
  position: relative;
  border-top: 1px solid #e6e6e6;
}

.main-menu-m &gt; li:first-child {
border:none;
}

.arrow-main-menu-m {
  font-size: 14px;
  color: #fff;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 2px;
  padding: 10px;
  cursor: pointer;
}

.arrow-main-menu-m i {
  transform-origin: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.turn-arrow-main-menu-m i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*---------------------------------------------*/
.sub-menu-m {
  background-color: #fff;
  padding: 10px 15px 10px 32px;
  display: none;
}

.sub-menu-m a {
  font-family: 'utm_avo', sans-serif;
font-weight: 600; 
  font-size: 14px;
  color: #666;
  line-height: 2.5;
  padding: 5px 0 5px 0;
}

.sub-menu-m a:hover {
  text-decoration: none;
  color: #555555;
}

@media (min-width: 991px){
  .menu-mobile {
    display: none;
  }
}



/*//////////////////////////////////////////////////////////////////
[ RS sweet alert ]*/
.swal-overlay {overflow-y: auto;}

.swal-button:focus {
    outline: none;
    box-shadow: none;
}

.swal-button {
  background-color: #29af6b;
  font-family: Montserrat-Regular;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  font-weight: unset;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.swal-button:hover {
  background-color: #333;
}

.swal-button:active {
  background-color: #333;
}

.swal-title {
  font-family: 'utm_avo', sans-serif;
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 15px;
  text-transform: uppercase;
}

.swal-text {
  font-family: Montserrat-Regular;
  color: #555555;
  font-size: 16px;
  line-height: 1.666667;
  text-align: center;
}

.swal-footer {
    margin-top: 0;
}


/*//////////////////////////////////////////////////////////////////
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;

  font-family: Montserrat-Regular;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f071";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}





/*//////////////////////////////////////////////////////////////////
[ Calendar ]*/
td.active {
  background-color: #29af6b !important;
}

input[type="date" i] {
  padding: 14px;
}

.table-condensed td, .table-condensed th {
  font-size: 14px;
  font-family: Montserrat-Regular;
  font-weight: 400;
}

.daterangepicker td {
  width: 40px;
  height: 30px;
}

.daterangepicker {
  border: none;
  box-shadow: 0px 3px 25px rgba(0,0,0,0.1);
}

.daterangepicker thead tr th {
  padding: 10px 0;
}
.daterangepicker .table-condensed th select {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
  padding: 5px;
}

/*---------------------------------------------*/
.wrap-inputdate {
  width: 100%;
  height: 50px;
  position: relative;
}

.my-calendar {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #333;
  line-height: 1.2;

  padding: 0 30px;
  width: 100%;
  height: 100%;
  background: transparent;
}

.wrap-inputdate .btn-calendar {
  cursor: pointer;
  font-size: 14px;
  margin-right: 30px;
  color: #333;
}

/*==================================================================
[ rs1 calendar ]*/
.rs1-calendar .my-calendar {
  color: #fff;
}

.rs1-calendar.wrap-inputdate .btn-calendar {
  color: #fff;
}



/*//////////////////////////////////////////////////////////////////
[ Restyle Select2 ]*/

.rs1-select2 .select2-container {
  display: block;
  max-width: 100% !important;
  width: auto !important;
}

.rs1-select2 .select2-container .select2-selection--single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  height: 50px;
  background-color: transparent;
  border-radius: 0px;
  position: relative;
}

/*------------------------------------------------------------------
[ in select ]*/
.rs1-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding-left: 30px;
  background-color: transparent;
}

.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 20px;
  height: 100%;
  top: 0;
  right: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-top-color: #333;
}

.rs1-select2 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-bottom-color: #333;
}



/*------------------------------------------------------------------
[ Dropdown option ]*/
.rs1-select2 .select2-container--open .select2-dropdown {
  z-index: 1251;
  width: 100%;
  border: 2px solid #fff;
  border-radius: 0px;
  overflow: hidden;
  background-color: white;
  left: 0px;

  box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
}

.rs1-select2 .select2-dropdown--above {top: -2px;}
.rs1-select2 .select2-dropdown--below {top: 2px;}

.rs1-select2 .select2-container .select2-results__option[aria-selected] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
}

.rs1-select2 .select2-container .select2-results__option[aria-selected="true"] {
  background: #29af6b;
  color: white;
}

.rs1-select2 .select2-container .select2-results__option--highlighted[aria-selected] {
  background: #29af6b;
  color: white;
}

.rs1-select2 .select2-results__options {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
}

.rs1-select2 .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: none;
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
}

/*==================================================================
[ rs2 select2 ]*/

.rs2-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  color: #fff;
}

.rs2-select2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-top-color: #fff;
}

.rs2-select2 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-bottom-color: #fff;
}




/*//////////////////////////////////////////////////////////////////
[ RS Revo Slide 1 ]*/

/*---------------------------------------------*/
#rev_slider_1 .gyges.tparrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

#rev_slider_1 .gyges.tparrows:hover {
  background-color: rgba(255,164,20,0.8);
}

/*---------------------------------------------*/
#rev_slider_1 .caption-1 {
  padding: 0px 15px 0px 15px;
}

#rev_slider_1 .caption-1 img {
  max-width: 100%;
}

/*---------------------------------------------*/
#rev_slider_1 .caption-2 {
  font-family: Montserrat-SemiBold;
  text-transform: uppercase;
  letter-spacing: 3px;
text-shadow: rgb(33 135 81) -1px -1px, rgb(33 135 81) 2px 2px, rgb(33 135 81) 2px 2px, rgb(33 135 81) -1px -1px;
}

/*---------------------------------------------*/
#rev_slider_1 .btn2,
#rev_slider_1 .btn1 {
  font-family: Montserrat-SemiBold;
  font-size: 14px !important;
  color: #fff;
  text-transform: uppercase;

  min-width: 170px;
  height: 50px;
  padding: 5px 15px;
  margin: 10px;

  -webkit-transition: all 0.4s !important;
  -o-transition: all 0.4s !important;
  -moz-transition: all 0.4s !important;
  transition: all 0.4s !important;
}


#rev_slider_1 .btn1 {
  background-color: #29af6b;
}

#rev_slider_1 .btn2 {
  background-color: transparent;
  border: 2px solid #fff !important;
}

#rev_slider_1 .btn2:hover,
#rev_slider_1 .btn1:hover {
  background-color: rgba(255,255,255,0.6);
  color: #fff;
  border-color: transparent !important;
}

/*---------------------------------------------*/
.sec-slider1 {
  position: relative;
}

.wrap-scroll-slider1 {
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 0;
}

.scroll-slider1 {
  width: 30px;
  height: 49px;
  border: 2px solid #fff;
  border-radius: 15px;
  padding-top: 11px;
}

.scroll-slider1::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  top: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.scroll-slider1:hover {
  background-color: rgba(255,255,255,0.3);
}

.scroll-slider1:hover:before {
  -webkit-transform: translateY(18px);
  -moz-transform: translateY(18px);
  -ms-transform: translateY(18px);
  -o-transform: translateY(18px);
  transform: translateY(18px);
}

@media (max-width: 575px) {
  .wrap-scroll-slider1 {
    bottom: 20px;
  }
}

/*//////////////////////////////////////////////////////////////////
[ RS Revo Slide 2 ]*/

/*---------------------------------------------*/
#rev_slider_2 .gyges.tparrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

#rev_slider_2 .gyges.tparrows:hover {
  background-color: rgba(255,164,20,0.3);
}

/*---------------------------------------------*/
#rev_slider_2 .caption-1 {
  padding: 0px 15px 0px 15px;
}

#rev_slider_2 .caption-1 img {
  max-width: 100%;
}

/*---------------------------------------------*/
#rev_slider_2 .caption-2 {
  font-family: 'utm_avo', sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
}

/*---------------------------------------------*/
#rev_slider_2 .btn2,
#rev_slider_2 .btn1 {
  font-family: Montserrat-SemiBold;
  font-size: 14px !important;
  color: #fff;
  text-transform: uppercase;

  min-width: 170px;
  height: 50px;
  padding: 5px 15px;
  border-radius: 5px;
  margin: 10px;

  -webkit-transition: all 0.4s !important;
  -o-transition: all 0.4s !important;
  -moz-transition: all 0.4s !important;
  transition: all 0.4s !important;
}


#rev_slider_2 .btn1 {
  background-color: #29af6b;
}

#rev_slider_2 .btn2 {
  background-color: transparent;
  border: 2px solid #fff !important;
}

#rev_slider_2 .btn2:hover,
#rev_slider_2 .btn1:hover {
  background-color: rgba(255,255,255,0.6);
  color: #fff;
  border-color: transparent !important;
}

/*//////////////////////////////////////////////////////////////////
[ RS Revo Slide 3 ]*/

/*---------------------------------------------*/
#rev_slider_3 .gyges.tparrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

#rev_slider_3 .gyges.tparrows:hover {
  background-color: rgba(255,164,20,0.8);
}

/*---------------------------------------------*/


@media (max-width: 1199px) {
  #rev_slider_3 .caption-1 {
    width: 380px !important;
  }

  #rev_slider_3 .caption-1 img {
    max-width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 991px) {
  #rev_slider_3 .caption-1 {
    display: none !important;
  }
}

/*---------------------------------------------*/
#rev_slider_3 .caption-2 {
  font-family: 'utm_avo', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/*---------------------------------------------*/
#rev_slider_3 .caption-3 {
  font-family: Montserrat-Regular;
}

/*---------------------------------------------*/

@media (max-width: 991px) {
  #rev_slider_3 .caption-4 {
    justify-content: center;
  }
}
  

#rev_slider_3 .btn2,
#rev_slider_3 .btn1 {
  font-family: Montserrat-SemiBold;
  font-size: 14px !important;
  color: #fff;
  text-transform: uppercase;

  min-width: 170px;
  height: 50px;
  padding: 5px 15px;
  margin: 10px;

  -webkit-transition: all 0.4s !important;
  -o-transition: all 0.4s !important;
  -moz-transition: all 0.4s !important;
  transition: all 0.4s !important;
}


#rev_slider_3 .btn1 {
  background-color: #29af6b;
}

#rev_slider_3 .btn2 {
  background-color: transparent;
  border: 2px solid #fff !important;
}

#rev_slider_3 .btn2:hover,
#rev_slider_3 .btn1:hover {
  background-color: rgba(255,255,255,0.6);
  color: #fff;
  border-color: transparent !important;
}

/*//////////////////////////////////////////////////////////////////
[ Tab01 ]*/
.tab01 .nav-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 550px;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 7px 0px;
}

.tab01 .nav-tabs .nav-item {
  padding: 5px 16px;
}

.tab01 .nav-link {
  font-family: 'utm_avo', sans-serif;
  font-size: 15px;
  color: #666;
  line-height: 1.2;

  padding: 0;
  border-radius: 0px;
  border: none;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.tab01 .nav-link.active {
  color: #333;
}

.tab01 .nav-link:hover {
  color: #333;
}


/*//////////////////////////////////////////////////////////////////
[ Slide2 ]*/

.wrap-slick4,
.wrap-slick2 {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}

/* ------------------------------------ */
.arrow-slick4,
.arrow-slick2 {
  position: absolute;
  z-index: 100;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 40px;
  color: #999;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.arrow-slick4:hover,
.arrow-slick2:hover {
  color: #333;
}

.next-slick4,
.next-slick2 {
  right: -40px;
}

.prev-slick4,
.prev-slick2 {
  left: -40px;
}

@media (max-width: 1300px) {
  .next-slick4,
  .next-slick2 {
    right: 0px;
  }

  .prev-slick4,
  .prev-slick2 {
    left: 0px;
  }
}

/*//////////////////////////////////////////////////////////////////
[ Slick3 ]*/
.slick3-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  width: 550px;
  max-width: 100%;
  margin: 0 auto;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 4px 0;
}

.slick3-dots li {
  font-family: Montserrat-SemiBold;
  font-size: 15px;
  color: #ccc;
  line-height: 1.5714;

  display: block;
  cursor: pointer;
  margin: 5px 16px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.slick3-dots li:hover {
  color: #fff;
}

.slick3-dots li.slick-active {
  color: #fff;
}

/*---------------------------------------------*/
.wrap-slick3-arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;

  width: 330px;
  max-width: 100%;
  margin: 0 auto;
}

.wrap-slick3-arrows .arrow-slick3 {
  font-size: 34px;
  color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.wrap-slick3-arrows .arrow-slick3:hover {
  color: #29af6b;
}


/*//////////////////////////////////////////////////////////////////
[ Slide5 ]*/
.wrap-slick5 {
  position: relative;
}

.arrow-slick5 {
  font-size: 40px;
  color: #fff;

  position: absolute;
  z-index: 1000;
  top: calc(50% - 30px);
  padding: 0 20px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.arrow-slick5:hover {
  color: #29af6b;
}

.prev-slick5 {
  left: 10px;
  right: auto;
}

.next-slick5 {
  left: auto;
  right: 10px;
}


/*//////////////////////////////////////////////////////////////////
[ Modal video 01 ]*/
body {padding-right: 0px !important;}
.modal {
  padding: 0px !important;
  z-index: 1160;
  overflow-x: hidden;
  overflow-y: auto !important;
}
.modal-open {overflow-y: scroll;}

/* ------------------------------------ */
.modal-backdrop {
  background-color: transparent;
}

#modal-video-01 {
  background-color: rgba(0,0,0,0.8);
  z-index: 1250;
  
}

#modal-video-01 .modal-dialog {
  max-width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

.wrap-video-mo-01 {
  width: 854px;
  height: auto;
  position: relative;
  margin: 15px;
}

.wrap-video-mo-01::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.video-mo-01 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}

.video-mo-01 iframe {
  width: 100%;
  height: 100%;
}

.close-mo-video-01 {
  font-size: 50px;
  color: white;
  opacity: 0.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1250;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
}

.close-mo-video-01:hover {
  cursor: pointer;
  opacity: 1;
}


/*//////////////////////////////////////////////////////////////////
[ Block1 ]*/
.block1 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.block1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/pattern-01.png);
  background-repeat: repeat;
}

.block1-content {
  background-color: #fff;
  box-shadow: 0 3px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.2);
}


/*---------------------------------------------*/
.block1-pic {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.block1-pic img {
  width: 100%;
    height: 250px;

}

/*---------------------------------------------*/
.block1-txt a {
  font-family: 'utm_avo', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #29af6b;
  line-height: 1.2;
}

.block1-txt p {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #666;
  line-height: 1.57;
}

.block1-txt span {
  font-family: PlayfairDisplay-Regular;
  font-size: 22px;
  color: #ed3237;
  line-height: 1;

  display: block;
}

/*---------------------------------------------*/
.block1-content:hover {
  background-color: rgba(255,255,255,0);
}

.block1-content:hover .block1-txt span,
.block1-content:hover .block1-txt p,
.block1-content:hover .block1-txt a {
  color: #fff;
}

.block1-content .block1-txt a:hover {
  color: #fff;
}


/*//////////////////////////////////////////////////////////////////
[ Block2 ]*/
.block2 {
  width: 100%;
}

.block2-pic {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.block2-pic img {
  width: 100%;
  height: 100%;
}

.block2-pic:hover {
  -webkit-transform: translate(0,-4px);
  -moz-transform: translate(0,-4px);
  -ms-transform: translate(0,-4px);
  -o-transform: translate(0,-4px);
  transform: translate(0,-4px);
  box-shadow: 3px 4px 10px -2px #000;
  -moz-box-shadow: 3px 4px 10px -2px #000;
  -webkit-box-shadow: 3px 4px 10px -2px #000;
  -o-box-shadow: 3px 4px 10px -2px #000;
  -ms-box-shadow: 3px 4px 10px -2px #000;
}

/*---------------------------------------------*/
.block2-txt {
  width: calc(100% - 90px - 63px);
  padding-right: 10px;
}

/*---------------------------------------------*/
.block2-more {
  width: 63px;
  height: 50px;
  border-left: 1px solid #ccc;
}

/*---------------------------------------------*/
.line-divide-b2 {
  position: relative;
}

.line-divide-b2::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 25px);
  height: 1px;
  background-color: #ccc;
  bottom: 0;
  left: 0;
}

.line-divide-b2:last-child:after {
  display: none;
}

/*---------------------------------------------*/
@media (max-width: 575px) {
  .block2-txt {
    width: calc(100% - 63px);
  }

  .block2-pic {
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
  }

  .line-divide-b2::after {
    width: 100%;
  }
}

/*//////////////////////////////////////////////////////////////////
[ Block3 ]*/

/*---------------------------------------------*/
.block3-child1-lineconnect {
  position: relative;
}

.block3-child1-lineconnect::after {
  content: "....................................................................................................................................";
  font-family: PlayfairDisplay-Bold;
  font-size: 16px;
  color: #29af6b;
  letter-spacing: 1px;
  
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 0%;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.block3-child1-lineconnect::before {
  content: "....................................................................................................................................";
  font-family: PlayfairDisplay-Bold;
  font-size: 16px;
  color: #ccc;
  letter-spacing: 1px;
  text-align: right;
  
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/*---------------------------------------------*/
.hov-block3 .block3-child1-lineconnect::after {
  width: 100%;
}

.hov-block3 .block3-child1-name {
  color: #29af6b;
}

.hov-block3 .block3-child1-more {
  color: #29af6b;
}

/*---------------------------------------------*/
.block3-child2 {
  padding-right: 42px;
}

/*---------------------------------------------*/
@media (max-width: 479px) {
  .block3-child1-lineconnect {
    opacity: 0;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Block4 ]*/

.block4-pic {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 30px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.block4-pic img {
  width: 100%;
  height: 100%;
}

/*---------------------------------------------*/
.block4-txt {
  width: calc(100% - 100px);
}

/*---------------------------------------------*/
.block4-txt-name {
  padding-top: 8px;
}

/*---------------------------------------------*/
.block4-txt-lineconnect {
  position: relative;
  margin: 0 8px;
}

.block4-txt-lineconnect::after {
  content: "....................................................................................................................................";
  font-family: PlayfairDisplay-Bold;
  font-size: 16px;
  color: #29af6b;
  letter-spacing: 1px;
  
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 0%;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.block4-txt-lineconnect::before {
  content: "....................................................................................................................................";
  font-family: PlayfairDisplay-Bold;
  font-size: 16px;
  color: #ccc;
  letter-spacing: 1px;
  text-align: right;
  
  display: block;
  position: absolute;
  top: 7px;
  right: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/*---------------------------------------------*/
.hov-block4 .block4-txt-lineconnect::after {
  width: 100%;
}

.hov-block4 .block4-txt-name {
  color: #29af6b;
}

.hov-block4 .block4-txt-more {
  color: #29af6b;
}

.hov-block4 .block4-pic {
  -webkit-transform: translate(0,-4px);
  -moz-transform: translate(0,-4px);
  -ms-transform: translate(0,-4px);
  -o-transform: translate(0,-4px);
  transform: translate(0,-4px);
  box-shadow: 3px 4px 10px -2px rgba(0,0,0,0.6);
  -moz-box-shadow: 3px 4px 10px -2px rgba(0,0,0,0.6);
  -webkit-box-shadow: 3px 4px 10px -2px rgba(0,0,0,0.6);
  -o-box-shadow: 3px 4px 10px -2px rgba(0,0,0,0.6);
  -ms-box-shadow: 3px 4px 10px -2px rgba(0,0,0,0.6);
}

@media (max-width: 575px) {
  .block4-pic {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }

  .block4-txt {
    width: calc(100% - 75px);
  }
}

/*---------------------------------------------*/
@media (max-width: 479px) {
  .block4-txt-lineconnect {
    opacity: 0;
  }
}

/*==================================================================
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
==================================================================*/

/*==================================================================
[ Color ]*/
.cl0 {color: #fff;}
.cl1 {color: #29af6b;}
.cl2 {color: #ededed;}
.cl3 {color: #333;}


/*//////////////////////////////////////////////////////////////////
[ S-Text 0 - 15 ]*/

.s1-txt1 {
  font-family: Montserrat-SemiBold;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
}

.s1-txt2 a {
  font-family: Montserrat-Regular;
  color:#e42a2f;
  font-size: 13px;
  line-height: 1.6666667;
  text-transform: uppercase;
}
.s1-txt2 a:hover
{
color:#29af6b;
}

.s1-txt3 {
   font-family: 'utm_avo', sans-serif;
  font-size: 14px;
  color: #ededed;
  line-height: 1.5714;
}
.s1-txt13 {
   font-family: 'utm_avo', sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 1.5714;
}

.s1-txt4 {
  font-family: Montserrat-Regular;
  font-size: 13px;
  color: #e42a2f;
  line-height: 1.6666667;
  text-transform: uppercase;
}

.s1-txt5 {
  font-family: Montserrat-SemiBold;
  font-size: 14px;
  color: #333;
  line-height: 1.5714;
}

.s1-txt6 {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #fff;
  line-height: 1.5714;
}

.s1-txt7 {
  font-family: Montserrat-Regular;
  font-size: 15px;
  color: #ededed;
  line-height: 1.5714;
}

.s1-txt8 {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #ccc;
  line-height: 1.5714;
}

.s1-txt9 {
  font-family: Montserrat-Regular;
  font-size: 13px;
  color: #fff;
  line-height: 1.6666667;
  text-transform: uppercase;
}

.s1-txt10 {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #666;
  line-height: 1.5714;
  letter-spacing: 1px;
}

.s1-txt11 {
  font-family: 'utm_avo', sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.5714;
}

.s1-txt12 {
  font-family: Montserrat-Regular;
  font-size: 13px;
  color: #ccc;
  line-height: 1.5714;
  text-transform: uppercase;
}

.s1-txt13 {
 font-family: 'utm_avo', sans-serif;
 font-size: 15px;
 color: #383838;
 line-height: 1.6;
}

.bdmenu
{border: 1px #e6e6e6 solid;
 padding: 15px;
border-top:none;}
.vmenu
{border-bottom: 1px #efefef solid;}
.chitietmenu
{margin-top:10px}

.s1-txt14 {
  font-family: Montserrat-Regular;
  font-size: 13px;
  color: #666;
  line-height: 1.6666667;
}

/*//////////////////////////////////////////////////////////////////
[ M-Text 16 - 25 ]*/
.m1-txt1 {
  font-family: 'utm_avo', sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
}

.m1-txt2 {
  font-family: 'utm_avo', sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 1.388;
  text-transform: uppercase;
}

.m1-txt3 {
  font-family: Montserrat-Medium;
  font-size: 16px;
  color: #ccc;
  line-height: 1.5625;
}

.m1-txt4 {
  font-family: Montserrat-Regular;
  font-size: 16px;
  color: #29af6b;
  line-height: 1.5625;
}

.m1-txt5 {
  font-family: Montserrat-Regular;
  font-size: 16px;
  color: #ccc;
  line-height: 1.5625;
}

.m1-txt6 {
  font-family: Montserrat-Regular;
  font-size: 16px;
  color: #333;
  line-height: 1.5714;
}

.m1-txt7 {
  font-family: 'utm_avo', sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
}

.m1-txt8 {
  font-family: 'utm_avo', sans-serif;
  font-size: 18px;
  color: #333;
  line-height: 1.388;
  text-transform: uppercase;
}

.m1-txt9 {
  font-family: 'utm_avo', sans-serif;
  font-size: 22px;
  color: #f2f2f2;
  line-height: 1.2;
  text-transform: uppercase;
}

.m1-txt10 {
  font-family: Montserrat-Medium;
  font-size: 16px;
  color: #666;
  line-height: 1.5625;
}

.m1-txt11 {
  font-family: Montserrat-Regular;
  font-size: 15px;
  color: #fff;
  line-height: 1.375;
}


/*---------------------------------------------*/
.m2-txt1 {
  font-family: 'utm_avo', sans-serif;
  text-shadow: rgb(86 86 86) 0px 1px;
  font-size: 18px;
  color: #333;
  line-height: 1.3;
}

.m2-txt2 {
  font-family: 'utm_avo', sans-serif;
  text-shadow: rgb(239 239 239) 0px 1px;
  font-size: 26px;
  color: #ededed;
  line-height: 1.2;
}

.m2-txt3 {
  font-family: PlayfairDisplay-Bold;
  font-size: 16px;
  color: #333;
  line-height: 1.2;
  text-transform: uppercase;
}

.m2-txt4 {
  font-family: PlayfairDisplay-Bold;
  font-size: 22px;
  color: #fff;
  line-height: 1.2;
}

.m2-txt5 {
  font-family: 'utm_avo', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #333;
  line-height: 1.2;
}

.m2-txt6 {
  font-family: PlayfairDisplay-Regular;
  font-size: 24px;
  color: #666;
  line-height: 1.2;
}

.m2-txt7 {
  font-family: PlayfairDisplay-Bold;
  font-size: 18px;
  color: #000;
  line-height: 1.2;
}

.m2-txt8 {
  font-size: 20px;
  color: #555;
  line-height: 1.2;
  text-transform: uppercase;
}

.m2-txt9 {
  font-family: PlayfairDisplay-Bold;
  font-size: 20px;
  color: #333;
  line-height: 1.3;
}

.m2-txt10 {
  font-family: PlayfairDisplay-Bold;
  font-size: 22px;
  color: #f2f2f2;
  line-height: 1.2;
}


/*---------------------------------------------*/
.m3-txt1 {
  font-family: 'utm_avo', sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.5625;
}

.m3-txt2 {
  font-family: Courgette-Regular;
  font-size: 16px;
  color: #f2f2f2;
  line-height: 1.5625;
}




/*//////////////////////////////////////////////////////////////////
[ L-Text &gt;= 26 ]*/

/*---------------------------------------------*/
.l1-txt1 {
  font-family: 'utm_avo', sans-serif;
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.l1-txt2 {
  font-family: 'utm_avo', sans-serif;
  font-size: 50px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.l1-txt3 {
  font-family: 'utm_avo', sans-serif;
  font-size: 26px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*---------------------------------------------*/
.l2-txt1 a {
  font-family: Arial;
  font-size: 34px;
  font-weight: 600;
  color: #29af6b;
  line-height: 1.6;
  text-transform: uppercase;
}
.l2-txt1 a:hover {
  color: #ed3237;
}

.l2-txt2 {
  font-family: PlayfairDisplay-Bold;
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
}

.l2-txt3 {
  font-family: PlayfairDisplay-Regular;
  font-size: 26px;
  color: #f2f2f2;
  line-height: 1;
}

.l2-txt4 {
  font-family: PlayfairDisplay-Italic;
  font-size: 44px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 5px;
}

.l2-txt5 {
 font-family: Arial;
  font-size: 55px;
  color: #fff;
  line-height: 1.2;
}

.l2-txt6 {
  font-family: PlayfairDisplay-Regular;
  font-size: 26px;
  color: #666;
  line-height: 1;
}

.l2-txt7 {
  font-family: PlayfairDisplay-Bold;
  font-size: 50px;
  color: #333;
  line-height: 1.2;
}

.l2-txt8 {
  font-family: PlayfairDisplay-Bold;
  font-size: 28px;
  color: #000;
  line-height: 1.2;
}

.l2-txt9 {
  font-family: PlayfairDisplay-Bold;
  font-size: 28px;
  color: #333;
  line-height: 1.2;
}

.l2-txt10 {
  font-family: PlayfairDisplaySC-Bold;
  font-size: 32px;
  color: #333;
  line-height: 1.1875;
}

.l2-txt11 {
  font-family: PlayfairDisplay-Bold;
  font-size: 53px;
  color: #fff;
  line-height: 1.1887;
}

.l2-txt12 {
  font-family: PlayfairDisplay-Regular;
  font-size: 26px;
  color: #ccc;
  line-height: 1;
}

.l2-txt13 {
font-family: 'utm_avo', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
}

/*---------------------------------------------*/
.l3-txt1 {
  font-family: Courgette-Regular;
  font-size: 60px;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.l3-txt2 {
  font-family: Courgette-Regular;
  font-size: 45px;
  color: #fff;
  line-height: 1.2;
}

.l3-txt3 {
  font-family: Courgette-Regular;
  font-size: 38px;
  color: #29af6b;
  line-height: 1.2;
}

.l3-txt4 {
  font-family: Courgette-Regular;
  font-size: 80px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 8px;
}


/*==================================================================
   SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE
==================================================================*/


/*//////////////////////////////////////////////////////////////////
[ Size ]*/
.size1 {
  width: 100%;
  height: 50px;
}

.size2 {
  width: 64px;
  height: 30px;
}

.size3 {
  width: calc(100% - 64px);
  height: 100%;
}

.size4 {
  min-width: 130px;
  min-height: 35px;
}

.size5 {
  width: 100px;
  max-width: 100%;
  height: 1px;
}

.size6 {
  min-width: 170px;
  height: 50px;
}

.size7 {
  width: 150px;
  height: 2px;
}

.size8 {
  width: 100%;
  padding-top: 62.5%;
}

.size9 {
  width: 100%;
  padding-top: 75%;
}

.size10 {
  width: 100%;
  padding-top: 100%;
}

.size11 {
  width: 270px;
  min-height: 284px;
}

.size12 {
  width: 100%;
  min-height: 200px;
}

.size13 {
  width: 100%;
  min-height: 161px;
}

/*//////////////////////////////////////////////////////////////////
[ Width ]*/
.wsize1 {
  width: 34px;
}

.wsize2 {
  width: calc(100% - 34px);
}

.wsize3 {
  width: 60px;
}

.wsize4 {
  width: calc(100% - 80px);
}

.wsize5 {
  max-width: 466px;
}

.wsize6 {
  width: 25px;
}

.wsize7 {
  width: calc(100% - 25px);
}

.wsize8 {
  width: 51%;
}

.wsize9 {
  width: 49%;
}

.wsize10 {
  width: calc((100% - 40px) / 3);
}

.wsize11 {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}

.wsize12 {
  width: 30%;
}

.wsize13 {
  width: 70%;
}

.wsize14 {
  width: calc((100% - 210px) / 8 * 5 + 120px);
}

.wsize15 {
  width: calc((100% - 210px) / 8 * 3 + 60px);
}

.wsize16 {
  width: 19%;
}

.wsize17 {
  width: 62%;
}

.wsize18 {
  width: calc(100% - 270px);
}

.wsize19 {
  width: calc(100% - 100px);
}

.wsize20 {
  max-width: 975px;
}

.wsize21 {
  width: 65%;
}

.wsize22 {
  width: 35%;
}

.wsize23 {
  max-width: 870px;
}

/*//////////////////////////////////////////////////////////////////
[ Height ]*/
.hsize1 {
  height: 120px;
}

.hsize2 {
  min-height: 149px;
}

.hsize3 {
  align-self: stretch;
}

.hsize4 {
  min-height: 240px;
}

.hsize5 {
  min-height: 180px;
}

.hsize6 {
  min-height: 449px;
}

.hsize7 {
  min-height: 500px;
}

.hsize8 {
  height: 420px;
}

.hsize9 {
  min-height: 300px;
}

.hsize10 {
  height: 354px;
}

/*//////////////////////////////////////////////////////////////////
[ Background ]*/
.bg0 {background-color: #fff;}

.bg1 {background-color: #29af6b;}
.bg2 {background-color: #f2f2f2;}
.bg3 {background-color: #666;}
.bg4 {background-color: #333;}
.bg5 {background-color: rgba(0,0,0,0.45);}
.bg6 {background-color: rgba(0,0,0,0.6);}
.bg7 {background-color: rgba(0,0,0,0.7);}

/*---------------------------------------------*/
.bg-img1 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*---------------------------------------------*/
.bg-overlay1 {
  position: relative;
  z-index: 1;
}

.bg-overlay1::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: #000;
  opacity: 0.4;
}

/*---------------------------------------------*/
.bg-overlay2 {
  position: relative;
  z-index: 1;
}

.bg-overlay2::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  background-image: url(../images/pattern-02.png);
  background-repeat: repeat;
}

/*---------------------------------------------*/
.bg-overlay3 {
  position: relative;
  z-index: 1;
}

.bg-overlay3::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: #000;
  opacity: 0.65;
}

/*---------------------------------------------*/
.bg-overlay7,
.bg-overlay6,
.bg-overlay5,
.bg-overlay4 {
  position: relative;
  z-index: 1;
}

.bg-overlay7::after,
.bg-overlay6::after,
.bg-overlay5::after,
.bg-overlay4::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
}

.bg-overlay4::after {
  background: #11998e;
  background: -webkit-linear-gradient(left, #11998e, #38ef7d);
  background: -o-linear-gradient(left, #11998e, #38ef7d);
  background: -moz-linear-gradient(left, #11998e, #38ef7d);
  background: linear-gradient(left, #11998e, #38ef7d);
  opacity: 0.85;
}

.bg-overlay5::after {
  background: #f83600;
  background: -webkit-linear-gradient(left, #f83600, #fe8c00);
  background: -o-linear-gradient(left, #f83600, #fe8c00);
  background: -moz-linear-gradient(left, #f83600, #fe8c00);
  background: linear-gradient(left, #f83600, #fe8c00);
  opacity: 0.85;
}

.bg-overlay6::after {
  background: #ffa751;
  background: -webkit-linear-gradient(left, #ffa751, #ffe259);
  background: -o-linear-gradient(left, #ffa751, #ffe259);
  background: -moz-linear-gradient(left, #ffa751, #ffe259);
  background: linear-gradient(left, #ffa751, #ffe259);
  opacity: 0.85;
}

.bg-overlay7::after {
  background: #ee0979;
  background: -webkit-linear-gradient(right, #ee0979, #ff6a00);
  background: -o-linear-gradient(right, #ee0979, #ff6a00);
  background: -moz-linear-gradient(right, #ee0979, #ff6a00);
  background: linear-gradient(right, #ee0979, #ff6a00);
  opacity: 0.85;
}

/*---------------------------------------------*/
.bg-overlay8 {
  position: relative;
  z-index: 1;
}

.bg-overlay8::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: #000;
  opacity: 0.8;
}


/*//////////////////////////////////////////////////////////////////
[ Border ]*/
.bor-in {border-radius: inherit;}

.bor1 {
  border: 2px solid #fff;
}

.bor2 {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.bor3 {
  border-left: 1px solid #999;
}

.bor4 {
  border: 2px solid #fff;
  border-radius: 4px;
}

/*---------------------------------------------*/
.bor5 {
  border-bottom: 1px solid #999;
}

.bor5:last-child {
  border-bottom: none;
}

/*---------------------------------------------*/
.bor6 {
  box-shadow: 0 0px 0px 1px #ccc inset;
  -moz-box-shadow: 0 0px 0px 1px #ccc inset;
  -webkit-box-shadow: 0 0px 0px 1px #ccc inset;
  -o-box-shadow: 0 0px 0px 1px #ccc inset;
  -ms-box-shadow: 0 0px 0px 1px #ccc inset;
}

/*---------------------------------------------*/
.bor7 {
  border-bottom: 1px solid #e6e6e6;
}

.bor7:last-child {
  border-bottom: none;
}

/*---------------------------------------------*/
.bor8 {
  border-bottom: 3px dotted #ccc;
}

.bor9 {
  border: 1px solid #e6e6e6;
}

.bor10 {
  border-left: 1px solid #e6e6e6;
}

/*---------------------------------------------*/
.bor11 {
  position: relative;
  z-index: 1;
}

.bor11::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #e6e6e6;
}

/*---------------------------------------------*/
.bor12 {
  border: 2px solid #e6e6e6;
}




/*==================================================================
 HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW 
==================================================================*/

/*---------------------------------------------*/
.parallax100 {
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .parallax100 {
    background-attachment: inherit;
  }
}

/*---------------------------------------------*/
.placeholder0::-webkit-input-placeholder { color: #fff;}
.placeholder0:-moz-placeholder { color: #fff;}
.placeholder0::-moz-placeholder { color: #fff;}
.placeholder0:-ms-input-placeholder { color: #fff;}

.placeholder1::-webkit-input-placeholder { color: #ccc;}
.placeholder1:-moz-placeholder { color: #ccc;}
.placeholder1::-moz-placeholder { color: #ccc;}
.placeholder1:-ms-input-placeholder { color: #ccc;}

.placeholder2::-webkit-input-placeholder { color: #666;}
.placeholder2:-moz-placeholder { color: #666;}
.placeholder2::-moz-placeholder { color: #666;}
.placeholder2:-ms-input-placeholder { color: #666;}

.placeholder3::-webkit-input-placeholder { color: #999;}
.placeholder3:-moz-placeholder { color: #999;}
.placeholder3::-moz-placeholder { color: #999;}
.placeholder3:-ms-input-placeholder { color: #999;}


/*---------------------------------------------*/
.how-gallery1 {
  width: calc(100% / 4);
  padding: 5px;
}

@media (max-width: 991px) {
  .how-gallery1 {
    width: calc(100% / 3);
  }
}

@media (max-width: 767px) {
  .how-gallery1 {
    width: calc(100% / 2);
  }
}

/*---------------------------------------------*/
.how-overlay1 {
  position: relative;
  z-index: 1;
}

.how-overlay1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;

  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.how-overlay1::after {
  content: "\f047";
  font-family: FontAwesome;
  font-size: 20px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  background: #29af6b;
  border-radius: 50%;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);

  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.how-overlay1:hover:before {
  opacity: 0.8;
}

.how-overlay1:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*---------------------------------------------*/
.how-overlay2 {
  position: relative;
  overflow: hidden;
}

.how-overlay2::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/pattern-01.png);
  background-repeat: repeat;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.how-overlay2:hover:after {
  opacity: 1;
}

/*---------------------------------------------*/
.how-overlay3 {
  position: relative;
  z-index: 1;
}

.how-overlay3::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: #000;
  opacity: 0.4;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.how-overlay3::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  background-image: url(../images/pattern-03.png);
  background-repeat: repeat;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

.how-overlay3:hover:after {
  opacity: 1;
}

.how-overlay3:hover:before {
  opacity: 0.75;
}


/*---------------------------------------------*/
.how-btn1:hover {
  background-color: #333;
  color: #fff;
  border-color: transparent;
}

/*---------------------------------------------*/
.how-btn2:hover {
  background-color: rgba(255,255,255,0.6);
  color: #fff;
  border-color: transparent;
}

/*---------------------------------------------*/
.how-btn3 {
  border-radius: 5px;
  padding: 5px 15px;
}

.how-btn3:hover {
  background-color: rgba(255,255,255,0.6);
  color: #fff;
  border-color: transparent;
}


/*---------------------------------------------*/
.how-social1 {
  font-size: 16px;
  color: #ededed;
  width: 35px;
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.how-social1:hover {
  background-color: #29af6b;
  color: #fff;
  border-color: transparent;
}

/*---------------------------------------------*/
.how-box1 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 200px;
  height: 100%;
  border-radius: 5px;
  padding: 50px 15px;
}

/*---------------------------------------------*/
.how-icon1-parent {
  position: relative;
}

.how-icon1 {
  position: absolute;
  bottom: -30px;
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -o-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
}

.how-icon1 img {
  width: 100%;
  height: 100%;
}

/*---------------------------------------------*/
.how-icon2-parent {
  position: relative;
}

.how-icon2 {
  position: absolute;
  z-index: 10;
  top: -50px;
  left: calc(50% - 50px);
  width: 95px;
  height: 95px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -o-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
}

.how-icon2 img {
  width: 100%;
  height: 100%;
}

/*---------------------------------------------*/
.how-play1 {
  font-size: 22px;
  color: #fff;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.how-play1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #29af6b;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.how-play1:hover:before {
  opacity: 0.6;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}


/*---------------------------------------------*/
.how-shadow1 {
  box-shadow: 0 3px 10px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.12);
  -webkit-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.12);
  -o-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.12);
  -ms-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.12);
}

/*---------------------------------------------*/
.how-avatar1 {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.how-avatar1 img {
  width: 100%;
  height: 100%;
}


/*---------------------------------------------*/
.how1 {
  max-width: 830px;
  margin: 0 auto;
}

/*---------------------------------------------*/
.how2 {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.05);
  -webkit-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.05);
  -o-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.05);
  -ms-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.05);
}

/*---------------------------------------------*/
.how3 {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -o-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
}


/*---------------------------------------------*/
.how4 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 416px;
  border-radius: 5px;
  padding: 15px;
  position: relative;
  z-index: 1;
}

.how4::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: #000;
  opacity: 0.4;
}

@media (max-width: 767px) {
  .how4 {
    min-height: unset;
    height: auto;
    padding: 30px 15px;
  }
}



/*---------------------------------------------*/
.how5 {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -o-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.1);
}

/*---------------------------------------------*/
.how6 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.how6::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

/*---------------------------------------------*/
.how7 {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  position: relative;
}

.how7::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 3px solid #fff;
}

/*---------------------------------------------*/
.how8-parent {
  position: relative;
}

.how8 {
  pointer-events: none;
  position: absolute;
  max-width: calc(100% - 80px);
  left: 40px;
  bottom: 34px;
  border-bottom: 1px solid rgba(102,102,102,0.4);
}

@media (max-width: 575px) {
  .how8 {
    position: absolute;
    max-width: calc(100% - 30px);
    left: 15px;
    bottom: 15px;
  }
}


/*---------------------------------------------*/
.how9-parent {
  position: relative;
}

.how9 {
  position: absolute;
  width: calc(100% + 45px);
  height: calc(100% - 38px - 38px);
  top: 38px;
  left: -45px;
}

@media (max-width: 767px) {
  .how9-parent {
    padding-top: calc(100% - 40px - 40px - 40px);
  }

  .how9 {
    height: calc(100% + 40px);
    width: calc(100% - 40px - 40px);
    top: -40px;
    left: 40px;
  }
}





/*//////////////////////////////////////////////////////////////////
[ Pseudo ]*/

/*------------------------------------------------------------------
[ Focus ]*/
.focus-in0:focus::-webkit-input-placeholder { color:transparent; }
.focus-in0:focus:-moz-placeholder { color:transparent; }
.focus-in0:focus::-moz-placeholder { color:transparent; }
.focus-in0:focus:-ms-input-placeholder { color:transparent; }


/*------------------------------------------------------------------
[ Hover ]*/
.hov-cl0:hover {color: #fff;}
.hov-bg0:hover {background-color: #fff;}

.hov-cl1:hover {color: #29af6b;}
.hov-bg1:hover {background-color: #29af6b;}


/*---------------------------------------------*/
.hov-img1 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.hov-img1:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}


/*---------------------------------------------*/
.hov1 i {
  -webkit-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  transition: transform 0.4s;
}

.hov1:hover i {
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -ms-transform: translateX(6px);
  -o-transform: translateX(6px);
  transform: translateX(6px);
}

/*---------------------------------------------*/
.hov2.hover {
  -webkit-animation: swing 1s ease-in-out 1;
  -o-animation: swing 1s ease-in-out 1;
  animation: swing 1s ease-in-out 1;
  transform-origin: top center;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 2deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -1deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 0.5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -0.5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

/*---------------------------------------------*/
.hov3.hover {
  -webkit-animation: swingm 1s ease-in-out 1;
  -o-animation: swingm 1s ease-in-out 1;
  animation: swingm 1s ease-in-out 1;
  transform-origin: bottom center;
}

@keyframes swingm {
  20% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 1deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}


/*---------------------------------------------*/
.hov4 {
  position: relative;
  display: block;
  padding: 4px 17px;
}

.hov4::after,
.hov4::before {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 2px;
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.hov4::before {
  top: -2px;
}

.hov4::after {
  bottom: -2px;
}

.hov4-parent:hover .hov4::before{
  width: 100%;
}

.hov4-parent:hover .hov4::after {
  width: 100%;
}

/*---------------------------------------------*/
.hov5:hover {
  background-color: #333;
  color: #fff;
  border-color: transparent;

  box-shadow: 0 5px 20px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 5px 20px 0px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 5px 20px 0px rgba(0,0,0,0.3);
  -o-box-shadow: 0 5px 20px 0px rgba(0,0,0,0.3);
  -ms-box-shadow: 0 5px 20px 0px rgba(0,0,0,0.3);
}


/*---------------------------------------------*/
.hov6-child {
  display: none;
}
.bgspkhac {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
	width:230px;
	height:230px;
}

.bgimage
{
background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;

}
  .bando {height:400px}

/*==================================================================
  RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
==================================================================*/

/*//////////////////////////////////////////////////////////////////
[ XL ]*/
@media (max-width: 1199px) {
  .m-0-xl {margin: 0;}
  .m-lr-0-xl {margin-left: 0; margin-right: 0;}
  .m-lr-15-xl {margin-left: 15px; margin-right: 15px;}
  .m-l-0-xl {margin-left: 0;}
  .m-r-0-xl {margin-right: 0;}
  .m-l-15-xl {margin-left: 15px;}
  .m-r-15-xl {margin-right: 15px;}

  .p-0-xl {padding: 0;}
  .p-lr-0-xl {padding-left: 0; padding-right: 0;}
  .p-lr-15-xl {padding-left: 15px; padding-right: 15px;}
  .p-l-0-xl {padding-left: 0;}
  .p-r-0-xl {padding-right: 0;}
  .p-l-15-xl {padding-left: 15px;}
  .p-r-15-xl {padding-right: 15px;}

  .w-full-xl {width: 100%;}

  /*---------------------------------------------*/
  .respon5 {
    height: 350px;
  }
  
}


/*//////////////////////////////////////////////////////////////////
[ LG ]*/
@media (max-width: 991px) {
  .m-0-lg {margin: 0;}
  .m-lr-0-lg {margin-left: 0; margin-right: 0;}
  .m-lr-15-lg {margin-left: 15px; margin-right: 15px;}
  .m-l-0-lg {margin-left: 0;}
  .m-r-0-lg {margin-right: 0;}
  .m-l-15-lg {margin-left: 15px;}
  .m-r-15-lg {margin-right: 15px;}

  .p-0-lg {padding: 0;}
  .p-lr-0-lg {padding-left: 0; padding-right: 0;}
  .p-lr-15-lg {padding-left: 15px; padding-right: 15px;}
  .p-l-0-lg {padding-left: 0;}
  .p-r-0-lg{padding-right: 0;}
  .p-l-15-lg {padding-left: 15px;}
  .p-r-15-lg {padding-right: 15px;}

  .w-full-lg {width: 100%;}

  /*---------------------------------------------*/
  .respon2 {
    width: 50%;
    height: 350px;
  }

  /*---------------------------------------------*/
  .respon3 {
    width: 100%;
    order: -1;
  }
    .bando {height:350px}

}


/*//////////////////////////////////////////////////////////////////
[ MD ]*/
@media (max-width: 767px) {
  .m-0-md {margin: 0;}
  .m-lr-0-md {margin-left: 0; margin-right: 0;}
  .m-lr-15-md {margin-left: 15px; margin-right: 15px;}
  .m-l-0-md {margin-left: 0;}
  .m-r-0-md {margin-right: 0;}
  .m-l-15-md {margin-left: 15px;}
  .m-r-15-md {margin-right: 15px;}

  .p-0-md {padding: 0;}
  .p-lr-0-md {padding-left: 0; padding-right: 0;}
  .p-lr-15-md {padding-left: 15px; padding-right: 15px;}
  .p-l-0-md {padding-left: 0;}
  .p-r-0-md{padding-right: 0;}
  .p-l-15-md {padding-left: 15px;}
  .p-r-15-md {padding-right: 15px;}

  .w-full-md {width: 100%;}

  /*---------------------------------------------*/
  .respon1 {
    padding-right: 5px;
    padding-left: 5px;
  }

  /*---------------------------------------------*/
  .respon2 {
    width: 50%;
    height: 320px;
  }

  /*---------------------------------------------*/
  .respon5 {
    height: 320px;
  }

  /*---------------------------------------------*/
  .respon7 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 60px;
  }
    .bando {height:270px}
}


/*//////////////////////////////////////////////////////////////////
[ SM ]*/
@media (max-width: 575px) {
  .m-0-sm {margin: 0;}
  .m-lr-0-sm {margin-left: 0; margin-right: 0;}
  .m-lr-15-sm {margin-left: 15px; margin-right: 15px;}
  .m-l-0-sm {margin-left: 0;}
  .m-r-0-sm {margin-right: 0;}
  .m-l-15-sm {margin-left: 15px;}
  .m-r-15-sm {margin-right: 15px;}

  .p-0-sm {padding: 0;}
  .p-lr-0-sm {padding-left: 0; padding-right: 0;}
  .p-lr-15-sm {padding-left: 15px; padding-right: 15px;}
  .p-l-0-sm {padding-left: 0;}
  .p-r-0-sm{padding-right: 0;}
  .p-l-15-sm {padding-left: 15px;}
  .p-r-15-sm {padding-right: 15px;}

  .w-full-sm {width: 100%;}

  /*---------------------------------------------*/
  .respon2 {
    width: 50%;
    height: 250px;
  }

  /*---------------------------------------------*/
  .respon4 {
    font-size: 40px;
    letter-spacing: 5px;
  }

  /*---------------------------------------------*/
  .respon6 {
    margin-top: 10px;
  }

  /*---------------------------------------------*/
  .respon8 {
    font-size: 35px;
  }
  .slidetext
{
	font-size:98px!important;
}
.l2-txt1 a
{
font-size: 24px;	
}
.p-b-90 {
    padding-bottom: 30px;
}
.p-t-90 {
    padding-top: 30px;
}
.p-t-60 {
    padding-top: 30px;
	}
  .p-b-55 {
    padding-bottom: 0px;
}
.p-b-58 {
    padding-bottom: 20px;
}
.p-b-87 {
    padding-bottom: 20px;
}
.p-t-50
{
padding-top: 20px;	
}
.p-b-48 {
    padding-bottom: 20px;
}
.p-b-23 {
    padding-bottom: 10px;
}
.bgimage
{
background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 145px;
    height: 145px;
}
.bgspkhac
{
background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 145px;
    height: 145px;
}
.col-6
{
padding-right: 8px;
    padding-left: 8px;
}
.block1-txt a
{
	font-size:16px;
}
.p-r-15 {
    padding-right: 8px;
}
.p-l-15 {
    padding-left: 8px;
}
.dichvu
{display:none}
.linkdichvu a
{
	font-size:15px;
}
.m2-txt2 
{
	font-size:22px;
}
.p-t-100 {
    padding-top: 30px;
}
.m3-txt1,.entry-title
{font-size:15px!important;
line-height:25px;}

.facepage, .zalo, .fanpage{
	display:none!important;
}
  .bando {height:230px}
.hsize1
{
	height:60px;
}
.lgo
{
	margin-bottom:20px;
	margin-top:10px;
}
.p-b-95
{padding-bottom: 35px;}
.lienhedt
{
	margin-top:20px;
}
.page-heading {
    font-size: 22px!important;
}
}

.slogan
{
	font-family: 'utm_avo', sans-serif;	
	color: #29af6b;
    display: block;
    margin-top: 5px;
	font-size:14px;
}

/*//////////////////////////////////////////////////////////////////
[ SSM ]*/
@media (max-width: 479px) {
  .m-0-ssm {margin: 0;}
  .m-lr-0-ssm {margin-left: 0; margin-right: 0;}
  .m-lr-15-ssm {margin-left: 15px; margin-right: 15px;}
  .m-l-0-ssm {margin-left: 0;}
  .m-r-0-ssm {margin-right: 0;}
  .m-l-15-ssm {margin-left: 15px;}
  .m-r-15-ssm {margin-right: 15px;}

  .p-0-ssm {padding: 0;}
  .p-lr-0-ssm {padding-left: 0; padding-right: 0;}
  .p-lr-15-ssm {padding-left: 15px; padding-right: 15px;}
  .p-l-0-ssm {padding-left: 0;}
  .p-r-0-ssm{padding-right: 0;}
  .p-l-15-ssm {padding-left: 15px;}
  .p-r-15-ssm {padding-right: 15px;}

  .w-full-ssm {width: 100%;}
  .bando {height:200px}
  
  /*---------------------------------------------*/

}
.hotline
{
	color:#fff
}
.hotline:hover
{
	color:#29af6b
}
.hotline1
{
	color:#666
}
.hotline1:hover
{
	color:#29af6b
}
.entry-title
{
margin-top: 10px;
    font-size: 16px;
    margin-bottom: 30px;
    color: #333
}


.bgnew {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;

}
.page-heading
{
font-size: 26px;
    margin-bottom: 15px;
    color: #29af6b;
    font-weight: 700;
}
#ez-toc-container {
	
    background: #f9f9f9;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    display: table;
    margin-bottom: 1em;
    padding: 15px;
    position: relative;
    width: auto;
}
#ez-toc-container p {
display:none;
	color: #ff3e36;
	text-transform: uppercase;
    font-weight: 600;
}
#ez-toc-container button {
cursor: pointer;
    color: #ff3e36;
    font-size: 15px;
    border-radius: 5px;
    border: 1px #dce3e6 solid;
    background: no-repeat;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 10px;
}

#ez-toc-container button i {
    margin-top: 4px;
    margin-left: 12px;

}


#ez-toc-container ul li
{

	    color: #a3a3a3;
font-weight: 600;
margin-bottom: 0px!important;

	background:none!important;
	padding-left: 5px!important;
}

#ez-toc-container .toc-h3 a
{
	list-style: none;
color: #29af6b;
margin-left:15px;
	background:none;

}


#noidung{
	margin-left:15px;
	margin-right:15px;
	font-family: 'utm_avo', sans-serif;
	color: #383838;
}

#noidung p
{
	line-height:25px;
	font-size:15px;
}
#noidung h2
{
font-size:20px;
margin-bottom:10px;
margin-top:10px;
color: #ed363a;
line-height:30px;
 font-weight: 700;
}
#noidung h3
{
font-size:18px;
margin-bottom:10px;
margin-top:10px;
color: #29af6b;
line-height:30px;
 font-weight: 700;
}
#noidung img
{
	max-width:100%!important;
	height:auto!important;
	margin-bottom:10px;

}
#noidung blockquote {
    background: #f9f9f9 none repeat scroll 0 0;
    border-left: 5px solid #f26723;
    font-style: italic;
    margin: 20px 0;
    padding: 20px;
    font-size: 15px;
font-weight: 600;
}
#noidung strong
{
font-weight: 600;
}
#noidung a
{
font-size:16px!important;
margin-bottom:10px;
margin-top:10px;
color: #ed363a;
line-height:30px;
}

#noidung ul {margin-top:10px;}
#noidung ul li {
    font-size: 14px;
    margin-bottom: 5px;
    width: 100%;
    background: url(../images/tick.png) no-repeat 0px 6px;
    background-size: 13px auto;
    padding-left: 20px;
    line-height: 22px;
}

.sp
{margin-bottom:30px;}
.page_pagination {
  text-align: center;
  display:block;
  width:100%;
}
.page_pagination li {
  display: inline-block;
  margin:0 4px;
}
.page_pagination li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border:1px solid #e0e0e0;
  border-radius: 50%;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.page_pagination li a.active,
.page_pagination li a:hover {
  color:#fff;
  background: #29af6b;
}
.ngaythang
{font-size:14px;}

/* Ho tro truc tuyen */


.social-button {
    display: inline-grid;
    position: fixed;
    bottom: 15px;
    left: 13px;
    min-width: 65px;
    text-align: center;
    z-index: 99999
}
.social-button .hang-support {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
     background: url(../images/hotline.jpg);
    background-size: 100%;
    overflow: hidden;
    border-radius: 50%;
    z-index: 999;border: 1px #29af6b solid;
}
.social-button .chat-mess {
    display: none;
    position: absolute;
    right: 65px;
    top: 0;
    border: 1px solid #e9e9e9;
    background: #fcfcfc;
    font-size: 14px;
    font-family: time;
    border-radius: 10px 25px;
    color: #ed8f01;
    box-shadow: 0 0 1px #f5f5f5
}
.social-button .chat-mess p {
    margin: 0;
    padding: 2px 0 1px;
    text-align: center
}
.social-button .chat-mess p.chat-mess-1 {
    width: 120px
}
.social-button .chat-mess p.chat-mess-2 {
    width: 50px
}
.social-button .chat-mess:after {
    content: " ";
    display: block;
    position: absolute;
    right: -6px;
    bottom: -2px;
    width: 6px;
    height: 6px;
    background: #fcfcfc;
    border: 1px solid #eee;
    border-radius: 50%
}
.social-button .chat-mess:before {
    content: " ";
    display: block;
    position: absolute;
    right: -10px;
    bottom: -4px;
    width: 4px;
    height: 4px;
    background: #fcfcfc;
    border: 1px solid #f0f0f0;
    border-radius: 50%
}
.social-button-content {
    display: inline-grid
}
.social-button a {
    padding: 8px 0;
    cursor: pointer;
    position: relative
}
.social-button a.user-support {
    margin-top: 7px;
    user-select: none
}
.social-button a:active {
    top: 3px
}
.social-button i {
    width: 40px;
    height: 40px;
    background: #f90;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999
}
.alo-circle {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: zoomIn;
    width: 70px;
    height: 70px;
    top: -1px;
    right: -3px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, .4);
    border-color: #035d2f;
    opacity: .7
}
.alo-circle-fill {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: pulse;
    width: 80px;
    height: 80px;
    top: -6px;
    right: -8px;
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: #29af6b;
    opacity: .5
}
.social-button a span {
    border-radius: 30px;
    text-align: center;
    background: #ffcd82;
    padding: 9px 5px;
    width: 200px;
    font-size: 14px;
    position: absolute;
    color: #333;
    z-index: 999;
    top: 9px;
    right: 62px
}
@-webkit-keyframes headerAnimation {
    0% {
        margin-top: -70px
    }
    100% {
        margin-top: 0
    }
}
@keyframes headerAnimation {
    0% {
        margin-top: -70px
    }
    100% {
        margin-top: 0
    }
}
.social-button a span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #ffcd82;
    position: absolute;
    right: -7px;
    top: 10px
}



.zalo {
    display: inline-grid;
    position: fixed;
    bottom: 142px;
    right: 20px;
    min-width: 65px;
    text-align: center;
    z-index: 99999
}
.zalo .hang-support {
    position: relative;
    display: inline-block;
    height: 47px;
    width: 47px;
     background: url(../images/widget_icon_zalo.svg);
    background-size: 100%;
    overflow: hidden;
    border-radius: 50%;
    z-index: 999;
border: 3px #EAEAEA solid;
}

.facepage {
    display: inline-grid;
    position: fixed;
    bottom: 90px;
    right: 20px;
    min-width: 65px;
    text-align: center;
    z-index: 99999;
}
.facepage .hang-support {
    position: relative;
    display: inline-block;
    height: 47px;
    width: 47px;
     background: url(../images/widget_icon_messenger.svg);
    background-size: 100%;
    overflow: hidden;
    border-radius: 50%;
    z-index: 999;
	border: 3px #EAEAEA solid;

}

.phonering-alo-ph-img-circle {
    width: 50px;
    height: 50px;
    bottom: 34px;
    left: 19px;
   position: fixed; 
    background: rgb(41 175 107) url(../images/tell1.png) no-repeat center center;
    border-radius:100% !important;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%;
	z-index: 10000;
}
.phonering-alo-ph-img-circle:hover {
    background: rgb(235 67 51) url(../images/tell1.png) no-repeat center center;
  
}
.dienthoai
{
left: 70px; 
bottom: 55px; 
position: fixed; 
background-color: #29af6b; 
color:#FFF; 
padding: 5px 10px; 
border-radius: 5px; 
font-size: 14px; 
z-index: 10000;	
opacity: .9;
}
.dienthoai1
{
left: 70px; 
bottom: 17px; 
position: fixed; 
background-color: #29af6b; 
color:#FFF; 
padding: 5px 10px; 
border-radius: 5px; 
font-size: 14px; 
z-index: 10000;	
opacity: .9;
}
.dienthoai:hover, .dienthoai1:hover
{
background-color: #eb4333; 
color:#FFF; 
}
.menuthucdon
{
font-family: 'utm_avo', sans-serif;
color: #29af6b;
text-shadow: rgb(41 175 107) 0px 1px; 
font-size: 18px;
line-height: 1.3;
}
.menuthucdon:hover
{
color: #ed3237;
text-shadow: rgb(238 73 78) 0px 1px;
}
.titleads
{
position: absolute;
    bottom: 20px;
	left:20px; 
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-shadow: rgb(5, 105, 52) -1px 0px, rgb(5, 105, 52) 0px 1px, rgb(5, 105, 52) 1px 0px, rgb(5, 105, 52) 0px -1px;}
.trichdan
{text-align: justify;border-top: 1px solid #e6e6e6;}</pre></body></html>