* {
    margin: 0px;
    padding: 0px;
}
html,
body {
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    line-height: 1.6;
    color: #111;
    scroll-behavior: smooth;

    font-family:Lato;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
    font-family: Lato-B;
}

a {
    text-decoration: none;
    color: currentColor;
}

b,
strong {
    font-weight: normal;
    font-family: Lato-B;
}
ul{
    padding-left: 18px;
}
img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
}

a img {
    display: block;
}

#page {
    background: #fff;
    max-width: 2400px;
    margin: 0 auto;

}

.c,
.c5,
.c10,
.c15,
.c20,
.c30,
.c3,
.c2,
.c80 {
    clear: both;
}

.c {
    height: 0px;
}

.c3 {
    height: 3px;
}

.c4 {
    height: 4px;
}

.c5 {
    height: 5px;
}

.c10 {
    height: 10px;
}

.c15 {
    height: 15px;
}

.c20 {
    height: 20px;
}

.c30 {
    height: 30px;
}

.c50 {
    height: 50px;
}
.text-line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.text-line-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.text-line-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.text-line-7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.text-line-8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.text-line-10 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.text-line-12 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
}

.more-text {
    float: right;
    cursor: pointer;
}

.search-pc {
    display: block;

    margin-left: 10px;
}

.submit-search-pc {
    /* float: left; */
    color: #737373;
    font-size: 16px;
    position: absolute;
    top: 8px;
    right: 10px;
}
.icon-search {
    position: relative;
}

.search-pc .kw {
    width: 100%;
    height: 35px;
    border: solid 1px #ccc;
    padding: 0px 10px;
    outline: none;
    float: left;
    color: rgba(0, 0, 0, 0.25);

    border-radius: 25px;
    background: #fff;
}
.search-pc ::placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.search-pc .fa {
    color: rgb(25 25 25 / 70%);
}

.topheader {
    background-color: #ffffff62;
    color: #fff;
    padding: 5px 25px;
}
.topheader_left {
    display: flex;
    align-items: center;
}
.topheader .logo img{
    float: left;
}
.topheader h1{
    float: left;
    font-size: 18px;
    text-transform: uppercase;
    font-family: Lato-R;
    padding-left: 20px;
}
.header-item{
    float: left;
    margin-right: 15px;
    line-height: 30px;

}
.header-item img{
    margin-right: 5px;
}
.social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style-type: none;
    padding: 0px 0px 0px 30px;
}
.social li {

    width: 30px;
    height: 30px;

    color: #0F9447;
    border-radius: 50%;
    margin: 5px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.header-phone,
.header.header-fixed-email {
    padding: 0px 20px;
}
.cart {
    width: auto;
    display: block;
    position: relative;
    margin-left: 30px;
}
.cartnumber {
    position: absolute;
    top: -10px;
    left: -20px;
    font-size: 10px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #0F9447;
    color: #fff;
    line-height: 20px;
    text-align: center;
}

#searchformtab {
    position: relative;
}

#searchformtab input {
    border: none;
    border-radius: 5px;
    background-color: transparent;
    color: #404040;
    padding: 10px 25px 10px 30px;
    height: 40px;
    max-width: 350px;
    min-width: 210px;
    border-radius: 20px;
    border: 1px solid #8b8b8b;
}
.header {
    background: #ffffff85;

    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1); 
    position:relative;
    z-index: 11;
    width: 100%;
    padding:0px 10px;
    transition: all .5s ease-in;
}


.header-fixed {
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0;
    width: 100%;
    transition: all 0.5s ease;
    background-color: #FFF;
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 23%);
}
.header-fixed .topheader{
    display: none;
}
.header-fixed .nav > li {
    height: 60px;
    line-height: 60px;
}
.header-fixed .nav > li a{
    color: #000;
}

.header-fixed .nav > .mega-menu-item a:hover
{
    color:#FFF;

}
.header-fixed .logo {
    margin-top: 5px;
    max-width: 250px;
}
.header-fixed .nav > li.active > a
{
    color: #0f9447;
}
/* .header-fixed .logo img {
      height: 50px;
  } */

.header-fixed .icon-home {
    margin-top: 16px;
}

.logo {
    float: left;
    max-width: 400px;
    margin-top: 5px;
}

.logo img,
.logo-mobile img {
    display: block;

}

.logo-mobile {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}

.menubar {
    float: right;
}

.menu-title {
    background: #0F9447;
    color: #fff;
    padding: 12px;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
}

.nav {
    padding: 0px;
    margin-right:0px;
    font-weight: normal;
    max-width: 1200px;

}

.nav > li {
    list-style: none;
    display: inline-block;
    position: relative;

    font-size: 16px;
    font-weight: normal;
    height: 90px;
    line-height: 91px;
    margin: 0px 2px;
}

.nav li:first-child {
    border-left: none;
}

.nav li:last-child {
    margin-right: 0;
}

.nav li:last-child a {
    padding-right: 0;
}

.nav > li > a {
    text-decoration: none;
    color: #333;
    display: inherit;
    padding: 0px;
    padding: 0 8px;
    font-size: 14px;
    font-family: Lato-R;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    transition: all .5s ease-in;
}

.nav > li:hover > a {
    color: #dd2626;
}

.nav > li.active > a {
    color: #dd2626;
}

.nav > li > a img {
    margin-right: 8px;
}

.nav li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    text-align: left;
    color: #333;
    padding: 0px;
    opacity: 0.98;
    z-index: 999999;
    display: none;
    font-weight: normal;
    background: #fff;
    text-transform: initial;
    border-radius: 5px;
}

