@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@font-face{
    font-family: "Montserrat-Regular";
    src:url(../font/Montserrat-Regular.otf);
}
@font-face{
    font-family: "Montserrat-Bold";
    src:url(../font/Montserrat-Bold.otf);
}
@font-face{
    font-family: "SVN-Helga";
    src:url(../font/SVN-Helga.otf);
}
body{
    font-family: "Montserrat-Regular";
}
h1,h2,h3, h4{
    font-family: "Montserrat-Bold";
}
h4,h5,h6{
    font-family: "Roboto";
}
h2.title_star{
    font-size: 26px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 19px;
}
h2.title_star span{
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    font-family: "Montserrat-Regular";
}
h2.title_star span i{
    color: #FF8D00;
}
.col-md-12{
    position: relative;
}
p{
    font-family: "Montserrat-Regular";
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    font-size: 14px;
}
.header-wrapper{
    z-index: 1;
    position: relative;
}
.container{
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
}
a:hover{
    color: #FF8D00;
}
.h_color{
    color: #0698BD;
}
.r_color{
    color: #FF0000;
}
.x_color{
    color: #65907D;
}
.bg_nen{
    background: #F1F1F180;
}
.text-right{
    text-align: right !important;
}
.text-left{
    text-align: left;
}
.title{
    font-family: "Montserrat-Regular";
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #333;
    text-transform: capitalize;
    position: relative;
    padding-left: 12px;
    margin-bottom: 20px;
}
.title::before{
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    height: 26px;
    width: 4px;
    background-color: #FF8D00;
}
.title_center{
    font-family: "Montserrat-Regular";
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 10px;
}
.title_h3{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.p_center{
    font-family: "Montserrat-Regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #898994;
    margin-bottom: 0;
}
a,
a:hover{
    text-decoration: none;
}
.grid-6{
    display: grid;
    grid-template-columns: repeat(6,1fr);
}
.grid-5{
    display: grid;
    grid-template-columns: repeat(5,1fr);
}
.grid-4{
    display: grid;
    grid-template-columns: repeat(4,1fr);
}
.grid-3{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.grid-2{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.display-flex{
    display: flex;
    align-items: center;
}
.m-b-15{
    margin-bottom: 15px;
}
.m-b-30{
    margin-bottom: 30px;
}
.m-40{
    margin-top: 40px;
}
.m-50{
    margin-top: 50px;
}
.p-l-15{
    padding-left: 15px;
}
.p-40{
    padding-top: 40px;
    padding-bottom: 40px;
}
.p-t-60{
    padding-top: 60px;
}
.p-b-60{
    padding-bottom: 60px;
}
.p-60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.border-t{
    border-top: 1px solid #EBEBEB;
}
.f_left{
    float: left;
}
.f_right{
    float: right;
}
.main_content{
    background: linear-gradient(180deg, #FAFAFA 0%, #F1F1F1 149.18%);
}
.bg_ff{
    background: #fff;
}
.bg_fa{
    background: #FAFAFA;
}
.bg_f1{
    background: #f1f1f16e;
}
.bg_f5{
    background: #FAFAFA;
}
.border-radius-16{
    border-radius: 16px;
}
.border-radius-12{
    border-radius: 12px;
}
.border-radius-10{
    border-radius: 10px;
}
h2.heading{
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 30px;
    text-align: center;
}
.title_box{
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 23px;
}
.section_banner{
    position: relative;
}
.button{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}
.owl-carousel .owl-nav.disabled{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.owl-carousel .owl-nav > div,
.owl-carousel .owl-nav > button{
    background: #FF8D00 !important;
    border-radius: 100px;
    box-shadow: 0px 4px 4px 0px #00000040;
    width: 50px;
    height: 50px;
    color: #fff !important;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-carousel:hover .owl-nav > div,
.owl-carousel:hover .owl-nav > button{
    visibility: visible;
    opacity: 1;
    transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}
.owl-carousel:hover .owl-nav .owl-prev{
    left: -18px;
}
.owl-carousel:hover .owl-nav .owl-next{
    right: -18px;
}
.owl-nav .owl-prev{
    position: absolute;
    left: -30px;
}
.owl-nav .owl-next{
    position: absolute;
    right: -30px;
}
.owl-carousel .owl-item img{
    border-radius: 20px;
}
.owl-dots{
    text-align: center;
    display: flex;
    justify-content: center;
    height: 24px;
    align-items: flex-end;
}
.owl-dots .owl-dot{
    width: 12px;
    height: 12px;
    border-radius: 8px;
    background-color: #EFEFEF !important;
    margin: 0 3px;
}
.owl-dots .owl-dot.active{
    background-color: #CCCCCC !important;
    width: 32px;
}
.button_video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.button_video .video{
    font-size: 25px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
}
.f_search{
    display: flex;
    width: 100%;
}
.f_search .input_search{
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    padding: 11px 15px 10px;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #969696;
    margin-right: 10px;
}
.f_search .button_submit{
    box-shadow: 0px 2px 8px rgba(102, 103, 107, 0.15);
    border-radius: 6px;
    border: none;
    color: #fff;
    background: url(img/Vector.png) no-repeat #40ABC6;
    font-size: 0;
    width: 45px;
    height: 45px;
    background-position-x: 12px;
    background-position-y: 13px;
    min-width: 45px;
    padding: 0;
}
.form_register label{
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #555555;
    margin-bottom: 5px;
}
.form_register .form_group{
    display: grid;
    margin-bottom: 15px;
}
.form_register .form_group select,
.form_register .form_group input{
    background: #FFFFFF;
    border: 1px solid #CED4DA;
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #969696;
    padding: 16px 15px 14px;
}
.form_register .btn_submit{
    margin-top: 10px;
}
.form_register .btn_submit input{
    background: #0698BD;
    border-radius: 8px;
    padding: 14px 0 11px;
    width: 100%;
    border: none;
    text-align: center;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
}
.tool_right{
    position: fixed;
    top: 180px;
    right: 0;
    z-index: 999;
}
.tool_right .c_right{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
    padding: 7px 9px 3px 9px;
    color: #fff;
    font-size: 11px;
    border-radius: 6px 0 0 6px;
    background: #40ABC6;
    cursor: pointer;
    transition: .5s;
}
.tool_right .c_right.close_right{
    left: 242px;
    transition: .5s;
}
.c_right.close_right + .box_tool{
    transform: translateX(100%);
    transition: .5s;
}
.tool_right .box_tool{
    border-radius: 12px 0px 0px 12px;
    border-left: 9px solid #40ABC6;
    transition: .5s;
}
.tool_right .list_tool{
    padding: 30px 10px 30px 20px;
    background: rgba(1, 48, 61, 0.8);
    width: 260px;
}
.tool_right .list_tool p{
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}
.tool_right .list_tool p:last-child{
    margin-bottom: 0;
}
.tool_right .list_tool p a{
    color: #fff;
}
.tool_right .list_tool p a:hover{
    color: #40ABC6;;
}
.tool_right .list_tool p i{
    width: 20px;
    margin-right: 5px;
    text-align: left;
}
#top-link {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 6px;
    width: 41px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#top-link::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 41px;
    color: #ddd;
}
#top-link:hover {
    cursor: pointer;
    background-color: #333;
}
#top-link:active {
    background-color: #555;
}
#top-link.show {
    opacity: 1;
    visibility: visible;
}
.inline-block{
    display: inline-block;
    width: 100%;
}
.box-text h3{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.02em;
}
.product_tours{
    box-shadow: 0px 2px 5px 0px #0000000D;
}
.product_tours .img_product h3{
    background: #00000099;
}
.webkit_box{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section_04 .row .col .bg p{
    color: #ffffffb8;
}
.section_06 .row{
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: #F1F1F180;
}
.section_07 .table_ut{
    box-shadow: 0px 0px 20px 0px #0000001A;
}
@media (min-width: 500px) {
    #top-link {
      margin: 30px;
    }
}
@media (max-width: 1200px) {
    section{
        overflow: hidden;
    }
    .title{
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .title::before{
        top: 2px;
    }
    .title_center{
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 992px) {

    .p-60{

        padding-top: 30px;

        padding-bottom: 30px;

    }
    .tool_right .c_right{
        left: 238px;
    }
    .tool_right .box_tool{
        transform: translateX(100%);
    }
    .tool_right .c_right.close_right{
        left: -25px;
    }
    .c_right.close_right + .box_tool{
        transform: translateX(0);
    }
    .box-text h3{
        font-size: 13px;
        line-height: 20px;
    }
    .title_h3{
        font-size: 15px;
        line-height: 22px;
    }
}

@media (max-width: 480px) {

    .p-b-m-30{

        padding-bottom: 30px;

    }

}