@font-face {
  font-family: UTM HelvetIns;
  src: url(UTMHelvetIns.ttf);
  src: url(UTMHelvetIns.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: Tahoma;
  src: url(tahoma.ttf);
  src: url(tahoma.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: Tahomabd;
  src: url(tahomabd.ttf);
  src: url(tahomabd.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: UTM Windsor BT;
  src: url(UTMWindsorBT.ttf);
  src: url(UTMWindsorBT.ttf) format("truetype");
  font-display: swap;
}
:root {
  --menubg: #12a1b0;
}
ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0 !important;
}
p {
  text-align: justify;
}
a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
body {
  line-height: normal;
  color: #333;
  font-size: 15px !important;
  font-family: Tahoma;
  /* max-width: 1350px; */
  margin: auto !important;
  overflow-x: hidden;
}
b,
strong {
  font-weight: normal;
  font-family: "Tahomabd";
}

blockquote,
q {
  quotes: none;
}

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

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  font-family: Tahoma;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.inner-wp {
  width: 1000px;
  margin: 0 auto;
}

.fl-left {
  float: left;
}

.fl-right {
  float: right;
}
.imgcenters {
  display: table;
  margin: 0 auto;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  clear: both;
  display: block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
form {
  margin: 0;
}
.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.gap-20 {
  gap: 20px;
}
.gap-100 {
  gap: 100px;
}
.pt-45 {
  padding-top: 4.5rem !important;
}
.d-grid {
  display: grid;
  grid-gap: 10px;
}
.grid-template-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-template-4-23 {
  grid-template-columns: repeat(4, 23%);
}
/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #383838 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 13px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #383838;
  border-radius: 10px;
  border: 3px solid #ffffff;
}
/*===============HEADER================*/
#header-m-wp {
  display: none;
}
#header-wp {
  width: 100%;
  height: auto;
}

#header-wp #head-top {
  position: relative;
  background: #fff;
  height: auto;
  min-height: 170px;
  padding: 20px 0;
}

/*#header-wp #head-top .logo {
	position: absolute;
	content: '';
	top: 17px;
	margin-left: 0;
	background: url(../img/logo_header.svg) no-repeat;
	background-size: cover;
	width: 370px;
	height: 95px
	}*/
#header-wp #head-top .logo {
  position: absolute;
  content: "";
  top: 0px;
  /* top: 25px; */
  left: 11%;
  margin-left: 0;
  background: url(../img/logo_header.png) no-repeat;
  background-position: center;
  background-size: 100%;
  width: 39%;
  height: 100%;
}

#header-wp #head-top .thumb {
  position: absolute;
  content: "";
  top: 25px;
  margin-left: 360px;
  background: url(../img/all_zip1.png) no-repeat;
  background-position: -1px -433px;
  width: 348px;
  height: 71px;
}

#header-wp #head-top .header-pg {
  position: absolute;
  content: "";
  top: 50%;
  margin-left: 764px;
  background: url(../img/phone_header.svg) no-repeat;
  /* background-position: -247px -639px; */
  width: 246px;
  height: 71px;
  transform: translateY(-50%);
}

#header-wp #head-bottom {
  background: url(../img/menu_top.jpg) no-repeat;
  background-position-x: center;
  background-size: cover;
}

/* #header-wp #head-bottom #main-menu-wp {
		width: 225px
	} */

#header-wp #head-bottom #main-menu-wp .title {
  display: block;
  position: relative;
  font-family: UTM HelvetIns;
  font-size: 22px;
  text-transform: uppercase;
  color: #201e19;
  padding: 10px 0;
  height: 56px;
  text-indent: -9999px;
}

#header-wp #head-bottom .main-menu {
  display: none;
  position: absolute;
  top: 226px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #419d77;
  width: 1000px;
  height: auto;
  max-height: 500px;
  z-index: 99999;
  padding: 10px 0;
}
#header-wp #head-bottom .main-menu .cols {
  width: 23%;
  margin: 0 1%;
  float: left;
  overflow: hidden;
}

#header-wp #head-bottom .main-menu .m-title a {
  display: block;
  font-family: UTM HelvetIns;
  font-size: 22px;
  font-weight: 400;
  margin-left: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #419d77;
  color: #419d77;
}

#header-wp #head-bottom .main-menu li {
  display: block;
  padding: 0 20px;
}

#header-wp #head-bottom .main-menu li a {
  position: relative;
  display: block;
  color: #505050;
  border-radius: 5px;
  font-size: 15px;
  padding: 8px 10px;
  margin-left: 10px;
}

#header-wp #head-bottom .main-menu li:hover a {
  color: #419d77;
}

#header-wp #head-bottom .main-menu li a:before {
  position: absolute;
  content: "";
  top: 12px;
  left: -5px;
  background: url(../img/all_zip1.png) no-repeat;
  background-position: -527px -429px;
  width: 5px;
  height: 8px;
}

#header-wp #head-bottom #main-menu-wp:hover .main-menu {
  display: block;
}

#header-wp #head-bottom #page-menu-wp {
  width: 775px;
  padding-left: 25px;
}

#header-wp #head-bottom #page-menu-wp .page-menu li {
  position: relative;
  display: inline-block;
  margin-top: 1px;
}

#header-wp #head-bottom #page-menu-wp .page-menu > li.active {
  background: #f2f2f2;
}

#header-wp #head-bottom #page-menu-wp .page-menu > li > a {
  position: relative;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  padding: 16px 18px;
  font-family: Tahoma;
  font-size: 15px;
  margin-left: 15px;
}

#header-wp #head-bottom #page-menu-wp .page-menu li:nth-child(5) {
  margin-left: 109px;
}
/*#header-wp #head-bottom #page-menu-wp .page-menu > li:nth-child(1) > a:before {
		position: absolute;
		content: '';
		top: 15px;
		left: -3px;
		background: url(../img/all_zip1.png) no-repeat;
		background-position: -497px -677px;
		width: 16px;
		height: 19px
	}

	#header-wp #head-bottom #page-menu-wp .page-menu > li:nth-child(2) > a:before {
		position: absolute;
		content: '';
		top: 15px;
		left: -3px;
		background: url(../img/all_zip1.png) no-repeat;
		background-position: -412px -567px;
		width: 16px;
		height: 19px
	}

	#header-wp #head-bottom #page-menu-wp .page-menu > li:nth-child(3) > a:before {
		position: absolute;
		content: '';
		top: 15px;
		left: -3px;
		background: url(../img/all_zip1.png) no-repeat;
		background-position: -487px -547px;
		width: 22px;
		height: 17px
	}

	#header-wp #head-bottom #page-menu-wp .page-menu > li:nth-child(4) > a:before {
		position: absolute;
		content: '';
		top: 15px;
		left: -3px;
		background: url(../img/all_zip1.png) no-repeat;
		background-position: -488px -564px;
		width: 18px;
		height: 17px
	}*/

/*#header-wp #head-bottom #page-menu-wp .page-menu li:nth-child(5) a:before {
		position: absolute;
		content: '';
		top: 17px;
		left: -3px;
		background: url(../img/all_zip1.png) no-repeat;
		background-position: -428px -568px;
		width: 17px;
		height: 17px
	}*/

#header-wp #head-bottom #page-menu-wp .page-menu > li:nth-child(6) > a:before {
  position: absolute;
  content: "";
  top: 15px;
  left: -3px;
  background: url(../img/all_zip1.png) no-repeat;
  background-position: -407px -548px;
  width: 21px;
  height: 20px;
}

#header-wp #head-bottom #page-menu-wp .page-menu li a .mm-plus {
  position: absolute;
  right: 5px;
}

#header-wp #head-bottom #page-menu-wp .page-menu li .pg-sub-menu {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  background: #fff;
  border: 1px solid #419d77;
  width: 280px;
  height: auto;
  z-index: 99999;
  padding: 10px 15px;
}

#header-wp #head-bottom #page-menu-wp .page-menu li .pg-sub-menu li {
  display: block;
}

#header-wp #head-bottom #page-menu-wp .page-menu li .pg-sub-menu li a {
  position: relative;
  display: block;
  color: #505050;
  border-radius: 5px;
  font-size: 15px;
  padding: 8px 10px;
  margin-left: 10px;
}

#header-wp #head-bottom #page-menu-wp .page-menu > li:hover {
  background: #00816b;
}

#header-wp #head-bottom #page-menu-wp .page-menu > li.mn-search:hover {
  background: 0 0;
}

#header-wp #head-bottom #page-menu-wp .page-menu > li .pg-sub-menu li:hover {
  background: #fff;
}

#header-wp #head-bottom #page-menu-wp .page-menu > li .pg-sub-menu li:hover a {
  color: #419d77;
}

#header-wp #head-bottom #page-menu-wp .page-menu > li .pg-sub-menu li a:before {
  position: absolute;
  content: "";
  top: 12px;
  left: -5px;
  background: url(../img/all_zip1.png) no-repeat;
  background-position: -527px -429px;
  width: 5px;
  height: 8px;
}

#header-wp #head-bottom #page-menu-wp .page-menu li:hover .pg-sub-menu {
  display: block;
}

#header-wp #head-bottom #search-wp form {
  display: block;
  width: 235px;
  position: relative;
}

#header-wp #head-bottom #search-wp form input[type="text"] {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  outline: 0;
  border-radius: 25px;
  font-family: Tahoma;
  margin: 7px 0;
  padding: 8px 15px 8px 52px;
}

#header-wp #head-bottom #search-wp form button {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  outline: 0;
  cursor: pointer;
  background: #ccc;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 8px 10px 3px 15px;
}

#header-wp #head-search {
  background: #fff;
  padding: 3px 0;
  display: none;
}

#header-wp #head-search .form-search form {
  position: relative;
}

#header-wp #head-search .form-search input {
  width: 100%;
  padding: 12px;
  border: 1px solid #419d77;
  border-radius: 5px;
}

#header-wp #head-search .form-search input::-webkit-input-placeholder {
  text-align: center;
  color: #959393;
  font-size: 14px;
}

#header-wp #head-search .form-search input:-ms-input-placeholder {
  text-align: center;
  color: #959393;
  font-size: 14px;
}

#header-wp #head-search .form-search input::placeholder {
  text-align: center;
  color: #959393;
  font-size: 14px;
}

#header-wp #head-search .form-search button {
  position: absolute;
  top: 245px !important;
  right: 15%;
  border: none;
  background: url(../img/all_zip1.png) no-repeat;
  background-position: -378px -548px;
  width: 27px;
  height: 16px;
}
#footer-wp .foot-intro .thumb {
  width: 100%;
  height: 121px;
  background: url(../img/footer_bg1.jpg) no-repeat;
  object-fit: cover;
}