.nav li ul > li {
    width: 100%;
    list-style: none;
    float: left;
    text-align: left;
    border: none !important;
    text-transform: initial;
    line-height: normal;
    position: relative;
}

.nav li ul > li a {
    padding: 0px 10px;
    display: block;
    color: #232323;
    line-height: 18px;
    text-transform: initial;
    padding: 11px 10px;
}

.nav > li > ul > li > a:hover {
    color: #0F9447 !important;
}

.nav li ul ul {
    left: 100%;
    top: -1px;
}
.nav-top li a{
    color: #FFF;
    font-size: 14px;
    padding: 5px;

}
.nav-top li a:hover{
    color: #ffffffab;


}
.mega-menu {
    width: 100% !important;
    left: 0px !important;

    background: rgba(255, 255, 255) !important;
    padding: 10px 0px !important;
}

.mega-menu-item {
    padding: 10px 0px;
    line-height: initial !important;
    border-bottom: solid 1px #33333361;
    padding-left: 10px;
    transition:all .5s ease;
}

.mega-menu-item a {
    color: #333;
    transition:all .5s ease
}
.mega-menu .cell-2-10:nth-last-child(5) .mega-menu-item
{
    border-bottom:none;
}
.mega-menu .cell-2-10:nth-last-child(6) .mega-menu-item
{
    border-bottom:none;
}
.mega-menu .cell-2-10:nth-last-child(7) .mega-menu-item
{
    border-bottom:none;
}
.mega-menu .cell-2-10:nth-last-child(8) .mega-menu-item
{
    border-bottom:none;

}

.mega-menu-item:hover {
    background: #009846;
}
.mega-menu .cell-2-10
{
    width:19%;
    margin: 0px 5px;
}
.mega-menu-item:hover a
{
    color:#FFF
}

.mobile-bar {
    background-color: #fff;
    width: 100%;
    padding: 3px;
}
.burger
{
    width:60px;
    float:right;
}
.burger div {
    width: 40px;
    height: 3px;
    margin-bottom: 10px;
    background: #0f9447;
    float:right;
}
.lang-flag {
    float: left;
    /* margin-top: 2px; */
    border: none;
    margin-left: 15px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
}

.img-poster img {
    display: block;
    max-height: 700px;
    object-fit: cover;

}

.createdate {
    color: #999;
    font-size: 12px;
}

.footer {
    background-color: #109548;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;

}
.logo-footer
{
    display: flex;
    align-items: center;
    font-size: 18px;
    text-transform: uppercase;
}
.logo-footer img{
    margin-right: 10px;
}
.footer a {
    color: #0F9447;
    font-family: Lato-R;
}
.text-center {
    margin: auto;
    text-align: center;
}

.crumb {
    padding: 6px 0px;
    font-size: 12px;
    background-color: #f0f0f0;
}

.crumb-gray .crumb {
    background-color: #f5f5f5;
}

.crumb a {
    font-size: 14px;
    font-family: Lato-R;
    line-height: 24px;
    text-align: center;
    padding: 10px 5px;
    position: relative;

}
.crumb a::before{
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    left: -10px;
    top: 12px;
    z-index: 3;
}

.crumb a:last-of-type {
    padding-left: 10px;

}

.menu-footer {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 10px 0px;
}

.menu-footer a {
    font-size: 13px;
    color: #fff;
    margin-right: 20px;
    text-decoration: none;
}


.menuright{
    box-shadow: 0px 0px 10px 0px #333333e0;
}
.menuright-title {
    padding: 15px 20px;
    color: #fff;
    font-size: 20px;
    background: #0F9447;
    text-transform: uppercase;
}
.menuleft {
    padding: 0px;
    margin: 0px;
    color: #3f3f3f;

    background: #e4e4e4;


}

.menuleft .fa {
    font-size: 10px;
    float: right;
    width: 40px;
    text-align: center;
    height: 25px;
    line-height: 25px;

}

.menuleft ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.menuleft li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border-bottom: solid 1px #eee;
}

.menuleft li:last-child {
    border-bottom: none;
}

.menuleft li a:hover {
    color: #0F9447;
}

.menuleft li a {
    color: #3f3f3f;
    padding: 10px;
    width: 100%;
    display: block;
    font-size: 16px;
    font-family: Lato-R;
}



.menuleft > .actived > a {
    color: #0F9447;
    font-family: Lato-R;
}

.menuleft .actived ul {

    display: block;
}

.menuleft .actived .actived a {
    color: #0239ba;
}

.deactived {
    display: none;
}

.menuleft li ul {
    margin: 0px;
    padding: 0px;
    padding-left: 35px;

    display: none;
    list-style-type: none;
}

.menuleft li ul li {
    padding-left: 0px;
    list-style-type: none;
}

.menuleft li ul li a {
    border-bottom: none;
    padding: 8px 0px;
    font-size: 14px;
    color: #333;
}

.menuleft-icon {
    padding-right: 8px;
}


#button-btt {
    position: fixed;
    right: 10px;
    bottom: 70px;
    color: #0059bd;
    background: transparent;
    /* padding: 10px; */
    opacity: 0.8;
    z-index: 10;
    transform: rotate(90deg);
}

#button-btt i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    transform: rotate(270deg);
    border-radius: 50%;
}

#button-btt a {
    color: #fff;
}

.view-detail {
    display: block;
    color: #fff;
    background: #0239ba;
    padding: 10px 30px;
    box-shadow: 0px 0px 3px #999;
    float: left;
}

.error {
    border: solid 1px #404040 !important;
}


.search-mobile {
    width: 100%;
    position: relative;
    display: none;
}

.search-mobile input {
    width: 100%;
    height: 30px;
}

