body {
    font-family: sans-serif;
    background: #fff!important;
    color: #333!important;
    font-size: 16px!important;
}
div.container {
    max-width: 100%;
    width: 100%;
    max-width: 100%;
}
.p-0 {
    padding: 0!important;
}
a {
    color: #000;
}
a:hover {
    color: #d8ddec;
}
textarea#message{
    resize: none;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent!important;
}
#submitBtn:disabled {
    background-color: #ccc; /* Màu nền */
    color: #666; /* Màu chữ */
    cursor: not-allowed; /* Con trỏ */
}
/*.nav>li>a:focus, */
.nav>li>a:hover {
    text-decoration: none;
    background-color: #02023c !important;
    outline: none !important;
}
@media (min-width: 1200px) {
    .container {
        width: 1170px!important;
    }
}
@media (min-width: 1440px) {
    .container {
        width: 1400px!important;
    }
}
.mb-3 {
    margin-bottom: 1rem!important;
}
div.pic_banner img {
    width: 100%;
}
.navbar-toggler {
    display: none!important;
}
.navbar {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0!important;
    padding: 10px 0!important;
}
.navbar:before {
    content: none!important;
}

.navbar:after {
    content: none!important;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 0px!important;
    font-size: 18px;
    line-height: 20px;
}
/*----------Content-------------*/
div.zalo_gr {
    position: fixed;
    bottom: 255px;
    right: 24px;
    z-index: 99999;
}
div.zalo {
    position: fixed;
    bottom: 185px;
    right: 24px;
    z-index: 99999;
}
div.faceB {
    position: fixed;
    bottom: 115px;
    right: 24px;
    z-index: 99999;
}
div.left_hotline {
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 99999;
}
div.top_arrow {
    position: fixed;
    bottom: 10px;
    right: 30px;
    z-index: 99999;
}
div.bgheader {
    width: 100%;
    background: #fff;
}
div.header-top-top {
    border-bottom: #eee 1px solid;
    padding: 0px 0;
    background: #f9f9f9;
}
div.header-top-top a{
    font-size: 14px!important;
}
div.header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}
div.header:before {
    content: none;
}
div.header:after {
    content: none;
}
div.header_logo {
     display: flex;
    align-items: start;
}
span.logo img{

}
/*------------Menu--------------*/
div.menu_center {
    display: flex;
    align-items: center;
}
a.menu_item {
    border: #272786 1px solid;
    border-radius: 6px;
    margin-right: 15px;
}
a.menu_item img{
    margin-right: 10px;
}
a.menu_item:hover {
    border: #5980ff 1px solid;
    border-radius: 6px;
}
.nav>li>a{
    color: #333;
    text-decoration: none;
    font-size: 16px;
    padding: 5px 10px!important;
    line-height: 20px;
/*    text-transform: uppercase;*/
    display: flex;
    align-items: center;
}

li.nav-item button {
    color: #333;
    background-color: transparent!important;
    text-decoration: none;
    font-size: 17px;
    padding: 10px 15px!important;
    border: 0;
    line-height: 20px;
    text-transform: uppercase;
}
li.nav-item button:hover {
    color: #5980ff;
    text-decoration: none;
    background-color: transparent!important;
    border: 0;
}
li.nav-item button.active {
    color: #5980ff;
    text-decoration: none;
    background-color: transparent!important;
    border: 0;
}
li.nav-item button.bt_demo {
    background-color: #3B5998!important;
    color: #fff!important;
    font-size: 14px!important;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 8px;
    border: 0;
    margin-left: 20px;
}
li.nav-item button.bt_demo:hover {
    background-color: #426DC8!important;
    color: #fff!important;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 2px;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    color: #5353cf!important;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #272786!important;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.nav>li>a:hover{
    color: #5980ff;
    background-color: transparent!important;
    text-decoration: none;
}
.nav>li>a.active{
    color: #5980ff;
    text-decoration: none;
}
div.menu_contact {
    display: flex;
    align-items: center;
}
div.menu_contact a{
    background: #3067ff;
    border-radius: 6px;
    padding: 10px 15px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    margin-right: 15px;
}
div.menu_contact a:hover{
    background: #2552cd;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.dropdown-menu {
    padding: 0!important;
}
.dropdown-menu>li:first-child {
    border-bottom: #1b1b6a 1px solid;
    border-top: #3838a4 0px solid;
}
.dropdown-menu>li {
    border-bottom: #1b1b6a 1px solid;
    border-top: #3838a4 1px solid;
}
.dropdown-menu>li:last-child {
    border-bottom: #1b1b6a 0px solid;
    border-top: #3838a4 1px solid;
}