#footer-wp .foot-intro .thumb-hidden {
  display: none;
}

#footer-wp .foot-intro .info {
  background: #00bc97;
  padding: 30px 0 20px;
  margin-top: -5px;
}

#footer-wp .foot-intro .info input:first-child {
  margin-left: 0;
}

#footer-wp .foot-intro .info input {
  width: 19.5%;
  margin-left: 2%;
  padding: 12px 0 12px 15px;
  border: none;
}

#footer-wp .foot-intro .info input[type="date"] {
  padding: 9px 0 9px 15px;
}

#footer-wp .foot-intro .info button {
  position: relative;
  width: 11.5%;
  margin-left: 2.5%;
  padding: 5px;
  border: none;
  border-radius: 10px;
  background: #fc0;
  color: #000;
  font-family: UTM HelvetIns;
  font-size: 22px;
  top: 5px;
  cursor: pointer;
}

#footer-wp .foot-intro .info button:after {
  position: absolute;
  content: "";
  top: 18px;
  right: 5px;
  background: url(../img/all_zip1.png) no-repeat;
  background-position: -524px -275px;
  width: 8px;
  height: 13px;
}

#footer-wp .foot-intro .info .show {
  padding: 10px 0;
  color: #d44559;
  width: 100%;
  text-align: center;
}

#footer-wp .foot-intro .info .show-all,
#footer-wp .foot-intro .info .show-max,
#footer-wp .foot-intro .info .show-min {
  display: none;
}

#footer-wp .foot-top .ft-title {
  display: block;
  position: relative;
  font-family: Tahoma;
  font-size: 22px;
  font-weight: 700;
  color: #bfbfbf;
  text-align: center;
  padding: 20px 0 50px;
}

#footer-wp .foot-top .ft-title:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 100px;
  background: url(../img/m_footer_logo.jpg) no-repeat;
  width: 50px;
  height: 48px;
}

#footer-wp .foot-top .list-item .item {
  float: left;
  margin-bottom: 12px;
}

#footer-wp .foot-top .list-item .item .title {
  display: block;
  position: relative;
  font-family: UTM HelvetIns;
  font-size: 15px;
  color: #424d6b;
  margin-left: 25px;
  margin-bottom: 10px;
}

#footer-wp .foot-top .list-item .item p {
  display: block;
  font-family: Tahoma;
  font-size: 15px;
  color: #5b5e78;
}

#footer-wp .foot-top .list-item .item:nth-child(1) {
  display: block;
  background: url(../img/all_zip1.png) no-repeat;
  background-position: 0 0;
  width: 257px;
  height: 215px;
}

#footer-wp .foot-top .list-item .item:nth-child(2) {
  display: block;
  background: url(../img/all_zip1.png) no-repeat;
  background-position: -272px 0;
  width: 257px;
  height: 215px;
  margin-left: 15px;
}

#footer-wp .foot-bottom {
  background: #fff;
  margin-top: 20px;
  padding: 13px 0;
}

#footer-wp .foot-bottom p {
  display: block;
  position: relative;
  font-family: Tahoma;
  font-size: 15px;
  color: #fff;
  text-align: center;
  margin-left: 51px;
}

#footer-wp .foot-bottom p:before {
  position: absolute;
  content: "";
  top: 0;
  left: 161px;
  background: url(../img/footer_DMCA.jpg) no-repeat;
  width: 121px;
  height: 21px;
}
.block-list {
  display: grid;
  grid-template-columns: 30% 68%;
  grid-gap: 15px;
}
.list-item.custom_footer {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px;
}
.list-item.custom_footer > img {
  width: 100%;
}
.owl-carousel {
  z-index: 0;
}

.owl-theme .owl-nav {
  font-size: 70px;
  color: #d6d6d6;
  background: 0 0;
  border: none;
}

.owl-nav button span {
  background: 0 0;
}

.owl-theme .owl-dots {
  display: none;
}

.owl-prev {
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  left: 5px;
  display: block;
  border: none;
  padding: 0 20px;
}

.owl-next {
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  right: 5px;
  display: block;
  border: none;
}

.bt-ads {
  display: block;
  width: 154px;
  height: 396px;
  position: fixed;
  top: 25%;
  left: 10px;
  z-index: 9;
}

.close-ads {
  position: absolute;
  content: "";
  top: 0;
  right: 4px;
  width: 20px;
  height: 20px;
  text-align: center;
  background: #ddd;
  color: #333;
}

.bt-schedule {
  z-index: 99999;
  display: block;
  background: #b94545;
  position: fixed;
  width: 100%;
  height: 61px;
  bottom: 0;
  left: 0;
}

.bt-schedule .bt-reg {
  width: 595px;
}

.bt-schedule .bt-reg .item p {
  position: relative;
  font-family: UTM HelvetIns;
  font-size: 19px;
  color: #f7eded;
  text-align: center;
  padding-top: 8px;
  padding-left: 25px;
}

.bt-schedule .bt-reg .item-1 {
  float: left;
  background: url(../img/foot_fix_all.png) no-repeat;
  background-position: 0 -109px;
  width: 168px;
  height: 47px;
  margin-top: 7px;
  margin-left: 18px;
}

.bt-schedule .bt-reg .item-2 {
  float: left;
  background: url(../img/foot_fix_all.png) no-repeat;
  background-position: 0 -61px;
  width: 196px;
  height: 47px;
  margin-top: 7px;
  margin-left: 18px;
}

.bt-schedule .bt-reg .item-3 {
  float: left;
  background: url(../img/foot_fix_all.png) no-repeat;
  background-position: -196px -61px;
  width: 171px;
  height: 47px;
  margin-top: 7px;
  margin-left: 18px;
}

.bt-schedule .bt-reg .item-1 p:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 15px;
  background: url(../img/foot_fix_all.png) no-repeat;
  background-position: -367px -61px;
  width: 27px;
  height: 21px;
  animation: example 1.5s infinite linear;
}

@-webkit-keyframes example {
  0% {
    left: 15px;
    top: 13px;
  }

  50% {
    left: 15px;
    top: 3px;
  }

  100% {
    left: 15px;
    top: 13px;
  }
}

.bt-schedule .bt-reg .item-2 p:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 15px;
  background: url(../img/foot_fix_all.png) no-repeat;
  background-position: -369px -84px;
  width: 21px;
  height: 21px;
  animation: ex 1.5s infinite 0.75s linear;
}

@-webkit-keyframes ex {
  0% {
    left: 15px;
    top: 13px;
  }

  50% {
    left: 15px;
    top: 3px;
  }

  100% {
    left: 15px;
    top: 13px;
  }
}

.bt-schedule .bt-reg .item-3 p:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 7px;
  background: url(../img/foot_fix_all.png) no-repeat;
  background-position: -365px -105px;
  width: 24px;
  height: 21px;
}

.bt-schedule .info {
  background: url(../img/foot_fix_all.png) no-repeat;
  background-position: 0 0;
  width: 395px;
  height: 61px;
  border-radius: 10px;
}

.bt-schedule .info .bt-desc {
  width: 132px;
}

.bt-schedule .info .bt-desc p {
  font-family: UTM HelvetIns;
  text-transform: uppercase;
  padding-top: 5px;
  font-size: 12px;
  color: #37281d;
  text-align: center;
}

.bt-schedule .info .bt-desc span {
  font-size: 21px;
  color: #9d1f28;
}

.bt-schedule .info .list-info {
  width: 230px;
  margin-right: 20px;
  overflow: hidden;
}

.bt-schedule .info .list-info marquee span {
  color: #212121;
  font-size: 15px;
  padding: 23px 10px;
  display: inline-block;
}

.bt-contact,
.bt-gift,
.bt-popup {
  display: none;
}

@media screen and (max-width: 1024px) {
  .main-content-wp {
    overflow: hidden;
  }

  .inner-wp {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }
}