.m-search-icon {
    position: absolute;
    right: 10px;
    top: 6px;
    color: #ef5994;
}

.title-line {
    background: #0239ba;
    height: 4px;
    width: 60px;
    margin: 0 auto;
}

.footer-title {
    font-size: 20px;
    color: #fff;
    font-family: Lato-R;
}
.footer-name{
    font-size: 24px;
    color: #fff;
    font-family: Lato-B;
}
.footer-text{
    color: #fff;
    font-family: Lato;
}

.menutab {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menutab-item {
    padding: 10px 15px;
    text-align: center;
    border-radius: 25px;
    position: relative;
    transition: all 0.5s ease-in-out;

}
.menutab-item::before{
    content: "";
    width: 2px;
    height: 17px;
    background-color: #cfcfcf;
    position: absolute;
    left: 0px;
    top: 20px;
}
.menutab-item a {

    font-size: 20px;
    color: #FFF;
    font-family: Lato-R;
}

.tab-item {
    display: block;
    width: 20%;
    float: left;
    text-align: center;
    color: #FFF;
    font-size: 15px;
    padding: 5px 5px;
    margin: 10px 0px;
}

.tab-item:last-child {
    border-right: none;
}

.menutab-item :hover {
    color: #a5978b;
} 

.menutab-item .actived {


}

.menutab .actived a {
    color: #a5978b;
}
.menutab-item:nth-child(1)::before{
    display: none;
}
.tab-bar {
    /* background: #e1e1e1; */
    position: relative;
    display: flex;
    align-items: center;
}

.tab-bar-wrapper {
    padding-right: 40px;
}

.tab-title {
    margin: 0px;
    font-family: Lato-R;
    font-size: 16px;
    color: #484848;
    text-transform: uppercase;
    padding: 10px 0 26px;
    display: block;
    float: left;
}

.tab-title:nth-child(2) {
    padding: 10px 40px 26px;
}

.tab-active {
    background: #f5f5f5;
    color: #ffa200;
    border-bottom: 2px solid #ffa200;
    z-index: 1;
}

.tab-active {
    position: relative;
    color: #ffa200;
}

.tab-active::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #ffa200;
    border: solid 1px #ffa200;
    left: 0;
}

.tab-bar::before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #176078;
    border: solid 1px #176078;
}


/*Modal*/
.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6) !important;
}
.star-rate{
    background: url(/images/starrate.png) left top no-repeat;
    height: 24px;


}
.rate1
{
    background-position-y: -89px;
}
.rate2{
    background-position-y: -66px;
}
.rate3{

    background-position-y: -44px;
}
.rate4{
    background-position-y: -22px;
}
.rate5{

    background-position-y: 0px;

}
/*---*/

.btn {
    padding: 3px 25px;
    color: #FFF;
    text-decoration: none;

    transition: .5s ease-in-out;
    padding: 7px 20px;
    border-radius: 40px;
    margin: auto;
    text-transform: capitalize;
    background: #0F9447

}

.btn:hover {
    background-color: #FFF;
    box-shadow: 0px 0px 10px #a5978b;
    color: #0F9447;

}


.modal-box {
    display: none;
    position: fixed;
    z-index: 1404040;
    width: 60%;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    max-width: 1100px;
    background: #fff;
}

.modal-box header,
.modal-box .modal-header {
    padding: 1.25em 1.5px;
    border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 {
    margin: 0;
}

.modal-box .modal-body {
    padding: 10px 20px;
}

.modal-box footer,
.modal-box .modal-footer {
    padding: 1px;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
}

a.close {
    line-height: 1;
    font-size: 1.5px;
    position: absolute;
    top: 5%;
    right: 2%;
    text-decoration: none;
    color: #bbb;
}

a.close:hover {
    color: #222;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
}

.msgbox {
    color: #ccc;
}


.form-success {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    color: #009846;
}

.right-icon {
    background: #6e0b11;
    padding: 7px 9px;
    right: 0;
}

.right-hotline {
    position: fixed;
    right: -102px;
    top: 200px;
    z-index: 999;
}

.right-facebook {
    position: fixed;
    top: 250px;
    z-index: 999;
}

.right-youtube {
    position: fixed;
    top: 300px;
    z-index: 999;
}

.right-hotline a {
    color: #fff;
    text-decoration: none;
    float: right;
    margin-left: 10px;
    line-height: 35px;
}


.btn-search-mobile {
    display: block;
    position: absolute;
    color: #1c4d99;
    top: 5px;
    right: 10px;
}

.cat-item-name {
    margin: 5px 0px;
    padding: 0px;
    font-family: Lato-R;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
}

.cat-item-name a {
    color: #333;
}

.cat-item-name a:hover {
    color: #0239ba;
}

.box-left {
    padding: 20px;
    padding-bottom: 0px;
    border: solid 1px #eee;
    border-radius: 0px 0px 5px 5px;
    border-top: none;
    background: #fff;
}

.menu-mobile {
    display: block;
    float: left;
    color: #000;
    font-size: 30px;
    margin-left: auto;
}

.menu-mobile-item {
    display: block;
    float: left;
    margin-top: 5px;
    color: #fff;
    margin-left: 10px;
}


.tab-content {
    display: none;
}

.tab-content ul{
    margin-left: 20px;
}

.tab-content img.size-full{
    display: block;
    margin: 0 auto;
}
.tab-content em{
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    font-size: 13px;
}



.txt-comment {
    width: 100%;
    height: 36px;
    border-radius: 3px;
    border: solid 1px #ccc;
    padding-left: 5px;
}
#simplePagerNav {
    display: flex;
    justify-content: center;
}

