    * {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    }
    
    .nav__menu-bar {
        display: flex;
        align-items: center;
        font-size: 20px;
        display: none;
    }
    
    .header {
        position: relative;
        /* position: fixed; */
        border-bottom: 1px solid #ececec;
        margin-bottom: 60px;
        background-color: #ffffff;
    }
    
    .header .container {
        padding: 0;
    }
    
    .list-item__link {
        transition: all 0.5s ease;
        text-transform: uppercase;
    }
    /* style logo */
    
    .nav__logo-link-img {
        max-width: 100%;
        max-height: 80px;
        width: unset;
        object-fit: unset;
        padding: 12px 0;
    }
    
    .header__nav {
        /* position: relative; */
        display: flex;
        justify-content: space-between;
    }
    
    .nav__menu-social {
        display: flex;
    }
    
    .menu__list {
        display: flex;
        list-style-type: none;
        padding: 0;
    }
    
    .submenu__list {
        padding: 0;
    }
    
    .submenu__list {
        list-style-type: none;
    }
    
    .submenu2__list {
        list-style-type: none;
    }
    
    .list-item__link {
        display: block;
        line-height: 80px;
    }
    
    .nav__social,
    .nav__search {
        line-height: 80px;
    }
    
    .menu__list-item {
        transition: transform 0.3s ease;
        position: relative;
        font-size: 15px;
        font-weight: bold;
        margin: 0 30px 0 0;
    }
    
    .submenu__list-item {
        position: relative;
        padding: 8px 0;
    }
    
    .submenu {
        box-shadow: 0px 1px 5px 2px rgb(0 0 0 / 10%);
        background: #ffffff;
        padding: 10px 0 10px 20px;
        position: absolute;
        top: 100%;
        left: 0;
        width: 240px;
        font-size: 14px;
        transition: color 1s ease;
        display: none;
        /* opacity: 0; */
    }
    
    .social__link {
        margin: 0 10px 0 0;
    }
    
    .submenu2 {
        /* opacity: 0; */
        display: none;
        box-shadow: 0px 1px 5px 2px rgb(0 0 0 / 10%);
        background: #ffffff;
        width: 210px;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 1;
        padding: 10px 0 10px 15px;
    }
    
    .menu__list {
        margin: 0;
    }
    
    .submenu2__list {
        padding: 0;
    }
    
    .submenu2__list-item {
        padding: 8px 0;
    }
    
    .submenu2__list-item-link {
        transition: 0.5s ease;
    }
    /* Style border-top draw */
    
    .list-item__link:hover .submenu::after,
    .list-item__link:hover .submenu::before {
        width: 100%;
        left: 0;
    }
    
    .submenu::after,
    .submenu::before {
        content: '';
        position: absolute;
        top: 0;
        width: 0;
        right: 0;
        height: 5px;
    }
    
    .submenu::before {
        transition: width 2s;
        background: orange;
    }
    /* End style border draw */
    
    .menu__list-item:hover .list-item__link,
    .submenu__list-item:hover .submenu__list-item-link,
    .submenu2__list-item:hover .submenu2__list-item-link {
        color: #faba40;
        transition: all 0.3s ease;
    }
    
    .submenu__VN {
        transition: 0.5s ease-in-out;
    }
    
    .menu__list-item:hover .submenu__VN,
    .menu__list-item:hover .submenu__Cambodia,
    .menu__list-item:hover .submenu__thailand,
    .menu__list-item:hover .submenu__VN-combodia,
    .menu__list-item:hover .submenu__Laos,
    .submenu__bone:hover .submenu2__VN {
        display: block;
        /* opacity: 1; */
        transition: all 0.8s ease;
    }
    
    .social__link {
        transition: 0.5s ease;
    }
    
    .social__link:hover {
        transition: all 0.5s ease;
        color: #faba40;
    }
    /* style css general */
    
    a:hover {
        text-decoration: none;
    }
    /* Style css banner */
    
    .banner {
        /* top: 140px; */
        position: relative;
        background-image: url(/image/bannersmall.jpg);
        max-width: 100%;
        height: 500px;
        background-size: cover;
        /* object-fit: cover; */
        background-repeat: no-repeat;
		overflow: hidden;
    }
    
    .banner__overlay {
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.4;
    }
    
    .banner .container {
        padding: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: calc(100%/6.667);
    }
    
    .banner__content {
        width: 40%;
        padding: 40px;
        background-color: rgba(255, 255, 255, .21);
        border-style: solid;
        border-width: 0 0 0 3px;
        border-color: #CDA11A;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
    }

	.banner__content p {
		color: white;
	}
    
    .banner__content-title {
        /* font-family: playfair display, Garamond; */
        font-size: 37px;
        font-weight: 600;
        line-height: 3.3rem;
        color: #faba40;
    }

	.banner__content-separate {
		margin: unset;
		margin-bottom: 1rem;
		border: 0;
		border-top: 1px solid #ffffff;
		width: 15%;
	}
    
    .banner__content-text {
        color: #fff;
        font-family: nunito sans, Garamond;
        font-size: 1.2rem;
    }
    /* style infomation */
	.main__info	{
		margin-bottom: 90px;
	}

	.info__slide {
		padding: 50px 0px 35px 0px;
	}
    
    .info__text {
        font-size: 15px;
    }
    
    .info__text-absolute {
        border-radius: 10px;
        position: absolute;
        background: #014c81;
        padding: 40px;
        top: -15%;
    }

	.info__text-note {
		position: absolute;
		top: 55%;
		margin-top: 10px;
		padding: 20px 30px 30px;
		background-color: #f5f5f5;
	}
    
	.info__text-note p {
		margin: 0px;
	}

    .text-absolute__title {
        top: -15%;
        color: #ffffff;
        /* font-family: playfair display, Garamond; */
        font-size: 34px;
        font-weight: 600;
    }
    
    .info__link {
        display: block;
        height: 231px;
        position: relative;
        transition: all 0.8s ease;
    }
    
    .info__link-overlay {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 100%;
        height: inherit;
        background-color: #6ec656;
        opacity: 0;
        transition: all 0.8s ease;
    }
    
    .info__link-overlay-icon {
        transform: rotate(45deg);
        font-size: 30px;
        color: #ffffff;
    }
    
    .info__link:hover .info__link-overlay {
        z-index: 1;
        opacity: 0.8;
        transition: all 0.8s ease;
    }
    /* style destinations in southeast */
    
    .des__show-text {
        padding: 10px 0;
        text-align: center;
    }

	.des__show-text h2 {
		text-transform: uppercase;
	}
    
    .des__show-text .show-text__title,
    .dis__title {
        /* font-family: playfair display, Garamond; */
        font-size: 35px;
        font-weight: 600;
        letter-spacing: 1px;
    }

	
    
    .show-text__text {
        font-size: 15px;
        padding: 0px 160px;
        line-height: 25px;
        padding: 0 160px;
    }
    
    .des__country {
        padding: 10px 20px;
    }
    
    .count__bgr-gen {
        height: 279px;
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        background-size: cover;
        background-repeat: no-repeat;
        object-fit: cover;
        position: relative;
    }
    
  
    .count__text {
        color: #ffffff;
    }
    
    .count__hide-show {
        position: absolute;
        background-color: #ffffff;
        color: #000;
        padding: 35px;
      	display: flex;
		visibility: hidden;
		opacity: 0;
		justify-content: center;
		align-items: center;
		flex-direction: column;
        border: 1px solid;
		width:100%;
		height:100%;
		top:40%;
		left:0;
		transition: all 0.8s ease;
    }
    
    .count__bgr-vn:hover .count__hide-show,
    .count__bgr-cambodia:hover .count__hide-show,
    .count__bgr-laos:hover .count__hide-show,
    .count__bgr-thailand:hover .count__hide-show,
    .count__bgr-myanmar:hover .count__hide-show {
        opacity: 1;
        transition: all 0.8s ease;
    }
    
    .hide-show__text {
        font-size: 15px;
    }
    
    .btn {
        color: #ffffff;
        background-color: #0063C0;
        text-transform: uppercase;
        padding: 8px 20px;
        transition: all 0.8s ease;
    }
    
    .btn:hover {
        background-color: #CDA11A;
        color: #ffffff;
        transition: all 0.8s ease;
    }
    /* end style destinations in southeast */
    /* style css discount */
	.dis__title-text {
		text-align: center;
		text-transform: uppercase;
	}
    
	.dis__blog-item {
		margin-bottom: 20px;
	}

    .blog__hot-news {
        position: relative;
    }
    
    .hot-news__text {
        padding: 15px;
        position: absolute;
        background-color: #000;
        opacity: 0.6;
        width: 50%;
        bottom: 10%;
        left: 20px;
        transition: all 0.8s ease;
    }
    
    .text__times-pots {
        color: rgb(168, 164, 159);
        margin-bottom: 15px;
    }
    
    .text__title-news {
        font-size: 16px;
        font-weight: 600;
        display: block;
        color: #fff;
        text-transform: uppercase;
        transition: all 0.8s ease;
    }
    
    .text__title-news:hover {
        color: #ffffff;
    }

	.blog__hot-news img {
		height: 480px;
	}
    
    .blog__hot-news:hover .hot-news__text {
        width: 90%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.8s ease;
    }
    
    .blog__item-text {
        padding: 20px 15px;
    }
    
    .item-text__title {
		font-size: 18px;
        margin: 0 0 10px 0;
    }
    
    .item-text__times-pots {
        margin: 0 0 15px 0;
        color: rgb(168, 164, 159);
        margin-bottom: 15px;
    }
    
    .blog__item {
        border: 1px solid rgb(235, 233, 233);
        margin-bottom: 20px;
    }
    
    .blog__item-img img {
        height: 240px;
    }
    
    .blog__button {
        display: flex;
        justify-content: center;
    }
    
    .blog__button button {
        padding: 10px 25px;
		border: none;
		border-radius: 3px;
		color: white;
		background-color: #014c81;
		outline: none;
		transition: all .5s ease-in-out;
    }

	.blog__button button:hover {
		background-color: #ce943c;
	}
    
    .info__link-img {
        border-radius: 10px;
    }
    /* end style css discount */
    /* Responsive */
    
    @media screen and (max-width:1024px) {
        .main__info {
            display: none;
        }
        .show-text__title {
            margin: 30px 0 0 0;
        }
        .show-text__text {
            padding: 0;
        }
        .menu__list-item {
            margin: 0 16px 0 0;
        }
        .btn {
            font-size: 12px;
        }
        .count__hide-show {
            padding: 15px;
        }
    }

	@media (max-width: 1199px) {
		.text-absolute__title {
			font-size: 30px;
		}
	}
    
    @media screen and (max-width: 768px) {
        .header .container {
            padding: 0 15px;
        }
        .nav__menu {
            display: none;
        }
        .nav__menu-bar {
            display: block;
            display: flex;
        }
        .nav__logo-link-img {
            padding: 20px 0;
        }
        .banner__content {
            width: 100%;
        }
        .banner .container {
            padding: 0 15px;
        }
        .count__bgr-gen {
            margin-bottom: 20px;
        }
    }
    
    @media screen and (max-width:991px) {
        .banner__content {
            width: 100%;
        }
        .header .container {
            padding: 0 15px;
        }
        .nav__menu {
            display: none;
        }
        .nav__menu-bar {
            display: block;
            display: flex;
        }
        .nav__logo-link-img {
            padding: 20px 0;
        }
        .banner .container {
            left: 50%;
            transform: translate(-50%, -50%);
        }
    }
    
    @media screen and (max-width:280px) {
        .header .container {
            padding: 0 15px;
        }
        .nav__menu {
            display: none;
        }
        .nav__menu-bar {
            display: block;
            display: flex;
        }
        .nav__logo-link-img {
            padding: 20px 0;
        }
        .nav__social {
            display: none;
        }
    }
	 .grid {
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
        grid-template-rows: 280px 280px;
		 grid-gap: 0px;
    }
    .item-grid {
    	position: relative;
	}
	.item-grid img
	{
		width:100%;
		height:100%;
		object-fit:cover;
	}
    .item-grid:nth-child(1) {
	
        grid-column: 1/3;
        grid-row: 1/2;
    }
    
    .item-grid:nth-child(2) {
        grid-column: 3/4;
        grid-row: 1/2;
    }
    
    .item-grid:nth-child(3) {
        grid-column: 4/5;
        grid-row: 1/2;
    }
    
    .item-grid:nth-child(4) {
        grid-column: 1/2;
        grid-row: 2/3;
    }
    
    .item-grid:nth-child(5) {
        grid-column: 2/4;
        grid-row: 2/3;
    }
    
    .item-grid:nth-child(6) {
        grid-column: 4/5;
        grid-row: 2/3;
    }
			
.content-desc {
    position: absolute;
    top: 0;
    padding: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
	overflow: hidden;
}
.content-desc a
{
	    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
	    text-transform: uppercase;
    color: #ffffff;
    background-color: #9ccf43;
    text-transform: uppercase;
    padding: 8px 20px;
	transition: unset;
}

.content-desc a:hover {
	background-color: #218838;
}

.item-grid:hover .count__text
{
display:none
}
.item-grid:hover .count__hide-show
{
	visibility: visible;
	opacity: 1;
    z-index: 11;
    right: 0;
	top: 0;
}