/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700'); */
/* @import url('https://fonts.googleapis.com/css?family=Quicksand:700'); */
@import url('responsive.css');
@import url('animate-custom.css');
/* @font-face{
    font-family: "Font Awesome";
    src:    url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot') format('eot'),
            url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg') format('svg'),
            url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf') format('ttf'),
            url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff') format('woff'),
            url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2') format('woff2');
} */
@font-face{
    font-family: "Quicksand";
    font-weight: 700;
    src: url('../fonts/Quicksand-Bold.ttf');
}
@font-face{
    font-family: "Open Sans";
    font-weight: 300;
    src: url('../fonts/OpenSans-Light.ttf');
}
@font-face{
    font-family: "Open Sans";
    font-weight: 400;
    src: url('../fonts/OpenSans-Regular.ttf');
}
@font-face{
    font-family: "Open Sans";
    font-weight: 600;
    src: url('../fonts/OpenSans-SemiBold.ttf');
}
@font-face{
    font-family: "Open Sans";
    font-weight: 700;
    src: url('../fonts/OpenSans-Bold.ttf');
}
@font-face{
    font-family: "9Slide04-Tinos";
    src: url('../fonts/9Slide04-Tinos.ttf');
}
@font-face{
    font-family: "9Slide03-Cabin-Bold";
    src: url('../fonts/9Slide03-Cabin-Bold.ttf');
}
@font-face{
    font-family: "9Slide05-SVNNickainley";
    src: url('../fonts/9Slide05-SVNNickainley.ttf');
}
@font-face{
    font-family: "9Slide03-HelveBold";
    src: url('../fonts/9Slide03-HelveBold.ttf');
}
@font-face{
    font-family: "9Slide05-GULLEVER";
    src: url('../fonts/9Slide05-GULLEVER.ttf');
}
/* @font-face{
    font-family: "9Slide05-Rukola";
    src: url('../fonts/9Slide05-Rukola.ttf');
} */
:root{
    --theme-color-one: #008df2;
    --theme-color-two: rgba(255, 169, 19, 1);
    --theme-price-color: #f7c61a;
    --theme-bg-footer-color: #012d53;
    --theme-footer-title-color: #0080f1;

    --button-text-size: 16px;
    --button-text-color: #fff;
    --button-text-color--hover: #ffa913;
    --button-border-color: #fff;

    --section-title-details-length: 140px;
}

