@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: #0372c8;
    --text-color: #fff;
    --block-height: 190px;
    --color-primary: #3893a5;
    --height-header: 82px;
    --color-green: #00A539;
    --color-light-bl: #5795C4;
    --color-blue: #30639A;
    --color-red: #BE4031;
    --color-yellow: #F7C100;

}





@keyframes sideDownMenuPC {
    from {
        transform: translateY(-100px);
    }
    to {
        transform: translateY(0);
    }
}


html {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
	scroll-behavior: smooth;
}

p {
    margin: 0 !important;
}

ul {
    padding-left: 0 !important;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none !important;
}

.bg_primary {
    padding: 90px 0 30px;
}

.bg_swim {
    background: url(/public/uploads/images/bg-swim.png) top center / cover no-repeat;
    padding: 90px 0 30px; 
    position: relative;
    z-index: 1;
}


.bg_swim::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.3);
}



.header__banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.header__banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}





.block__with-title {
    position: relative;
    display: inline-block;
}

.block__with-title::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -4px;
    width: 80%;
    border-bottom: 4px solid var(--color-yellow);
}

.block__list {
    margin-top: 24px;
}

.block__title {
    text-transform: uppercase;
    color: var(--color-primary);
    font-weight: 500;
}

.intro__item-img {
	width: 100%;
}

.service__title {
    color: #fff;
}

.service__item {
    background: #fff;
    padding: 12px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.block__item-thumb {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 5px;
}

.block__item-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}

.block__item-name {
    color: var(--color-primary);
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    padding-top: 12px;
}

.service__item:hover .block__item-thumb-img {
    transform: scale(1.2);
}

.block__item {
    margin-bottom: 16px;
	min-height: 450px;
}

.about__item-thumb-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.about__item {
    background: #fff;
    padding: 16px;
    border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	margin: 4px;
	cursor: pointer;
}

.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;
}

.review__item {
    display: grid;
    grid-template-columns: 30% 65%;
    grid-columns: 5%;
    cursor: pointer;
}

.review__item-thumb {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2);
    margin: 0 auto;
}

.review__item-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review__item-name {
    color: var(--color-primary);
    margin-bottom: 4px;
    font-weight: 500;
}

.footer {
    background: var(--color-primary);
    padding: 30px 0;
    color: #fff
}

.footer__list {
    padding: 0;
}

.footer__item {
    list-style: none;
}

.footer__item + .footer__item {
    padding-top: 4px;
}

.footer__item-link {
    color: var(--color-yellow);
    font-weight: bold;
    text-decoration: none;
    transition: 0.2s;
}

.footer__item-link:hover {
    color:#ff9000;
}

.footer-last {
    text-align: right;
    font-weight: 500;
}

.block__desc {
	color: #fff;
	padding-bottom: 12px;
}

.footer__item-img {
	width: 150px;
	overflow: hidden;
	margin: 0 auto;
}

.footer__item-img img {
	width: 100%;
	object-fit: cover;
}


.contact__with-zalo {
    position: fixed;
    bottom: 20%;
    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;
}



.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: 8%;
    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: 32%;
    left: 2%;
    z-index: 90000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 55px;
    height: 55px;
}

.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;
}


.main__header {
    position: fixed;
    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: 70px;
}

.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__nav-bars {
    display: none;
}

.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(--color-yellow);
}

.header__nav-item-icon {
    color: var(--text-color);
}

.header__nav-bars {
    display: none;
}

.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;
}

@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;
    } 


    .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 {
		width: 100%;
		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__banner {
		height: unset;
		height: 100%;
	}
    

}

@media (min-width: 740px) and (max-width: 1023px) {
    .container__words {
        margin-top: 380px;
    }

    .container__form {
        max-width: 80%;
    }
}

@media (max-width: 739px) { 
    .container__words {
        margin-top: 420px;
    }

    .block__item {
        min-height: 210px;
    }

    .container__form {
        max-width: 90%;
    }
	
	.intro__item {
		margin-bottom: 12px;
	}
	
	.footer__item {
		text-align: center;
	}
}