@media screen and (max-width: 800px) {
  #footer-wp .foot-top .list-item {
    text-align: center;
  }

  #footer-wp .foot-top .list-item .item {
    float: none;
    display: inline-block !important;
  }

  #footer-wp .foot-top .list-item .item:nth-child(2) {
    margin-left: 0 !important;
  }

  #header-m-wp .phone-m-wp {
    display: block;
    background: url(assets/public/images/home/mobile_bg_hotline.png) center
      center no-repeat;
    padding: 11px 14px 11px 21px;
  }

  #header-m-wp .phone-m-wp a {
    display: block;
    -webkit-animation: rotex 2.5s infinite;
    -moz-animation: rotex 2.5s infinite;
    -o-animation: rotex 2.5s infinite;
    animation: rotex 2.5s infinite;
  }

  @-webkit-keyframes rotex {
    30% {
      -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      transform: rotate(-20deg);
    }

    33% {
      -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      transform: rotate(10deg);
    }

    36% {
      -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      transform: rotate(-20deg);
    }

    39% {
      -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      transform: rotate(10deg);
    }

    42% {
      -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      transform: rotate(-20deg);
    }

    45% {
      -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      transform: rotate(10deg);
    }

    48% {
      -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      transform: rotate(-20deg);
    }

    51% {
      -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      transform: rotate(10deg);
    }

    54% {
      -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      transform: rotate(-20deg);
    }

    57% {
      -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      transform: rotate(10deg);
    }
  }

  @-moz-keyframes rotex {
    30% {
      -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      transform: rotate(-20deg);
    }

    33% {
      -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      transform: rotate(10deg);
    }

    36% {
      -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      transform: rotate(-20deg);
    }

    39% {
      -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      transform: rotate(10deg);
    }

    42% {
      -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      transform: rotate(-20deg);
    }

    45% {
      -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      transform: rotate(10deg);
    }

    48% {
      -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      transform: rotate(-20deg);
    }

    51% {
      -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      transform: rotate(10deg);
    }

    54% {
      -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      transform: rotate(-20deg);
    }

    57% {
      -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      transform: rotate(10deg);
    }
  }

  @-o-keyframes rotex {
    30% {
      -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      transform: rotate(-20deg);
    }

    33% {
      -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      transform: rotate(10deg);
    }

    36% {
      -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      transform: rotate(-20deg);
    }

    39% {
      -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      transform: rotate(10deg);
    }

    42% {
      -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      transform: rotate(-20deg);
    }

    45% {
      -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      transform: rotate(10deg);
    }

    48% {
      -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      transform: rotate(-20deg);
    }

    51% {
      -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      transform: rotate(10deg);
    }

    54% {
      -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      transform: rotate(-20deg);
    }

    57% {
      -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      transform: rotate(10deg);
    }
  }

  @keyframes rotex {
    30% {
      -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      transform: rotate(-20deg);
    }

    33% {
      -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      transform: rotate(10deg);
    }

    36% {
      -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      transform: rotate(-20deg);
    }

    39% {
      -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      transform: rotate(10deg);
    }

    42% {
      -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      transform: rotate(-20deg);
    }

    45% {
      -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      transform: rotate(10deg);
    }

    48% {
      -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      transform: rotate(-20deg);
    }

    51% {
      -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      transform: rotate(10deg);
    }

    54% {
      -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      transform: rotate(-20deg);
    }

    57% {
      -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      transform: rotate(10deg);
    }
  }

  .bt-schedule {
    display: none;
  }

  .bt-ads {
    display: none;
  }

  #header-wp {
    display: none;
  }

  #header-m-wp {
    position: fixed;
    display: block;
    width: 100%;
    height: auto;
    min-height: 54px;
    background: #00bc97;
    top: 0;
    z-index: 999999;
  }

  #header-m-wp .btn-menu-m {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: url(../img/all_zip1.png) no-repeat;
    background-position: -478px -290px;
    width: 54px;
    height: 54px;
  }

  #header-m-wp .logo {
    position: absolute;
    content: "";
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/all_zip1.png) no-repeat;
    background-position: -312px -505px;
    width: 201px;
    height: 43px;
  }

  #header-m-wp .thumb-hide {
    display: block;
    margin-top: 7px;
    margin-right: 8%;
  }

  #header-m-wp .thumb-hide span,
  #header-m-wp .thumb-hide span a {
    font-family: "UTM HelvetIns";
    color: #fff;
  }

  #header-m-wp .thumb-hide span {
    font-size: 21px;
  }

  #header-m-wp .thumb-hide span a {
    font-size: 24px;
  }

  #header-m-wp .thumb-hide span:nth-child(2) {
    font-size: 26px;
  }

  #header-m-wp .box-search {
    background: #00bc97;
    padding: 10px 10px 5px;
    height: 54px;
  }

  #header-m-wp .box-search form {
    position: relative;
  }

  #header-m-wp .box-search .form-search input {
    width: 100%;
    padding: 8px 0 8px 15px;
    border: 1px solid #eee;
    border-radius: 5px;
  }

  #header-m-wp .box-search .form-search input::-webkit-input-placeholder {
    color: #959393;
    font-size: 14px;
  }

  #header-m-wp .box-search .form-search input:-ms-input-placeholder {
    color: #959393;
    font-size: 14px;
  }

  #header-m-wp .box-search .form-search input::placeholder {
    color: #959393;
    font-size: 14px;
  }

  #header-m-wp .box-search .form-search button {
    position: absolute;
    content: "";
    top: 8px;
    right: 10px;
    background: url(../img/all_zip1.png) no-repeat;
    background-position: -510px -253px;
    width: 21px;
    height: 21px;
    border: none;
  }

  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background: #fff;
    overflow-x: hidden;
    transition: 0.5s;
  }

  .closebtn {
    position: absolute;
    content: "";
    background: url(../img/all_zip1.png) no-repeat;
    background-position: -478px -344px;
    width: 54px;
    height: 54px;
    top: 0px;
    right: 0;
    display: none;
    z-index: 99;
  }

  #over,
  #over-2 {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 9;
  }

  .main-m-menu li {
    display: block;
    width: 100%;
    height: 92px;
    margin-bottom: 2px;
    clear: both;
  }

  .main-m-menu li .thumb,
  .main-m-menu li .thumb-1 {
    position: relative;
    float: left;
    background: #f2f2f2;
    width: 92px;
    height: 92px;
  }

  .main-m-menu .active .thumb-1 {
    background: #f2f2f2;
  }

  .main-m-menu .active .thumb-2 {
    background: #e89742;
  }

  .main-m-menu .active .thumb-3 {
    background: #41af96;
  }

  .main-m-menu .active .thumb-4 {
    background: #e67171;
  }

  .main-m-menu .active .thumb-5 {
    background: #d6a843;
  }

  .main-m-menu .active .thumb-6 {
    background: #8e6ecb;
  }

  .main-m-menu .active .thumb-7 {
    background: #7db856;
  }

  .main-m-menu .active .thumb-8 {
    background: #67819f;
  }

  .main-m-menu li .thumb-1 span {
    position: absolute;
    content: "";
    top: 12px;
    left: 23px;
    background: url(../img/all_zip1.png) no-repeat;
    background-position: -63px -962px;
    width: 47px;
    height: 48px;
  }

  .main-m-menu li .thumb-2 span {
    position: absolute;
    content: "";
    top: 12px;
    left: 23px;
    background: url(../img/all_zip1.png) no-repeat;
    background-position: -114px -921px;
    width: 48px;
    height: 48px;
  }

  .main-m-menu li .thumb-3 span {
    position: absolute;
    content: "";
    top: 12px;
    left: 23px;
    background: url(../img/all_zip1.png) no-repeat;
    background-position: -399px -977px;
    width: 47px;
    height: 47px;
  }

  .main-m-menu li .thumb-4 span {
    position: absolute;
    content: "";
    top: 12px;
    left: 23px;
    background: url(../img/all_zip1.png) no-repeat;
    background-position: -446px -977px;
    width: 47px;
    height: 47px;
  }

  .main-m-menu li .thumb-5 span {
    position: absolute;
    content: "";
    top: 12px;
    left: 23px;
    background: url(../img/all_zip1.png) no-repeat;
    background-position: -208px -950px;
    width: 47px;
    height: 47px;
  }

  .main-m-menu li .thumb-6 span {
    position: absolute;
    content: "";
    top: 12px;
    left: 23px;
    background: url(../img/all_zip1.png) no-repeat;
    background-position: -110px -969px;
    width: 48px;
    height: 48px;
  }

  .main-m-menu li .thumb-7 span {
    position: absolute;
    content: "";
    top: 12px;
    left: 23px;
    background: url(../img/all_zip1.png) no-repeat;
    background-position: -161px -950px;
    width: 47px;
    height: 47px;
  }

  .main-m-menu li .thumb-8 span {
    position: absolute;
    content: "";
    top: 12px;
    left: 23px;
    background: url(../img/all_zip1.png) no-repeat;
    background-position: -255px -950px;
    width: 47px;
    height: 47px;
  }

  .main-m-menu > li a {
    display: block;
    font-family: Tahoma;
    font-size: 15px;
    text-align: center;
    margin-top: 64px;
    color: #505050;
  }

  .main-m-menu li .info {
    display: block;
    float: right;
    width: calc(100% - 92px);
  }

  .main-m-menu {
    position: relative;
  }

  .sub-m-menu {
    position: absolute;
    width: calc(100% - 92px);
    top: 92px;
    left: 92px;
    background: #fff;
    padding-top: 5px;
    display: none;
  }

  .sub-m-menu > li {
    background: #fff;
    padding: 10px 0;
    margin-bottom: 0;
    height: 40px;
  }

  .sub-m-menu > li > a {
    position: relative;
    font-family: Tahoma;
    font-size: 15px;
    text-align: left;
    color: #505050;
    margin-top: 5px;
    margin-left: 45px;
  }

  .sub-m-menu > li > a:before {
    position: absolute;
    content: "";
    top: 5px;
    left: -25px;
    background: url(../img/all_zip1.png) no-repeat;
    background-position: -503px -398px;
    width: 11px;
    height: 11px;
  }

  .sub-m-menu li:hover a {
    color: #388669;
  }

  li.active .sub-m-menu {
    display: block;
  }

  .main-m-menu > li:nth-child(2) .sub-m-menu {
    display: block;
  }

  #footer-wp .foot-intro .thumb {
    display: none;
  }

  #footer-wp .foot-intro .thumb-hidden {
    display: block;
  }

  #footer-wp .foot-intro .info input {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }

  #footer-wp .foot-intro .info button {
    width: 36%;
    top: 0;
    left: 32%;
    margin-left: 0;
    text-transform: uppercase;
    font-size: 19px;
  }

  #footer-wp .foot-intro .info button:after {
    top: 15px;
    right: 15px;
  }

  #footer-wp .foot-top .ft-title:before {
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }

  #footer-wp .foot-top .ft-title {
    padding: 70px 0 20px;
    font-size: 21px;
  }

  #footer-wp .foot-top .list-item {
    width: 100%;
    margin-bottom: 10px;
  }

  #footer-wp .foot-top .block {
    width: 100%;
  }

  #footer-wp .foot-bottom p {
    margin-left: 0;
    padding-top: 30px;
    font-size: 14px;
  }

  #footer-wp .foot-bottom p:before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  #section-banner {
    margin-top: 54px;
  }

  #section-banner .mn-banner-hidden img {
    width: 100%;
  }

  .bt-contact {
    z-index: 999999;
    background: #fff;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 5px 0;
    border-top: 1px solid #d0d0d0;
    box-shadow: 0 0 20px #d0d0d0;
  }

  .bt-contact .block:nth-child(3) {
    width: 36%;
    margin: 0 1%;
    padding: 9px 8px 9px;
    background: #f2292f;
    border-radius: 5px;
  }

  .bt-contact .block:nth-child(2) {
    width: 36%;
    margin-left: 1%;
    padding: 11px 8px 8px;
    background: #009ac0;
    border-radius: 5px;
  }

  .bt-contact .block:nth-child(2) a div:nth-child(2),
  .bt-contact .block:nth-child(3) a div:nth-child(2) {
    float: left;
    margin-top: 4px;
    margin-left: 10px;
    color: #fff;
    font-family: UTM HelvetIns;
    font-size: 15px;
    text-transform: uppercase;
  }

  .bt-contact .block:nth-child(3) a div:nth-child(2) {
    margin-left: 0;
  }

  .bt-contact .block:nth-child(1) {
    width: 24%;
    margin-left: 1%;
    padding: 12px 8px 8px;
    background: #00a141;
    border-radius: 5px;
  }

  .bt-gift {
    display: block;
    width: 62px;
    height: 62px;
    position: fixed;
    top: 28%;
    right: 5px;
    z-index: 9;
    background: #fff;
    padding: 2px;
    border-radius: 100px;
  }

  .bt-gift img {
    width: 100%;
  }
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