.pagination {
    display: flex;
    justify-content: center;
}
.page {
    display: none;
}
.pagination-item {
    text-decoration: none;
    color: #404040;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    min-width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background-color: #e6e6e6;
    border: 1px solid #0F9447;
    margin: 0 5px;
}

.pagination-item__clicked {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    min-width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    background-color: #009846;
    margin: 0 5px;
}

.pagination-item-icon {
    font-size: 20px;
    font-weight: 500;
    color: #176078;
}

.ullist {
    height: 450px;
    overflow-y: scroll;
}

.ullist li h3 {
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    color: #0239ba;
    font-size: 16px;
}

.ullist li p {
    margin: 0px;
    padding: 5px 0px;
}

.ullist li {
    border-bottom: dashed 1px #ddd;
}

.ullist li .fa {
    display: block;
    float: left;
    width: 18px;
    margin-top: 2px;
}

#loadMoreProduct {
    display: block;
    background: #ddd;
    color: #0239ba;
    padding: 10px 20px;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
    width: 220px;
}

.search-mobile-bar {
    float: right;
    width: 200px;
    position: relative;
    margin-right: 10px;
    margin-top: 5px;
}

.search-mobile-bar .kw {
    width: 100%;
    height: 30px;
    border: solid 1px #eee;
    padding: 0px 10px;
    outline: none;
    float: left;
    color: #333;
    border-radius: 25px;
    background: #fff;
}

.submit-search-mobile {
    float: right;
    color: #0239ba;
    font-size: 14px;
    position: absolute;
    top: 8px;
    right: 25px;
}

.form-title {
    font-family: Lato-R;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

#btnNewsletter {
    background: #0076c2;
    text-align: center;
    padding: 10px;
    width: 100%;
    border-radius: 20px;
    display: block;
    font-size: 15px;
}

.header-mobile {
    background: #fff;
    border-bottom: solid 2px #0239ba;
}

.kw-mobile {
    width: 94%;
    height: 30px;
    border: none;
    border-radius: 20px;
    margin: 0px 10px;
    margin-bottom: 0px;
    color: #333;
    padding-left: 5px;
}

.mobile-footer-bar {
    position: fixed;
    bottom: 0px;
    padding: 5px;
    width: 100%;
    background: #fff;
    box-shadow: 0px -1px 3px #0239ba;
    z-index: 9999;
}

::placeholder {
    color: #d6d6d6;
    opacity: 1;
    /* Firefox */
}

.view-more {
    font-weight: normal;
    display: inline-block;
    color: #fff;
    font-size: 14px;

    margin-top: 25px;
    background-color: #1d509b;
    padding: 10px 20px;
}
.line{
    width: 100px;
    height: 5px;
    background: #999;

    margin: auto;

}
.line-w {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

/* .line-w span {
  display: inline-block;
  margin-right: 5px;
  background-image: url(/images/line.png);
  background-repeat: no-repeat;
  background-size: 90% 90%;
  width: 100px;
  height: 15px;
  margin-top: 10px;
}

.line-w span:last-child {
  margin-right: 0;
} */

.longPageTOC {
    padding: 10px;
    background-color: #f1f2f2;
    max-width: 150px;
    border-radius: 5px;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: Lato-R;
}

.longPageNavigationDiv {
    padding: 10px;
    background: #eee;
    float: left;
    padding-right: 20px;
    width: 100%;
}

.longPageNavigationDiv a {
    color: #333;
}

.longPageNavigationDiv ul {
    padding-left: 20px;
}

.longPageNavigationDiv ul li {
    list-style: none;
    padding: 2px 0px;
}

.longPageNavigationDiv ul .toc-heading3 {
    padding-left: 20px;
}

.form-group {
    padding: 10px 0px;
    border-bottom: dotted 1px #ccc;
}

.error_lbl {
    border: solid 1px #f00;
}

.img-article {
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.img-article img {
    display: block;
}
.content {
    background-color: #fff;
}



.info-image {
    background: #fff;
    /* padding: 8px; */
}

.frm-contact {
    width: 100%;
    max-width: 420px;
    margin-left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
}

/* flex_center */

.flex_align {
    display: flex;
    align-items: center;
}

.flex_align--end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* Không có margin thẻ p */
.no-margin-p-tag p {
    margin: 0;
}

.img-shine {
    position: relative;
    overflow: hidden;
    display: block;
}

.img-shine:after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);

    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.13) 0%,
        rgba(255, 255, 255, 0.13) 77%,
        rgba(255, 255, 255, 0.5) 92%,
        rgba(255, 255, 255, 0) 100%
        );
}

/* Hover state - trigger effect */
.img-shine:hover:after {
    opacity: 1;
    left: 130%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}

/* Active state */
.img-shine:active:after {
    opacity: 0;
}
.footer-main {
    padding: 40px 0 20px;
}
.footer-end {
    border-top: 1px solid #FFF;
    color: #FFF;
    padding: 15px 20px;
    background: #dd2626;

}

.footer-block {
    padding-left: 0px;

}
.footer-block .info {
    display: flex;

    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
}
.footer-block .info i {
    margin-right: 10px;

    width: 30px;
    height: 30px;
    background-color: #0F9447;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
}
.fanpage img {
    border-radius: 20px 0px;
    float: left;
    margin-bottom: 15px;
    margin-right: 10px;
}
.fanpage {
    width: 100%;
    clear: both;
    margin-bottom: 0px;
}
.menuboxfooter {
    padding: 0px;
    list-style-type: none;
}
.menuboxfooter li {
    margin-bottom: 5px;
}
.menuboxfooter a {
    font-family: Lato;
    color: #FFF;
}
.footer-copyright {
    background-color: #0F9447;
    color: #fff;
    font-size: 14px;
    text-align: left;
    line-height: 60px;
}


