@import url('https://fonts.googleapis.com/css2?family=Arima:wght@100;200;300;400;500;600;700&family=Gulzar&family=Merriweather:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
    --text-color-primary: #fcb814;
    --text-color: #fff;
    --block-height: 190px;
    --color-primary: #347dbc;
    --height-header: 62px;
    --color-green: #00A539;
    --color-light-bl: #5795C4;
    --color-blue: #30639A;
    --color-red: #BE4031;
    --color-yellow: #F7C100;

}

.bg_price {
    background: rgba(252, 184, 20, 0.8);
    padding: 30px 0;
    filter: brightness();
}

.color-green {
    color: var(--color-green);
}
.color-light-bl {
    color: var(--color-light-bl);
}
.color-blue {
    color: var(--color-blue);
}
.color-red {
    color: var(--color-red);
}
.color-yellow {
    color: var(--color-yellow);
}

.background-green {
    background:  var(--color-green);
}
.background-light-bl {
    background:  var(--color-light-bl);
}
.background-blue {
    background:  var(--color-blue);
}
.background-red {
    background:  var(--color-red);
}
.background-yellow {
    background:  var(--color-yellow);
}

.border-green {
    border: 2px solid  var(--color-green);
}
.border-light-bl {
    border: 2px solid  var(--color-light-bl);
}
.border-blue {
    border: 2px solid  var(--color-blue);
}
.border-red {
    border: 2px solid  var(--color-red);
}
.border-yellow {
    border: 2px solid  var(--color-yellow);
}

.html.hidden_scroll {
    overflow: hidden;
    margin-right: 2.2%;
    z-index: 30;
    background: var(--color-primary);
}
.hidden_scroll .main__header {
    right: 2.2%;
}

.main__header.sticky {
    top: 0;
    animation: sideDownMenuPC 0.4s ease;
}

@keyframes sideDownMenuPC {
    from {
        transform: translateY(-100px);
    }
    to {
        transform: translateY(0);
    }
}

.main__body {
    margin-top: var(--height-header);
}

.main__header.sticky .header__navbar {
    display: none;
}