/* reset css owl-carousel-2 */
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""]{
    max-height: 100vh;
}
/* reset css default html element */
html,body{
    scroll-behavior: smooth;
}
hr{
    margin: 55px 0;
    border-top: 1px solid #dcdcdc;
}
a:hover{
    text-decoration: none;
}
button:focus,
input:focus,
textarea:focus,
a:focus{
    outline: none;
}
i, figure{
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0;
}
i{
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
}
img{
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
figure::before{
    content: '';
    display: block;
    padding-top: 100%;/*squared image*/
}
p{
    margin: 0;
}

/* Scroll bar */
/** For Firefox, IE **/
*{
    /* default */
    font-family: 'Open Sans', sans-serif;

    /* firefox */
    scrollbar-color: var(--theme-color-two) transparent;
    scrollbar-width: thin;

    /* IE */
    scrollbar-base-color: white;
    -ms-scrollbar-base-color: white;
    scrollbar-face-color: #ffa913;
    -ms-scrollbar-face-color: #ffa913;
    scrollbar-3dlight-color: white;
    -ms-scrollbar-3dlight-color: white;
    scrollbar-highlight-color: white;
    -ms-scrollbar-highlight-color: white;
    scrollbar-track-color: white;
    -ms-scrollbar-track-color: white;
    scrollbar-arrow-color: white;
    -ms-scrollbar-arrow-color: white;
    scrollbar-shadow-color: #ffa913;
    -ms-scrollbar-shadow-color: #ffa913;
    scrollbar-darkshadow-color: white;
    -ms-scrollbar-darkshadow-color: white;
}
html, body{
    color: #2c2d3f;
}
/** For chrome **/
::-webkit-scrollbar{/*background of the bar*/
    width: 8px; /* vertical scrollbar width */
    height: 12px; /* horizontal scrollbar height */
}
/* vertical scroll bar */
::-webkit-scrollbar-track{/* the empty space “below” the progress bar */
    -webkit-box-shadow: inset 3px 0 0 0 rgba(255, 255, 255, 1),
                        inset 4px 0 0 0 rgba(210, 210, 210, 1);
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb{/*draggable scrolling element of the bar*/
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent;
    -webkit-box-shadow: inset 0px 0 0 0 rgba(255, 255, 255, 1),
                        inset 16px 0 0 0 var(--theme-color-two);
}
/* horizontal scroll bar */
::-webkit-scrollbar-track:horizontal{/* the empty space “below” the progress bar */
    -webkit-box-shadow: inset 0 3px 0 0 rgba(255, 255, 255, 1),
                        inset 0 4px 0 0 rgba(210, 210, 210, 1);
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb:horizontal{/*draggable scrolling element of the bar*/
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent;
    -webkit-box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 1),
                        inset 0 5px 0 0 var(--theme-color-two);
}
/* ::-webkit-scrollbar-button{directional buttons on the scrollbar} */
/* ::-webkit-scrollbar-corner{the bottom corner of the scrollable element, where two scrollbar meet} */
/* ::-webkit-resizer{the draggable resizing handle that appears above the scrollbar-corner} */
/* ::-webkit-scrollbar-track-piece{the top-most layer of the the progress bar not covered by the thumb} */

.dropdown-toggle::after{
    vertical-align: middle;
}
.btn.focus, .btn:focus{
    box-shadow: unset;
}

/* special component */
.btn-theme{
    color: #fff;
    color: var(--button-text-color);
    font-size: var(--button-text-size);
    text-transform: uppercase;
    border: 1px solid #fff;
    border: 1px solid var(--button-border-color);
    font-weight: 400;
    padding: 10px;
    width: 70%;
}
.btn-theme:hover{
    color: #ffa913;
    color: var(--button-text-color--hover);
    text-shadow: 1px 1px 5px #fff;
    background-color: #fff;
}
.rating svg{
    height: 11px;
    width: 11px;
    fill: #bbb;
}
.rating svg.voted{
    fill: rgba(255, 169, 19, 1);
    fill: var(--theme-color-two);
}
.rating{
    padding: 15px 0;
}
[href="#on-top"].show{
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
}
[href="#on-top"]{
    position: fixed;
    right: 15px;
    bottom: 15px;
    color: #008df2;
    color: var(--theme-color-one);
    z-index: 2;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    -webkit-animation: fadeOut 0.5s forwards;
    animation: fadeOut 0.5s forwards;
}
[href="#on-top"]::before{
    content: '';
    display: block;
    height: 50px;
    width: 50px;
    background:  #fff center no-repeat url('../images/up-icon.png');
    border-radius: 50%;
    border: 1px solid #008df2;
    border: 1px solid var(--theme-color-one);
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.3);
}
.link-to-FAQ{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    right: 15px;
    bottom: 70px;
    z-index: 2;
    background-color: #008df2; /* ie browser */
    background-color: var(--theme-color-one);
    box-shadow: 0px 0px 0px 10px rgba(0, 121, 242, 0.4);
    -webkit-animation: slideInDown 0.5s forwards;
    animation: slideInDown 0.5s forwards;
}
.link-to-FAQ.scroll{
    transform: translateY(-50px); /* equal to height of element */
    -webkit-animation: slideOutUp 0.5s;
    animation: slideOutUp 0.5s;
}
.link-to-FAQ svg{
    height: 51%;
    width: 51%;
}
.fb-comments-box .fb-comments span::after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    bottom: -55px;
    border-bottom: 1px solid #cbcbcb;
}
.fb-comments-box .fb-comments span{
    margin-bottom: 55px;
}
.fb-comments > span > iframe{
    width: 100% !important;
}
/* header */
.header{
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
}
.header__outer{
    display: flex;
}
.header__right-outer{
    flex: 1;
    display: flex;
    flex-direction: column;
}
/* .header.header-small .header__bottom .header__logo{
    flex: 0 0 60px;
}
.header.header-small .header__logo img{
    padding: 10px 0;
    max-width: 80%;
}
.header.header-small .header-top__inner{
    height: 40px;
} */
/** header-top **/
.header__top{
    position: relative;
    z-index: 4;
    border-bottom: 1px solid #f3f3f3;
}
.header-top__inner{
    height: 42px;
    display: flex;

    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.header__left{
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}
.header__left svg{
    margin-right: 5px;
    height: 17px;
    width: 17px;
    fill: #fff;
    vertical-align: sub;
}
.header__left .header__hotline svg{
    fill: rgba(255, 169, 19, 1);
    fill: var(--theme-color-two);
}
.header__left .header__hotline strong{
    color: rgba(255, 169, 19, 1);
    color: var(--theme-color-two);
}
.header__left .header__hotline .hotline__number{
    color: #008df2;
    color: var(--theme-color-one);
}
.header__right{
    display: flex;
    color: #fff;
    font-size: 13px;
    flex: 1;
    justify-content: flex-end;
}
.header-right__inner{
    display: flex;
    justify-content: center;
    align-items: center;
}
.header__menu ul > li > a{
    display: block;
    padding: 0 10px 0 0;
    color: #909090;
}
.header__menu ul > li > a:hover{
    color: rgba(255, 169, 19, 1);
    color: var(--theme-color-two);
}
.header__menu ul > li:not(:last-child) > a::after{
    content: '';
    display: inline-block;
    width: 2px;
    height: 10px;
    margin-left: 12px;
    background-color: #fff;
}
.page__lang .dropdown .btn{
    color: #fff;
    padding: 0;
    outline: none;
    margin-left: 10px;
    vertical-align: text-bottom;
}
.page__lang .dropdown .btn.dropdown-toggle::after{
    border-top: .3em solid #909090;
}
.page__lang .lang-flag{
    display: inline-block;
    padding: 0 25px 0 0;
    margin-right: 6px;
    height: 20px;
    width: 30px;
}
.page__lang .lang-text{
    color: #909090;
    font-size: 13px;
    font-weight: 600;
}
/** header-bottom **/
.header__bottom{
    z-index: 3;
    flex: 1;
    height: 46px;
}
.header-bottom__inner{
    display: flex;
    font-weight: 300;
    height: 100%;
    align-items: flex-end;
}
.header__logo{
    display: flex;
    flex:  0 0 90px;
    margin-right: 70px;
    justify-content: center;
    align-items: center;
    z-index: 1;

    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.header__logo img{
    height: auto;
    max-width: 100%;
    padding: 0px 0px;
    margin: 10px 0px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.header__nav{
    display: flex;
    flex: 1;
    align-items: center;
}
.nav--mobile{
    display: none;
}
.nav--mobile .navbar{
    justify-content: flex-end;
}
.nav--mobile .navbar-toggler-icon{
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 169, 19, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.nav--mobile .navbar-toggler{
    background-color: #fff;
    border-color: rgba(255, 169, 19, 1);
}
.header .nav--mobile .navbar-toggler{
    transform-origin: top right;
    transform: translate(-15px, 5px) scale(0.75);
}
.header .nav--mobile #nav__mobile{
    transform: translate(0, -45px);
}
#nav__mobile{
    background-color: #fff;
    position: absolute;
    left: 15px;
    right: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
    top: 135px;
    z-index: 1;
}
#nav__mobile > .p-3{ /* bootstrap overwrite */
    max-height: 450px;
    overflow: auto;
    padding-top: 0!important;
    padding-bottom: 0!important;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#nav__mobile > ul > li:not(:last-child){
    border-bottom: 1px solid #ddd;
    padding-bottom: 3px;
    margin-bottom: 7px;
}
#nav__mobile > ul > li > a{
    color: #008df2;
    color: var(--theme-color-one);
    display: flex;
}
#nav__mobile > ul > li:hover > a,
#nav__mobile > ul > li.active > a{
    color: rgba(255, 169, 19, 1);
    color: var(--theme-color-two);
}
.header__nav > ul{
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.header__nav > ul > li{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding-inline-end: 20px;
}
.header__nav > ul > li > a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    color: #909090;
}
/* sub menu */
    /* special css rewrite bootstrap just for submenu */
    .header > .container > .row > .col-md-12:first-child:last-child{
        position: unset
    }
    /* end rewrite */
    .header__nav > ul > li.has-submenu > a{
        position: relative;
    }
    .header__nav > ul > li.has-submenu > a > span::after{
        position: absolute;
        content: "\25E3";
        font-size: 4px;
        top: 0;
        bottom: 0;
        margin: auto -1ch;
        left: 100%;
        height: fit-content;
        transform: translate3d(10px, -50%, 0) rotate(-45deg);
    }
    .header__nav > ul > li.has-submenu:hover > a > span::after{
        color: #909090;
    }
    .header__nav > ul > li > .submenu__outer{
        display: none;
    }
    .header__nav > ul > li:hover > .submenu__outer{
        display: initial;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fbfbfb;
        border-block-end: 1px solid #a9a9a9;
            box-shadow: inset 0 5px 7px 0 rgba(0, 0, 0, 0.1);
    }
    .header__nav > ul > li > .submenu__outer .submenu__container{
        display: flex;
        flex-direction: row;
        max-height: 420px;
        overflow: auto;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .header__nav > ul > li > .submenu__outer .submenu__container::-webkit-scrollbar-track{
        -webkit-box-shadow: inset 3px 0 0 0 rgba(251, 251, 251, 1),
                            inset 4px 0 0 0 rgba(210, 210, 210, 1);
    }
    .header__nav > ul > li > .submenu__outer .submenu__container::-webkit-scrollbar-thumb{
        -webkit-box-shadow: inset 2px 0 0 0 rgba(251, 251, 251, 1),
                            inset 5px 0 0 0 var(--theme-color-two);
    }
    .header__nav > ul > li > .submenu__outer .submenu__container > .submenu{
        flex: 1;
    }
    .header__nav > ul > li > .submenu__outer .submenu__container > .submenu > a{
        flex: 1;
        display: block;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        color: #1988df;
        padding-bottom: 20px;
    }
    .header__nav > ul > li > .submenu__outer .submenu__container > .submenu > a:hover{
        color: var(--theme-color-two);
    }
    .header__nav > ul > li > .submenu__outer .submenu__container > .submenu > ul{
        list-style: none;
        padding-inline-start: 0;
    }
    .header__nav > ul > li > .submenu__outer .submenu__container > .submenu > ul > li > a{
        display: block;
        color: #0d0d0d;
        line-height: 30px;
        font-size: 14px;
        width: 100%
    }
    .header__nav > ul > li > .submenu__outer .submenu__container > .submenu > ul > li > a:hover{
        color: var(--theme-color-two);
    }
/* end sub menu */
.header__nav > ul > li > a::after{
    content: '';
    display: block;
    background-color: rgba(255, 169, 19, 1);
    background-color: var(--theme-color-two);
    margin-top: 10px;
    height: 2px;
    width: 0;

    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.header__nav > ul > li.active > a::after,
.header__nav > ul > li:hover > a::after{
    width: 100%;
}
.header__nav > ul > li.active > a,
.header__nav > ul > li:hover > a{
    color: rgba(255, 169, 19, 1);
    color: var(--theme-color-two);
}
/* .header__nav > ul > li.active > a{
    font-weight: 600;
} */
/* main */
.main{
    padding-bottom: 100px;
}
/* section */
section:not([class*="hero"]){
    /* any section without class have hero word */
    margin-top: 70px;
}
.section__title h1,
.section__title h2{
    color: #000;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    width: 100%;
    line-height: 40px;
    overflow: hidden;
}
.section__title h1 > span,
.section__title h2 > span{
    display: inline-block;
    position: relative;
}
.section__title h1 span::before,
.section__title h1 span::after,
.section__title h2 span::before,
.section__title h2 span::after{
    content: '';
    display: block;
    height: 1px;
    width: 140px;
    width: var(--section-title-details-length);
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.section__title h1 span::before,
.section__title h2 span::before{
    transform: translateX(-100%);
    left: -15px;
}
.section__title h1 span::after,
.section__title h2 span::after{
    transform: translateX(100%);
    right: -15px;
}

.tour-item__info{
    position: relative;
}
.tour-item__info time,
.tour-item__info details{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    transform-origin: top center;
    transform: translateX(-50%) rotate(-45deg);
    line-height: 17px;
}
.tour-item__info time{
    padding: 20px 0 5px 0;
}
.tour-item__info details{
    padding: 25px 0 10px 0;
}
.tour-item__info time{
    background-color: #f47920;
}
.tour-item__info details{
    text-transform: uppercase;
    font-weight: 600;
}
.tour-item__info details.detail--new{
    background-color: #008df2;
}
.tour-item__info details.detail--hot{
    background-color: #f7c61a;
}
.tour-item__info summary{
    list-style: none;
}
.tour-item__info summary::-webkit-details-marker{
    display: none;
}
.tour-item__info time span{
    display: block;
    font-weight: 600;
    font-size: 16px;
}
.tour-item__info time span.countdown{
    font-weight: 400;
    letter-spacing: -0.05rem;
}
/* footer */
.footer{
    background-image: url('../images/bg-footer-left-pattern.png'), url('../images/bg-footer-right-pattern.png');
    background-position: center left, center right;
    background-repeat: no-repeat;
    background-color: #012d53;
    background-color: var(--theme-bg-footer-color);
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}
/** footer main **/
.footer__main{
    padding: 65px 0;
}
.footer-main__inner{
    display: flex;
}
.footer-main__left{
    display: flex;
    flex: 0 0 120px;
    margin-right: 80px;
}
.footer__logo{
    display: flex;
    flex: 1;
    align-items: flex-start;
}
.footer__logo figure{
    flex: 1;
    margin-top: 40px;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
}
.footer__logo figure::before{
    padding-top: 100%;
}
.footer-main__right{
    display: flex;
    flex: 1;
    justify-content: space-between;
}
.footer-main__right > div{
    margin-left: 20px;
}
.footer-main__right ul > li{
    line-height: 40px;
}
.footer-main__right .footer__title{
    font-size: 16px;
    font-weight: 700;
    color: #0080f1;
    color: var(--theme-footer-title-color);
    margin-bottom: 30px;
}
.footer__contact ul{
    padding: 0;
    list-style:  none;
}
.footer__contact ul li{
    position: relative;
}
.footer__contact ul .list-style-image{
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.footer__contact ul .list-style-image figure{
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    transform: scale(0.8);
}
.footer__contact ul .list-style-image figure{
    width: 100%;
}
.footer__additional ul{
    padding-inline-start: 30px;
}
.footer__additional ul > li{
    list-style: none;
}
.footer__additional ul > li > a{
    color: #fff;
    position: relative;
    left: -10px;
}
.footer__additional ul > li > a::before{
    content: '';
    display: block;
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: #fff;
}
.footer__additional ul > li:hover,
.footer__additional ul > li:hover > a:hover{
    color: rgba(255, 169, 19, 1);
    color: var(--theme-color-two);
}

.footer__additional ul > li:hover > a:hover::before{
    background-color: rgba(255, 169, 19, 1);
    background-color: var(--theme-color-two);
}
.footer__social {
    flex-grow: 1;
}
.footer__social ul{
    display: flex;
    padding: 0;
}
.footer__social ul > li{
    list-style: none;
    padding: 0 10px;
}
.footer__social ul > li:first-child{
    padding-left: 0;
}
.footer__social ul > li > a{
    color: #fff;
}
.footer__social ul > li > a > svg{
    height: 14px;
    width: 14px;
    fill: #fff;
}
.footer__social a.twitter:hover svg{
    fill: #38A1F3;
}
.footer__social a.pinterest:hover svg{
    fill: #e60023;
}
.footer__social a.rss:hover svg{
    fill: #ee802f;
}
.footer__social a.facebook:hover svg{
    fill: #3b5998;
}
.footer__social a.dribbble:hover svg{
    fill: #ea4c89;
}
/** footer term **/
.footer__term{
    position: relative;
    line-height: 74px;
    text-align: center;
}
.footer__term-overlay{
    position: absolute;
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,26,49,1), rgba(0,0,0,0));
    opacity: 0.5;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.footer__term-inner{
    position: relative;
}
.footer__term p > a{
    color: rgba(255, 169, 19, 1);
    color: var(--theme-color-two);
}

/* top most element */
.call-service,
.message-service{
    /* padding: 20px; */
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: fixed;
    overflow: visible;
    z-index: 2;
    box-shadow: 0px 0px 0px 15px rgba(0, 141, 242, 0.4);
    animation: circle-fill-pulse 2.3s infinite ease-in-out;
    -webkit-animation: circle-fill-pulse 2.3s infinite ease-in-out;
}
.call-service::before,
.message-service::before{
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    border-width: 2px;
    border-color: #bfebfc;
    border-style: solid;
    border-radius: 50%;
    pointer-events: none;
    background-color: transparent;

    animation: circle-pulse 1.2s infinite ease-in-out;
    -webkit-animation: circle-pulse 1.2s infinite ease-in-out;
}
.call-service:focus,
.message-service:focus{
    /*box-shadow: 0px 0px 0px 10px rgba(0, 141, 242, 0.4);*/
}
.message-service{
    left: 15px;
    top: 50%;
    margin-top: 24px;
}
.call-service{
    left: 25px;
    top: 95%;
    transform: translateY(-100%);
    margin-top: -24px;
}
.call-service svg,
.message-service svg{
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    height: 25px;
    width: 25px;
    fill: #fff;
    -webkit-animation: phone-ring 1s infinite ease-in-out;
    animation: phone-ring 1s infinite ease-in-out;
}
.pop-up-content{
    position: absolute;
    height: 100vh;
    width: 0;
    left: calc(100% + 50px);
    transform: translateY(50%);
}
.pop-up-content *:not(a){
    cursor: default;
}
.pop-up-content svg{
    cursor: pointer;
}
.pop-up-content svg *{
    cursor: pointer;
}
.call-service .pop-up-content{
    bottom: -10px;
}
.message-service .pop-up-content{
    bottom: calc(100% + 10px)
}
.pop-up{
    position: absolute; /* this position use absolute of parent like relative */
    width: 340px;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 0;
    bottom: 0;
    top: 0;
    height: max-content;
    margin: auto;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
}
.call-service .pop-up{
    visibility: hidden;
    /* -webkit-animation: rotateOutDownLeft 0.3s forwards;
    animation: rotateOutDownLeft 0.3s forwards; */
}
.call-service .pop-up.show{
    visibility: visible;
    /* -webkit-animation: rotateInUpLeft 0.3s;
    animation: rotateInUpLeft 0.3s; */
}
.message-service .pop-up{
    visibility: hidden;
    /* -webkit-animation: rotateOutUpLeft 0.3s forwards;
    animation: rotateOutUpLeft 0.3s forwards;
    -webkit-animation: rotateOutDownLeft 0.3s forwards;
    animation: rotateOutDownLeft 0.3s forwards; */
}
.message-service .pop-up.show{
    visibility: visible;
    /* -webkit-animation: rotateInDownLeft 0.3s;
    animation: rotateInDownLeft 0.3s;
    -webkit-animation: rotateInUpLeft 0.3s;
    animation: rotateInUpLeft 0.3s; */
}
#call-service h4,
#message-service h4{
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 7px;
    margin-bottom: 15px;
}
#call-service h4::after,
#message-service h4::after{
    content: '';
    display: block;
    height: 2px;
    width: 73px;
    background-color: rgba(255, 169, 19, 1);
    background-color: var(--theme-color-two);
    margin: auto;
    position: relative;
    bottom: -8px;
}
#call-service h4 span,
#message-service h4 span{
    color: #7f7f7f;
}
.call-service__item:not(:last-child),
.message-service__item:not(:last-child){
    border-bottom: 1px solid #e3e3e3;
}
.call-service__item,
.message-service__item{
    display: flex;
    flex-wrap: wrap;
    padding: 14px 20px;
}
.call-service__item .call-service__item-title,
.message-service__item .message-service__item-title{
    flex: 0 0 100%;
}
.call-service__item .call-service__user-image,
.message-service__item .message-service__user-image{
    flex: 0 0 47px;
}
.message-service__item .message-service__user-image figure,
.call-service__item .call-service__user-image figure{
    border-radius: 50%;
    border: 2px solid #e4e4e4;
}
.call-service__item .call-service__user-info,
.message-service__item .message-service__user-info{
    flex: 0 0 230px;
    display: flex;
}
.call-service__item .call-service__user-name,
.message-service__item .message-service__user-name{
    font-weight: 600;
    color: #000;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding-left: 15px;
}
.call-service__item .call-service__user-info .call-service__user-phone a{
    color: #008df2;
    color: var(--theme-color-one);
    font-size: 16px;
    font-weight: 600;
}
.call-service__item .call-service__user-info .call-service__user-phone a:not(:first-child)::before{
    content: '-';
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    margin-right: 3px;
}
.call-service__item .call-service__user-info{
    flex-direction: column;
    text-align: left;
    padding-left: 12px;
}
.call-service__item .call-service__hotline{
    flex: 0 0 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}