.footer-intro {
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
}

.footer-social {
    padding-left: 30px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0px;
}

.footer-social li {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    margin-right: 5px;
    text-align: center;
    border-radius: 50%;
}
.footer-social li a
{

    color: #0F9447;
    font-size: 20px;

}

.f-title {
    color: #0F9447;
    text-transform: initial;
    margin-top: 20px;
    font-family: Lato-R;
    margin-bottom: 10px;
    height: 60px;
    padding-bottom: 5px;
    border-bottom: 1px solid #bdbcbc;
    display: flex;
    align-items: center;
    font-size: 22px;
}
.f-title img {
    max-height: 50px;
    margin-right: 5px;
}

/* HOME */




.homecat-title a {
    color: currentColor;
}
.homecat-intro
{
    font-family: Lato-R;
    text-align: center;

}
.homecat-title {
    text-align: center;
    color: #0F9447;
    text-shadow: 2px 5px 7px #9090908f;
    font-size: 32px;
    font-family: Lato-B;
    text-transform: uppercase;
}

.homecat-title a {
    color: currentColor;
}


/*  home */

.slidehome {
    position: relative;
}
.slidehome-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    color: #fff;

    max-height: 100%;
}
.slide-content {
    padding: 0px 50px;
}
.slidehome-content h2 {
    font-size: 48px;
    line-height: 1.2;
    color: #ffffff;
}
.slidehome-content-intro {
    font-size: 20px;
    text-align: justify;
}
.slidehome-item--image
{
    margin-top: 50px;
}
.banner
{
    position: relative;
    margin-top:-90px;
}

.search-form
{
    position: absolute;
    width: 100%;

    text-align: center;
    left: 0px;
    top: 50%;
    z-index: 3;
    color: #FFF;
    transform: translate(0px, -25%);
}

.search-title{
    background: none;
    width: 100%;;
    max-width: 41ch;
    animation: typing 3s steps(40), blink .3s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
    border-right: 5px solid;
    color: #3333;
    text-align: center;
    margin: auto;

    /*  text-shadow: 0 0 30px greenyellow; */
    font-size: 60px;
    color: #FFF;
    font-family: Lato-B;
    place-items: center;
}

@keyframes typing{
    from{width: 0%}
}

@keyframes blink{
    50%{border-color: transparent}
}

.search-box{
    padding: 15px;
    border-radius: 5px;
}
.search-box-input select, .search-box-input input
{

    width: 100%;
    height: 45px;
    border-radius: 3px;
    padding: 5px;
    outline: none;
    border:1px solid #3f3f3f54;
    font-size: 18px;
    font-family:Lato;
}
.search-box-input input::placeholder
{
    color: #333;
}
.search-btn {
    max-width: 250px;
    height: 45px;
    background: #dd2626;
    margin: auto;
    line-height: 45px;
    border-radius: 5px;
}
.search-box-input {
    max-width: 230px;
    width: 100%;
    margin: auto;
}
#searchForm {
    background: #0F9447;
    border-radius: 5px;
}
.homeinfo-item
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.homeinfo-ico
{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #0F9447;
    color: #FFF;
    text-align: center;
    font-size: 40px;
    line-height: 60px;
}
.homeinfo-desc
{
    width: calc(100% - 70px);
}
.homeinfo-intro
{
    font-size: 16px;
}
.homeinfo-name
{
    font-family: Lato-B;
}
.homeinfo-item
{
    position: relative;
    margin:15px 0px;
    padding: 10px;
}
.homeinfo-item::before
{
    content: "";
    position: absolute;
    width: 1px;
    height: 90%;
    left: 0px;
    top: 10px;
    background-color: #3333336b;
}
.homeinfo-item:nth-child(1):before
{
    opacity: 0;
}
.homeproduct-wrapper
{
    background: #96ccad7e;
}

