.breadcrumb {
  background-color: #fff;
  padding-top: 17px;
  padding-bottom: 26px;
  margin-bottom: 0;
}
.breadcrumb a,
.breadcrumb span {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #444444;
  display: inline-block;
}
.breadcrumb a:hover {
  color: #FF8D00;
}
.banner {
  margin-top: -76px;
  position: relative;
}
.banner > img {
  width: 100%;
}
.banner .img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: 130px;
}
.btn_more {
  position: absolute;
  top: 7px;
  right: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
}
.btn_more a {
  color: #333;
}
.btn_more a i {
  color: #FF8D00;
  margin-left: 6px;
}
.video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  width: 47px;
  height: 47px;
  border: 4px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video i {
  font-size: 19px;
}
.group-search {
  position: absolute;
  bottom: 88px;
  width: 1200px;
}
.group-search ul.nav-tabs {
  border: none;
  margin-bottom: 0px;
}
.group-search ul.nav-tabs li:first-child button {
  margin-left: 15px;
}
.group-search ul.nav-tabs li button {
  background-color: rgba(47, 46, 65, 0.8);
  margin: 0 7px 0 8px;
  color: #fff;
  border: none;
  padding: 11px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  border-radius: 10px 10px 0 0;
}
.group-search ul.nav-tabs li button i {
  margin-right: 2px;
}
.group-search ul.nav-tabs li button.active {
  background-color: #fff;
}
.group-search ul.nav-tabs li button.active i {
  color: #E8952F;
}
.group-search .tab-content .search_home {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.4);
  background-color: #fff;
  border-radius: 10px;
  padding: 18px 17px 18px 25px;
}
.group-search .tab-content .search_home label {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #798994;
  margin-bottom: 5px;
}
.group-search .tab-content .search_home label i {
  color: #E8952F;
  margin-right: 5px;
}
.group-search .tab-content .search_home input {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #969696;
  border: none;
  padding: 0;
  height: 18px;
}
.group-search .tab-content .search_home .col-lg-8 > .row > .col {
  border-left: 1px dashed #898994;
  padding-left: 20px;
}
.group-search .tab-content .search_home .col-lg-8 .categories-basic + div {
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #353C46;
  font-family: "Montserrat-Bold";
}
.group-search .tab-content .search_home .form-group {
  float: right;
  margin-bottom: 0;
}
.group-search .tab-content .search_home .form-group button {
  padding: 15px 20px;
  background-color: #FF8D00;
  width: 60px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.group-search .tab-content .search_home .form-group button i {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}
.group-search .tab-content .search_right {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: right;
  font-family: "Montserrat-Bold";
  margin-top: 14px;
}
.group-search .tab-content .search_right a {
  color: #fff;
}
.group-search .tab-content .search_right a:hover {
  color: #FF8D00;
}
.group-search .tab-content .search_right i {
  margin-right: 5px;
}
.box_ecosystem {
  position: relative;
}
.box_ecosystem .img {
  height: 164px;
}
.box_ecosystem .img img {
  width: 100%;
  height: 100%;
}
.box_ecosystem .img a {
  position: relative;
  height: 100%;
  width: 100%;
}
.box_ecosystem .img a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 0 0 20px 20px;
}
.box_ecosystem .content {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.box_ecosystem .content h3 {
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 14px;
}
.box_ecosystem .content h3 a {
  color: #fff;
}
.box_ecosystem .content h3 a:hover {
  color: #FF8D00;
}
.box_blog_community {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.box_blog_community .item_blog {
  box-shadow: 0px 4px 20px 0px #EBE6E6;
  border-radius: 20px;
}
.box_blog_community .item_blog:hover .img_product img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.box_blog_community .item_blog .img_product {
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  height: 255px;
}
.box_blog_community .item_blog .img_product .star {
  position: absolute;
  top: 11px;
  right: 11px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #444;
  background-color: #fff;
  padding: 4px 10px 3px 9px;
  border-radius: 20px;
  z-index: 2;
}
.box_blog_community .item_blog .img_product .star i {
  color: #FF8D00;
}
.box_blog_community .item_blog .img_product img {
  width: 100%;
  border-radius: 20px 20px 0 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  height: 100%;
  object-fit: cover;
}
.box_blog_community .item_blog .content {
  padding: 20px 15px 30px 20px;
  position: relative;
}
.box_blog_community .item_blog .content .i_map {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #FF8D00;
  margin-bottom: 10px;
}
.box_blog_community .item_blog .content .i_map i {
  margin-right: 4px;
}
.box_blog_community .item_blog .content h3 {
  margin-bottom: 10px;
}
.box_blog_community .item_blog .content h3 a {
  color: #444;
}
.box_blog_community .item_blog .content h3 a:hover {
  color: #FF8D00;
}
.box_blog_community .item_blog .content ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin-bottom: 14px;
}
.box_blog_community .item_blog .content ul li {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #969696;
  margin-right: 20px;
}
.box_blog_community .item_blog .content ul li:last-child {
  margin-right: 0;
}
.box_blog_community .item_blog .content ul li i {
  margin-right: 5px;
}
.box_blog_community .item_blog .content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #444444;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box_blog_community .item_blog .content .comment {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #676767;
  display: flex;
  align-items: center;
}
.box_blog_community .item_blog .content .comment i {
  font-size: 24px;
  margin-right: 5px;
}
.box_blog_community .item_blog .content .btn_more {
  top: auto;
  bottom: 30px;
  right: 20px;
}
.list_famous {
  background-color: rgba(241, 241, 241, 0.5);
  padding: 15px;
  max-width: 1200px;
}
.list_famous .product .img_product {
  position: relative;
  height: 192px;
  overflow: hidden;
}
.list_famous .product .img_product .icon_home {
  position: absolute;
  top: 10px;
  left: 17px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  z-index: 2;
}
.list_famous .product .img_product .icon_home i {
  background-color: #E8952F;
  border-radius: 3px;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.list_famous .product .img_product img {
  border-radius: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  display: block;
}
.list_famous .product .img_product h3 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 59.37%);
  margin-bottom: 0;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  padding: 13px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.list_famous .product .img_product h3 a {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list_famous .product .img_product h3 a:hover {
  color: #FF8D00;
}
.list_famous .owl-nav {
  display: block !important;
}
.list_famous .product:hover .img_product img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.search_sidebar input {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #969696;
  padding: 14px 15px;
  border: 1px solid #EBEBEB;
  height: 44px;
}
.search_sidebar input.form-submit {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  background: url(../css/img/akar-icons.png) no-repeat;
  border: none;
  background-color: #FF8D00;
  width: 44px;
  border-radius: 0 4px 4px 0;
  background-position-y: 10px;
  background-position-x: 7px;
}
.section_01 {
  padding: 50px 0;
}
.section_01 .box_event {
  position: relative;
}
.section_01 .box_event .img {
  height: 223px;
}
.section_01 .box_event .img img,
.section_01 .box_event .img a {
  width: 100%;
  height: 100%;
}
.section_01 .box_event .img a::before {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(7, 38, 109, 0.5), rgba(7, 38, 109, 0.5));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border-radius: 20px;
}
.section_01 .box_event:hover .img a::before {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.section_01 .box_event .content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  padding: 45px 15px 20px 20px;
}
.section_01 .box_event .content h3 {
  margin-bottom: 10px;
}
.section_01 .box_event .content h3 a {
  color: #fff;
}
.section_01 .box_event .content h3 a:hover {
  color: #FF8D00;
}
.section_01 .box_event .content .date {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  margin-bottom: 14px;
}
.section_01 .box_event .content p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section_01 .box_event:hover .content {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.section_01 .owl-dots {
  margin-top: 10px;
}
.section_02 {
  padding: 70px 0;
}
.section_02 .owl-nav {
  display: block !important;
}
.section_02 .owl-dots {
  margin-top: 10px;
}
.section_03 {
  padding: 50px 0 100px;
}
.section_03 .title {
  margin-bottom: 5px;
}
.section_04 {
  padding: 70px 0;
}
.section_04 .m-bottom {
  margin-bottom: 46px;
}
.section_04 .d-flex-right {
  justify-content: right;
  display: flex;
}
.section_04 .d-flex-right .f_left:last-child {
  margin-right: 0;
}
.section_04 .d-flex-left {
  justify-content: left;
  display: flex;
  z-index: 1;
}
.section_04 .d-flex-left .f_left:first-child {
  margin-left: 0;
}
.section_04 .d-flex-left .box_image_w {
  width: 750px;
  margin-top: 0;
}
.section_04 .f_left {
  margin: 2px;
}
.section_04 .row {
  margin: 0 -2px;
}
.section_04 .row .col {
  padding: 2px;
}
.section_04 .row .col .box_image {
  width: 384px;
  height: 410px;
}
.section_04 .row .col img {
  width: 100%;
  height: 100%;
}
.section_04 .row .col .bg {
  width: 404px;
  height: 432px;
  background-color: #E8952F;
  padding: 88px 71px 88px 73px;
  margin-top: -20px;
}
.section_04 .row .col .bg h3 {
  font-family: "SVN-Helga";
  font-size: 40px;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 10px;
  color: #fff;
}
.section_04 .row .col .bg p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 20px;
}
.section_04 .row .col .bg a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  font-family: "Montserrat-Bold";
}
.section_04 .row .col .bg a i {
  margin-left: 5px;
}
.section_04 .row .col .bg a:hover {
  color: #fff;
}
.section_04 .row .col:nth-child(3) .box_image_w {
  position: relative;
  height: 406px;
}
.section_04 .row .col:nth-child(3) .box_image_w::before {
  content: "";
  width: 71px;
  height: 71px;
  background: url(../css/img/Rectangle633.png) no-repeat;
  position: absolute;
  right: -42px;
  bottom: -41px;
}
.section_04 .row .col:last-child {
  margin-top: -30px;
}
.section_04 .row .col:last-child .box_image_w {
  width: 756px;
  position: relative;
}
.section_04 .row .col:last-child .box_image_w::before {
  content: "";
  width: 71px;
  height: 71px;
  background: url(../css/img/Rectangle633.png) no-repeat;
  position: absolute;
  left: -36px;
  bottom: 1px;
}
.section_04 .row .col:last-child .bg {
  margin-top: -2px;
  height: 100%;
}
.section_04 .row .d-flex-left .bg {
  margin-top: 0;
  background-color: #07266D;
}
.section_05 .row {
  margin: 0;
}
.section_06 {
  padding: 70px 0;
}
.section_06 .row .col {
  padding: 0;
}
.section_06 .row .col.col-lg-8 {
  width: 70%;
}
.section_06 .row .col.col-lg-4 {
  width: 30%;
}
.section_06 .group-tabs ul.nav-tabs {
  border-bottom: none;
  height: 65px;
}
.section_06 .group-tabs ul.nav-tabs li {
  margin-bottom: 0;
  border-bottom: none;
  margin-right: 5px;
}
.section_06 .group-tabs ul.nav-tabs li:last-child {
  margin-right: 0;
}
.section_06 .group-tabs ul.nav-tabs li button {
  background-color: #E8952F;
  border: none;
  color: #fff;
  width: 65px;
  height: 65px;
  border-radius: 3px;
}
.section_06 .group-tabs ul.nav-tabs li button i {
  font-size: 27px;
}
.section_06 .group-tabs .tab-content {
  margin-top: 20px;
}
.section_06 .group-tabs .tab-content .search_map form input {
  border-radius: 4px;
  border: none;
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  padding: 11px 15px 10px;
  color: #969696;
  background-image: url(../css/img/akar-icons_search.png);
  background-repeat: no-repeat;
  background-position-x: 315px;
  background-position-y: 11px;
  margin-bottom: 14px;
}
.section_06 .group-tabs .tab-content .search_map form select {
  border: none;
  border-radius: 4px;
  width: 100%;
  padding: 11px 15px 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #333;
  height: 43px;
}
.section_06 .list_all {
  margin-top: 14px;
}
.section_06 .list_all .list_bg {
  display: inline-block;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.section_06 .list_all .list_bg:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.section_06 .list_all .image_blog {
  width: 81px;
  height: 81px;
  float: left;
}
.section_06 .list_all .image_blog img {
  width: 100%;
  height: 100%;
}
.section_06 .list_all .box_blog {
  width: calc(100% - 91px);
  float: right;
}
.section_06 .list_all .box_blog h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  font-family: "Montserrat-Regular";
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section_06 .list_all .box_blog h3 a {
  color: #333333;
}
.section_06 .list_all .box_blog h3 a:hover {
  color: #FF8D00;
}
.section_07 {
  padding-bottom: 70px;
}
.section_07 .group-tabs .nav-tabs {
  border-color: #DDDDDD;
  margin-bottom: 30px;
}
.section_07 .group-tabs .nav-tabs li {
  padding: 0 20px;
}
.section_07 .group-tabs .nav-tabs li:first-child {
  padding-left: 0;
}
.section_07 .group-tabs .nav-tabs li button {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  border: none;
  font-family: "Montserrat-Bold";
  margin-bottom: 0;
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  color: #444444;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 10px;
}
.section_07 .group-tabs .nav-tabs li button.active {
  color: #FF8D00;
  border-bottom: 2px solid #FF8D00;
}
.section_07 .table_ut {
  border-radius: 10px;
}
.section_07 .table {
  margin-bottom: 0;
}
.section_07 .table thead th {
  border: none;
  background-color: #FF8D00;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  padding: 15px 30px 15px 10px;
  height: 50px;
  font-family: "Montserrat-Bold";
  text-transform: uppercase;
}
.section_07 .table thead th:first-child {
  border-radius: 10px 0 0 0;
  padding-left: 30px;
}
.section_07 .table thead th:last-child {
  border-radius: 0 10px 0 0;
}
.section_07 .table tbody tr th {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  color: #444444;
  vertical-align: middle;
}
.section_07 .table tbody tr:nth-child(2n) {
  background-color: rgba(241, 241, 241, 0.5);
}
.section_07 .table tbody tr td {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
  color: #444444;
  vertical-align: middle;
  padding-top: 17px;
  padding-bottom: 13px;
  font-family: "Roboto";
}
.section_07 .table tbody tr td .table_title {
  display: flex;
  align-items: center;
}
.section_07 .table tbody tr td .table_title img {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  border: 2px solid #DDDDDD;
  display: block;
}
.section_07 .table tbody tr td .table_title h3 {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
  font-family: "Montserrat-Regular";
  margin-bottom: 0;
  margin-left: 10px;
  max-width: 155px;
}
.section_07 .table tbody tr td .table_title h3 a {
  color: #2699C6;
}
.section_07 .table tbody tr td .table_title h3 a:hover {
  color: #FF8D00;
}
.section_07 .table tbody tr td .detail {
  background-color: rgba(255, 141, 0, 0.15);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #FF8D00;
  padding: 10px 35px;
  border-radius: 25px;
  display: inline-block;
}
.section_07 .table tbody tr td .detail:hover {
  background-color: #FF8D00;
  color: #fff;
}
.section_07 .table tbody tr:last-child th,
.section_07 .table tbody tr:last-child td {
  border-bottom: none;
  padding-bottom: 20px;
}
.section_07 .woo-pagination ul {
  margin-bottom: 0;
  margin-top: 25px;
}
.section_08 {
  padding: 50px 0;
}
.section_09 {
  padding: 70px 0 0px 0;
}
.section_09 .list_media {
  padding-bottom: 50px;
  position: relative;
}
.section_09 .list_media::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 12px;
  height: 1px;
  width: 1200px;
  background-color: #DDDDDD;
}
.section_09 .list_media .item_media {
  position: relative;
}
.section_09 .list_media .item_media .img_product {
  height: 473px;
}
.section_09 .list_media .item_media .img_product a,
.section_09 .list_media .item_media .img_product img {
  width: 100%;
  height: 100%;
  display: block;
}
.section_09 .list_media .item_media .img_product img {
  border-radius: 16px;
}
.section_09 .list_media .content {
  position: absolute;
  bottom: 0;
  left: 17px;
  padding: 15px 21px 14px;
  background: #fff;
  border-radius: 10px 10px 0 0;
  width: calc(100% - 34px);
}
.section_09 .list_media .content h3 {
  line-height: 22px;
  margin-bottom: 0;
}
.section_09 .list_media .content h3 a {
  color: #333333;
}
.section_09 .list_media .content h3 a:hover {
  color: #FF8D00;
}
.section_09 .list_media .owl-nav {
  display: block !important;
}
.section_10 {
  padding: 50px 0 65px 0;
}
.section_10 .list_books .owl-nav {
  display: block !important;
}
.section_10 .list_books .item_book {
  margin-top: 15px;
}
.section_10 .list_books .item_book .img_product img {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.4);
  border: 3px solid rgba(255, 255, 255, 0.5);
}
.section_10 .list_books .item_book .content {
  margin-top: 15px;
}
.section_10 .list_books .item_book .content h3 {
  margin-bottom: 0;
  text-align: center;
}
.section_10 .list_books .item_book .content h3 a {
  color: #333;
}
.section_10 .list_books .item_book .content h3 a:hover {
  color: #FF8D00;
}
.section_11 {
  padding: 80px 0;
}
.section_11 .title {
  padding-bottom: 13px;
  border-bottom: 1px solid #DDDDDD;
}
.section_11 .group-tabs ul.nav-tabs {
  border-bottom: none;
  margin-bottom: 30px;
}
.section_11 .group-tabs ul.nav-tabs li button {
  border: none;
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #333333;
  padding: 0;
  margin: 0 15px;
}
.section_11 .group-tabs ul.nav-tabs li button.active {
  color: #FF8D00;
}
.section_11 .group-tabs ul.nav-tabs li:first-child button {
  margin-left: 0;
}
.section_11 .group-tabs .tab-content .box_blog {
  grid-column-gap: 30px;
}
.section_11 .group-tabs .tab-content .box_blog .img_product {
  height: 215px;
  overflow: hidden;
  margin-bottom: 22px;
}
.section_11 .group-tabs .tab-content .box_blog .img_product img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
}
.section_11 .group-tabs .tab-content .box_blog .content h3 {
  margin-bottom: 10px;
}
.section_11 .group-tabs .tab-content .box_blog .content h3 a {
  color: #333;
}
.section_11 .group-tabs .tab-content .box_blog .content h3 a:hover {
  color: #FF8D00;
}
.section_11 .group-tabs .tab-content .box_blog .meta {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #969696;
  margin-bottom: 14px;
}
.section_11 .group-tabs .tab-content .box_blog p {
  color: #444444;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.section_12 {
  padding: 70px 0;
}
.section_12 .col-lg-12 {
  position: relative;
}
.section_12 .create {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  width: 500px;
}
.section_12 .create .title {
  color: #fff;
  padding-left: 0;
  margin-bottom: 5px;
}
.section_12 .create .title::before {
  display: none;
}
.section_12 .create p {
  color: #fff;
  text-align: left;
  margin-bottom: 24px;
}
.section_12 .create a.btn_detail {
  border-radius: 4px;
  background-color: #E8952F;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  padding: 13px 28px;
  display: inline-block;
  font-family: "Montserrat-Bold";
}
.section_13 {
  background-color: #F8F8F8;
  padding: 17px 0;
}
.section_13 .col {
  display: flex;
  align-items: center;
}
.section_13 h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  margin-bottom: 0;
}
.banner_page {
  margin-top: 24px;
  position: relative;
}
.banner_page > img {
  height: 307px;
  overflow: hidden;
  width: 100%;
}
.sidebar {
  background: #F7F8FA;
  border-radius: 20px;
  padding: 15px 15px 30px;
}
.sidebar .widget {
  margin-bottom: 30px;
}
.sidebar .widget:last-child {
  margin-bottom: 0;
}
.sidebar .widget h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  background-color: #FF8D00;
  padding: 10px 15px 9px;
  border-radius: 12px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.sidebar .widget h2 i {
  float: right;
}
.sidebar .widget h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 6px;
}
.sidebar .widget form select {
  border: 1px solid #D9D9D9;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #969696;
  padding: 9px 12px 9px;
  display: block;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(0deg, #ffffff, #ffffff), linear-gradient(0deg, #d9d9d9, #d9d9d9);
  margin-bottom: 14px;
}
.sidebar .widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.sidebar .widget ul li {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #444444;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #EBEBEB;
  display: flex;
  align-items: center;
}
.sidebar .widget ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar .widget ul li input {
  margin-right: 12px;
  min-width: 18px;
  min-height: 18px;
  border: 1px solid #BBBBBB;
  border-radius: 4px;
}
.box_sp .search {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.box_sp .search > form {
  width: 75%;
  float: left;
}
.box_sp .search > form input {
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 9px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #969696;
  height: 40px;
  background: url(../css/img/Vector.png) 8px no-repeat;
}
.box_sp .search .sort_by {
  width: 25%;
  float: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
}
.box_sp .search .sort_by span {
  margin-right: 8px;
}
.box_sp .search .sort_by select {
  padding: 6px 16px;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  height: 40px;
}
.row .rt_product {
  padding: 0;
}
.products {
  display: inline-block;
  width: 100%;
}
.products .product {
  width: 33.3%;
  float: left;
  padding: 0 15px 30px;
}
.products .product .col-inner:hover .box-image .book {
  opacity: 1;
  visibility: visible;
}
.products .product .box-image {
  height: 203px;
  position: relative;
}
.products .product .box-image img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.products .product .box-image .book {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.698);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.products .product .box-image .book .book_product {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: 0 60px;
}
.products .product .box-image .book a {
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  color: #fff;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  padding: 8px 0 7px;
  font-family: "Montserrat-Bold";
}
.products .product .box-image .book a:last-child {
  margin-bottom: 0;
}
.products .product .box-image .book a:hover {
  background-color: #FF8D00;
  border-color: #FF8D00;
  color: #fff;
}
.products .product .box-text {
  margin-top: 10px;
}
.products .product .box-text .meta {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  color: #666666;
}
.products .product .box-text h3 {
  margin-bottom: 4px;
  margin-top: 1px;
}
.products .product .box-text h3 a {
  color: #444;
}
.products .product .box-text h3 a:hover {
  color: #FF8D00;
}
.products .product .box-text .star {
  color: #444;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}
.products .product .box-text .star i {
  color: #FF8D00;
}
.products .product_ts {
  width: 33.3%;
  float: left;
  padding: 0 15px 30px;
}
.products .product_tours {
  margin: 0;
}
.product_tours {
  margin: 15px 0;
  border-radius: 20px;
}
.product_tours:hover .img_product img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.product_tours .img_product {
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  height: 310px;
}
.product_tours .img_product img {
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.product_tours .img_product h3 {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  width: 100%;
  padding: 13px 10px;
}
.product_tours .img_product h3 a {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product_tours .img_product h3 a:hover {
  color: #FF8D00;
}
.product_tours .content {
  padding: 20px 15px 30px;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
}
.product_tours .content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.product_tours .content ul li {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #333;
  margin-bottom: 12px;
}
.product_tours .content ul li:last-child {
  margin-bottom: 0;
}
.product_tours .content ul li i {
  margin-right: 5px;
  font-size: 16px;
}
.product_tours .content ul li span {
  color: #FF8D00;
}
.woo-pagination {
  margin: 0 auto;
}
.woo-pagination ul {
  justify-content: center;
  margin-bottom: 70px;
}
.woo-pagination ul li a {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #DDDDDD;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #444;
  margin: 0 5px;
  background-color: #fff;
}
.woo-pagination ul li a.active {
  background-color: #FF8D00;
  color: #fff;
  border-color: #FF8D00;
}
.inline-block {
  border-top: 1px solid #E2E0E0;
  border-bottom: 1px solid #E2E0E0;
}
.left_35 {
  width: 35%;
  float: left;
}
.left_35 .search_sidebar {
  padding: 20px 30px 20px 25px;
  border-bottom: 1px solid #E2E0E0;
}
.left_35 .search_sidebar form {
  position: relative;
}
.left_35 .list_map {
  padding: 30px 30px 40px 25px;
}
.left_35 .list_map .box_img {
  display: flex;
  padding: 28px 25px;
  border-bottom: 1px solid #E2E0E0;
}
.left_35 .list_map .box_img.active {
  background: #F7F7F7;
  border-left: 3px solid #FF8D00;
}
.left_35 .list_map .box_img:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.left_35 .list_map .box_img .img {
  width: 120px;
  height: 82px;
}
.left_35 .list_map .box_img .img img {
  width: 100%;
  height: 100%;
  border: 1px solid #dddddd;
}
.left_35 .list_map .box_img .box_text {
  padding-left: 15px;
}
.left_35 .list_map .box_img .box_text h3 {
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #444;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}
.left_35 .list_map .box_img .box_text p {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #6F6F6F;
  margin-bottom: 10px;
}
.left_35 .list_map .box_img .box_text p i {
  color: #FF8D00;
  margin-right: 8px;
}
.right_65 {
  float: right;
  width: 65%;
  height: 960px;
}
.right_65 img {
  width: 100%;
  height: 100%;
}
.utilities {
  background-color: rgba(241, 241, 241, 0.4);
}
.utilities_01 {
  padding-bottom: 40px;
  background-color: rgba(241, 241, 241, 0.4);
}
.utilities_01 .image_icon {
  margin-top: 40px;
}
.utilities_01 .image_icon .box_icon {
  text-align: center;
  width: 14.285%;
  float: left;
}
.utilities_01 .image_icon .box_icon .img {
  margin-bottom: 10px;
}
.utilities_01 .image_icon .box_icon h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #444444;
}
.utilities_02 {
  margin: 40px 0 60px;
}
.utilities_03 .group-tabs ul.nav-tabs {
  justify-content: center;
  border-bottom: 2px solid #FF8D00;
}
.utilities_03 .group-tabs ul.nav-tabs li button {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  padding: 9px 21px;
  border-radius: 12px 12px 0 0;
  margin: 0;
  font-family: "Montserrat-Bold";
}
.utilities_03 .group-tabs ul.nav-tabs li button.active {
  background: #FF8D00;
  color: #fff;
}
.utilities_03 .group-tabs .tab-content .box_blog .img_product {
  height: 190px;
}
.box_utilities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  margin: 0 110px;
}
.box_utilities a {
  background-color: #FFB458;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  padding: 28px 0 20px;
}
.box_utilities a:hover {
  background-color: #fd5300;
}
.box_utilities a:hover i {
  display: inline-block;
}
.box_utilities a img {
  margin-bottom: 6px;
}
.box_utilities a h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}
.box_utilities a h3 i {
  margin-left: 10px;
  display: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.travels {
  margin-bottom: 85px;
}
.travel {
  display: inline-block;
  border-bottom: 1px dashed #D9D9D9;
  padding-bottom: 28px;
  margin-bottom: 30px;
}
.travel:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.travel .blog_travel .img {
  width: 190px;
  float: left;
  height: 182px;
}
.travel .blog_travel .img img {
  height: 100%;
  width: 100%;
  border-radius: 16px;
}
.travel .blog_travel .content {
  width: calc(100% - 220px);
  float: right;
}
.travel .blog_travel .content h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 14px;
}
.travel .blog_travel .content h3 a {
  color: #000;
}
.travel .blog_travel .content h3 span {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #444444;
  margin-left: 5px;
  font-family: "Montserrat-Regular";
}
.travel .blog_travel .content h3 span i {
  color: #FF8D00;
}
.travel .blog_travel .content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 14px;
}
.travel .blog_travel .content ul li {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 5px;
}
.travel .blog_travel .content ul li:last-child {
  margin-bottom: 0;
}
.travel .blog_travel .content ul li i {
  color: #FF8D00;
  margin-right: 8px;
}
.travel .blog_travel .content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #444;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.community_01 .title_community {
  margin-bottom: 20px;
}
.community_01 .title_community .title {
  margin-bottom: 0;
}
.community_01 .title_community .title::before {
  top: 7px;
  height: 44px;
}
.community_01 .title_community p {
  padding-left: 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}
.community_01 .box_blog_community {
  margin-bottom: 30px;
}
.community_02 {
  padding: 70px 0 55px;
}
.community_02 .title {
  margin-bottom: 5px;
}
.community_02 .list_schedule .owl-dots {
  display: none;
}
.community_03 {
  padding: 70px 0;
}
.guide_02 .box_blog_community .item_blog {
  box-shadow: none;
}
.guide_02 .box_blog_community .item_blog .content {
  padding: 17px 0px 0px 0px;
}
.guide_02 .box_blog_community .item_blog .content .btn_more {
  bottom: 0px;
  right: 0px;
}
.guide_02 .woo-pagination {
  margin-top: 25px;
}
.feedback_01 {
  padding-bottom: 70px;
}
.feedback_01 .title {
  padding-left: 0;
  font-weight: 600;
  font-family: "Montserrat-Bold";
  margin-bottom: 25px;
}
.feedback_01 .title::before {
  display: none;
}
.feedback_01 p {
  font-size: 14px;
  margin-bottom: 0;
}
.feedback_01 ul {
  margin-top: 34px;
  padding-left: 0;
  list-style: none;
}
.feedback_01 ul li {
  display: flex;
  margin-bottom: 34px;
}
.feedback_01 ul li:last-child {
  margin-bottom: 0;
}
.feedback_01 ul li .img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #FF8D00;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
}
.feedback_01 ul li .text {
  padding-left: 14px;
}
.feedback_01 ul li .text p {
  color: #444444;
  line-height: 22px;
}
.feedback_01 ul li .text a {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #FF8D00;
}
.feedback_01 .feedback {
  background-color: #F7F8FA;
  border-radius: 10px;
}
.feedback_01 .feedback h2 {
  padding: 27px 0;
  background-color: #FF8D00;
  border-radius: 10px 10px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
}
.feedback_01 .feedback form {
  padding: 0 25px 30px;
}
.feedback_01 .feedback form input {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0em;
}
.feedback_01 .feedback form input.control-text {
  height: 47px;
  padding: 13px 12px 12px;
  margin-bottom: 14px;
  box-shadow: 0px 0px 0px 0px #0000001A;
  border: 1px solid #EBEBEB;
}
.feedback_01 .feedback form input.submit {
  width: auto;
  padding: 12px 23px;
  background-color: #FF8D00;
  border-radius: 10px;
  border: none;
  color: #fff;
  display: inline-block;
  height: 46px;
  margin-top: 15px;
}
.feedback_01 .feedback form textarea {
  height: 105px;
  border: none;
  width: 100%;
  border: 1px solid #EBEBEB;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0em;
  padding: 12px;
  border-radius: 3px;
}
.feedback .box_author_feedback {
  padding: 25px;
  display: flex;
  align-items: center;
}
.feedback .box_author_feedback .img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid #DDDDDD;
  margin-right: 11px;
}
.feedback .box_author_feedback .img img {
  width: 100%;
  height: 100%;
}
.feedback .box_author_feedback h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #444;
  margin-bottom: 2px;
}
.feedback .box_author_feedback p {
  font-size: 14px;
  color: #666;
}
.news_01 {
  padding-bottom: 50px;
}
.news_01 .row {
  margin: 0;
}
.news_01 .row .col-lg-12 {
  padding: 0;
}
.news_01 .list_famous {
  border-radius: 16px;
}
.news_01 .list_famous .product .img_product {
  border-radius: 16px;
}
.news_01 .list_famous .product .img_product img {
  border-radius: 16px;
}
.news-container .title {
  width: 75%;
  float: left;
  margin-bottom: 0;
  margin-top: 3px;
}
.news-container .box_sp .search {
  margin-bottom: 25px;
}
.news-container .col-lg-9 {
  padding-right: 30px;
  border-right: 1px solid #EBEBEB;
}
.news-container .col-lg-3 {
  padding-left: 30px;
}
.news-container .news {
  margin-bottom: 35px;
}
.news-container .news .blog_news {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EBEBEB;
  display: inline-block;
}
.news-container .news .blog_news:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.news-container .news .blog_news:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.news-container .news .blog_news .img {
  width: 380px;
  float: left;
  height: 216px;
  border-radius: 16px;
  overflow: hidden;
}
.news-container .news .blog_news .img img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.news-container .news .blog_news .content {
  width: calc(100% - 400px);
  float: right;
}
.news-container .news .blog_news .content h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-container .news .blog_news .content h3 a {
  color: #222222;
}
.news-container .news .blog_news .content h3 a:hover {
  color: #FF8D00;
}
.news-container .news .blog_news .content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 14px;
}
.news-container .news .blog_news .content ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #888;
  margin-bottom: 0;
}
.news-container .news .blog_news .content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  margin-bottom: 0;
  text-align: left;
  color: #777;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_sidebar .widget {
  margin-bottom: 40px;
  display: inline-block;
  width: 100%;
}
.news_sidebar .widget .title {
  width: 100%;
  float: none;
  margin-top: 0;
  margin-bottom: 30px;
}
.news_sidebar .blog_posts ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.news_sidebar .blog_posts ul li {
  display: inline-block;
  margin-bottom: 25px;
}
.news_sidebar .blog_posts ul li:last-child {
  margin-bottom: 0;
}
.news_sidebar .blog_posts ul li .img {
  width: 80px;
  height: 81px;
  border-radius: 16px;
  float: left;
}
.news_sidebar .blog_posts ul li .img img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.news_sidebar .blog_posts ul li .content {
  width: calc(100% - 100px);
  float: right;
}
.news_sidebar .blog_posts ul li .content h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 10px;
  font-family: "Montserrat-Regular";
}
.news_sidebar .blog_posts ul li .content h3 a {
  color: #494949;
}
.news_sidebar .blog_posts ul li .content h3 a:hover {
  color: #FF8D00;
}
.news_sidebar .blog_posts ul li .content .meta {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #888888;
}
.news_sidebar .categories ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.news_sidebar .categories ul li {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #444444;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #EBEBEB;
  text-transform: capitalize;
}
.news_sidebar .categories ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.news_sidebar .search_sidebar form {
  position: relative;
}
.news_sidebar .search_sidebar input.form-control {
  background-color: #D9D9D9;
  color: #969696;
  border: 1px solid #D9D9D9;
}
.news_sidebar .search_sidebar input.form-submit {
  right: 0;
  background-position-x: 10px;
}
.banner_page .news_banner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
}
.banner_page .news_banner h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #FFFFFF;
}
.news_detail h2 {
  font-family: "Montserrat-Regular";
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  color: #444;
}
.news_detail .feedback {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.news_detail .feedback .box_author_feedback {
  padding: 0;
}
.news_sidebar_detail {
  background: #F8F8F8;
  border-radius: 10px;
  padding: 20px 14px 25px;
}
.news_sidebar_detail .widget:last-child {
  margin-bottom: 0;
}
.news_sidebar_detail .widget .title {
  padding-left: 0;
  margin-bottom: 14px;
}
.news_sidebar_detail .widget .title::before {
  display: none;
}
.news_sidebar_detail .widget.blog_posts ul li {
  margin-bottom: 20px;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 20px;
}
.news_sidebar_detail .widget.blog_posts ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.news_sidebar_detail .widget.blog_posts ul li .img {
  width: 65px;
  height: 66px;
  float: right;
}
.news_sidebar_detail .widget.blog_posts ul li .content {
  width: calc(100% - 75px);
  float: left;
}
.news_sidebar_detail .widget.blog_posts ul li .content h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #494949;
}
.news_detail .detail p {
  line-height: 25px;
  color: #444;
  margin-bottom: 14px;
}
.news_detail .detail span {
  margin: 8px 0 14px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  color: #444;
}
.news_detail .detail img {
  width: 100%;
}
.news_detail .detail h2,
.news_detail .detail h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #444444;
  font-family: "Montserrat-Bold";
  margin-bottom: 8px;
}
.news_detail .item_blog {
  padding: 18px 0;
  border-bottom: 1px solid #EAEAEA;
  border-top: 1px solid #EAEAEA;
  position: relative;
  margin-top: 30px;
  margin-bottom: 60px;
}
.news_detail .item_blog .btn_more {
  top: 18px;
  right: 0;
}
.rele {
  padding-bottom: 50px;
}
.rele .box_blog_community .item_blog {
  box-shadow: none;
}
.rele .box_blog_community .item_blog .img_product {
  height: 190px;
  border-radius: 20px;
}
.rele .box_blog_community .item_blog .img_product img {
  border-radius: 20px;
}
.rele .box_blog_community .item_blog .content {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.slide-booking-1 {
  margin-bottom: 20px;
}
.slide-booking-1 .item {
  height: 450px;
}
.slide-booking-1 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.booking-slider {
  margin: 0 -10px;
}
.booking-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #FF8D00;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.booking-slider .slick-arrow.btn-prev {
  left: 0;
}
.booking-slider .slick-arrow.btn-next {
  right: 0;
}
.booking-slider .item {
  padding: 0 10px;
}
.booking-slider .item .quote {
  height: 145px;
  cursor: pointer;
}
.booking-slider .item .quote img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.booking {
  border-left: 1px solid #EBEBEB;
  padding-left: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.booking .booking_box {
  text-align: center;
}
.booking .price {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #FF8D00;
  margin-bottom: 5px;
  display: inline-block;
}
.booking a.btn_booking {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  background-color: #FF8D00;
  padding: 15px 63px;
  border-radius: 10px;
  font-family: "Montserrat-Bold";
  display: inline-block;
}
.booking_01 h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
  color: #232323;
  margin-bottom: 9px;
  display: flex;
  align-items: center;
}
.booking_01 h2 span {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #444;
  font-family: "Montserrat-Regular";
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.booking_01 h2 span i {
  color: #FF8D00;
  margin-right: 3px;
}
.booking_01 .i_map {
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #6F6F6F;
  margin-bottom: 24px;
}
.booking_01 .i_map i {
  margin-right: 5px;
  color: #FF8D00;
}
.booking_01 .booking-section {
  margin-bottom: 40px;
}
.booking_01 .cont_text {
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.booking_01 .cont_text h2 {
  margin-bottom: 14px;
}
.booking_01 .cont_text p {
  line-height: 25px;
  color: #444;
  margin-bottom: 14px;
}
.booking_01 .services {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
.booking_01 .services h2 {
  margin-bottom: 20px;
}
.booking_01 .services ul.list {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 0;
}
.booking_01 .services ul.list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #444444;
  display: flex;
  align-items: center;
}
.booking_01 .services ul.list li img {
  margin-right: 15px;
}
.booking_01 .services ul.basic {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.booking_01 .services ul.basic li {
  margin-bottom: 14px;
  line-height: 26px;
}
.booking_01 .services ul.basic li:last-child {
  margin-bottom: 0;
}
.booking_01 .services ul.basic li img {
  margin-right: 15px;
}
.booking_01 .services ul.basic li a {
  color: #FF8D00;
  font-size: 14px;
  line-height: 22px;
  padding: 3px 14px 3px 12px;
  border-radius: 10px;
  background-color: rgba(255, 141, 0, 0.2);
  margin-right: 8px;
  display: inline-block;
  font-family: "Montserrat-Bold";
  font-weight: 500;
}
.booking_01 .services ul.basic li a:last-child {
  margin-right: 0;
}
.booking_01 .select_room h2 {
  margin-bottom: 30px;
}
.booking_01 .select_room ul.list_room {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
}
.booking_01 .select_room ul.list_room > li {
  box-shadow: 0px 0px 20px 0px #0000001A;
  display: flex;
  margin-bottom: 24px;
  padding: 24px 25px 25px 15px;
  border-radius: 14px;
}
.booking_01 .select_room ul.list_room > li .img_room {
  min-width: 195px;
  width: 195px;
  height: 200px;
  margin-right: 20px;
}
.booking_01 .select_room ul.list_room > li .img_room img {
  width: 100%;
  height: 100%;
}
.booking_01 .select_room ul.list_room > li .list_title {
  padding-right: 25px;
}
.booking_01 .select_room ul.list_room > li .list_title h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #232323;
  margin-bottom: 5px;
}
.booking_01 .select_room ul.list_room > li .list_title p {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #666;
  margin-bottom: 16px;
}
.booking_01 .select_room ul.list_room > li .list_title ul {
  padding-left: 0;
  display: flex;
}
.booking_01 .select_room ul.list_room > li .list_title ul li {
  display: grid;
  text-align: center;
  margin-right: 20px;
}
.booking_01 .select_room ul.list_room > li .list_title ul li:last-child {
  margin-right: 0;
}
.booking_01 .select_room ul.list_room > li .list_title ul li .img_icon {
  padding: 14px;
  border: 1px solid #EBEBEB;
  box-shadow: 0px 1px 2px 0px #00000014;
  border-radius: 10px;
  width: 58px;
  margin: 0 auto;
}
.booking_01 .select_room ul.list_room > li .list_title ul li span {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: #666;
  margin-top: 6px;
}
.booking_01 .speciality {
  margin-bottom: 70px;
}
.booking_01 .speciality h2 {
  margin-bottom: 20px;
}
.booking_01 .speciality ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
}
.booking_01 .speciality ul li {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.booking_01 .speciality ul li:last-child {
  margin-right: 0;
}
.booking_01 .speciality ul li i {
  width: 20px;
  height: 20px;
  background-color: #FF8D00;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-right: 12px;
}
.booking_01 .policy {
  padding-bottom: 20px;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 30px;
}
.booking_01 .policy h2 {
  margin-bottom: 0;
}
.booking_01 .facts {
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #EBEBEB;
}
.booking_01 .facts h2 {
  margin-bottom: 0;
}
.comment_review {
  margin-bottom: 70px;
}
.comment_review h2 {
  margin-bottom: 30px;
}
.comment_review .review {
  border: 1px solid #DDDDDD;
  border-radius: 14px;
  display: flex;
}
.comment_review .review .rating {
  display: flex;
  align-items: center;
  padding: 0 17px 0 19px;
}
.comment_review .review .rating .rating_star {
  text-align: center;
  display: grid;
}
.comment_review .review .rating .star {
  font-size: 50px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #FE9727;
  margin-bottom: 10px;
}
.comment_review .review .rating .star i {
  color: #FE9727;
  font-size: 44px;
}
.comment_review .review .rating .average {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #333;
  font-family: "Montserrat-Bold";
  text-transform: uppercase;
}
.comment_review .review .star_box_left {
  border-left: 1px solid #ddd;
  padding: 9px 35px 9px 35px;
}
.comment_review .review .star_box_left span.devvn_scala_rating {
  border-radius: 3px;
  display: inline-block;
  height: 15px;
  background: #eee;
  vertical-align: middle;
  overflow: hidden;
  width: 126px;
  height: 20px;
}
.comment_review .review .star_box_left .devvn_review_row {
  padding-bottom: 10px;
  position: relative;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.comment_review .review .star_box_left span.devvn_stars_value {
  line-height: 1;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.03em;
  text-align: left;
  color: #333;
}
.comment_review .review .star_box_left span.devvn_stars_value i {
  color: #FF8D00;
  margin-left: 4px;
  font-size: 14px;
}
.comment_review .review .star_box_left span.devvn_rating_bar {
  -ms-flex: 1;
  flex: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: auto !important;
  padding: 0 14px 0 12px;
}
.comment_review .review .star_box_left .devvn_num_reviews {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #333;
}
.comment_review .devvn_prod_cmt {
  margin-top: 30px;
}
.comment_review .devvn_prod_cmt h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.comment_review .devvn_prod_cmt .reviews .box_reviews {
  display: flex;
  align-items: center;
}
.comment_review .devvn_prod_cmt .reviews .box_reviews img {
  width: 41px;
  height: 41px;
  margin-right: 10px;
}
.comment_review .devvn_prod_cmt .reviews .box_reviews h3 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: #333333;
}
.comment_review .devvn_prod_cmt .reviews .box_reviews_text {
  margin-left: 51px;
  margin-top: -10px;
}
.comment_review .devvn_prod_cmt .reviews .box_reviews_text p {
  line-height: 25px;
  margin-bottom: 1px;
  color: #444444;
}
.comment_review .devvn_prod_cmt .reviews .box_reviews_text .like {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #333;
}
.comment_review .devvn_prod_cmt .reviews .box_reviews_text .like a {
  color: #0000EE;
  position: relative;
  margin-right: 18px;
}
.comment_review .devvn_prod_cmt .reviews .box_reviews_text .like a::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  right: -12px;
  top: 7px;
  background-color: #BABBB8;
  border-radius: 1px;
}
.comment_review .devvn_prod_cmt .reviews_user_reply {
  margin-top: 20px;
  margin-left: 51px;
  margin-bottom: 30px;
  border: 1px solid #E7E7E7;
  background-color: #E7E7E7;
  border-radius: 14px;
  padding: 30px;
}
.comment_review .devvn_prod_cmt .reviews_user_reply .user h3 span {
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
  letter-spacing: 0em;
  text-align: left;
  color: #333;
  background-color: #FFDE00;
  border-radius: 3px;
  padding: 3px 4px 2px;
}
.comment_review .devvn_prod_cmt form textarea {
  border: 1px solid #DDDDDD;
  width: 100%;
  min-height: 112px;
  border-radius: 3px;
  padding: 15px 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #666;
}
.comment_review .devvn_prod_cmt .devvn_cmt_form_bottom {
  border: 1px solid #DDDDDD;
  padding: 10px 18px;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  width: 100%;
}
.comment_review .devvn_prod_cmt .devvn_cmt_form_bottom input {
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  height: 40px;
  padding: 10px 12px;
}
.comment_review .devvn_prod_cmt .devvn_cmt_form_bottom label {
  margin-bottom: 0;
  margin-right: 24px;
  display: flex;
  align-items: center;
}
.comment_review .devvn_prod_cmt .devvn_cmt_form_bottom label:last-child {
  margin-right: 0;
}
.comment_review .devvn_prod_cmt .devvn_cmt_form_bottom label span {
  font-size: 14px;
  color: #333;
  margin-left: 5px;
}
.comment_review .devvn_prod_cmt .devvn_cmt_form_bottom .devvn_cmt_radio {
  display: flex;
  align-items: center;
  margin-right: 25px;
}
.comment_review .devvn_prod_cmt .devvn_cmt_form_bottom .devvn_cmt_input {
  margin-right: 10px;
}
.comment_review .devvn_prod_cmt .devvn_cmt_form_bottom .devvn_cmt_submit button {
  border: none;
  padding: 10px 26px 9px;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  box-shadow: 0px 3px 4px 0px #0000001A;
  background-color: #FF8D00;
  border-radius: 3px;
  font-family: "Montserrat-Bold";
}
.sidebar_booking aside {
  margin-bottom: 30px;
}
.sidebar_booking aside.map img {
  border: 1px solid #DEDEDE;
  border-radius: 10px;
  box-shadow: 0px 1px 2px 0px #00000014;
  width: 100%;
}
.sidebar_booking aside .group-tabs ul {
  border-bottom: 2px solid #FF8D00;
  background-color: rgba(241, 241, 241, 0.5);
  border-radius: 10px 10px 0 0;
  margin-bottom: 17px;
}
.sidebar_booking aside .group-tabs ul li button {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  border: none;
  border-radius: 10px 10px 0 0;
  color: #444444;
  padding: 9px 17px 10px;
}
.sidebar_booking aside .group-tabs ul li button.active {
  background: #FF8D00;
  color: #fff;
}
.sidebar_booking aside .group-tabs .box_blog .item_blog {
  display: inline-block;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.sidebar_booking aside .group-tabs .box_blog .item_blog:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sidebar_booking aside .group-tabs .box_blog .item_blog .img_product {
  width: 120px;
  float: left;
  height: 109px;
}
.sidebar_booking aside .group-tabs .box_blog .item_blog .img_product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.sidebar_booking aside .group-tabs .box_blog .item_blog .content {
  width: calc(100% - 135px);
  float: right;
}
.sidebar_booking aside .group-tabs .box_blog .item_blog .content h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar_booking aside .group-tabs .box_blog .item_blog .content h3 a {
  color: #333;
}
.sidebar_booking aside .group-tabs .box_blog .item_blog .content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 4px;
}
.sidebar_booking aside .group-tabs .box_blog .item_blog .content .meta {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: #FF8D00;
}
.form_search form {
  border: 1px solid #EBEBEB;
  padding: 20px;
  border-radius: 10px;
}
.form_search form .price_from {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #444444;
  margin-bottom: 12px;
}
.form_search form .price_from span {
  font-size: 33px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #FF8D00;
  margin-left: 7px;
  font-family: "Montserrat-Bold";
}
.form_search form .flex_time {
  border: 1px solid #EBEBEB;
  display: flex;
  border-radius: 10px;
}
.form_search form .flex_time .time {
  padding: 12px 16px 13px;
  border-right: 1px solid #D7DCE3;
  width: 50%;
}
.form_search form .flex_time .time:last-child {
  border-right: none;
}
.form_search form .flex_time .time label {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #798994;
  margin-bottom: 3px;
  font-family: "Montserrat-Bold";
}
.form_search form .flex_time .time label i {
  color: #E8952F;
  margin-right: 5px;
}
.form_search form .flex_time .time div {
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #353C46;
}
.form_search form input {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  border: none;
  padding: 15px 0;
  border-radius: 10px;
  color: #fff;
  background-color: #FF8D00;
  font-family: "Montserrat-Bold";
  margin-top: 14px;
}
.luutru_title .title_center {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 4px;
}
.luutru_01 .slide-booking-1 {
  margin-bottom: 15px;
}
.luutru_01 .slide-booking-1 .item {
  height: 332px;
}
.luutru_01 ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.luutru_01 ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 14px;
}
.luutru_01 ul li img {
  margin-right: 8px;
}
.luutru_01 p {
  line-height: 25px;
}
.luutru_01 .booking-slider .item .quote {
  height: 102px;
}
.luutru_02 {
  margin-top: 70px;
  margin-bottom: 60px;
}
.luutru_02 .group-tabs > ul {
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0px;
}
.luutru_02 .group-tabs > ul li {
  width: 50%;
}
.luutru_02 .group-tabs > ul li button {
  font-family: "Montserrat-Bold";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  border: none;
  border-radius: 10px 10px 0 0;
  color: #333;
  padding: 9px 17px 10px;
  width: 100%;
  text-align: center;
}
.luutru_02 .group-tabs > ul li button.active {
  background: #FF8D00;
  color: #fff;
}
.luutru_02 .group-tabs .tab-content .tab-pane {
  padding: 50px 90px;
  border-radius: 0 10px 10px 10px;
  border: 2px solid #FF8D00;
}
.luutru_02 .group-tabs .tab-content .tab-pane ul {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 17px;
  grid-column-gap: 20px;
  margin-bottom: 0;
}
.luutru_02 .group-tabs .tab-content .tab-pane ul li {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  display: flex;
  align-items: center;
}
.luutru_02 .group-tabs .tab-content .tab-pane ul li img {
  margin-right: 10px;
}
.luutru_03 {
  background-color: rgba(255, 141, 0, 0.05);
  padding: 40px 0;
}
.luutru_03 .p_center {
  color: #666;
  margin-bottom: 24px;
}
.luutru_03 .box_blog {
  grid-column-gap: 30px;
}
.luutru_03 .box_blog .item_blog .img_product {
  width: 100%;
  height: 188px;
}
.luutru_03 .box_blog .item_blog .img_product img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.luutru_03 .box_blog .item_blog .content {
  margin-top: 12px;
}
.luutru_03 .box_blog .item_blog .content h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 0;
}
.luutru_03 .box_blog .item_blog .content h3 a {
  color: #333;
}
.luutru_03 .box_blog .item_blog .content .price {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat-Bold";
  line-height: 22px;
  letter-spacing: 0em;
  color: #FF8D00;
}
.luutru_03 .box_blog .item_blog .content .price span {
  color: #444;
  font-family: "Montserrat-Regular";
  font-weight: 400;
}
.luutru_04 {
  padding: 60px 0;
}
.luutru_04 .title_center {
  margin-bottom: 24px;
}
.luutru_04 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0px 1px 2px 0px #00000014;
  border: 1px solid #DEDEDE;
  border-radius: 10px;
}
.luutru_04 .sidebar_booking aside {
  margin-bottom: 0;
}
.luutru_05 .title_center {
  margin-bottom: 24px;
}
.luutru_05 .comment_review .review {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.luutru_05 .comment_review .review .rating {
  justify-content: center;
}
.amthuc_02 {
  background-color: rgba(255, 141, 0, 0.05);
  padding: 40px 0 65px;
  margin: 60px 0;
}
.amthuc_02 h2.title_center {
  margin-bottom: 30px;
}
.amthuc_02 ul.service {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.amthuc_02 ul.service li .img {
  width: 169px;
  height: 169px;
  background-color: #FF8D00;
  border-radius: 50%;
  padding: 8px;
  margin: 0 auto;
}
.amthuc_02 ul.service li .img > div {
  width: 153px;
  height: 153px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
}
.amthuc_02 ul.service li h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  color: #333;
  text-align: center;
  margin-bottom: 0;
  margin-top: 7px;
  font-family: "Montserrat-Regular";
}
.amthuc_03 .p_center {
  color: #666;
  margin-bottom: 24px;
}
.amthuc_03 .box_blog {
  grid-column-gap: 20px;
}
.amthuc_03 .box_blog .item_blog .img_product {
  width: 100%;
  height: 167px;
}
.amthuc_03 .box_blog .item_blog .img_product img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.amthuc_03 .box_blog .item_blog .content {
  text-align: center;
}
.amthuc_03 .box_blog .item_blog .content h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 4px;
}
.amthuc_03 .box_blog .item_blog .content h3 a {
  color: #333;
}
.amthuc_03 .box_blog .item_blog .content p {
  color: #444;
}
.side_dat_ban a {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-align: center;
  display: block;
  width: 100%;
  padding: 17px 0;
  background-color: #FF8D00;
  border-radius: 10px;
  margin-bottom: 14px;
  color: #fff;
  font-family: "Montserrat-Bold";
}
.side_dat_ban a:hover {
  color: #fff;
}
.side_dat_ban a.dat_ban_a {
  background-color: rgba(255, 141, 0, 0.3);
  color: #FF8D00;
  margin-bottom: 0;
}
.favorite h2 {
  background-color: #FF8D00;
  padding: 9px 20px 10px;
  border-radius: 10px 10px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 0;
}
.favorite h2 i {
  margin-right: 10px;
}
.favorite .box_blog {
  border: 1px solid #EBEBEB;
  padding: 15px 20px;
  border-radius: 0 0 10px 10px;
}
.favorite .box_blog .item_blog {
  display: inline-block;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.favorite .box_blog .item_blog:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.favorite .box_blog .item_blog .img_product {
  width: 120px;
  height: 109px;
  float: left;
}
.favorite .box_blog .item_blog .img_product img {
  width: 100%;
  height: 100%;
}
.favorite .box_blog .item_blog .content {
  width: calc(100% - 135px);
  float: right;
  margin-top: 15px;
}
.favorite .box_blog .item_blog .content h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 4px;
}
.favorite .box_blog .item_blog .content h3 a {
  color: #333;
}
.favorite .box_blog .item_blog .content p {
  color: #666;
  margin-bottom: 0;
}