.bt-animation {
  animation: shake 1s infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.bt-gift a {
  display: block;
  width: 100%;
}

.bt-popup {
  display: none;
  width: 80%;
  top: 15%;
  left: 10%;
  position: fixed;
  z-index: 100;
}

.bt-popup .bt-main img {
  width: 90%;
  height: 100%;
  margin-left: 5%;
}

.bt-popup .thumb-1 {
  width: 100%;
  position: absolute;
  bottom: 80px;
  z-index: 999;
}

.bt-popup .thumb-1 p,
.bt-popup .thumb-2 p {
  text-align: center;
}

.bt-popup .thumb-1 p a:nth-child(2) {
  padding-left: 30px;
}

.bt-popup .thumb-2 {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 999;
}

.bt-popup .pp-close {
  position: absolute;
  top: 0;
  right: 20px;
  width: 55px;
  height: 25px;
}

.bt-popup .thumb-2 .gt-phone {
  width: 50%;
  float: left;
  height: 50px;
  margin-bottom: 10px;
}

.bt-popup .thumb-2 .gt-rchat {
  width: 50%;
  float: left;
  height: 50px;
  margin-bottom: 10px;
}

.swiper-container img {
  width: 100%;
  margin: 0 auto;
  display: table;
}

@media screen and (max-width: 375px) {
  .bt-popup .thumb-1 p {
    text-align: left;
  }

  .bt-popup .thumb-1 p a:nth-child(2) {
    padding-left: 0;
  }

  .bt-popup .thumb-1 img {
    width: 47%;
    float: left;
    margin: 0 1.5%;
  }

  .bt-contact .block:nth-child(1) {
    padding: 12px 8px 9px;
  }

  .bt-contact .block:nth-child(3) {
    padding: 15px 8px 10px;
  }
}

@media screen and (max-width: 360px) {
  #header-m-wp .thumb-hide span,
  #header-m-wp .thumb-hide span a {
    font-size: 21px;
  }

  .bt-contact .block:nth-child(1) {
    padding: 14px 8px 9px;
  }

  .bt-contact .block:nth-child(2) a div:nth-child(2) {
    font-size: 14px;
  }

  .bt-contact .block:nth-child(3) {
    padding: 15px 8px 11px;
  }
}

@media screen and (max-width: 320px) {
  .bt-contact .block:nth-child(1) {
    padding: 14px 8px 8px;
  }

  .bt-contact .block:nth-child(2) {
    padding: 9px 8px 6px;
  }

  .bt-contact .block:nth-child(2) a div:nth-child(2) {
    font-size: 13px;
    margin-left: 7px;
  }

  .bt-contact .block:nth-child(3) {
    padding: 15px 8px 10px;
  }

  .bt-contact .block:nth-child(3) a div:nth-child(2) {
    font-size: 13px;
  }
}

.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px;
}

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
}

.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}

.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url(http://phongkhamhungthinh.vn/assets/public/images/home/play.png)
    no-repeat;
  cursor: pointer;
}

#header-m-wp marquee {
  position: fixed;
  top: 0px;
  font-size: 13px;
  background: #fff;
  line-height: 21px;
  color: #840000;
}

#header-m-wp marquee span {
  font-family: "UTM HelvetIns";
  display: inline-block;
  line-height: 21px;
  font-weight: normal;
  font-size: 15px;
}

#errorContainer {
  width: 100%;
  display: none;
  overflow: auto;
  margin: 20px 0;
}

#errorContainer li {
  text-align: center;
}

/*===============HEADER================*/

/*===============INDEX================*/
#guide-page-wp #section-02 {
  padding-top: 20px;
}

#guide-page-wp #section-02,
#guide-page-wp #section-03,
#guide-page-wp #section-04,
#guide-page-wp #section-05,
#guide-page-wp #section-cate,
#guide-page-wp #section-date,
#guide-page-wp #section-07,
#guide-page-wp #section-08,
#guide-page-wp #section-09,
#guide-page-wp #section-10 {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 5px;
}

#guide-page-wp #section-cate {
  background: #f4f4f4;
  padding: 20px 0;
}

#guide-page-wp #section-cate-hidden {
  display: none;
  background: #f4f4f4;
  padding: 20px 0;
}

#guide-page-wp #section-cate-hidden .section-detail ul li:nth-child(2n + 1) {
  margin-left: 0;
}

#guide-page-wp #section-cate-hidden .section-detail ul li {
  position: relative;
  float: left;
  width: 49%;
  margin-left: 2%;
  margin-bottom: 10px;
  background: #fff;
}

#guide-page-wp #section-cate-hidden .section-detail ul li a {
  display: block;
  color: #222;
  padding: 16px 10px 16px 50px;
  border: 1px solid #ddd;
}

#guide-page-wp #section-cate-hidden .section-detail ul li a:hover {
  color: #5ca68b;
}

#guide-page-wp #section-cate-hidden .section-detail ul li:nth-child(1):before {
  position: absolute;
  content: "";
  top: 7px;
  left: 20px;
  background: url(../img/all_zip1.png) no-repeat;
  background-position: -519px -710px;
  width: 13px;
  height: 36px;
}

#guide-page-wp #section-cate-hidden .section-detail ul li:nth-child(2):before {
  position: absolute;
  content: "";
  top: 7px;
  left: 20px;
  background: url(../img/all_zip1.png) no-repeat;
  background-position: -400px -830px;
  width: 17px;
  height: 37px;
}

#guide-page-wp #section-cate-hidden .section-detail ul li:nth-child(3):before {
  position: absolute;
  content: "";
  top: 7px;
  left: 10px;
  background: url(../img/all_zip1.png) no-repeat;
  background-position: -315px -549px;
  width: 33px;
  height: 33px;
}

#guide-page-wp #section-cate-hidden .section-detail ul li:nth-child(4):before {
  position: absolute;
  content: "";
  top: 7px;
  left: 16px;
  background: url(../img/all_zip1.png) no-repeat;
  background-position: -511px -542px;
  width: 20px;
  height: 38px;
}

#guide-page-wp #section-cate-hidden .section-detail ul li:nth-child(5):before {
  position: absolute;
  content: "";
  top: 7px;
  left: 13px;
  background: url(../img/all_zip1.png) no-repeat;
  background-position: -349px -547px;
  width: 29px;
  height: 35px;
}

#guide-page-wp #section-cate-hidden .section-detail ul li:nth-child(6):before {
  position: absolute;
  content: "";
  top: 7px;
  left: 16px;
  background: url(../img/all_zip1.png) no-repeat;
  background-position: -512px -506px;
  width: 20px;
  height: 34px;
}

#guide-page-wp #section-03 {
  background: #00bc97;
  padding: 20px 0;
}

#guide-page-wp #section-04 {
  padding: 20px 0;
}

#guide-page-wp #section-date {
  background: url(../img/content4_bg.jpg) no-repeat;
  min-height: 230px;
}

#guide-page-wp #section-06 {
  background: #f2f2f2;
  padding: 20px 0;
}

#guide-page-wp #section-07 {
  background: url(../img/content7_bg.jpg) no-repeat;
}

#guide-page-wp #section-10 {
  background: #f2f2f2;
  padding: 20px 0;
}

#guide-page-wp #section-cate .section-detail ul li {
  float: left;
  width: 166.666px;
  padding-top: 99px;
}

#guide-page-wp #section-cate .section-detail ul li .tit {
  position: relative;
  font-family: Tahoma;
  font-size: 15px;
  text-transform: uppercase;
  color: #212121;
  text-align: center;
}

#guide-page-wp #section-cate .section-detail ul li .tit:hover {
  color: #63bb97;
}

#guide-page-wp #section-cate .section-detail ul li:nth-child(1) .tit:before {
  position: absolute;
  content: "";
  top: -99px;
  left: 38.5px;
  background: url(../img/icon_1.svg) no-repeat;
  /*background-position: -399px -888px;*/
  background-size: cover;
  width: 89px;
  height: 89px;
}

#guide-page-wp #section-cate .section-detail ul li:nth-child(2) .tit:before {
  position: absolute;
  content: "";
  top: -99px;
  left: 38.5px;
  background: url(../img/icon_2.svg) no-repeat;
  /*background-position: -310px -919px;*/
  background-size: cover;
  width: 89px;
  height: 89px;
}

#guide-page-wp #section-cate .section-detail ul li:nth-child(3) .tit:before {
  position: absolute;
  content: "";
  top: -99px;
  left: 38.5px;
  background: url(../img/icon_6.svg) no-repeat;
  /*background-position: -430px -710px;*/
  background-size: cover;
  width: 89px;
  height: 89px;
}

#guide-page-wp #section-cate .section-detail ul li:nth-child(4) .tit:before {
  position: absolute;
  content: "";
  top: -99px;
  left: 38px;
  background: url(../img/icon_3.svg) no-repeat;
  /*background-position: -357px -410px;*/
  background-size: cover;
  width: 89px;
  height: 89px;
}

#guide-page-wp #section-cate .section-detail ul li:nth-child(5) .tit:before {
  position: absolute;
  content: "";
  top: -99px;
  left: 38.5px;
  background: url(../img/icon_4.svg) no-repeat;
  /*background-position: -430px -799px;*/
  background-size: cover;
  width: 89px;
  height: 89px;
}

#guide-page-wp #section-cate .section-detail ul li:nth-child(6) .tit:before {
  position: absolute;
  content: "";
  top: -99px;
  left: 38.5px;
  background: url(../img/icon_5.svg) no-repeat;
  /*background-position: -310px -830px;*/
  background-size: cover;
  width: 89px;
  height: 89px;
}

#guide-page-wp #section-02 .title,
#guide-page-wp #section-05 .title,
#guide-page-wp #section-06 .title,
#guide-page-wp #section-08 .title,
#guide-page-wp #section-09 .title {
  position: relative;
  display: block;
  line-height: 30px;
  font-family: "UTM HelvetIns";
  font-size: 24px;
  text-transform: uppercase;
  color: #171717;
  padding-bottom: 15px;
  margin-bottom: 25px;
  text-align: center;
}
#guide-page-wp .title > span,
.inner-wp > .ft-title > span {
  color: #23a977;
  font-size: 35px;
}

#guide-page-wp #section-02 .title:before,
#guide-page-wp #section-05 .title:before,
#guide-page-wp #section-06 .title:before,
#guide-page-wp #section-08 .title:before,
#guide-page-wp #section-09 .title:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background: #0fc792;
}

#guide-page-wp #section-02 .thumb {
  width: 40%;
}

#guide-page-wp #section-02 .info {
  width: 58%;
  margin-left: 2%;
}

#guide-page-wp #section-02 .thumb-hidden {
  width: 100%;
  display: none;
}

#guide-page-wp #section-02 .info p {
  display: block;
  font-family: "Tahoma";
  line-height: 24px;
  color: #000;
  text-align: justify;
  line-height: 32px;
}

#guide-page-wp #section-02 .info p i {
  font-size: 15px;
  font-family: tahomabd;
}