.homeservice-item
{
    position: relative;
    border-radius: 3px;
}
.homeservice-item img{
    border-radius: 3px;
}
.homeservice-content
{
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 30px;
    font-family: Lato-R;
    background-color: #00000020;
    transition: all .5s ease-in;
}
.homeservice-item:hover .homeservice-content{
    background-color: transparent;
}
.btn-xemthem
{
    max-width: 300px;
    text-align: center;
    margin: auto;
}
.btn-dattour {
    text-align: center;
    border: 1px solid #dd2626;
    border-radius: 5px;
    padding: 2px;
    color: #dd2626;
    font-family: 'Lato-R';
    transition: all .5s ease-in;
    max-width: 121px;
    margin: auto;
}
.btn-dattour:hover{
    color: #FFF;
    border: 1px solid #dd2626;
    background-color: #dd2626;

}
.date-product
{
    padding: 5px 0px;
    min-height: 60px;
    font-size: 15px;
}
.homeproduct-name
{
    font-family: Lato-B;
    line-height: 1.3;
    padding: 0px 0px 10px;
    transition: all .1s ease-in;
    font-size:16px;
}
.homeproduct-name:hover{
    color: #009846;
}
.price-net
{
    font-size: 16px;
    font-family: Lato-R;
    text-decoration: line-through;
    text-align: right;
}
.price{
    font-family: Lato-B;
    font-size: 18px;
    color: #dd2626;
    float:left;
}
.homeproduct-item img{
    border-radius: 3px;
}
.homeproduct-wrapper
{
    position: relative;
}
.homeproduct-content
{
    background-color: #FFF;
    height: 100%;
    padding: 10px;
}
.button-next
{
    position: absolute;
    right: 15px;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translate(0px, -50%);
    z-index: 11;
    color: #0f9447;
    border-radius: 50%;
    border: 1px solid #0f94466e;
    text-align: center;
    line-height: 40px;
}
.button-prev
{
    position: absolute;
    left: 15px;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translate(0px, -50%);
    z-index: 11;
    color: #0f9447;
    border-radius: 50%;
    border: 1px solid #0f94466e;
    text-align: center;
    line-height: 40px;
}
.homedoitac-item img{
    filter: grayscale(100%);
    transition: all .5s ease-in-out;
}
.homedoitac-item:hover img{
    filter:none;
}
.homedoitac-item
{
    padding: 10px 20px;
}
.homenew-item
{
    position: relative;
    transition: all .5s ease-in;
    margin: 10px 0px;
}
.homenew-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #18181854;
    transition: all .5s ease;
    z-index: 1;
}
/* .homenew-item:hover::before
{
  display: none;
  transition: all .5s ease;
} */
.homenew-item:hover
{
    margin-top: -10px;
}
.homnew-item--content
{
    position: absolute;
    left: 0px;
    bottom: 10px;
    width: 100%;
    padding: 10px;
    color: #FFF;
    background-color: #3333331f;
    z-index: 2;
}
.homenew-name{
    font-family: Lato-B;
    font-size: 16px;
}
.gallery-top {
    height: 80%;
    width: 100%;
}
.homereview-wrapper
{

}
.homereview-wrapper .gallery-thumbs {

    box-sizing: border-box;
    padding: 10px 0;
}
.homereview-wrapper .gallery-thumbs .swiper-slide {

    width: 180px;
    height: 180px;
    border-radius: 50%;
    opacity: 0.4;

    transition:all .5s ease
}
.homereview-wrapper .gallery-thumbs .swiper-slide  img{
    height: 100%;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin:auto;
    transition:all .5s ease
}
.homereview-wrapper .gallery-thumbs .swiper-slide-active {
    opacity: 1;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    transition:all .5s ease
}
.homereview-wrapper .gallery-thumbs .swiper-slide-active img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    transition:all .5s ease
}
.review-desc 
{
    text-align: center;

}
.review-desc  h3{
    font-size: 30px;
}
.intro-review
{
    font-size: 18px;
    padding: 10px 0px;
}
.address
{
    font-family: Lato-B;
    color: #009846;
    margin-bottom: 10px;
}

.cattour
{
    position: relative;
    overflow: hidden;
}

.button-next.cattour-button-next {
    right: -50px;
}
.button-prev.cattour-button-prev {
    left: -50px;
}
.title-left
{
    background-color: #009846;
    padding: 10px;
    color: #FFF;
    text-transform: uppercase;
    font-family: Lato-B;
}
.pagecat-intro
{
}
.btn-booktour
{
    float:left;
    text-align: center;
    border: 1px solid #009846;
    border-radius:5px;
    background-color: #009846;
    color: #FFF;
    padding: 5px 15px;
    max-width: 100%;
    margin: 10px auto;
    transition: all .5s ease-in;
    font-family: Lato-R;
}
.btn-booktour:hover{
    background: #FFF;
    color: #000;
}
.listtour .homeproduct-item
{
    margin: 15px 0px;
    border-radius: 5px;
    transition: all .5s ease-in-out;
}
.listtour .homeproduct-item:hover{
    transition: all .5s ease-in-out;
    margin-top:0px
}
.listtour .homeproduct-content{
    background-color: #0098472a;
    border-radius: 0px 0px 5px 5px;
}
#searchForm 
{
    padding: 10px;
}
#searchForm select{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
}
#searchForm span{
    color: #FFF;
    font-family: Lato;
}
.search-left-title
{
    text-transform: uppercase;
    font-family: Lato-R;
    text-align: center;
    color: #FFF;
}
.btn-search-tour
{
    color: #009846;
    background-color: #FFF;
    text-align: center;
    padding: 7px 10px;
    font-family: Lato-R;
    border-radius: 5px;
    transition: all .5s ease-in-out;
}
.btn-search-tour:hover{
    color: #FFF;
    background-color: #E12727;
}
.listtour-wrapp
{
    position: relative;
}
.searchform-tour
{
    position: sticky;
    overflow: hidden;
    top: 120px;
}
.pagecat-title
{
    font-size: 25px;
    font-family: Lato-B;
    color: #009846 ;
}


.detaitour-info {
    display: flex;
    flex-wrap: wrap;
    color: #009846;
}
.detailtour-info--item
{
    width: 100%;
    display: inline-flex;
    font-family: Lato-B;

}
.detailtour-info--item .star-rate
{
    width: 140px;
    margin-left: 10px;
}
.detailtour-info--item i{
    padding-right: 5px;
    margin-top:5px;
}
.detailtour-wrapper
{
    background: #f1f2f275;
}
.tourdetail-nameposter
{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 60%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: #ffffffcc;
    padding: 20px;
    color: #444;
    border-radius: 10px;
    font-size:16px;
}
.pagecat-title
{
    text-transform: uppercase;
    color: #FFF;
    font-size: 30px;
}
.tourdetail--desc span{
    border-right: 1px solid #FFF;
    padding: 0px 10px;
    line-height: 1px;
    font-family: "Lato-B";

}
.tourdetail--desc span:nth-last-child(1)
{
    border: none  ;
}
.detail-tour-intro
{
    text-align: justify;
    font-family:"Lato-B";
    max-height: 200px;
    overflow: hidden;
    color: #009846;
    font-size:16px;
}
.detailtour
{
}
#tabs-nav
{
    display: flex;
    list-style-type: none;
}
#tabs-nav li{
    padding: 10px 30px;
    border: 2px solid #333;
    margin-right: 20px;
    border-radius: 5px;
    font-family:"Lato-B";
    transition: all .5s ease-in-out;
}
#tabs-nav li:hover {
    color: #E12727;
    border:2px solid #E12727
}
#tabs-nav li.active{
    background:#E12727;
    color: #FFF;
    border:2px solid #E12727
}
.tabcontent-title{
    color: #E12727;
    font-family: Lato-R;
    font-size: 24px;
}
.tab-content h4{
    font-weight: 600;
    color: #E12727;
    margin-top: 15px;
    margin-bottom: 15px;
}
#tabs-content 
{
    text-align: justify;
}
.tourdetail-content
{
    background-color: #FFF;
    padding: 30px;
    border-radius: 5px;
    position:relative;
    box-shadow: 0px 0px 8px 0px #3333333b;
}