html {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

p {
    margin: 0 !important;
}

ul {
    padding-left: 0 !important;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none !important;
}

.bg_about {
    background: #f3f3f3;
    padding: 30px 0;
}

.bg_footer {
    background: var(--color-primary);
    padding: 30px 0;
}

.bg_primary {
    padding: 30px 0;
}


.main__header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10000;
    background: var(--color-primary);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

.header__nav-drop-list {
    position: absolute;
    min-width: 230px;
    background: #fff;
    display: none;
    transition: 0.2s;
}

.header__nav-item:hover .header__nav-drop-list {
    display: block;
    animation: sideDown 0.2s linear;
}

.header__nav-with-logo {
    display: flex;
    align-items: center;
}



.header__nav-logo {
    width: 50px;
}

.header__nav-logo img {
    width: 100%;
}

.header__nav-logo-title {
    margin-left: 8px;
    color: var(--text-color);
}

.header__nav-logo-name {
    text-transform: uppercase;
    border-bottom: 1px solid var(--text-color);
    font-weight: bold;
}

.header__nav-logo-desc {
    font-style: italic;
}

.header__navbar {
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}

.header__navbar-list,
.header__navbar-item,
.header__navbar-cart,
.header__nav,
.header__nav-list {
    display: flex;
    align-items: center;
}

.header__navbar-item {
    padding: 0 12px;
}

.header__navbar-item-desc,
.header__navbar-cart-quantity {
    padding: 0 6px;
    font-weight: 500;
    color: var(--text-color);
}


.header__navbar-item-icon,
.header__navbar-cart-icon {
    color: var(--text-color-primary);
}

.header__nav {
    justify-content: space-between;
    padding: 6px 12px;
}


.header__nav-item {
    position: relative;
}

.header__nav-list-icon-close {
    display: none;
}

.header__banner {
    position: relative;
}

.header__banner-thumb {
    position: relative;
}




.header__banner-thumb img {
    width: 100%;
}

.header__banner-content-title {
    text-transform: uppercase;
    font-size: 35px;
    color: var(--color-primary);
}

.header__banner-content-title-strong {
    color: red;
}

.header__banner-with-btn {
    position: absolute;
    padding: 5px 30px;
    bottom: 10%;
    right: 10%;
    border-radius: 10px;
    background: linear-gradient(to bottom, #fdf011, #f38d01);
    animation: zoomInBtn 0.8s infinite linear;
}

.header__banner-btn {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
	cursor: pointer;
}

.header__banner-with-btn:hover .header__banner-btn {
    color: #000;
}

.header__with-contact {
    position: absolute;
    bottom: 20%;
    left: 20%;
}

.header__contact-item {
    display: flex;
    align-items: center;
    color: var(--color-primary);
}

.header__contact-item-desc {
    padding: 0 6px;
}

.block__item {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 15px;
    min-height: 200px;
    border-radius: 10px;
}

.block__item-icon {
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.block__item-bg {
    background: #ccc;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-icon {
    font-size: 20px;
}

.block__container {
    
}

.block__item-content {
    text-align: center;
    margin-top: 12px;
}

.block__item-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-primary);
}

.block__item-desc {
    letter-spacing: 1px;
    line-height: 1.5;
}



.container__title {
    color: var(--color-primary);
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
}

.container__wrap-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container__with-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container__with-title::before {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    border-bottom: 4px solid #F7C100;
}



.header__nav-drop-list .header__nav-item {
    padding: 10px 12px;
}

.header__nav-drop-list .header__nav-item-link {
    color: #000;
}

.header__nav-item-link {
    font-weight: 500;
    text-transform: uppercase;
    color: var(--text-color);
    line-height: 50px;
}

.header__nav-item-link:hover {
    color: var(--text-color-primary);
}

.header__nav-item-icon {
    color: var(--text-color);
}

.header__nav-bars {
    display: none;
}

.words__list {
    margin-top: 12px;
}

.word__item-link {
	color: #000;
}

.word__item-link:hover {
	color: #000;
}

.word__item {
    margin: 12px 4px;
    border-radius: 10px;
    overflow: hidden;
	min-height: 570px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.word__item-thumb-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.word__item-content {
    padding: 15px 12px;
}

.word__item-btn {
    border: none;
    outline: none;
    padding: 5px 20px;
    border-radius: 10px;
    background: var(--color-primary);
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    margin: 0 auto;
}

.word__item-with-info {
    margin-top: 6px;
}

.word__item-info {
    display: flex;
    align-items: center;
    padding: 6px 0;
}

.word__item-desc {
    padding: 0 6px;
}

.word__item-info-icon {
    color: var(--color-primary);
    width: 20px;
}

.products__details-thumb-img {
    width: 100%;
    height: 455px;
    object-fit: cover;
}

.products__details .container__form {
	max-width: 100%;
}

.word__item-info img {
	width: 100% !important;
}

.details-title {
    font-size: 20px;
    font-weight: 500;
    color: var(--color-primary);
    text-transform: uppercase;
}

.container__form {
    max-width: 50%;
    margin: 24px auto;
    border: 1px dashed var(--color-primary);
    padding: 12px;
    background: #CCE1F0;
}

.container__form-title {
    text-align: center;
    color: var(--color-red);
    font-weight: 500;
    font-size: 17px;
}

.container__form-input {
    width: 100%;
    padding: 4px 10px;
    border-radius: 5px;
    margin-top: 6px;
    border: 1px solid #ccc;
    outline: none;
}

.container__form-btn {
    border: none;
    outline: none;
    width: 100%;
    padding: 4px 10px;
    border-radius: 5px;
    background: var(--color-primary);
    color: #fff;
    font-size: 16px;
	margin-top: 6px;
    text-transform: uppercase;
}

.container__form-desc {
    padding-top: 6px;
	font-size: 17px;
    font-style: italic;
    color: var(--color-red);
	text-align: center;
	font-weight: 500;
}

.container__form-desc span {
	font-size: 20px;
}


.about__item-thumb-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.about__us-list,
.costs__content,
.videos__list {
    margin-top: 24px;
}

.commits__list {
    margin-top: 36px
}

.about__item {
    background: #fff;
    border-radius: 10px;
}

.swiper-button-prev,
.swiper-button-next {
    color: #fff !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    width: 50px;
    height: 50px;
    background: var(--color-primary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.swiper-button-next,
.swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    
}

.swiper-button-prev {
    left: -10px !important;
}

.swiper-button-next {
    right: -10px !important;
}

.commit__item {
    padding: 12px;
    position: relative;
    min-height: 250px;
    border-radius: 10px;
}


.commit__item-with-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.commit__item-icon {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.commit-icon {
    font-size: 20px;
}

.commit__item-content {
    margin-top: 24px;
    text-align: center;
}

.commit__item-title {
    font-weight: bold;
    text-transform: uppercase;
}

.commit-item-desc {
    font-style: italic;
    padding-top: 8px;
}

.video__item-link {
    width: 100%;
}

.about__list-img {
	display: flex;
	flex-direction: column
}


.about__list-img img {
    width: 50%;
	margin: 0 auto;
}



.footer__item-title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}

.footer__item-info-item-desc {
    font-weight: 500;
}

.footer__item-info-item {
    padding-top: 6px;
}

.footer__logo {
    width: 150px;
}

.footer__logo img {
    width: 100%;
}

.footer__item-maps {
    width: 100%;
}

.word__item-desc-italic {
    font-style: italic;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.note {
	font-weight: 500;
	color: var(--color-primary);
}

.const__content-text {
	font-weight: 500;
	font-size: 17px;
}

@keyframes sideDown {
    0% {
        transform: translateY(-20px);
        opacity: 0
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}


@keyframes zoomInBtn {
    0% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9);
    }
}



.contact__with-zalo {
    position: fixed;
    bottom: 13%;
    left: 2%;
    z-index: 90000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact__zalo-link,
.contact__phone-link,
.contact__face-link {
    width: 60px;

}

.contact__zalo-link-icon,
.contact__phone-link-icon,
.contact__face-link-icon {
    width: 100%;
    animation: rotateRight infinite ease 0.9s;
	border-radius: 50%;
}



.contact__with-move-zalo::before {
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: 50%;
    background: rgba(0, 217, 255, 0.5);
    animation: zoomIn infinite 0.9s;
}

.contact__with-move-zalo::after {
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: 50%;
    background: rgba(0, 217, 255, 0.2);
    animation: zoomIn2 infinite 0.9s;
}

.contact__with-phone {
    position: fixed;
    bottom: 1%;
    left: 2%;
    z-index: 90000;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary-color);
    border-radius: 50%;
    width: 55px;
    height: 55px;
}

.contact__with-move-phone::before {
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: 50%;
    background: rgba(255, 243, 14, 0.5);
    animation: zoomIn infinite 0.9s;
}

.contact__with-move-phone::after {
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: 50%;
    background: rgba(253, 223, 89, 0.2);
    animation: zoomIn2 infinite 0.9s;
}

.contact__with-facebook {
    position: fixed;
    bottom: 13%;
    left: 2%;
    z-index: 90000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 55px;
    height: 55px;
}



.contact__with-move-face::before {
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: 50%;
    background: rgba(1, 225, 250, 0.5);
    animation: zoomIn infinite 0.9s;
}

.contact__with-move-face::after {
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: 50%;
    background: rgba(45, 251, 248, 0.2);
    animation: zoomIn2 infinite 0.9s;
}

.phone__with-num {
    position: absolute;
    left: 0;
    background: rgb(255, 243, 14);
    padding: 6px 10px;
    border-radius: 10px;
    min-width: 190px;
    text-align: right;
	z-index: -1;
}

.phone__num {
	font-weight: bold;
	font-size: 16px;
}

.about__list-content {
	margin-top: 12px;
}

.about__content-text {
	max-height: 200px;
	overflow: hidden
}

.about__content-text.open {
	max-height: 100%;
}

.about__view {
	max-width: 175px;
	margin: 6px 0 12px;
}

.about__view-btn {
	color: var(--color-primary);
	font-weight: bold;
}

.modal-content {
	background: transparent;
	border: none;
}

.modal-dialog .container__form {
	max-width: 100%;
}

.form__message {
    font-size: 13px;
}

.container__form.ivalid .container__form-input {
    border: 1px solid var(--color-red);
}

.container__form.ivalid .form__message {
    color: var(--color-red);
}

.go_to_top {
    position: fixed;
    bottom: 10%;
    right: 2%;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 9000;
    cursor: pointer;
    display: none;
}


.go_to_top-icon {
    color: #fff;
    font-size: 18px;
}

.go_to_top.show {
    display: flex;
    animation: sideUp ease 0.2s;
}

@keyframes sideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        width: 60px;
        height: 60px;
    }
    50% {
        opacity: 1;
        width: 80px;
        height: 80px;
    }
    100% {
        opacity: 0;
        width: 60px;
        height: 60px;
    }
}
@keyframes zoomIn2 {
    0% {
        opacity: 0;
        width: 60px;
        height: 60px;
    }
    50% {
        opacity: 1;
        width: 100px;
        height: 100px;
    }
    100% {
        opacity: 0;
        width: 80px;
        height: 80px;
    }
}

@keyframes rotateRight {
    0% {
        transform: rotate(0)
    }
    50% {
        transform: rotate(45deg)
    }
    100% {
        transform: rotate(0)
    }
}

@media (min-width: 1024px) {

    .header__nav-background {
        display: flex;
        width: 80%;
        justify-content: space-between;
    }
    .header__nav-list {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 20%;
    }
}


@media (max-width: 1023px) {
    /* .header__nav-list {
        position: fixed;
        flex-direction: column;
        top: 0;
        left: 0;
        height: 100vh;
        background: #fff;
        animation: sideRightMenu 0.4s ease;
    } */

     .header__nav-background {
        width: 100%;
        display: none;
    } 
	
	.about__list-img img {
		width: 100%;
	}
	
	
    .header__nav {
        flex-direction: column;
    }

    .header__nav-with-tm {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .header__nav-list {
        display: flex;
        flex-direction: column;
        text-align: right;
    }

    .header__nav-item-link {
        line-height: 40px
    }


    .header__nav-background.open_menu {
        display: block;
    }

    .header__nav-bars {
        display: block;
    }

    .header__nav-list {
        padding: 0 12px;
    }

    .header__nav-list-icon-close {

    }

    .header__nav-item-link {
        color: #000;
        width: 100%;
    }

    .header__nav-list-icon-close {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 12px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        cursor: pointer;
        background: var(--color-primary);
    }

    .icon-close {
        color: var(--text-color);
        font-size: 16px;
    }

    .header__nav-bars {
        background: #fff;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        cursor: pointer;
    }

    .header__nav-bars-icon {
        color: var(--color-primary);
    }

    .footer__items-logo {
        margin: 0 auto;
    }

    .tourist__item-thumb-img {
        height: 250px;
    }

    .block__item {
        margin-bottom: 12px;
    }

    .commit__item {
        margin: 16px 0;
    }
	
	.header__nav-item {
		width: 100%
	}

    .contact__zalo-link,
	.contact__phone-link,
	.contact__face-link {
		width: 50px;

	}
	
	.phone__with-num {
		min-width: 175px;
	}

}

@media (min-width: 740px) and (max-width: 1023px) {
    

    .container__form {
        max-width: 80%;
    }
	
	.container__title {
		font-size: 22px;
	}
}

@media (max-width: 739px) { 
    

    .block__item {
        min-height: 230px;
    }

    .container__form {
        max-width: 90%;
    }
	
	.container__title {
		font-size: 20px;
	}
	
	.header__banner-with-btn {
		right: 5%;
		bottom: 5%;
	}
	
	.commit__item {
		min-height: 300px;
	}
	
	.about__item-thumb-img {
		height: 370px;
	}
	
	.word__item {
		min-height: 550px;
	}
	
	.word__item-thumb-img {
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
}



.block__notif {
	position: fixed;
	border-radius: 10px;
	bottom: 40px;
	right: 10px;
	background: rgb(142, 249, 144);
	padding: 15px;
	display: flex;
	align-items: center;
	z-index: 1000;
	min-width: 300px;
	animation: sideNotif 0.4s ease;
	overflow: hidden;
}

.process {
	left: 0;
	top: 0;
	height: 100%;
	border-left: 6px solid #27a844;
	position: absolute;
}

.block__notif-icon {
	width: 40px;
	height: 40px;
	background: #5cb85c;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.block__notif-icon-check {
	font-size: 18px;
	color: #fff;
}

.block__notif-title {
	font-weight: 500;
	margin: 0;
	padding-left: 6px;
}
.block__notif.hidden_notif {
	display: none;
	
}

@keyframes sideNotif {
    from {
        opacity: 0;
        transform: translateX(600px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#dnbtdevModal
{
	display: none;
}

.heyhello
{
    position: fixed;
    top: 145px;
    left: 0;
    z-index: 1060;
    width: 100%;
    height: 30%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    right: 0;z
    bottom: 0;
}

.modal-header
{
	padding: 0px;
}

@media(max-width: 768px)
{
	.heyhello
	{
		height: 50%;
	}
}