#guide-page-wp #section-03 .title {
  display: block;
  font-family: "UTM HelvetIns";
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 25px;
  text-align: center;
}

#guide-page-wp #section-03 .list-item .item:nth-child(3n + 1) {
  margin-left: 0;
}

#guide-page-wp #section-03 .list-item .item {
  float: left;
  width: 32%;
  margin-left: 2%;
  padding-bottom: 15px;
  z-index: 1;
}

#guide-page-wp #section-03 .list-item .item .thumb img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}

#guide-page-wp #section-03 .list-item .item .step {
  width: 100%;
  padding: 7px;
  margin-top: -5px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
  background: #fff;
  color: #212121;
  font-family: "UTM HelvetIns";
  font-size: 15px;
  text-transform: uppercase;
  z-index: 9;
}

#guide-page-wp #section-03 .list-item .item p {
  display: block;
  font-family: "Tahoma";
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  margin-top: 15px;
}

#guide-page-wp #section-04 .title {
  display: block;
  font-family: "UTM HelvetIns";
  font-size: 24px;
  text-transform: uppercase;
  color: #201e19;
  margin-bottom: 10px;
  text-align: center;
  line-height: 30px;
}

#guide-page-wp #section-04 .title-bottom {
  position: relative;
  display: block;
  font-family: "Tahoma";
  font-size: 17px;
  text-transform: uppercase;
  background: #419d77;
  color: #fff;
  padding: 7px 0 7px 20px;
  border-radius: 20px;
  width: 46%;
  margin: 0 auto;
  text-align: center;
}

#guide-page-wp #section-04 .title-bottom:before {
  position: absolute;
  content: "";
  top: 7px;
  left: 15px;
  background: url(../img/all_zip1.png) no-repeat;
  background-position: -428px -549px;
  width: 20px;
  height: 19px;
}

#guide-page-wp #section-04 p {
  display: block;
  font-family: "Tahoma";
  font-size: 15px;
  color: #222;
  text-align: center;
  line-height: 21px;
  margin: 20px 0;
}

#guide-page-wp #section-04 #list-item-hidden {
  position: relative;
  display: none;
}

#guide-page-wp #section-04 .list-item .item:first-child {
  margin-left: 0;
}

#guide-page-wp #section-04 .list-item .item {
  position: relative;
  float: left;
  width: 23%;
  height: auto;
  min-height: 366px;
  margin-left: 2.6666%;
  padding-bottom: 15px;
  border: 1px solid #ccc;
}

#guide-page-wp #section-04 .list-item .item .thumb img {
  width: 100%;
}

#guide-page-wp #section-04 .list-item .item .tit h3 {
  display: block;
  font-family: "UTM HelvetIns";
  font-size: 17px;
  color: #2b2b2b;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
}

#guide-page-wp #section-04 .list-item .item .tit p {
  display: block;
  font-family: "Tahoma";
  font-size: 15px;
  color: #535353;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 5px;
}

#guide-page-wp #section-04 .list-item .item .cont {
  position: absolute;
  width: 100%;
  bottom: 0;
}

#guide-page-wp #section-04 .list-item .item .cont-1 {
  position: relative;
  width: 50%;
  background: #3f599a;
  float: left;
  padding: 10px 24px;
}

#guide-page-wp #section-04 .list-item .item .cont-2 {
  position: relative;
  width: 50%;
  background: #cc4747;
  float: right;
  padding: 13px 22px 10px 16px;
}

#guide-page-wp #section-04 .list-item .item .cont-1 span {
  display: block;
  background: url(../img/all_zip1.png) no-repeat;
  background-position: -445px -473px;
  width: 59px;
  height: 23px;
}

#guide-page-wp #section-04 .list-item .item .cont-2 span {
  display: block;
  background: url(../img/all_zip1.png) center no-repeat;
  background-position: -446px -433px;
  width: 82px;
  height: 20px;
}

#section-date .section-detail {
  position: relative;
}

#section-date .section-detail .thumb-1 {
  position: absolute;
  content: "";
  top: 60px;
  left: 70px;
  background: url(../img/all_zip1.png) no-repeat;
  background-position: 0 -325px;
  width: 356px;
  height: 107px;
}

#section-date .section-detail .thumb-2 {
  position: absolute;
  content: "";
  top: 60px;
  right: 70px;
  background: url(../img/all_zip1.png) no-repeat;
  background-position: -1px -218px;
  width: 356px;
  height: 107px;
}

#section-date .section-detail .th-center {
  position: absolute;
  width: 1px;
  height: 100px;
  background: #ccc;
  top: 65px;
  left: 50%;
}

#guide-page-wp #section-05 .thumb-1 .images {
  background: url(../img/kham1.jpg) no-repeat;
  /*background-position: 0 -325px;*/
  background-size: 100% 100%;
  width: 490px;
  height: 189px;
}

#guide-page-wp #section-05 .thumb-2 .images {
  background: url(../img/kham2.jpg) no-repeat;
  background-size: 100% 100%;
  /*background-position: 0 -514px;*/
  width: 490px;
  height: 189px;
}

#guide-page-wp #section-05 .list-item .item:nth-child(1) .images {
  background: url(../img/kham4.jpg) no-repeat;
  background-size: 100%;
  /*background-position: 0 -703px;*/
  width: 320px;
  height: 189px;
}

#guide-page-wp #section-05 .list-item .item:nth-child(2) .images {
  background: url(../img/kham3.jpg) no-repeat;
  background-size: 100%;
  /*background-position: 0 -892px;*/
  width: 320px;
  height: 189px;
}

#guide-page-wp #section-05 .list-item .item:nth-child(3) .images {
  background: url(../img/kham5.jpg) no-repeat;
  /*background-position: 0 -1081px;*/
  background-size: 100%;
  width: 320px;
  height: 189px;
}

#guide-page-wp #section-05 .thumb,
#guide-page-wp #section-05 .info,
#guide-page-wp #section-05 .thumb-1,
#guide-page-wp #section-05 .thumb-2 {
  width: 49%;
}

#guide-page-wp #section-05 p {
  display: block;
  font-family: "Tahoma";
  font-size: 15px;
  line-height: 25px;
  color: #505050;
  text-align: justify;
  padding: 0 15px;
}

#guide-page-wp #section-05 .info p {
  text-align: left;
}

#guide-page-wp #section-05 .section-detail {
  padding-bottom: 20px;
}

#guide-page-wp #section-05 .section-detail .tit-sec {
  background: #f5f5f5;
  padding-bottom: 10px;
}

#guide-page-wp #section-05 .section-detail .tit {
  position: relative;
  display: inline-block;
  font-family: "UTM HelvetIns";
  font-size: 15px;
  color: #57a086;
  text-transform: uppercase;
  padding: 2px 35px;
  margin: 10px 0 10px 15px;
  border: 1px solid #57a086;
  border-radius: 30px;
}

#guide-page-wp #section-05 .section-detail .tit:before {
  position: absolute;
  content: "";
  top: 4px;
  left: 5px;
  background: url(../img/icon_fix.png) no-repeat;
  width: 19px;
  height: 19px;
}

#guide-page-wp #section-05 .section-detail strong {
  font-size: 15px;
}

#guide-page-wp #section-05 .list-item .item:first-child {
  margin-left: 0;
}

#guide-page-wp #section-05 .list-item .item {
  float: left;
  width: 32%;
  margin-left: 2%;
}

#guide-page-wp #section-06 p {
  display: block;
  font-family: "Tahoma";
  font-size: 15px;
  line-height: 25px;
  color: #505050;
  text-align: center;
  margin: 20px 0;
}

#guide-page-wp #section-06 .list-item .item:first-child {
  margin-left: 0;
}

#guide-page-wp #section-06 .list-item .item {
  float: left;
  width: 32%;
  margin-left: 2%;
}

#guide-page-wp #section-06 .list-item .item p {
  position: relative;
  text-align: left;
  padding-top: 10px;
  margin-bottom: 60px;
}

#guide-page-wp #section-06 .list-item .item-1 p {
  padding-right: 95px;
}

#guide-page-wp #section-06 .list-item .item-3 p {
  padding-left: 95px;
}

#guide-page-wp #section-06 .list-item .item-1 p:nth-child(1):after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: url(../img/check-01.svg) no-repeat;
  /*background-position: -121px -53px;*/
  width: 80px;
  height: 81px;
}

#guide-page-wp #section-06 .list-item .item-1 p:nth-child(2):after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: url(../img/check-01.svg) no-repeat;
  /*background-position: -121px -133px;*/
  width: 80px;
  height: 81px;
}

#guide-page-wp #section-06 .list-item .item-3 p:nth-child(1):after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: url(../img/check-01.svg) no-repeat;
  /*background-position: -121px -213px;*/
  width: 80px;
  height: 81px;
}

#guide-page-wp #section-06 .list-item .item-3 p:nth-child(2):after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: url(../img/check-01.svg) no-repeat;
  /*background-position: -121px -293px;*/
  width: 80px;
  height: 81px;
}

#guide-page-wp #section-07 .section-detail .thumb {
  width: 40.5%;
  padding: 25px 40px;
  background-image: linear-gradient(
    to top left,
    #539ac7,
    #54a0b9,
    #55a2b2,
    #58af8e,
    #57aa9d
  );
}

#guide-page-wp #section-07 .section-detail .thumb .item {
  position: relative;
  padding-bottom: 29px;
}

#guide-page-wp #section-07 .section-detail .thumb .item-4 {
  padding-bottom: 0;
}

#guide-page-wp #section-07 .thumb .item-1 span:nth-child(1) {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  background: url(../img/all_zip1.png) no-repeat;
  background-position: -482px -639px;
  width: 50px;
  height: 40px;
}

#guide-page-wp #section-07 .thumb .item-2 span:nth-child(1) {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  background: url(../img/all_zip1.png) no-repeat;
  background-position: -63px -922px;
  width: 52px;
  height: 41px;
}

#guide-page-wp #section-07 .thumb .item-3 span:nth-child(1) {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  background: url(../img/all_zip1.png) no-repeat;
  background-position: -488px -888px;
  width: 43px;
  height: 40px;
}

#guide-page-wp #section-07 .thumb .item-4 a:nth-child(1) {
  display: block;
  float: left;
  background: url(../img/content7_tuvan.png) no-repeat;
  width: 154px;
  height: 47px;
}

#guide-page-wp #section-07 .thumb .item-4 a:nth-child(2) {
  display: block;
  float: right;
  background: url(../img/content7_henkham.png) no-repeat;
  width: 154px;
  height: 47px;
}