.tourdetail-content table{
    border-collapse: collapse;
    /* padding: 10px; */
    border: solid 2px #333;
    min-width: 600px !important;	
}
.tourdetail-content table td{
    padding:5px;
}


.btn-booknow
{
    padding: 10px 20px;
    text-align: center;
    color: #FFF;
    background: #009846;
    border-radius: 5px;
    font-size: 20px;
    line-height: 1.4;
    font-family: Lato-R;
}
.btn-hotline a
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-hotline a i
{
    padding: 0px 10px;
    font-size: 37px;
    color: #009846;
    transform: rotateZ(20deg);
    margin-top: 10px;
}
.btn-hotline a 
{
    font-family: Lato-R;
    color: #E12727;
    font-size: 24px;
    line-height: 1.3;
}
.btn-hotline a small
{
    font-size: 16px;
}
.homeproduct-item-book {
    position: sticky;
    /* height: 100%; */
    top: 100px;
    left: 0;
    transition: all .5s ease-in;
    box-shadow: 0px 0px 15px #34333369;
}
.btn-datgiucho
{
    padding: 10px 25px;
    text-align: center;
    border: 1px solid #009846;
    background: #009846;
    color: #FFF;
    border-radius: 5px;
    text-transform: uppercase;
    max-width: 400px;
    margin: auto;
    transition: all .5s ease-in-out;
    font-family: Lato-R;
}
.btn-tuvantour 
{
    padding: 10px 25px;
    text-align: center;
    border: 1px solid #E12727;
    background: #E12727;
    color: #FFF;
    font-family: Lato-R;
    border-radius: 5px;
    text-transform: uppercase;
    max-width: 400px;
    margin: auto;
    transition: all .5s ease-in-out;
}
.btn-tuvantour:hover
{
    color: #E12727;
    background: #FFF;
}
.btn-datgiucho:hover{
    color: #009846;
    background: #FFF;

}
.btn-tuvantour i, .btn-datgiucho i{
    margin-right: 5px;
}
.newshot-wrapper .grid-newshot {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 200px);
    grid-gap: 15px;
    display: grid;
}
.newshot-wrapper .newshot-item:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3;
}

.newshot-wrapper .img-shine, .newshot-wrapper img {
    height: 100%;
    border-radius: 5px;
}
.newshot-wrapper .newshot-item
{
    position: relative;
}
.newshot-wrapper .newshot-item__name {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 5px 15px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    z-index: 3;
    width: 100%;
    transition: all 0.3s ease-in;
    background-color: #ffffffc7;
    transform:translate(0px, 0px);
    font-family: Lato-B;
}
.newshot-wrapper .newshot-item:nth-child(1)  .newshot-item__name 
{
    font-size: 20px;
} 
.hometintuc-item--name
{
    font-size: 20px;
    font-family: Lato-B;
    transition: all .5s ease-in-out;
}
.hometintuc-item
{
    margin-bottom: 30px;
}
.hometintuc-creatdate
{
    font-family: Lato-B;
}
.hometintuc-item img{
    border-radius: 5px 5px 0px 0px;
}
.news-wrapper {
    background-color: #f3f3f3;
}
.tintuc-item--content
{
    padding: 15px;
    background-color: #FFF;
    border-radius: 0px 0px 5px 5px;
}
.hometintuc-creatdate
{
    margin-bottom: 5px;
}
.hometintuc-item:hover .hometintuc-item--name{
    color: #009846;
}
.featured-news .title
{
    padding: 15px;
    background: #009846;
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    font-family: Lato-B;
    margin-bottom: 20px;
}
.featured-news--content
{
    padding: 10px;
    width: 60%;
}

.featured-news--item img{
    border-radius: 5px;
}
.newsdetail-name
{
    font-size: 38px;
    color: #009846;
}
.featured-news--item
{
    display: flex;
    margin-bottom: 15px;
}
.featured-news--item .img-shine{
    width: 40%;
}
.featured-news--content h3{
    font-family: Lato-R;
    font-size: 16px;
}
.hometintuc-wrapper{
    position:relative;
}
.service-cat-item{
    margin-bottom:30px
}
.service-cat-item img
{
    border-radius:5px 5px 0px 0px;
}

.service-cat-desc {
    padding: 10px;
    background: #7dc19a3b;
    border-radius: 0px 0px 5px 5px;
}

.cat-name{
    font-size:20px;
}