.call-service__item .call-service__hotline p a{
    color: rgba(255, 169, 19, 1);
    color: var(--theme-color-two);
}
.message-service__item .message-service__user-skype{
    display: flex;
    flex: 1;
    justify-content: flex-end;
}
.message-service__item .message-service__user-skype a{
    display: flex;
    align-items: center;
}
.message-service__item .message-service__user-skype a figure{
    width: 30px;
}
.two_col{ width:50% !important;float: left;}
.ctaitem {
    margin-bottom: -30px;
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 9999;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
.ctabg {
    width: 50px;
    height: 50px;
    top: 15px;
    left: 22px;
    position: absolute;
    box-shadow: 0 0 0 0 #dd3333;
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: zigzag 2.3s infinite ease-in-out;
    animation: zigzag 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}
.ctacontent {
    color: #fff;
    padding: 5px 10px;
    border-radius: 99px;
    position: absolute;
    z-index: 0;
    top: 22px;
    transition-duration: 2s;
    display: none;
    margin-left: 30px;
    padding-left: 50px;
    font-size: 100%;
    width: 160px;
    transition-duration: 2s;
}
.ctaimg {
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 25px;
    left: 30px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: zigzag 2s infinite ease-in-out;
    animation: zigzag 2s infinite ease-in-out;
}
.ctaimg a {
    display: block;
}
.ctaitem:hover .ctacontent {
    display: block;
}
img {
    transition: opacity 1s;
    opacity: 1;
}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
@-webkit-keyframes circle-fill-pulse {
    0% {-webkit-box-shadow: 0 0 0 0 rgba(0, 141, 242, 0.4)}
    70% {-webkit-box-shadow: 0 0 0 15px rgba(0, 141, 242, 0.4)}
    100% {-webkit-box-shadow: 0 0 0 0 rgba(0, 141, 242, 0.4)}
}
@keyframes circle-fill-pulse {
    0% {-moz-box-shadow: 0 0 0 0 rgba(0, 141, 242, 0.4);box-shadow: 0 0 0 0 rgba(0, 141, 242, 0.4)}
    70% {-moz-box-shadow: 0 0 0 15px rgba(0, 141, 242, 0.4);box-shadow: 0 0 0 15px rgba(0, 141, 242, 0.4)}
    100% {-moz-box-shadow: 0 0 0 0 rgba(0, 141, 242, 0.4);box-shadow: 0 0 0 0 rgba(0, 141, 242, 0.4)}
}
@-webkit-keyframes circle-pulse {
    0% {top: -10px;bottom: -10px;left: -10px;right: -10px;-webkit-opacity: .1}
    30% {top: -20px;bottom: -20px;left: -20px;right: -20px;-webkit-opacity: .5}
    100% {top: -40px;bottom: -40px;left: -40px;right: -40px;-webkit-opacity: .1}
}
@keyframes circle-pulse {
    0% {top: -10px;bottom: -10px;left: -10px;right: -10px;opacity: .1}
    30% {top: -20px;bottom: -20px;left: -20px;right: -20px;opacity: .5}
    100% {top: -40px;bottom: -40px;left: -40px;right: -40px;opacity: .1}
}
@-webkit-keyframes phone-ring {
    0% {-webkit-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg)}
    10% {-webkit-transform:rotate(-25deg) scale(1) skew(1deg);transform:rotate(-25deg) scale(1) skew(1deg)}
    20% {-webkit-transform:rotate(25deg) scale(1) skew(1deg);transform:rotate(25deg) scale(1) skew(1deg)}
    30% {-webkit-transform:rotate(-25deg) scale(1) skew(1deg);transform:rotate(-25deg) scale(1) skew(1deg)}
    40% {-webkit-transform:rotate(25deg) scale(1) skew(1deg);transform:rotate(25deg) scale(1) skew(1deg)}
    50% {-webkit-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg)}
    100% {-webkit-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg)}
}
@keyframes phone-ring {
    0% {-webkit-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg)}
    10% {-webkit-transform:rotate(-25deg) scale(1) skew(1deg);transform:rotate(-25deg) scale(1) skew(1deg)}
    20% {-webkit-transform:rotate(25deg) scale(1) skew(1deg);transform:rotate(25deg) scale(1) skew(1deg)}
    30% {-webkit-transform:rotate(-25deg) scale(1) skew(1deg);transform:rotate(-25deg) scale(1) skew(1deg)}
    40% {-webkit-transform:rotate(25deg) scale(1) skew(1deg);transform:rotate(25deg) scale(1) skew(1deg)}
    50% {-webkit-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg)}
    100% {-webkit-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg)}
}