#guide-page-wp #section-07 .thumb .item span:nth-child(2) {
  float: left;
  font-family: "UTM HelvetIns";
  font-size: 21px;
  color: #fff;
  text-transform: uppercase;
  margin-left: 70px;
}

#guide-page-wp #section-07 .thumb .item span:nth-child(3) {
  float: right;
  font-family: "UTM HelvetIns";
  font-size: 43px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: 90px;
  height: 60px;
  background: #44838a;
  border-radius: 4px;
}

#guide-page-wp #section-07 .thumb .item .tit-top {
  font-size: 21px;
}

#guide-page-wp #section-07 .thumb .item .tit-bottom {
  font-size: 15px;
}

#guide-page-wp #section-07 .section-detail .list-item {
  width: 58%;
}

#guide-page-wp #section-07 .list-item ul li:nth-child(2n + 1) {
  margin-left: 0;
}

#guide-page-wp #section-07 .list-item ul li {
  float: left;
  width: 49%;
  margin-left: 2%;
  padding-top: 6px;
}

#guide-page-wp #section-07 .list-item ul li img {
  width: 100%;
}

#guide-page-wp #section-08 .section-detail {
  padding-bottom: 15px;
}

#guide-page-wp #section-08 .section-detail .box {
  width: 100%;
  height: auto;
  min-height: 240px;
  border: 1px solid #ddd;
  padding: 20px;
}

#guide-page-wp #section-08 .box .thumb {
  width: 21%;
}

#guide-page-wp #section-08 .box .info {
  width: 77%;
  position: relative;
}

#guide-page-wp #section-08 .box .info:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: url(https://tiengiangclinic.vn/img/72ppi/tuoitrepc.jpg) no-repeat;
  background-position: 0px 0px;
  width: 197px;
  height: 53px;
  background-size: 48%;
}

#guide-page-wp #section-08 .list-item .item:first-child {
  margin-left: 0;
}

#guide-page-wp #section-08 .list-item .item {
  position: relative;
  float: left;
  width: 49%;
  margin-left: 2%;
  border: 1px solid #ddd;
  padding: 20px;
}

#guide-page-wp #section-08 .list-item .item:nth-child(1):before {
  position: absolute;
  content: "";
  top: 20px;
  left: 20px;
  background: url(https://tiengiangclinic.vn/img/72ppi/thanhnien.jpg) no-repeat;
  background-position: 0px -29px;
  width: 154px;
  height: 49px;
}

#guide-page-wp #section-08 .list-item .item:nth-child(2):before {
  position: absolute;
  content: "";
  top: 20px;
  left: 20px;
  background: url(../img/all_zip3.png) no-repeat;
  background-position: 2px -54px;
  width: 123px;
  height: 49px;
}

#guide-page-wp #section-08 .section-detail .tit {
  font-family: "UTM HelvetIns";
  font-size: 19px;
  color: #212121;
  line-height: 25px;
  margin-top: 60px;
}

#guide-page-wp #section-08 .section-detail .tit:hover {
  color: #63bb97;
}

#guide-page-wp #section-08 .section-detail p {
  font-family: "Tahoma";
  font-size: 15px;
  color: #505050;
  line-height: 25px;
  margin: 25px 0;
}

#guide-page-wp #section-08 .info .btn-more {
  color: #e28390;
}

#guide-page-wp #section-08 .item .btn-more {
  color: #9b9b9b;
}

#guide-page-wp #section-09 .list-item ul li:first-child {
  margin-left: 0;
}

#guide-page-wp #section-09 .list-item ul li {
  position: relative;
  float: left;
  width: 32%;
  margin-left: 2%;
  padding-bottom: 145px;
}

#guide-page-wp #section-09 .list-item ul li:nth-child(1):after {
  position: absolute;
  content: "";
  bottom: 17px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/all_zip3.png) no-repeat;
  background-position: 0px -103px;
  width: 120px;
  height: 120px;
}

#guide-page-wp #section-09 .list-item ul li:nth-child(2):after {
  position: absolute;
  content: "";
  bottom: 17px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/all_zip3.png) no-repeat;
  background-position: 0px -223px;
  width: 120px;
  height: 120px;
}

#guide-page-wp #section-09 .list-item ul li:nth-child(3):after {
  position: absolute;
  content: "";
  bottom: 17px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/all_zip3.png) no-repeat;
  background-position: 0px -343px;
  width: 120px;
  height: 120px;
}

#guide-page-wp #section-09 .list-item ul li .box-top {
  padding: 20px 20px 0;
  border: 1px solid #ddd;
  border-radius: 15px;
}

#guide-page-wp #section-09 .list-item ul li:nth-child(2) .box-top {
  background: #fbbf4a;
}

#guide-page-wp #section-09 .list-item ul li .tit {
  font-family: "UTM HelvetIns";
  font-size: 19px;
  color: #212121;
  line-height: 25px;
  margin-bottom: 5px;
}

#guide-page-wp #section-09 .list-item ul li p {
  position: relative;
  font-family: "Tahoma";
  font-size: 15px;
  font-weight: 500;
  color: #505050;
  line-height: 22px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#guide-page-wp #section-09 .list-item ul li .tt-sec:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 40px;
  height: 4px;
  background: #fbbf4a;
  border-radius: 2px;
}

#guide-page-wp #section-09 .list-item ul li:nth-child(2) .tt-sec:before {
  background: #fff;
}

#guide-page-wp #section-09 .list-item ul li:nth-child(1) .tt-sec,
#guide-page-wp #section-09 .list-item ul li:nth-child(3) .tt-sec {
  color: #d44559;
}

#guide-page-wp #section-10 .title {
  text-align: center;
}

#guide-page-wp #section-10 .section-detail {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}

#guide-page-wp #section-10 .list-item ul li:nth-child(3n + 1) {
  margin-left: 0;
  clear: both;
}

#guide-page-wp #section-10 .list-item ul li {
  float: left;
  width: 32%;
  margin-left: 2%;
  padding-bottom: 20px;
}

#guide-page-wp #section-10 ul li .thumb {
  width: 40%;
}

#guide-page-wp #section-10 ul li .info {
  width: 58%;
}

#guide-page-wp #section-10 ul li .info h3 {
  font-family: "UTM HelvetIns";
  font-size: 17px;
  color: #222;
  line-height: 22px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  max-height: 100%;
  overflow: hidden;
}

#guide-page-wp #section-10 ul li .info h3:hover {
  color: #63bb97;
}

#guide-page-wp #section-10 ul li .info p {
  font-family: "Tahoma";
  font-size: 13px;
  color: #505050;
  overflow: hidden;
}

#guide-page-wp #section-10 ul li .info p span:last-child {
  color: #395eb2;
  font-family: tahomabd;
  font-size: 11px;
}

#guide-page-wp #section-10 ul li .info p span:last-child:hover {
  color: #d25f61;
}