.service-cat-name
{
    font-size: 24px;
    /* text-transform: uppercase; */
    font-weight: 700;
    transition: all .5s ease;
}
.service-cat-item:hover .service-cat-name
{
    color:#1d9952;
}
.newshot-wrapper .grid-newshot {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 200px);
    grid-gap: 30px;
    display: grid;
}
.newshot-wrapper .grid-newshot {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 200px);
    grid-gap: 30px;
    display: grid;
}
.grid-listtour
{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(auto, 150px);

}
.cattour-item
{
    margin: 7px;
    position: relative;
    min-height: 170px;
    background: #acdbc0;
    overflow:hidden;
    border-radius:5px;
}
.cattour-item img
{
    height:100%;
    position:relative;
    border-radius:5px;
    transition: all 1s ease;
}
.cattour-item :hover img {
    transform: scale(1.1);
    transition: all .5s ease;
}
.cattour-item:nth-child(1)
{
    grid-column: 1/3;
    grid-row: 1/3;
}
.cattour-item:nth-child(2)
{
    grid-column: 3/4;
    grid-row: 1/2;
}
.cattour-item:nth-child(3)
{
    grid-column: 3/4;
    grid-row: 2/3;
}

.cattour-item--name
{
    font-family: Lato-R;
    position: absolute;
    /* left: 0px; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    text-align: center;
    color: #FFF;
    text-shadow: 0px 0px 5px #000;
}
/*anh chi tiet tour*/
.grid-galleries
{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(auto, 180px);

}
.homegalleries-item:nth-child(1)
{
    grid-column: 1/3;
    grid-row: 1/3;
}
.homegalleries-item:nth-child(2)
{
    grid-column: 3/4;
    grid-row: 1/3;
}
.homegalleries-item:nth-child(3)
{
    grid-column: 4/5;
    grid-row: 1/3;
}
.homegalleries-item:nth-child(4)
{
    grid-column: 1/2;
    grid-row: 3/4;
}

.homegalleries-item:nth-child(5)
{
    grid-column: 2/3;
    grid-row: 3/4;
}
.homegalleries-item:nth-child(6)
{
    grid-column: 1/2;
    grid-row: 4/5;
}
.homegalleries-item:nth-child(7)
{
    grid-column: 2/3;
    grid-row: 4/5;
}

.homegalleries-item:nth-child(8)
{
    grid-column: 3/5;
    grid-row: 3/5;
}
.homegalleries-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px; 
}
.homegalleries-item
{
    margin: 3px;
    position: relative;
}
.homegalleries-item--name {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #FFF;

    width: 100%;
    opacity: 0;
    transition: all .5s ease-in-out;
    font-size: 20px;
    letter-spacing: 0px;

    font-weight: 600;
}
.homegalleries-item:hover .homegalleries-item--name
{
    opacity: 1;
}
.news-item{
    margin-bottom:30px;
}
.tour-booking-form input, .tour-booking-form select
{
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    border-radius: 5px;
    padding-left:3px;
    font-size:18px;
}
.book-cell {
    display: flex;
    flex-wrap:wrap;


}
.book-cell span
{
    width:120px;
}
.book-cell input
{
    max-width:350px;
}
.tour-booking-form .cell-1-2:nth-child(2n) .book-cell span
{
    width: 120px;
    padding-right: 15px;

    text-align:right;
}
.book-cell textarea
{
    margin-bottom:15px;
    border-radius:5px;
}
.item-input-booking .btn-book-tour
{ 
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    background: #0f9447;
    border: 1px solid #109548;
    transition: all .5s ease-in-out;
    color: #FFF;
}
.item-input-booking .btn-book-tour:hover
{
    background:#FFF;
    color:#0f9447;
}
.tour-book-step span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    border: 1px solid #0f9447;
    text-align: center;
    margin-bottom: 5px;
    margin-right: 5px;
    font-weight: 600;
    text-transform: uppercase;
    background: #0f9447;
    color: #FFFF;
}
.tour-book-step {
    display: flex;
    font-weight: 600;
    text-transform: uppercase;
    align-items: center;
}
.newsother-item {
    margin: 15px;

}
.tocContent p, .tocContent  img
{
    margin-bottom:10px;

}
.tocContent ul{
    padding-left:25px
}

.tocContent h2 {
    margin-bottom: 15px;
}



.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    opacity: 0.6 !important;
}

.swiper-pagination-bullet-active{
    opacity: 1 !important;
}


.btn-contact{
    background: #dd9600;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    border: none;
    box-shadow: 0px 0px 5px #333;
    cursor:pointer;
}


.tourdetail-nameposter .pagecat-title {
    background-clip: text;
    background-image: linear-gradient(to right, #dd2726, #ff7f15, #ffbe07fc, #ffbe07fc, #ff7f15, #dd2726);
    color: #FFF;
    line-height: 1.6;
    margin: auto;
    letter-spacing: 2px;
    padding: 3px;
    -webkit-text-stroke-color: transparent;
    -webkit-text-stroke-width: 4px;
    filter: drop-shadow(3px 1px 1px #DE5026);
    position: relative;
}


.div-scroll {
    width: 100%;
    overflow: auto;
    padding-right: 2px;
}

.newsname {
    font-family: "Lato-R";
    font-size: 16px;
}



.fancy-text {
  color: white;

  text-shadow: 
    0 0 4px rgba(0, 0, 0, 0.4),
    0 2px 4px rgba(0, 0, 0, 0.6),
    0 0 8px #333,
    0 0 16px #333;
  transition: all 0.3s ease;
}
/*
.fancy-text:hover {
  text-shadow: 
    0 0 5px rgba(0, 0, 0, 0.5),
    0 2px 4px rgba(0, 0, 0, 0.7),
    0 0 15px #009648,
    0 0 30px #009648,
    0 0 50px #009648;
}
*/