.dropdown-menu>li>a {
    display: block;
    padding: 7px 15px!important;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #d3d3f8!important;
    white-space: nowrap;
}
.dropdown-menu>li>a:hover {
    background-color: transparent!important;
    color: #f9ed11!important;
    white-space: nowrap;
}
.dropdown-menu>li>a.active {
    background-color: transparent!important;
    color: #f9ed11!important;
    white-space: nowrap;
}
div.main-menu-top-right a {
    background: #313198;
    border-radius: 0px;
    padding: 7px 15px;
    color: #c1c1f4;
    font-size: 14px;
    text-decoration: none;
    margin-right: 10px;
}
div.main-menu-top-right a:hover {
    background: #2642bc;
    border-radius: 0px;
    color: #c1c1f4;
    font-size: 14px;
    text-decoration: none;
}
/*--------------banner----------------------*/
div.banner_home {
   /* background-image: linear-gradient(#f1f2f3, #ced6eb);
    background: #f1f2f3;
    border-bottom: #f1f2f3 1px solid;
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.15)!important;*/
    padding: 70px 0;
    background: url(../img/banner-home.jpg) repeat-x;
    background-size: 100% 685px!important;
    height: 685px;
}
div.banner {
    width: 100%;
}
div.banner div.row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
div.banner_content {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
div.banner strong{
    font-size: 30px;
    color: #02023c;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
}
div.banner h1{
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px!important;
}
div.banner h2{
    font-size: 36px;
    color: #3067ff;
    font-weight: normal;
    font-family: Roboto Condensed;
    text-align: center;
    margin-top: 5px;
}
div.banner p{
    font-size: 34px;
    color: #ffea00;
    font-weight: normal;
    font-family: Roboto Condensed;
    text-align: center;
    margin-top: 0px;
    width: 100%;
}
div.btn_banner {
    display: flex;
    align-items: center;
    justify-content: left;
    margin: 30px 0 10px 0;
}
div.btn_banner a{
    background: transparent!important;
    border: #4b5b68 2px solid;
    border-radius: 35px;
    padding: 15px 25px;
    margin: 0 5px;
    color: #4b5b68;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}
div.btn_banner a:hover{
    color: #5980ff;
    background: transparent;
    border: #5980ff 2px solid;
}
div.pic_banner {
    display: flex;
    align-items: center;
    justify-content: center;
}
span.yel_color {
    color: #ffba00;
}
ul.content-menu {
    border-radius: 0px;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.main-menu-top {
    padding: 0!important;
}
/*--------------Home----------------------*/
div.manual_box {
    background: #e8f3fe;
    border: #a5d1ff 1px solid;
    border-bottom: #2261b2 5px solid;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 15px;
}
div.manual_box_title {
    background: #1563b4;
    border-radius: 10px 10px 0 0;
    color: #fff;
    padding: 5px 5px 5px 20px;
    display: flex;
    align-items: center;
}
div.manual_box_title h4{
    font-size: 30px;
    font-weight: bolder;
    text-align: left;
    color: #fff;
    margin: 0;
}
div.manual_box_midd {
    padding: 30px;
    display: flex;
}
div.step_box {
    background: #fff;
    color: #444;
    font-size: 15px;
    border-radius: 6px;
    border-bottom: #eeb008 4px solid;
    min-height: 62px;
    padding: 15px;
    text-align: left;
}
div.step_right {
    display: flex;
    margin-left: 20px;
    flex-direction: column;
    justify-content: space-between;
}
div.step_box {
    display: flex;
    align-items: center;
}
div.home_video {
    padding: 10px;
}
/*--------------About----------------------*/
div.menu_left {
    width: 100%;
    display: flex;
    flex-direction: column;
}
div.left_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
div.left_title {
    width: 100%;
    display: flex;
    flex-direction: row;
    background: #1563b4 url(/user/img/bg_title_left.png) no-repeat right;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    align-items: center;
    border-radius: 8px 8px 0 0;
    padding: 0 15px;
    line-height: 44px;
}
div.left_title img{
    width: auto;
    margin-right: 10px;
}
div.left_midd {
    background: #f7fbff;
    border: #9bbddf 1px solid;
    border-bottom: #9bbddf 5px solid;
    border-radius: 0 0 8px 8px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    font-weight: 500;
    gap: 15px;
}
div.left_midd strong{
    color: #ffba00;
}
div.left_title i{
    color: #ffdd00;
    font-size: 20px;
    margin-right: 10px;
}
div.left_midd i{
    color: #1563b4;
    font-size: 20px;
    margin-right: 10px;
}
div.contact_img {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 15px;
}
#manual-content td{
    padding: 10px;
}
.min-w {
    width: min-content!important;
}
div.center_home {
    width: 100%;
}
div.center_about {
    width: 100%;
    padding: 0 15px;
    text-align: justify;
    line-height: 24px;
}
div.about_home {
    width: 100%;
    background: #fff;
/*    background: #023061 url(../img/bg_home.jpg) repeat;*/
    padding: 25px 0 50px 0;
}
div.price_home {
    width: 100%;
    background: #fff;
    background: url(/user/img/bg_price.jpg) no-repeat top;
    padding: 25px 0 50px 0;
}
div.content_center {
    font-size: 14px;
    color: #444;
    padding: 15px 0;
}
div.content_center img{
    width: 100%;
}
div.content_center h3{
    font-size: 18px;
}

div.title_about{
    text-align: left;
    background: url(/user/img/bg_title_about.jpg) repeat-x bottom;
}
div.title_about h1{
    padding: 0px 0 15px 0;
    text-align: left;
    background: url(/user/img/bg_title_about1.jpg) repeat-x bottom;
    color: #056ac0;
    font-size: 36px;
    font-weight: 600;
    margin: 0;
    width: auto;
    display: table;
}
div.title_home{
/*    background: url(../img/bg_title.jpg) repeat-x bottom;*/
    padding: 40px 0 40px 0;
    text-align: center;
}

div.title_home h1{
    color: #056ac0;
    font-size: 48px;
    text-transform: uppercase;
    margin: 15px 0 10px 0;
    font-weight: 600;
}
div.title_home h2{
    color: #056ac0;
    font-size: 48px;
    text-transform: uppercase;
    margin: 15px 0 20px 0;
    font-weight: 600;
}
div.title_home p{
    background: #e8f3fe;
    border: #dbe5ef 1px solid;
    color: #060d24;
    font-size: 16px;
    line-height: 26px;
    border-radius: 20px;
    padding: 20px;
    width: 70%;
    text-align: center;
    margin: 0 auto;
}
div.content_about {
    /*display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;*/
    position: relative;
    margin-top: 15px;
}
div.content_about {
    width: 100%;
}

div.about_item {
    /*width: calc(33.33% - 40px);
    margin: 0 20px;
    border: #d7d7d7 1px solid;
    border-radius: 6px;
    padding: 25px 35px;*/
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #666;
    font-size: 14px;
}
div.about_item h2{
    font-size: 18px;
    font-weight: bolder;
    color: #4b5b68;
    text-transform: uppercase;
    margin: 30px 0 10px 0;
}
div.about_item p{
    line-height: 24px;
    text-align: justify;
}
div.box_about {
    padding-top: 25px;
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 20px;
}

div.box_about p{
    color: #333;
    text-align: left;
    line-height: 24px;
    font-size: 17px;
}
div.box_about h3{
    font-size: 18px;
    font-weight: bolder;
    color: #0096ff;
    margin: 0px 0 10px 0;
    /*padding-left: 25px;
    background: url(../img/ic_check.png) no-repeat top left;*/
}
div.box_about_right {
    padding-right: 20px;
}
div.about_item p{
    line-height: 24px;
    text-align: justify;
}
div.about_item a{
    background: #5abbf3;
    border: #fff 3px solid;
    border-radius: 25px;
    padding: 8px 20px;
    color: #fff;
    font-weight: bolder;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    margin-top: 15px;
    text-transform: uppercase;
}
div.about_item a:hover{
    background: #1bb1ff;
    border: #fff 3px solid;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.mt40 {
    margin-top: 40px;
}

div.left_menu {
    /*border-right: #f2f6fd 2px solid;*/
    padding-bottom: 20px;
    width: auto;
    display: table;
    margin: 0 auto;
}
div.left_menu_title {
    background: url(../img/bg_title.jpg) repeat-x bottom;
    padding-bottom: 15px;
}
div.left_menu_title h2{
    color: #304278;
    font-size: 18px;
    font-weight: bolder;
    margin: 0;
}
div.left_menu_title h2 i{
    margin-right: 5px;
}
div.left_menu ul{
    margin: 0 auto;
    padding: 10px 0px;
    font-size: 14px;
    list-style-type: none;
    display: flex;
    gap: 20px;
    width: auto;
}
div.left_menu ul li{
/*    background: url(../img/arrow.png) no-repeat left;
    border-bottom: #e6ecf6 1px solid;
    padding-left: 10px;*/
    line-height: 36px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
}
div.left_menu ul li a{
    width: 100%;
    text-align: center;
    padding: 15px 25px;
    border-radius: 8px;
    display: table;
    background: #eee;
    border-bottom: 3px #8b9ab2 solid;
    color: #333;
    text-decoration: none;
    font-size: 32px;
}
div.left_menu ul li a:hover{
    color: #ff9c00;
    text-decoration: none;
}
div.left_menu ul li a.active{
    background: #3f72be!important;
    border-bottom: 3px #13366b solid;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    text-decoration: none;
}

div.left_menu h3{
    background: #e3e8fd;
    margin: 15px 10px 0 10px;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bolder;
    list-style-type: none;
    text-transform: uppercase;
}
/*--------------Product-----------------*/
div.product_item {
    display: flex;
    flex-direction: row;
    background-image: linear-gradient(#eff2f7, #f4f7fb);
    border-bottom: #c9d1dd 5px solid;
    padding: 30px 25px;
    width: 100%;
    min-height: 230px;
    border-radius: 15px;
    gap: 15px;
    margin-bottom: 20px;
}
div.product_img {
    width: 30%;
}
div.product_info {
    display: flex;
    flex-direction: column;
    color: #444;
    font-size: 15px;
    line-height: 24px;
    width: 70%;
    justify-content: center;
}
div.product_info h3, h2{    
    color: #245195;
    font-size: 22px;
    margin: 0 0 10px 0;
}

/*--------------Feature-----------------*/
div.feature_home {
    width: 100%;
    padding: 25px 0;
    background: #f4f5f6 url(../img/block-bg.jpg) repeat;
    background-size: auto 100%;
}
div.content_feature {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 -10px;
    flex-wrap: wrap;
}
div.feature_item {
    background: #fff;
    border-radius: 6px;
    border: #ebebeb 0px solid;
    padding:20px 15px 10px 15px;
    margin: 10px 10px 10px 10px;
    font-size: 14px;
    color: #888;
    width: calc(20% - 20px);
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    box-shadow: 0px 0px 5px rgb(0, 0, 0, .1);
}
div.feature_item_1 {
    background: #fff;
    border-radius: 6px;
    border: #ebebeb 0px solid;
    padding:20px 35px 10px 35px;
    margin: 0px;
    font-size: 14px;
    color: #888;
    display: flex;
    align-items: left;
    justify-content: start;
    flex-direction: column;
    box-shadow: 0px 0px 5px rgb(0, 0, 0, .1);
}
div.feature_item_top {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: #e3e8fd 1px solid;
}
div.feature_item_top i{
    font-size: 36px!important;
    color: #444!important;
}
div.feature_item h3{
    color: #023685;
    font-size: 22px;
    font-weight: 500;
    line-height: 40px;
}
div.feature_item p{
    line-height: 24px;
    text-align: center;
}
div.feature_item ul{
    margin: 0px;
    padding: 0;
    list-style-type: none;
}
div.feature_item ul li{
    margin: 5px 0;
    padding-left: 25px;
    line-height: 18px;
    background: url(../img/ic_check.png) no-repeat top left;
    padding-bottom: 5px;
}

div.feature_item_1 h3{
    color: #4b5b68;
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
}
div.feature_item_1 p{
    line-height: 24px;
    text-align: left;
}
div.feature_item_1 ul{
    margin: 0px;
    padding: 0;
    list-style-type: none;
}
div.feature_item_1 ul li{
    margin: 5px 0;
    padding-left: 25px;
    line-height: 18px;
    background: url(../img/ic_check.png) no-repeat top left;
    padding-bottom: 5px;
}

div.feature_item_btn {
    margin: 25px 0 10px 0;
    text-align: center;
    display: flex;
    justify-content: center;
}
div.feature_item_btn a{
    background: #fff;
    border: #b5bedd 1px solid;
    border-radius: 25px;
    padding: 8px 20px;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    margin-top: 15px;
}
div.feature_item_btn a:hover{
    background: #fff;
    border: #313198 1px solid;
    border-radius: 25px;
    color: #0f62d5;
    text-decoration: none;
    cursor: pointer;
}
/*--------------Manual----------------------*/
div.box_manual {
    width: 100%;
}
div.box_manual_title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
div.box_manual_content {
    border: #d0d7eb 1px solid;
    padding: 30px 30px;
    text-align: center;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 96%;
}
div.box_manual_content a{
    border: #d0d7eb 2px solid;
    padding: 10px 30px;
    text-align: center;
    color: #4b5b68;
    font-size: 18px;
    font-weight: bolder;
    text-decoration: none;
    border-radius: 25px;
}
div.box_manual_content a:hover{
    border: #566fb8 2px solid;
    text-align: center;
    color: #2a3e7e;
    font-size: 18px;
    font-weight: bolder;
    text-decoration: none;
    border-radius: 25px
}
/*--------------breadcrumb----------------------*/
div.breadcrumb_rm {
    background: #f2f6fd;
    padding: 10px 0;
    font-size: 14px;
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.15)!important;
    margin-bottom: 5px;
}
.breadcrumb {
    padding: 8px 0px;
    margin-bottom: 0px!important;
    list-style: none;
    background-color: transparent!important;
}
/*--------------Contact us----------------------*/
div.contact_home {
    width: 100%;
    padding: 25px 0;
}
div.content_contact {
    width: 100%;
}
div.contact_info, .contact_map, .contact_form {
    width: 100%;
}
div.contact_box {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
}
div.cr_ic {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: #3067ff 1px solid;
    background: #fff;
    border-radius: 100%;
    margin-bottom: 10px;
}
div.cr_ic i{
    color: #3067ff!important;
    font-size: 18px!important;
}
div.contact_box p{
    margin: 5px 0;
}
div.contact_btn {
    display: flex;
    justify-content: flex-end;
    padding: 5px 0;
}
div.contact_btn  button{
    background: #3067ff;
    line-height: 36px;
    height: 36px;
    padding: 0 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 6px;
    cursor: pointer;
    border-width: inherit;
}
div.contact_btn button:hover{
    background: #ffba00;
    text-decoration: none;
}

/*--------------banner bottom/*--------------*/
div.banner_bottom {
    background: url(../img/bg_banner_bottom.jpg) repeat-x;
    height: 526px;
    padding: 0;
    color: #fff;
}
div.banner_bottom_center {
    background: rgb(0, 0, 0, 0.7);
    height: 100%;
    display: flex;
}
div.banner_bottom_center .row, .col-md-6{
    height: 100%;
}
div.banner_bottom_content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
div.banner_bottom_content i{
    font-size: 72px;
    color: #ffba00;
}
div.banner_bottom_content h4{
    font-size: 72px;
    color: #fff;
    font-weight: bolder;
}
div.banner_bottom_content p{
    font-size: 36px;
    color: #fff;
}
/*--------------Footer----------------------*/
div.footer {
    font-size: 14px;
}
div.footer_top {
    background: #fff;
    border-top: #5abbf3 2px solid;
    padding: 20px 0;
    color: #333;
}
div.footer_top a{
    color: #c9d4f8;
}
span.slogan_footer {
    color: #0186d3;
    font-size: 14px;
    padding-left: 10px;
}
div.footer_bottom {
    background: #7485bd;
    padding: 7px 0;
    color: #fff;
}
div.footer_info p {
    margin-bottom: 5px!important;
}
div.footer_info p:last-child {
    margin-bottom: 0px!important;
}
div.menu_footer {
    width: 100%;
}
div.menu_footer h2, h3, h4{
    color: #f9d011;
    margin-top: 0!important;
    font-size: 22px!important;
}
div.menu_footer ul{
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}
div.menu_footer ul li{
    padding: 3px 0;
}
div.menu_footer ul li a{
    color: #333;
    text-decoration: none;
}
div.menu_footer ul li a:hover{
    color: #6f93f7;
    text-decoration: none;
}
div.menu_footer ul li a.active{
    color: #6f93f7;
    text-decoration: none;
}
div.mxh {
    display: flex;
    justify-content: flex-end;
    color: #fff;
}
div.mxh a{
    color: #fff;
    text-decoration: none;
    padding: 0 5px;
}
div.mxh a:hover{
    color: #e8f7ff;
    text-decoration: none;
}
/*--------------mobile----------------------*/
@media (min-width:280px) and (max-width:768px) {
    div#qcModal img {
        width: 100%!important;
    }
    div.customer_list {
        grid-template-columns: 1fr 1fr!important;
    }
    .tableprice {
        overflow: scroll;
    }
    div.about_home {
        padding: 25px 0 0px 0;
    }
    div.box_manual {
        width: 100%;
        margin-bottom: 20px;
    }
    li.nav-item button {
        color: #fff!important;
    }
    div.box_about h3 {
        margin: 0px 0 10px 0!important;
    }
    div.menu_footer h2, h3, h4 {
        margin: 15px 0 7px 0 !important;
    }
    p.info_cty {
        display: flex;
        flex-direction: column;
    }
    p.info_cty span{
        padding: 10px 0 0 0;
    }
    div.manual_box_midd {
        padding: 15px;
        display: flex;
    }
    div.manual_box_midd img{
        width: auto!important;
    }
    div.manual_box_title {
        border-radius: 10px 10px 0 0;
        padding: 5px 5px 5px 10px;
    }
    div.manual_box_title img{
        width: auto!important;
        margin-bottom: 0!important;
    }
    div.manual_box_title h4{
        font-size: 24px!important;
    }
    div.box_about {
        width: 100%;
    }
    div.box_about img {
        width: auto!important;
        margin-bottom: 20px;
    }
    div.box_about_right {
        padding-right: 0px;
        width: 75%;
    }
    div.title_home {
        padding: 0px 0px 20px 0px;
    }
    div.banner_home {
        padding: 0px 0;
        background: url(../img/banner-home.jpg) repeat-x;
        background-size: 100% 230px!important;
        height: 230px!important;
    }
    div.banner h1 {
        font-size: 20px!important;
        color: #fff!important;
        text-shadow: #000 1px 1px 1px;
    }
    div.banner p {
        font-size: 18px !important;
        line-height: 20px;
        color: #ffea00 !important;
        width: 100%;
        text-shadow: #000 1px 1px 1px;
        padding-top: 5px;
    }
    div.product_info, .product_item {
        flex-direction: column!important;
    }
    div.product_img, .product_info {
        width: 100%!important;
    }
    div.left_menu ul {
        gap: 5px;
        flex-direction: column;
    }
    div.btn_home a {
        padding: 0rem 0.75rem!important;
        font-size: 18px!important;
        border-radius: 8px!important;
        min-width: 140px!important;
        line-height: 46px;
    }
    div.content_about img{
        width: 100%;
        margin-bottom: 20px;
    }
    div.left_menu {
        width: 100%;
        border-right: #e1e3ea 0px solid;
        padding-right: 0px;
    }
    .navbar {
        padding: 0px 0!important;
    }
    .navbar-nav li:first-child {
        border-top: #1d2f8a 0px solid;
        border-bottom: #0c1855 0px solid;
    }
    .navbar-nav li {
        border-top: #1d2f8a 1px solid;
        border-bottom: #0c1855 1px solid;
    }
    .navbar-nav li:last-child {
        border-top: #1d2f8a 1px solid;
        border-bottom: #0c1855 0px solid;
    }
    .dropdown-menu {
        position: relative!important;
        width: 100%!important;
        text-align: center;
        background: #23289f!important;
        border: 0!important;
        box-shadow: none;
    }
    .dropdown-menu>li>a {
        text-align: center;
    }
    li.nav-item button {
        margin: 0 auto;
    }
    a.menu_item {
        border: #272786 0px solid!important;
        border-radius: 0px!important;
        margin-right: 0px!important;
    }
    div.container {
        width: 100%!important;
    }
    div.banner div.row {
        display: table;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    div.banner div.col-md-12{
        display: table;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    div.btn_banner {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 30px 0 10px 0;
    }
    div.banner strong {
        font-size: 30px;
        color: #02023c;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
    }
    div.header-top {
        background: transparent;
        width: 100%;
        position: relative;
        text-align: center;
        padding: 10px 0px 10px 0px;
    }
    .navbar {
        position: relative;
        border: 1px solid transparent;
        z-index: 1000;
        width: 100%;
        margin-bottom: 0!important;
        min-height: 35px!important;
    }
    .logo {
        position: absolute;
        right: auto;
        left: 50px;
        top: 3px;
        display: flex;
        margin: 0 auto;
        margin-right: auto!important;
        padding: 0!important;
    }
    .logo img{
        height: 30px;
        width: auto;
    }
    .navbar-toggler {
        color: #597feb;
        border: #1f52e3 1px solid;
        background: transparent;
        border-radius: 2px;
        display: flex!important;
        height: 28px;
        align-items: center;
    }
    .menu-top {
        position: absolute;
        left: 10px;
        top: 2px;
    }
    .navbar-collapse.collapse {
        display: f!important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    ul.content-menu {
        border-radius: 0px;
        margin: 0;
        width: 100%;
    }
    div.menu_center {
        display: none;
    }
    .main-menu-top {
        margin-top: 36px!important;
        position: relative;
        width: 100%;
        padding: 0!important;
        background: #132375;
        border-radius: 0px;
        margin-right: 0px!important;
        margin-left: 0px!important;
    }
    div.position_absolute_mb {
        position: absolute;
        right: 10px;
        top: 0;
    }
    div.menu_contact {

    }
    div.menu_contact a {
        background: #3067ff;
        border-radius: 6px;
        padding: 7px 10px;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        margin-right: 10px;
    }
    div.list_project div.project_item {
        width: calc(100% - 20px);
        margin: 10px;
        background: #fff;
        border: #d2d2d2 1px solid;
        border-radius: 6px;
        padding: 15px;
    }
    div.service_item {
        display: flex;
        flex-direction: column;
    }
    div.content_about {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        position: relative;
        margin-top: 15px;
    }
    div.banner h1 {
        font-size: 36px;
        color: #333;
        text-transform: uppercase;
        font-weight: bolder;
        font-family: Roboto Condensed;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0px!important;
    }
    div.banner h2 {
        font-size: 18px;
        color: #3067ff;
        font-weight: normal;
        font-family: Roboto Condensed;
        text-align: center;
        margin-top: 5px;
    }
    div.banner p {
        font-size: 14px;
        color: #333;
        font-weight: normal;
        font-family: Roboto Condensed;
        text-align: center;
        margin-top: 0px;
        width: 100%;
    }
    div.btn_banner a {
        background: #607dcb;
        border-radius: 6px;
        padding: 10px 10px;
        margin: 0 5px;
        color: #02023c;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        cursor: pointer;
    }
    div.content_about div.text_left_about {
        text-align: center;
    }
    div.content_about div.text_right_about {
        text-align: center;
    }
    div.pic_about {
        width: 300px;
        height: 100%;
        border-radius: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    div.title_home p {
        font-size: 14px;
        width: 100%;
        text-align: center;
    }
    div.title_home h2 {
        color: #3067ff;
        font-size: 28px;
        text-transform: uppercase;
        margin: 0px 0 10px 0;
        text-align: center;
    }
    div.contact_box:first-child {
        margin-top: 10px;
    }
    div.contact_info .mb-3 {
        margin-bottom: 0!important;
    }
    div.mxh {
        display: flex;
        justify-content: center;
        color: #c4c4c4;
    }
    .nav>li>a{
        color: #fff;
        text-decoration: none;
        padding: 0 15px;
    }
    .nav>li>a:hover{
        color: #ffba00;
        text-decoration: none;
    }
    .nav>li>a.active{
        color: #ffba00;
        text-decoration: none;
    }
    div.combo {
        height: 100%!important;
    }
    a.btn_contact {
        white-space: nowrap!important;
    }
    div.combo ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    table.fea {
        width: 100%;
        white-space: nowrap;
    }
    div.combo li{
        white-space: nowrap;
    }
}
@media (min-width:768px) and (max-width:1180px) {
    div.banner_home {
        padding: 70px 0;
        background: url(../img/banner-home.jpg) repeat-x;
        background-size: 100% 100%!important;
        height: 560px;
    }
    div.content_about img{
        width: 100%;
    }
    div.manual_box_midd img{
        width: auto!important;
    }
    div.manual_box_title img{
        width: auto!important;
    }
    div.box_about {
        width: 100%;
    }
    div.box_about_right {
        padding-right: 0px;
        width: 75%;
    }
    div.box_about img {
        width: auto !important;
        margin-bottom: 20px;
    }
    div.title_home p {
        width: 100%;
    }
    .navbar-nav li:first {
        border-top: #1d2f8a 0px solid!important; 
        border-bottom: #0c1855 0px solid!important; 
    }
    .navbar-nav li {
        border-top: #1d2f8a 0px solid; 
        border-bottom: #0c1855 0px solid; 
    }
    .navbar-nav li:last-child {
        border-top: #1d2f8a 0px solid; 
        border-bottom: #0c1855 0px solid; 
    }
    .dropdown-menu {
        position: absolute!important;
    }
    .nav>li>a {
        color: #333;
        text-decoration: none;
        font-size: 14px;
        padding: 10px!important;
    }
    .main-menu-top {
        background: #fff;
    }
    li.nav-item button {
        color: #333 !important;
        font-size: 14px;
    }

}
div.fadeInUp_Lang {
    -webkit-box-shadow: 0 0 0 1px #eaebec, 0 4px 8px 0 rgba(0,0,0,.3)!important;
    box-shadow: 0 0 0 1px #eaebec, 0 4px 8px 0 rgba(0,0,0,.3)!important;
    background: #fff!important;
    border-radius: 8px!important;
    border: 0!important;
    top:37px!important;
    right: -4px !important;
    min-width: 40px!important;
    width: fit-content!important;
}
.fadeInUp_Lang::before {
    content: "";
    display: block;
    position: absolute;
    top: -13px;
    background-image: url(../img/arrow_menu.png);
    background-size: 22px 13px;
    background-position: 2px 0px;
    background-repeat: no-repeat;
    width: 22px;
    height: 13px;
    left: 8px;
}
.dropdown-menu_lang {
    top: 100%!important;
    padding: 5px!important;
    border-radius: 0px!important;
    min-width: 100px;
    /*  background: #d6dbef!important;
      border-color: #505871;
      -webkit-box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
      -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
      box-shadow: 0 3px 5px rgb(0 0 0 / 10%);*/
    -webkit-box-shadow: 0 0 0 1px #eaebec, 0 4px 8px 0 rgba(0,0,0,.3)!important;
    box-shadow: 0 0 0 1px #eaebec, 0 4px 8px 0 rgba(0,0,0,.3)!important;
    background: #fff!important;
    border-radius: 8px!important;
    border: 0!important;
    position: absolute;
    margin: 0px -1px 0 -1px;
    right: -4px!important;
    left: auto!important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
}

div.btn_home {
    justify-content: center;
    display: flex;
    gap: 15px;
    margin-top: 30px;
}
div.btn_home a{
    padding: 0rem 1.75rem;
    background: #568de1;
    font-size: 24px;
    font-weight: bolder;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    min-width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 66px;
}
div.btn_home a img{
    width: auto;
    margin-right: 10px;
}
div.btn_home a.btn_buy{
    background: #34b0ff;
    border-bottom: #2499e3 4px solid;
    color: #fff;
    text-decoration: none;
}
div.btn_home a.btn_buy:hover{
    background: #34c3ff;
    color: #fff;
    text-decoration: none;
}
div.btn_home a.btn_goto{
    background: #84d5bd;
    border-bottom: #51ad92 4px solid;
    color: #fff;
    text-decoration: none;
}
div.btn_home a.btn_goto:hover{
    background: #46cfa7;
    color: #fff;
    text-decoration: none;
}
div.title_price {
    width: 100%;
    margin: 20px 0 40px 0;
    text-align: center;
}
div.title_price h1{
    font-size: 32px;
    font-weight: bolder;
    color: #000;
    text-transform: uppercase;
}
div.title_price h2{
    font-size: 32px;
    font-weight: bolder;
    color: #333;
}
div.title_price p{
    color: #000;
}
table.price_list {
    width: 100%;
    font-size: 14px;
    margin-top: 50px;
    background: #f9f9f9;
    border: #B8CADB 1px solid;
}
table.price_list tr.title td{
    border: #B8CADB 1px solid;
    padding: 8px;
    width: 20%;
    position: relative;
    font-weight: bolder;
}
table.price_list tr.fea td{
    border-right: #B8CADB 1px solid;
    padding: 8px;
    width: 20%;
    position: relative;
    background: #fff;
}
table.price_list tr.fea1 td{
    border-right: #B8CADB 1px solid;
    padding: 8px;
    width: 20%;
    position: relative;
    background: #F9F9F9;
}
div.combo {
    height: 200px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 15px;
}
div.combo div.title_combo{
    position: absolute;
    top: -69px;
    left: 0;
    background: #FBB03C;
    height: 68px;
    width: 100%;
    border-radius: 6px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
div.combo ul{
    list-style-type: none;
    margin-top: 10px;
    padding: 0;
}
div.combo ul i.fa-star{
    font-size: 11px;
    color: #FBB03C;
    margin-right: 5px;
}
div.combo div.combo0{
    background: #9CB8D1;
    border-radius: 6px 0 0 0;
    height: 68px;
    top: -69px;
}
div.combo div.combo0 span{
    background: #FBB03C;
    border-radius: 6px;
    font-size: 12px;
    padding: 2px 10px;
}
div.combo div.combo1{
    background: #FBB03C;
    border-radius: 0px 0 0 0;
}
div.combo div.combo2{
    background: #506BB0;
    border-radius: 0px 0px 0 0;
    height: 68px;
    top: -69px;
}
div.combo div.combo2 span{
    background: #FBB03C;
    border-radius: 6px;
    font-size: 12px;
    padding: 2px 10px;
}
div.combo div.combo3 span{
    background: #e0fb3c;
    border-radius: 6px;
    font-size: 12px;
    padding: 2px 10px;
    color: #000;
    font-weight: bolder;
}
div.combo div.combo3{
    background: #8CDB80;
    border-radius: 0 6px 0 0;
    height: 68px;
    top: -69px;
}
tr.prom {
    background: #fff;
}
tr.prom td{
    padding: 10px 5px!important;
}
span.promotion {
    text-transform: lowercase!important;
    font-weight: bolder;
    background: transparent!important;
    padding: 0!important;
    font-size: 16px!important;
}
div.price_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px;
}
div.price_box_top {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
div.price_box_top p{
    font-size: 16px;
    color: #666;
    margin-bottom: 0;
}
div.price_box_top strong{
    font-size: 32px;
    position: relative;
    border-bottom: #eee 1px solid;
    line-height: 40px;
}
div.price_box_top strong i{
    font-size: 16px;
    position: absolute;
    right: -10px;
    top: 0;
}
div.bt_combo {
    width: 100%;
    text-align: center;
}
a.btn_contact {
    background: #506BB0;
    border-radius: 6px;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: bolder;
    text-decoration: none;
}

a.btn_contact:hover{
    color: #FBB03C;
}
.fea_title {
    background: #E1F1FF;
    border-bottom: #B8CADB 1px solid;
    text-align: center;
    padding: 15px 0;
}
.fea_title span{
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: bolder;
}
.fea_title p{
    font-size: 14px;
    color: #333;
    margin-bottom: 0;
}
table.fea {
    width: 100%;
}
table.fea tr td{
    border: 0;
}
table.fea tr td i.fa-check-circle{
    color: #426DC8;
    font-size: 12px;
    margin-right: 7px;
}
table.fea tr:nth-child(even) {
    background-color: #F9F9F9;
}
div.combo h4 {
    text-align: center;
    color: #333;
}
.fea .fa-check {
    font-size: 16px;
}
.fea .check_on, .fea1 .check_on {
    color: #31B01C;
}
.fea .check_off, .fea1 .check_off {
    color: #B8CADB;
}

.prom h3 {
    font-size: 20px;
    margin: 0;
}
.com0 {
    color: #9CB8D1;
}
.com1 {
    color: #FBB03C;
}
.com2 {
    color: #506BB0;
}
.com3 {
    color: #8CDB80;
}

.combo_price {
    display: flex;
    flex-direction: column;
}

div.statis_us {
    display: flex;
    justify-content: center;
    gap: 20px;
}
div.statis_us_item {
    border-radius: 10px;
    border: 1px #eeb008 solid;
    border-bottom: 3px #eeb008 solid;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 20px;
    gap: 10px;
}
div.statis_us_item i{
    font-size: 42px;
    color: #ff7800;
}
div.us_item_content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
}
div.us_item_content b{
    color: #056ac0;
    font-size: 30px;
    line-height: 32px;

}
div.customer_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}
div.customer_item {
    height: 192px;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
}
div.customer_item img{
    height: 100%;
    width: auto;
}
div.customer_name{
    background-color: rgb(0, 0, 0 , .4);
    padding: 7px 0;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
}
div.customer_name h3{
    color: #fff!important;
    margin: 0;
    font-size: 18px;
    font-weight: bolder;
}

.img_customer {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(0, 0, 0, .4);
  overflow: hidden;
  width: 100%;
  height: 38px;
  transition: .5s ease;
}

.customer_item:hover .middle {
  height: 100%;
}
.customer_item:hover .middle p{
  display: block;
}
.customer_item:hover .text {
  color: white;
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  width: 100%;
  padding: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.text {
  color: white;
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  width: 100%;
  padding: 10px;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.text p{
  display: none;
}

.us_item_content i{
    color: #056ac0!important;    
    line-height: 32px;
}
.text-uppercase {
    text-transform: uppercase;
}

div.list_pack {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-gap: 40px;
    align-items: center;
}
/*-------Basic-----------*/
div.pack_basic {
    border-radius: 15px;
    padding: 15px ;
    background: #FFFDF2;
    border: #3B5998 1px solid;
    box-shadow: 0px 0px 5px rgb(0, 0, 0, .4);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    min-height: 450px;
    transition: 0.2s ease
}
div.pack_basic:hover {
    transform: scale(1.1)
}
div.pack_basic h2{
    color: #666;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bolder;
    display: flex;
    justify-content: center;
}
div.pack_basic_midd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;    
}
div.pack_basic .datepack{
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bolder;
    background: #DADADA;
    padding: 8px 15px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    width: 80%;
}
div.pack_basic .pricepack{
    color: #FF7A00;
    font-size: 40px;
    margin: 15px 0;
    font-weight: bolder;
    position: relative;
}
div.pack_basic .pricepack i{
    font-size: 20px;
    position: absolute;
    right: -10px;
    top: 0;
}
div.pack_basic .despack {
    border-top: #CECECE 1px solid;
}
div.pack_basic .buynow {
    border: #666 1px solid;
    border-radius: 50px;
    background: #fff;
    width: 90%;
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bolder;
    text-align: center;
}
div.pack_basic .buynow:hover {
    border: #FBB03C 1px solid;
    border-radius: 50px;
    background: #fff;
    color: #FF7A00;
    text-decoration: none;
    width: 90%;
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bolder;
    text-align: center;
}

.despack ul{
   margin: 0;
   padding: 10px;
   list-style-type: none;
}
.despack ul li{
   background: url(/user/img/star.png) no-repeat left top;
   padding-left: 22px;
   font-size: 15px;
   font-weight: 600;
   margin-bottom: 10px;
   text-align: left;
}
/*-------pro-----------*/
div.pack_pro {
    border-radius: 15px;
    background: #B5FFAE;
    border: #fff 1px solid;
    box-shadow: 0px 0px 5px rgb(0, 0, 0, .4);
    transition: 0.2s ease
}
div.pack_pro:hover {
    transform: scale(1.1)
}
div.pack_pro_title {
    border-bottom: #91DD8A 1px solid;
    text-decoration: none;
    text-align: center;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: end;
}
div.pack_pro_title .pack_de {
    display: flex;
    flex-direction: column;
    justify-content: end;
}
div.pack_pro_title h2{
    margin: 0;
    font-size: 24px;
    font-weight: bolder;
    color: #000;
    text-transform: uppercase;
}
div.pack_pro_title p{
    margin: 0;
}
div.pack_pro_title img{
    margin-right: 10px;
}

div.pack_pro_midd {
    border-top: #E9FDE8 1px solid;
    text-decoration: none;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.border_right {
    border-right: #E9FDE8 1px solid;
}
div.procol_title h2{
    color: #31B01C;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bolder;
    display: flex;
    justify-content: center;
}
div.procol_title h3{
    color: #342C24;
    font-size: 20px!important;
    text-transform: uppercase;
    font-weight: bolder;
    display: flex;
    justify-content: center;
    margin: 0;
}
div.pro_col {
    padding: 15px 20px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
div.pro_col .datepack{
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bolder;    
    background-image: linear-gradient(to right, #FFD600 , #F8A300);
    padding: 8px 15px;
    border-radius: 25px;
    margin: 15px 0;
    width: 70%;
    display: flex;
    justify-content: center;
}
.pri{
    display: grid;
    justify-content: center;
    flex-direction: column;
}
.pri p{
    margin: 15px 0 15px 0;
    font-weight: bolder;
}
div.pro_col .pricepack{
    color: #FF7A00;
    font-size: 40px;
    font-weight: bolder;
    position: relative;
    width: auto;
    display: table;
}
div.pro_col .pricepack i{
    font-size: 20px;
    position: absolute;
    right: -10px;
    top: 0;
}
div.pro_col .despack {
    border-top: #CECECE 1px solid;
    margin-bottom: 30px;
}
div.pro_col .buynow {
    border: #666 1px solid;
    border-radius: 50px;
    background: #fff;    
    color: #FF7A00;
    width: 90%;
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bolder;
    text-align: center;
}
div.pro_col .buynow:hover {
    border: #FBB03C 1px solid;
    border-radius: 50px;
    background: #fff;
    color: #FF7A00;
    text-decoration: none;
    width: 90%;
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bolder;
    text-align: center;
}
/*-------vip-----------*/
div.pack_vip {
    border-radius: 15px;
    padding: 15px ;
    background: #FFFDF2;
    border: #31B01C 1px solid;
    box-shadow: 0px 0px 5px rgb(0, 0, 0, .4);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    min-height: 450px;
    transition: 0.2s ease
}
div.pack_vip:hover {
    transform: scale(1.1)
}
div.pack_vip h2{
    color: #31B01C;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bolder;
    display: flex;
    justify-content: center;
}
div.pack_vip .datepack{
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bolder;
    background: #C7F48D;
    padding: 8px 15px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    width: 80%;
}
div.pack_vip_midd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;    
}
div.pack_vip .pricepack{
    color: #4DBD3B;
    font-size: 40px;
    margin: 15px 0;
    font-weight: bolder;
    position: relative;
}
div.pack_vip .pricepack i{
    font-size: 20px;
    position: absolute;
    right: -10px;
    top: 0;
}
div.pack_vip .despack {
    border-top: #CECECE 1px solid;
}
div.pack_vip .buynow {
    border: #666 1px solid;
    border-radius: 50px;
    background: #fff;
    width: 90%;
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bolder;
    text-align: center;
}
div.pack_vip .buynow:hover {
    border: #FBB03C 1px solid;
    border-radius: 50px;
    background: #fff;
    color: #FF7A00;
    text-decoration: none;
    width: 90%;
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bolder;
    text-align: center;
}