@media screen and (max-width: 800px) {
  #guide-page-wp #section-04 p {
    text-align: justify;
    line-height: 24px;
  }

  #guide-page-wp #section-02 {
    padding-top: 0px;
  }

  #header-wp {
    display: none;
  }

  #header-m-wp {
    display: block;
  }

  .main-content-wp {
    margin-top: 54px;
  }

  #guide-page-wp #section-02,
  #guide-page-wp #section-03,
  #guide-page-wp #section-04,
  #guide-page-wp #section-05,
  #guide-page-wp #section-cate,
  #guide-page-wp #section-cate-hidden,
  #guide-page-wp #section-date,
  #guide-page-wp #section-07,
  #guide-page-wp #section-08,
  #guide-page-wp #section-09,
  #guide-page-wp #section-10 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  #guide-page-wp #section-02 {
    padding-bottom: 0px;
    margin-bottom: 10px;
  }

  #guide-page-wp #section-cate,
  #guide-page-wp #section-03,
  #guide-page-wp #section-date,
  #guide-page-wp #section-09 {
    display: none;
  }

  #guide-page-wp #section-cate-hidden {
    display: block;
  }

  #guide-page-wp #section-02 .thumb {
    width: 100%;
    display: block;
  }

  #guide-page-wp #section-02 .info {
    width: 100%;
    margin-bottom: 10px;
  }

  #guide-page-wp #section-04 #list-item-hidden {
    display: block;
  }

  #guide-page-wp #section-04 #list-item-hidden .owl-dots {
    display: none;
  }

  #guide-page-wp #section-04 #list-item {
    display: none;
  }

  #guide-page-wp #section-04 .title-bottom {
    width: 100%;
    font-size: 13px;
  }

  #guide-page-wp #section-04 .title-bottom:before {
    top: 4px;
  }

  #guide-page-wp #section-04 .list-item-hidden .item {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    min-height: 366px;
    padding-bottom: 15px;
    border: 1px solid #ccc;
  }

  #guide-page-wp #section-04 .list-item-hidden .thumb img {
    margin: 0 auto;
  }

  .owl-carousel .owl-item img {
    width: auto !important;
  }

  #guide-page-wp #section-04 .list-item-hidden .item .tit h3 {
    display: block;
    font-family: "UTM HelvetIns";
    font-size: 17px;
    color: #2b2b2b;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
  }

  #guide-page-wp #section-04 .list-item-hidden .item .tit p {
    display: block;
    font-family: "Tahoma";
    font-size: 15px;
    color: #535353;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 5px;
  }

  #guide-page-wp #section-04 .list-item-hidden .item .cont {
    position: absolute;
    width: 100%;
    bottom: 0;
  }

  #guide-page-wp #section-04 .list-item-hidden .item .cont-1 {
    position: relative;
    width: 50%;
    background: #3f599a;
    float: left;
    padding: 10px 20px;
  }

  #guide-page-wp #section-04 .list-item-hidden .item .cont-2 {
    position: relative;
    width: 50%;
    background: #cc4747;
    float: right;
    padding: 13px 20px 10px;
  }

  #guide-page-wp #section-04 .list-item-hidden .item .cont-1 span {
    display: block;
    background: url(../img/all_zip1.png) center no-repeat;
    background-position: -445px -473px;
    width: 59px;
    height: 23px;
  }

  #guide-page-wp #section-04 .list-item-hidden .item .cont-2 span {
    display: block;
    background: url(../img/all_zip1.png) center no-repeat;
    background-position: -446px -433px;
    width: 82px;
    height: 20px;
  }

  #guide-page-wp #section-date-hidden {
    display: block;
  }

  #section-date-hidden .section-detail {
    position: relative;
  }

  #guide-page-wp #section-date-hidden {
    position: relative;
    background: url(../img/m_content4_bg.jpg) no-repeat;
    background-size: cover;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  #section-date-hidden .section-detail .thumb-1 {
    display: inline-block;
    background: url(../img/all_zip1.png) no-repeat;
    background-position: 0 -325px;
    width: 356px;
    height: 107px;
  }

  #section-date-hidden .section-detail .th-center {
    display: block;
    width: 50%;
    height: 1px;
    background: #ccc;
    margin: 15px auto;
  }

  #section-date-hidden .section-detail .thumb-2 {
    display: inline-block;
    background: url(../img/all_zip1.png) no-repeat;
    background-position: -1px -218px;
    width: 356px;
    height: 107px;
  }

  #guide-page-wp #section-05 .thumb,
  #guide-page-wp #section-05 .info,
  #guide-page-wp #section-05 .thumb-1,
  #guide-page-wp #section-05 .thumb-2 {
    width: 100%;
  }

  #guide-page-wp #section-05 .list-item .item {
    width: 100%;
    margin-left: 0;
  }

  #guide-page-wp #section-05 p {
    padding: 0 15px;
  }

  #guide-page-wp #section-06 p {
    text-align: left;
  }

  #guide-page-wp #section-06 .list-item .item {
    width: 100%;
  }

  #guide-page-wp #section-07 .section-detail .thumb {
    width: 100%;
    padding: 25px 30px;
  }

  #guide-page-wp #section-07 .section-detail .thumb .item {
    padding-bottom: 29px;
  }

  #guide-page-wp #section-07 .section-detail .thumb .item-4 {
    padding-bottom: 0;
  }

  #guide-page-wp #section-07 .thumb .item span:nth-child(2) {
    margin-left: 65px;
  }

  #guide-page-wp #section-07 .thumb .item span:nth-child(3) {
    width: 80px;
    font-size: 38px;
  }

  #guide-page-wp #section-07 .section-detail .list-item {
    width: 100%;
    margin-top: 10px;
  }

  #guide-page-wp #section-07 .list-item ul li {
    width: 48.5%;
    margin-left: 3%;
  }

  #guide-page-wp #section-08 .section-detail .box {
    min-height: 210px;
    padding: 20px 13px;
  }

  #guide-page-wp #section-08 .box .thumb {
    display: none;
  }

  #guide-page-wp #section-08 .box .info {
    width: 100%;
  }

  #guide-page-wp #section-08 .section-detail .tit {
    margin-top: 70px;
    margin-bottom: 30px;
    font-size: 17px;
  }

  #guide-page-wp #section-08 .section-detail p {
    display: none;
  }

  #guide-page-wp #section-08 .list-item .item:nth-child(1):before,
  #guide-page-wp #section-08 .list-item .item:nth-child(2):before {
    left: 10px;
  }

  #guide-page-wp #section-08 .list-item .item {
    padding: 20px 10px;
  }

  #guide-page-wp #section-08 .item .btn-more {
    color: #e28390;
  }

  #guide-page-wp #section-10 .list-item ul li {
    width: 100%;
    margin-left: 0;
    padding-bottom: 10px;
  }

  #guide-page-wp #section-10 ul li .thumb {
    width: 29%;
  }

  #guide-page-wp #section-10 ul li .info {
    width: 68%;
  }

  #guide-page-wp #section-05 .thumb-1 .images,
  #guide-page-wp #section-05 .thumb-2 .images,
  #guide-page-wp #section-05 .list-item .item:nth-child(1) .images,
  #guide-page-wp #section-05 .list-item .item:nth-child(2) .images,
  #guide-page-wp #section-05 .list-item .item:nth-child(3) .images {
    width: 490px;
    margin: 0 auto;
  }

  #guide-page-wp #section-05 .thumb img {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  #guide-page-wp #section-04 .list-item-hidden .item .cont-1 {
    padding: 10px 25px;
  }

  #guide-page-wp #section-04 .list-item-hidden .item .cont-2 {
    padding: 11.5px 15px;
  }

  #guide-page-wp #section-05 .thumb-1 .images,
  #guide-page-wp #section-05 .thumb-2 .images,
  #guide-page-wp #section-05 .list-item .item:nth-child(1) .images,
  #guide-page-wp #section-05 .list-item .item:nth-child(2) .images,
  #guide-page-wp #section-05 .list-item .item:nth-child(3) .images {
    width: 460px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 414px) {
  #guide-page-wp #section-04 .list-item-hidden .item .cont-1 {
    padding: 10px 15px;
  }

  #guide-page-wp #section-04 .list-item-hidden .item .cont-2 {
    padding: 11.5px 5px;
  }

  #guide-page-wp #section-05 .thumb-1 .images,
  #guide-page-wp #section-05 .thumb-2 .images,
  #guide-page-wp #section-05 .list-item .item:nth-child(1) .images,
  #guide-page-wp #section-05 .list-item .item:nth-child(2) .images,
  #guide-page-wp #section-05 .list-item .item:nth-child(3) .images {
    width: 394px;
    margin: 0 auto;
  }

  #guide-page-wp #section-04 .list-item-hidden .item {
    min-height: auto !important;
  }

  #guide-page-wp #section-04 .list-item-hidden .item .tit p {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 375px) {
  #guide-page-wp #section-04 .title-bottom {
    font-size: 12px;
  }

  #section-date-hidden .section-detail .thumb-1 {
    background-position: 0 -173px;
    width: 285px;
    height: 85px;
    background-size: 425px auto;
  }

  #section-date-hidden .section-detail .thumb-2 {
    background-position: 0 -261px;
    width: 285px;
    height: 85px;
    background-size: 425px auto;
  }

  #guide-page-wp #section-04 .list-item-hidden .item .cont-2 {
    padding: 11.5px 0;
  }

  #guide-page-wp #section-07 .thumb .item span:nth-child(3) {
    margin-left: 15px;
  }

  #guide-page-wp #section-07 .thumb .item-4 a:nth-child(1) {
    float: none;
    margin: 0 auto;
  }

  #guide-page-wp #section-07 .thumb .item-4 a:nth-child(2) {
    float: none;
    margin: 0 auto;
    margin-top: 15px;
  }

  #guide-page-wp #section-07 .section-detail .thumb .item-4 {
    padding-bottom: 0;
  }

  #guide-page-wp #section-04 .list-item-hidden .item .cont-1 {
    padding: 10px 12px;
  }

  #guide-page-wp #section-04 .list-item-hidden .item .cont-2 {
    padding: 11.5px 0 11.5px 2px;
  }

  #guide-page-wp #section-05 .thumb-1 .images,
  #guide-page-wp #section-05 .thumb-2 .images,
  #guide-page-wp #section-05 .list-item .item:nth-child(1) .images,
  #guide-page-wp #section-05 .list-item .item:nth-child(2) .images,
  #guide-page-wp #section-05 .list-item .item:nth-child(3) .images {
    width: 355px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 360px) {
  #guide-page-wp #section-07 .section-detail .thumb .item {
    padding-bottom: 25px;
  }

  #guide-page-wp #section-07 .section-detail .thumb {
    padding: 25px 20px;
  }

  #guide-page-wp #section-07 .section-detail .thumb .item-4 {
    padding-bottom: 0;
  }

  #guide-page-wp #section-04 .list-item-hidden .item .cont-1 {
    padding: 10px 50px;
  }

  #guide-page-wp #section-04 .list-item-hidden .item .cont-2 {
    padding: 11.5px 40px;
  }

  #guide-page-wp #section-04 .list-item-hidden .item .tit p {
    margin-bottom: 50px;
  }

  #guide-page-wp #section-05 .thumb-1 .images,
  #guide-page-wp #section-05 .thumb-2 .images,
  #guide-page-wp #section-05 .list-item .item:nth-child(1) .images,
  #guide-page-wp #section-05 .list-item .item:nth-child(2) .images,
  #guide-page-wp #section-05 .list-item .item:nth-child(3) .images {
    width: 340px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 320px) {
  #guide-page-wp #section-07 .section-detail .thumb {
    padding: 25px 10px;
  }

  #guide-page-wp #section-07 .thumb .item span:nth-child(3) {
    width: 60px;
    font-size: 25px;
    line-height: 60px;
  }

  #guide-page-wp #section-07 .section-detail .thumb .item-4 {
    padding-bottom: 0;
  }

  #guide-page-wp #section-04 .list-item-hidden .item .cont-1 {
    padding: 10px 40px;
  }

  #guide-page-wp #section-04 .list-item-hidden .item .cont-2 {
    padding: 11.5px 30px;
  }

  #guide-page-wp #section-04 .list-item-hidden .item .tit p {
    margin-bottom: 50px;
  }

  #guide-page-wp #section-05 .thumb-1 .images,
  #guide-page-wp #section-05 .thumb-2 .images,
  #guide-page-wp #section-05 .list-item .item:nth-child(1) .images,
  #guide-page-wp #section-05 .list-item .item:nth-child(2) .images,
  #guide-page-wp #section-05 .list-item .item:nth-child(3) .images {
    width: 300px;
    margin: 0 auto;
  }
}

#guide-page-wp #section-02 .thumb .list-item li {
  display: block;
  float: left;
  width: 32.666666666666664%;
  margin-right: 1%;
}

#guide-page-wp #section-02 .thumb .list-item li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 800px) {
  #guide-page-wp #section-02 .thumb .list-item li {
    width: 100%;
    margin: 0 0 5px 0;
  }

  #guide-page-wp #section-02 .thumb .list-item li:last-child {
    margin-bottom: 0;
  }
}
/*===============INDEX================*/

/*===============LOAI_RIGHT================*/
.cate-menu .cate-hidden {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 0px;
  left: 0px;
}
#errorContainer_sidebar {
  width: 100%;
  display: none;
  overflow: auto;
  margin: 20px 0;
}
#errorContainer_sidebar li {
  text-align: center;
  color: #cc4747;
  padding: 2px 0;
}
/* Add css page category */
.sidebar #section-cate,
.sidebar #section-date,
.sidebar #section-contact,
.sidebar #section-register {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 5px;
}

#guide-page-wp #section-01 .slider-hidden {
  display: none;
}

.sidebar {
  height: auto;
  min-height: 1380px;
  width: 97%;
}

.sidebar #section-cate .title {
  position: absolute;
  content: "";
  top: 16px;
  left: 0;
  background: url(../img/all_zip1.png) no-repeat;
  background-position: 0 -587px;
  width: 246px;
  height: 51px;
}

.cate-menu {
  background: #f2f2f2;
}

.sub-cate-menu {
  display: none;
  background: #fffaee;
  margin-top: 20px;
  margin-left: -55px !important;
}

.sub-cate-menu li {
  position: relative;
  padding: 12px 0 12px 45px;
  border-bottom: none;
}

.sub-cate-menu li:before {
  display: none;
}

.sub-cate-menu li:after {
  position: absolute;
  content: "";
  top: 16px;
  left: 25px;
  background: url(../img/all_zip1.png) no-repeat;
  background-position: -504px -398px;
  width: 9px;
  height: 11px;
}

.sub-cate-menu li:hover a {
  color: #388669;
}

li.selected .sub-cate-menu {
  display: block;
}

.sidebar #section-date {
  background: #f2f2f2;
  height: 300px;
}

.sidebar #section-date .title {
  position: absolute;
  content: "";
  top: -13px;
  left: 0;
  background: url(../img/all_zip1.png) no-repeat;
  background-position: 0 -639px;
  width: 246px;
  height: 54px;
}

.sidebar #section-date .box-date {
  position: absolute;
  content: "";
  top: 60px;
  left: 32.5px;
  background: url(../img/all_zip1.png) no-repeat;
  background-position: -8px -692px;
  width: 181px;
  height: 175px;
}

.sidebar #section-date .tit {
  position: absolute;
  width: 100%;
  bottom: 15px;
}

.sidebar #section-date p {
  display: block;
  font-family: Tahoma;
  font-size: 15px;
  color: #505050;
  text-align: center;
  margin: 0;
}

.sidebar #section-date p:last-child {
  color: #c27575;
}

.sidebar #section-contact {
  width: 100%;
  height: 246px;
}

.sidebar #section-contact .item-1 {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  background: url(../img/all_zip1.png) no-repeat;
  background-position: -358px -290px;
  width: 120px;
  height: 120px;
}

.sidebar #section-contact .item-2 {
  position: absolute;
  content: "";
  top: 10px;
  left: 126px;
  background: url(../img/all_zip1.png) no-repeat;
  background-position: -189px -830px;
  width: 120px;
  height: 120px;
}

.sidebar #section-contact .item-3 {
  position: absolute;
  content: "";
  top: 136px;
  left: 0;
  background: url(../img/all_zip1.png) no-repeat;
  background-position: -189px -710px;
  width: 120px;
  height: 120px;
}

.sidebar #section-contact .item-4 {
  position: absolute;
  content: "";
  top: 136px;
  left: 126px;
  background: url(../img/all_zip1.png) no-repeat;
  background-position: -310px -709px;
  width: 120px;
  height: 120px;
}

.sidebar #section-register {
  width: 100%;
  height: 360px;
  background: #f2f2f2;
  margin-top: 30px;
}

.sidebar #section-register .title {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: url(../img/all_zip1.png) no-repeat;
  background-position: -247px -586px;
  width: 246px;
  height: 54px;
}

.sidebar #section-register .box-register {
  position: absolute;
  top: 70px;
  padding: 0 20px;
}

.sidebar #section-register .box-register input,
.sidebar #section-register .box-register textarea,
.sidebar #section-register .box-register button {
  width: 100%;
  padding: 10px 0 10px 20px;
  margin-bottom: 10px;
}

.sidebar #section-register .box-register input[type="date"] {
  padding: 7px 0 7px 20px;
}

.sidebar #section-register .box-register button {
  position: relative;
  border-radius: 4px;
  border: none;
  background: #59a388;
  color: #fff;
  font-family: "UTM HelvetIns";
  font-size: 17px;
  text-transform: uppercase;
}

.breadcrumb .title-cate {
  display: block;
  font-family: "UTM HelvetIns";
  font-size: 22px;
  color: #212121;
  margin: 15px 0;
  line-height: 25px;
}

.breadcrumb .title-cate span {
  color: #c66262;
}

.main-content .list-item .item {
  padding-bottom: 20px;
}

.main-content .list-item .item .thumb {
  width: 34%;
}

.main-content .list-item .item .info {
  width: 64%;
}

.main-content .list-item .item .info-hidden {
  width: 100%;
  display: none;
}

.main-content .list-item .item .info .title {
  display: block;
  font-family: "UTM HelvetIns";
  font-size: 20px;
  color: #212121;
  margin-bottom: 5px;
  line-height: 25px;
}

.main-content .list-item .item .info .title:hover {
  color: #388669;
}

.main-content .list-item .item .info .tit,
.main-content .list-item .item .info p {
  display: block;
  font-family: "Tahoma";
  font-size: 15px;
  color: #505050;
  line-height: 25px;
}

.main-content .list-item .item .info p {
  height: 50px;
  overflow: hidden;
}

.main-content .list-item .item .info .tit {
  font-size: 13px;
  margin-bottom: 13px;
}

.main-content .list-item .item .info .tit span {
  color: #bd5c5c;
}

.main-content .list-item .item .btn-bot {
  margin-top: 13px;
}

.main-content .list-item .item .btn-bot a {
  position: relative;
  font-family: "UTM HelvetIns";
  font-size: 15px;
  border-radius: 4px;
}

.main-content .list-item .item .btn-bot a:nth-child(1) {
  padding: 7px 25px 7px 35px;
  border: 1px solid #565bbf;
  border-radius: 5px;
  color: #565bbf;
}

.main-content .list-item .item .btn-bot a:nth-child(2) {
  padding: 7px 35px 7px 25px;
  margin-left: 15px;
  border: 1px solid #c66262;
  border-radius: 5px;
  color: #c66262;
}

.main-content .list-item .item .btn-bot a:nth-child(1):before {
  position: absolute;
  content: "";
  top: 11px;
  left: 15px;
  background: url(../img/all_zip1.png) no-repeat;
  background-position: -518px -230px;
  width: 14px;
  height: 14px;
}

.main-content .list-item .item .btn-bot a:nth-child(2):before {
  position: absolute;
  content: "";
  top: 10px;
  right: 15px;
  background: url(../img/all_zip1.png) no-repeat;
  background-position: -396px -568px;
  width: 16px;
  height: 17px;
}

.main-content .list-item .item .btn-bot:hover a:nth-child(1) {
  background: #565bbf;
  color: #fff;
}

.main-content .list-item .item .btn-bot:hover a:nth-child(2) {
  background: #c66262;
  color: #fff;
}

.main-content .list-item .item .btn-bot:hover a:nth-child(1):before {
  position: absolute;
  content: "";
  top: 10px;
  left: 15px;
  background: url(../img/all_zip1.png) no-repeat;
  background-position: -517px -214px;
  width: 15px;
  height: 16px;
}

.main-content .list-item .item .btn-bot:hover a:nth-child(2):before {
  position: absolute;
  content: "";
  top: 11px;
  right: 15px;
  background: url(../img/all_zip1.png) no-repeat;
  background-position: -509px -274px;
  width: 15px;
  height: 15px;
}

.view-add {
  margin-bottom: 30px;
}

.view-add #btn-search {
  position: relative;
  display: block;
  font-family: Roboto;
  font-size: 17px;
  line-height: 23px;
  text-transform: uppercase;
  color: #00bc97;
  padding: 15px;
  text-align: center;
  width: 30%;
  height: 100%;
  margin: 0 auto;
  border: 1px solid #ddd;
}

.view-add:hover #btn-search {
  border: 1px solid #00bc97;
}

@media screen and (max-width: 414px) {
  #header-wp {
    display: none;
  }

  #header-m-wp {
    display: block;
  }

  .main-content-wp {
    margin-top: 60px;
  }

  #guide-page-wp #section-01,
  #guide-page-wp #section-02,
  #guide-page-wp #section-quick {
    padding-bottom: 20px;
    margin-bottom: 10px;
  }

  #guide-page-wp #section-01 {
    margin-bottom: 5px;
    padding-bottom: 0;
  }

  #guide-page-wp #section-01 .slider2 {
    display: none;
  }

  #guide-page-wp #section-01 .slider-hidden {
    display: block;
  }

  .sidebar {
    display: none;
  }

  .breadcrumb ul {
    padding: 10px 15px;
  }

  .main-content {
    width: 100%;
  }

  .main-content .list-item {
    margin-top: 0;
  }

  .main-content .list-item .item .thumb {
    width: 30%;
  }

  .main-content .list-item .item .info {
    width: 67%;
  }

  .main-content .list-item .item .info .title {
    font-size: 18px;
  }

  .main-content .list-item .item .info p,
  .main-content .list-item .item .info .btn-bot {
    display: none;
  }

  .main-content .list-item .item .info-hidden {
    display: block;
    margin-top: 3px;
  }

  .main-content .list-item .item .info-hidden p {
    font-family: "Tahoma";
    font-size: 15px;
    color: #505050;
    line-height: 25px;
  }

  .main-content .list-item .item .info-hidden .btn-bot {
    margin-top: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }

  .main-content .list-item .item .btn-bot a {
    left: 13%;
    transform: translateX(-13%);
  }
}
.bg_or {
  background: #008780;
}
.breadcrumb {
  background: transparent !important;
}
h1.title_detail_post {
  border-bottom: 2px solid #19635d;
  font-size: 1.4rem;
  padding-bottom: 5px;
  color: #19635d;
}
.post-main h2 {
  font-size: 1.5rem;
  color: #19635d;
  border-bottom: 1px solid #19635d;
  padding-bottom: 10px;
}
.right-khung {
  padding: 10px;
  border-radius: 5px;
  margin: 1rem 10px;
  box-shadow: 0px 0px 2px green;
  background: rgba(0, 77, 220, 0.1);
}
.title_lienquan {
  /* padding-bottom: 1px; */
  font-size: 1.1rem;
  font-weight: 500;
  color: #19635d;
  border-bottom: 1px solid;
  margin-bottom: 16px;
}
.cover_img_post {
  width: 30%;
  display: inline-block;
  min-width: 228px;
  max-height: 150px;
}
.content_post_loai {
  width: 65%;
  padding: 0 15px;
}
.cl-or {
  color: #19635d;
}
.btn_gre_loai,
.btn_or_loai {
  padding: 5px 10px;
  color: #fff;
  background: #008780;
  border-radius: 5px;
}
.btn_gre_loai:hover,
.btn_or_loai:hover {
  color: #fff;
}
.btn_or_loai {
  padding: 5px 10px;
  color: #fff;
  background: #19635d;
  border-radius: 5px;
}
.page-link {
  border-color: #008780 !important;
  color: #008780 !important;
  font-weight: 500;
}
.page-item.active .page-link {
  background: #008780 !important;
  color: #fff !important;
}
.count_online {
  background: #19635d;
  color: #fff;
}
.count_online .numbe_count {
  line-height: 0.5;
}
.main-breacrumd > .breadcrumb {
  border-bottom: 2px solid #19635d;
}
.main-breacrumd .breadcrumb-item > a {
  color: #19635d;
}
/*===============LOAI_RIGHT================*/
