@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700&subset=latin-ext,vietnamese");
@import url(../libs/bootstrap-3.3.5/css/bootstrap.min.css);
@import url(../libs/css/selectize.css);
@import url(../libs/css/font-awesome.min.css);
/* line 1, ../scss/_header.scss */
body {
    color: #555;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 16px;
   /* background-color: #d9ffdb;*/
}

.youtube {
    height: 600px;
}
/* line 9, ../scss/_header.scss */
ol, ul {
    margin-bottom: 15px;
}

/* line 12, ../scss/_header.scss */
.btn {
    padding-left: 25px;
    padding-right: 25px;
}

/* line 16, ../scss/_header.scss */
.navbar-default {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
    /* line 18, ../scss/_header.scss */
    .navbar-default .navbar-collapse {
        padding: 0;
    }
    /* line 21, ../scss/_header.scss */
    .navbar-default .navbar-brand {
        color: #ffffff !important;
    }
    /* line 24, ../scss/_header.scss */
    .navbar-default .navbar-toggle {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px;
    }
        /* line 26, ../scss/_header.scss */
        .navbar-default .navbar-toggle .icon-bar {
            background-color: #ffffff;
        }
    /* line 30, ../scss/_header.scss */
    .navbar-default .navbar-nav {
        margin: 0;
    }
        /* line 33, ../scss/_header.scss */
        .navbar-default .navbar-nav > li > a {
            color: #ffffff !important;
            text-align: center;
            /*padding-left: 25px;
            padding-right: 25px;*/
            padding: 10px 0px 10px 0px;
            border-radius: 10px !important;
            /* border: 1px solid #ffffff;*/
            border-radius: 10px !important;
        }
        /* line 40, ../scss/_header.scss */
        .navbar-default .navbar-nav > li:nth-child(1) > a {
            /*background-color: #0769C2;*/
            background-image: linear-gradient(to bottom, #0769C2 0%, #008fcd 100%);
        }
        /* line 45, ../scss/_header.scss */
        .navbar-default .navbar-nav > li:nth-child(2) > a {
            /*background-color: #0769C2;*/
            background-image: linear-gradient(to bottom, #0769C2 0%, #008fcd 100%);
        }
        /* line 50, ../scss/_header.scss */
        .navbar-default .navbar-nav > li:nth-child(3) > a {
            /*background-color: #0769C2;*/
            background-image: linear-gradient(to bottom, #0769C2 0%, #008fcd 100%);
        }
        /* line 55, ../scss/_header.scss */
        .navbar-default .navbar-nav > li:nth-child(4) > a {
            /*background-color: #0769C2;*/
            background-image: linear-gradient(to bottom, #0769C2 0%, #008fcd 100%);
        }
        /* line 40, ../scss/_header.scss */
        .navbar-default .navbar-nav > li:nth-child(5) > a {
            /* background-color: #0769C2;*/
            background-image: linear-gradient(to bottom, #0769C2 0%, #008fcd 100%);
        }
        /* line 60, ../scss/_header.scss */
        .navbar-default .navbar-nav .menu-icon {
            width: 80px;
            height: 80px;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            border-radius: 100%;
            border: #ffffff solid 3px;
            display: inline-block;
            text-align: center;
            padding: 18px 0;
            line-height: 1;
            margin-bottom: 5px;
        }
            /* line 69, ../scss/_header.scss */
            .navbar-default .navbar-nav .menu-icon .fa {
                font-size: 36px;
            }

/* line 75, ../scss/_header.scss */
label {
    font-weight: 400;
}

/* line 78, ../scss/_header.scss */
.btn-danger {
    background-color: #d81921;
    color: #ffffff !important;
}

/* line 82, ../scss/_header.scss */
.btn-success {
    background-color: #00b050;
    color: #ffffff !important;
}

/* line 89, ../scss/_header.scss */
.logo img {
    max-width: 100%;
}

/* line 1, ../scss/_main.scss */
.red-text {
    color: #d81921 !important;
}

/* line 4, ../scss/_main.scss */
.yellow-text {
    color: #ffbb00 !important;
}

/* line 7, ../scss/_main.scss */
.boder-box {
    border: #0769C2 solid 1px;
    margin-bottom: 25px;
}
    /* line 11, ../scss/_main.scss */
    .boder-box .boder-box-content,
    .boder-box .boder-box-header {
        padding: 20px;
    }
    /* line 14, ../scss/_main.scss */
    .boder-box .boder-box-header {
        color: #ffffff;
        text-align: center;
        text-transform: uppercase;
    }
        /* line 18, ../scss/_main.scss */
        .boder-box .boder-box-header h3 {
            margin: 0;
        }

/* line 23, ../scss/_main.scss */
.bg-section {
    color: #ffffff;
    padding: 20px;
    background-color: #0769C2;
}
    /* line 27, ../scss/_main.scss */
    .bg-section h3 {
        margin-top: 0;
    }
    /* line 30, ../scss/_main.scss */
    .bg-section a {
        color: inherit !important;
        text-decoration: underline;
    }
        /* line 33, ../scss/_main.scss */
        .bg-section a:hover {
            text-decoration: none;
        }

/* line 38, ../scss/_main.scss */
.banner {
    margin-bottom: 25px;
}
    /* line 40, ../scss/_main.scss */
    .banner > a {
        display: block;
        margin-bottom: 20px;
    }
    /* line 44, ../scss/_main.scss */
    .banner img {
        max-width: 100%;
        max-height: 721px;
        margin: 0 auto;
        display: block;
    }

.widget {
    margin-bottom: 15px;
}
    /* line 47, ../scss/_main.scss */
    .widget img {
        width: 100%;
    }
/* line 52, ../scss/_main.scss */
.imln-page .btn-primary {
    background-color: #eb1b90;
    border-color: #eb1b90;
    color: #ffffff;
}
    /* line 56, ../scss/_main.scss */
    .imln-page .btn-primary:hover {
        background-color: #d81921;
        border-color: #d81921;
    }
/* line 61, ../scss/_main.scss */
.imln-page .form-control {
    border-color: #eb1b90;
}
/* line 64, ../scss/_main.scss */
.imln-page .navbar-default {
    background-color: #eb1b90;
    /*border-color: $imlnColorDark;*/
    border: none;
}
    /* line 69, ../scss/_main.scss */
    .imln-page .navbar-default .navbar-toggle:hover,
    .imln-page .navbar-default .navbar-toggle:focus {
        background-color: #d81921;
    }
    /* line 76, ../scss/_main.scss */
    .imln-page .navbar-default .navbar-nav > li.active > a, .imln-page .navbar-default .navbar-nav > li:hover > a {
        background-color: #d81921;
    }
/* line 84, ../scss/_main.scss */
.imln-page .the-title,
.imln-page a {
    color: #eb1b90;
}
/* line 87, ../scss/_main.scss */
.imln-page .boder-box {
    border-color: #eb1b90;
}
    /* line 89, ../scss/_main.scss */
    .imln-page .boder-box .boder-box-header {
        background-color: #eb1b90;
    }
/* line 93, ../scss/_main.scss */
.imln-page .product-point {
    border-color: #eb1b90;
    color: #eb1b90;
}
    /* line 96, ../scss/_main.scss */
    .imln-page .product-point strong {
        text-shadow: 1px 1px #d81921;
    }
/* line 101, ../scss/_main.scss */
.imln-page .points-list > li {
    border-color: #eb1b90;
}
/* line 105, ../scss/_main.scss */
.imln-page .points-list .list-inline li .sign {
    color: #eb1b90;
}
/* line 110, ../scss/_main.scss */
.imln-page .gift-box {
    background-color: #eb1b90;
    border-color: #eb1b90;
}
/* line 114, ../scss/_main.scss */
.imln-page .bg-section {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f25eb1), color-stop(1, #eb1b90));
    background-image: -o-linear-gradient(bottom, #f25eb1 0%, #eb1b90 100%);
    background-image: -moz-linear-gradient(bottom, #f25eb1 0%, #eb1b90 100%);
    background-image: -webkit-linear-gradient(bottom, #f25eb1 0%, #eb1b90 100%);
    background-image: -ms-linear-gradient(bottom, #f25eb1 0%, #eb1b90 100%);
    background-image: linear-gradient(to bottom, #f25eb1 0%, #eb1b90 100%);
}
/* line 128, ../scss/_main.scss */
.imln-page #footer {
    background-color: #eb1b90;
    color: #ffffff;
}
/* line 134, ../scss/_main.scss */
.imln-page #page-slider .next,
.imln-page #page-slider .prev {
    background-color: #eb1b90;
}

/* line 141, ../scss/_main.scss */
.bkk-page .btn-primary,
.bkn-page .btn-primary {
    background-color: #0769C2;
    border-color: #0769C2;
    color: #ffffff;
}
    /* line 145, ../scss/_main.scss */
    .bkk-page .btn-primary:hover,
    .bkn-page .btn-primary:hover {
        background-color: #0769C2;
        border-color: #0769C2;
    }
/* line 150, ../scss/_main.scss */
.bkk-page .form-control,
.bkn-page .form-control {
    border-color: #0769C2;
}
/* line 153, ../scss/_main.scss */
.bkk-page .navbar-default,
.bkn-page .navbar-default {
    /*background-color: #0769C2;*/
    /*border-color: $bkColorDark;*/
    /*border: none;*/
    border-radius: 0px;
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    border-bottom: transparent solid 1px;
}
    /* line 158, ../scss/_main.scss */
    .bkk-page .navbar-default .navbar-toggle:hover,
    .bkk-page .navbar-default .navbar-toggle:focus,
    .bkn-page .navbar-default .navbar-toggle:hover,
    .bkn-page .navbar-default .navbar-toggle:focus {
        background-color: #0769C2;
    }
    /* line 165, ../scss/_main.scss */
    .bkk-page .navbar-default .navbar-nav > li.active > a, .bkk-page .navbar-default .navbar-nav > li:hover > a,
    .bkn-page .navbar-default .navbar-nav > li.active > a,
    .bkn-page .navbar-default .navbar-nav > li:hover > a {
        /*background-color: #0769C2;*/
        background-image: linear-gradient(to top, #0769C2 0%, #008fcd 100%);
    }
/* line 173, ../scss/_main.scss */
.bkk-page .the-title,
.bkk-page a,
.bkn-page .the-title,
.bkn-page a {
    color: #0769C2;
}
/* line 176, ../scss/_main.scss */
.bkk-page .boder-box,
.bkn-page .boder-box {
    border-color: #0769C2;
}
    /* line 178, ../scss/_main.scss */
    .bkk-page .boder-box .boder-box-header,
    .bkn-page .boder-box .boder-box-header {
        /*background-color: #0769C2;*/
        background-image: linear-gradient(to right, #0769C2 0%, #008fcd 100%);
    }
/* line 182, ../scss/_main.scss */
.bkk-page .product-point,
.bkn-page .product-point {
    border-color: #0769C2;
    color: #0769C2;
}
    /* line 185, ../scss/_main.scss */
    .bkk-page .product-point strong,
    .bkn-page .product-point strong {
        text-shadow: 1px 1px #0769C2;
    }
/* line 190, ../scss/_main.scss */
.bkk-page .points-list > li,
.bkn-page .points-list > li {
    border-color: #0769C2;
}
/* line 194, ../scss/_main.scss */
.bkk-page .points-list .list-inline li .sign,
.bkn-page .points-list .list-inline li .sign {
    color: #0769C2;
}
/* line 199, ../scss/_main.scss */
.bkk-page .gift-box,
.bkn-page .gift-box {
    background-color: #0769C2;
    border-color: #0769C2;
}
/* line 203, ../scss/_main.scss */
.bkk-page .bg-section,
.bkn-page .bg-section {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0769C2), color-stop(1, #0769C2));
    background-image: -o-linear-gradient(bottom, #0769C2 0%, #0769C2 100%);
    background-image: -moz-linear-gradient(bottom, #0769C2 0%, #0769C2 100%);
    background-image: -webkit-linear-gradient(bottom, #0769C2 0%, #0769C2 100%);
    background-image: -ms-linear-gradient(bottom, #0769C2 0%, #0769C2 100%);
    background-image: linear-gradient(to bottom, #0769C2 0%, #0769C2 100%);
}
/* line 217, ../scss/_main.scss */
.bkk-page #footer,
.bkn-page #footer {
    /*background-color: #0769C2;*/
    background-image: linear-gradient(to right, #0769C2 0%, #19498d 100%);
    color: #ffffff;
}
/* line 223, ../scss/_main.scss */
.bkk-page #page-slider .next,
.bkk-page #page-slider .prev,
.bkn-page #page-slider .next,
.bkn-page #page-slider .prev {
    background-color: #0769C2;
}

/* line 52, ../scss/_main.scss */
.bnk-page .btn-primary {
    background-color: #0f335b;
    border-color: #0f335b;
    color: #ffffff;
}
    /* line 56, ../scss/_main.scss */
    .bnk-page .btn-primary:hover {
        background-color: #d81921;
        border-color: #d81921;
    }
/* line 61, ../scss/_main.scss */
.bnk-page .form-control {
    border-color: #0f335b;
}
/* line 64, ../scss/_main.scss */
.bnk-page .navbar-default {
    background-color: #0f335b;
    /*border-color: $imlnColorDark;*/
    border: none;
}
    /* line 69, ../scss/_main.scss */
    .bnk-page .navbar-default .navbar-toggle:hover,
    .bnk-page .navbar-default .navbar-toggle:focus {
        background-color: #d81921;
    }
    /* line 76, ../scss/_main.scss */
    .bnk-page .navbar-default .navbar-nav > li.active > a, .bnk-page .navbar-default .navbar-nav > li:hover > a {
        background-color: #d81921;
    }
/* line 84, ../scss/_main.scss */
.bnk-page .the-title,
.bnk-page a {
    color: #0f335b;
}
/* line 87, ../scss/_main.scss */
.bnk-page .boder-box {
    border-color: #0f335b;
}
    /* line 89, ../scss/_main.scss */
    .bnk-page .boder-box .boder-box-header {
        background-color: #0f335b;
    }
/* line 93, ../scss/_main.scss */
.bnk-page .product-point {
    border-color: #0f335b;
    color: #0f335b;
}
    /* line 96, ../scss/_main.scss */
    .bnk-page .product-point strong {
        text-shadow: 1px 1px #d81921;
    }
/* line 101, ../scss/_main.scss */
.bnk-page .points-list > li {
    border-color: #0f335b;
}
/* line 105, ../scss/_main.scss */
.bnk-page .points-list .list-inline li .sign {
    color: #0f335b;
}
/* line 110, ../scss/_main.scss */
.bnk-page .gift-box {
    background-color: #0f335b;
    border-color: #0f335b;
}
/* line 114, ../scss/_main.scss */
.bnk-page .bg-section {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0769C2), color-stop(1, #0769C2));
    background-image: -o-linear-gradient(bottom, #0769C2 0%, #0769C2 100%);
    background-image: -moz-linear-gradient(bottom, #0769C2 0%, #0769C2 100%);
    background-image: -webkit-linear-gradient(bottom, #0769C2 0%, #0769C2 100%);
    background-image: -ms-linear-gradient(bottom, #0769C2 0%, #0769C2 100%);
    background-image: linear-gradient(to bottom, #0769C2 0%, #0769C2 100%);
}
/* line 128, ../scss/_main.scss */
.bnk-page #footer {
    background-color: #0f335b;
    color: #ffffff;
}
/* line 134, ../scss/_main.scss */
.bnk-page #page-slider .next,
.bnk-page #page-slider .prev {
    background-color: #0f335b;
}

/* line 228, ../scss/_main.scss */
.product-img {
    width: 320px;
    max-width: 100%;
    height: auto;
}

/* line 233, ../scss/_main.scss */
.product-point {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    border: #0769C2 solid 6px;
    text-align: center;
    display: inline-block;
    margin: 55px 0;
    padding: 12px 0;
}
    /* line 242, ../scss/_main.scss */
    .product-point strong {
        display: block;
        font-size: 63px;
        font-weight: 700;
        text-shadow: 2px 2px #0769C2;
        line-height: 1;
    }
    /* line 249, ../scss/_main.scss */
    .product-point small {
        font-size: 16px;
    }

/* line 254, ../scss/_main.scss */
.section {
    margin-bottom: 25px;
    position: relative;
    background-color: #ffffff;
}
    /* line 258, ../scss/_main.scss */
    .section.bg {
        background-color: #d9f5ff;
    }
    /* line 261, ../scss/_main.scss */
    .section .archor {
        opacity: 0;
    }

.border-left {
    border-left: 2px dashed #eee;
}
/* line 265, ../scss/_main.scss */
.gift-box {
    border: #0769C2 solid 1px;
    background-color: #0769C2;
    color: #ffffff;
    width: 280px;
    max-width: 100%;
    margin: 5px;
}
    /* line 273, ../scss/_main.scss */
    .gift-box .gift-box-content {
        padding: 10px;
    }
    /* line 276, ../scss/_main.scss */
    .gift-box .gift {
        height: 260px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }
        /* line 281, ../scss/_main.scss */
        .gift-box .gift img {
            opacity: 0;
        }

/* line 287, ../scss/_main.scss */
.points-list > li {
    padding: 15px 0;
    border-top: #0769C2 solid 1px;
}
    /* line 290, ../scss/_main.scss */
    .points-list > li:first-child {
        border-top: none;
    }
    /* line 294, ../scss/_main.scss */
    .points-list > li .list-inline li {
        vertical-align: middle;
    }
        /* line 297, ../scss/_main.scss */
        .points-list > li .list-inline li .sign {
            font-size: 63px;
            padding: 0 30px;
        }

/* line 306, ../scss/_main.scss */
.modal-open #main-nav {
    padding-right: 17px;
}

/* line 310, ../scss/_main.scss */
#slider {
    margin-bottom: 20px;
    overflow: hidden;
}
    /* line 313, ../scss/_main.scss */
    #slider .banner-item {
        text-align: center;
        width: 100%;
        background-image: url(../img/bg.jpg);
    }

/*modal*/
/* line 319, ../scss/_main.scss */
.modal-header {
    color: #ffffff;
    background-color: #0769C2;
}
    /* line 323, ../scss/_main.scss */
    .modal-header button.close {
        color: #0769C2;
        opacity: 0.8;
        text-shadow: none;
    }

/* line 329, ../scss/_main.scss */
.modal-footer {
    text-align: center;
}

/* line 332, ../scss/_main.scss */
.input-lg {
    font-size: 16px;
}

/* line 335, ../scss/_main.scss */
.main-slider {
    position: relative;
}

/* line 340, ../scss/_main.scss */
#page-slider .next,
#page-slider .prev {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-top: -18px;
    z-index: 100;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}
/* line 351, ../scss/_main.scss */
#page-slider .next {
    background-image: url(../img/next-icon.png);
    right: 10px;
}
/* line 355, ../scss/_main.scss */
#page-slider .prev {
    background-image: url(../img/back-icon.png);
    left: 10px;
}

/* line 1, ../scss/_footer.scss */
#footer {
    padding: 20px 0;
}
    /* line 4, ../scss/_footer.scss */
    #footer a {
        color: #ffffff;
    }

@media (min-width: 768px) {
    /* line 3, ../scss/_responsive.scss */
    .navbar-default .navbar-nav {
        width: 100%;
    }
        /* line 5, ../scss/_responsive.scss */
        .navbar-default .navbar-nav > li {
            margin-right: 2px;
            margin-left: 2px;
            width: 19.446%;
        }
        /* line 9, ../scss/_responsive.scss */
        .navbar-default .navbar-nav .menu-icon {
            display: block;
            margin: 0 auto 5px;
        }

    /* line 16, ../scss/_responsive.scss */
    .section .archor {
        position: absolute;
        top: -145px;
    }

    .captchar-margin {
        margin-bottom: 0;
    }
}
@media (min-width: 992px) {
    /* line 3, ../scss/_responsive.scss */
    .navbar-default .navbar-nav {
        width: 100%;
    }
        /* line 5, ../scss/_responsive.scss */
        .navbar-default .navbar-nav > li {
            margin-right: 2px;
            margin-left: 2px;
            width: 19.576%;
        }
        /* line 9, ../scss/_responsive.scss */
        .navbar-default .navbar-nav .menu-icon {
            display: block;
            margin: 0 auto 5px;
        }

    /* line 16, ../scss/_responsive.scss */
    .section .archor {
        position: absolute;
        top: -145px;
    }

    .captchar-margin {
        margin-bottom: 0;
    }
}
@media (min-width: 1200px) {
    /* line 3, ../scss/_responsive.scss */
    .navbar-default .navbar-nav {
        width: 100%;
    }
        /* line 5, ../scss/_responsive.scss */
        .navbar-default .navbar-nav > li {
            margin-right: 2px;
            margin-left: 2px;
            width: 19.65%;
        }
        /* line 9, ../scss/_responsive.scss */
        .navbar-default .navbar-nav .menu-icon {
            display: block;
            margin: 0 auto 5px;
        }

    /* line 16, ../scss/_responsive.scss */
    .section .archor {
        position: absolute;
        top: -145px;
    }

    .captchar-margin {
        margin-bottom: 0;
    }
}



@media (max-width: 767px) {
    /* line 24, ../scss/_responsive.scss */
    .navbar-fixed-top {
        position: static;
    }

    .youtube {
        height: 200px;
    }

    /* line 28, ../scss/_responsive.scss */
    .section .archor {
        position: absolute;
        top: -60px;
    }

    /* line 33, ../scss/_responsive.scss */
    .navbar-default {
        margin: 0 -15px 25px;
    }
        /* line 37, ../scss/_responsive.scss */
        .navbar-default .navbar-nav > li > a {
            text-align: left;
            padding: 10px 15px;
        }
        /* line 43, ../scss/_responsive.scss */
        .navbar-default .navbar-nav .menu-icon {
            margin-right: 25px;
            width: 40px;
            height: 40px;
            padding: 7px 0;
            margin-bottom: 0;
            vertical-align: middle;
        }
            /* line 49, ../scss/_responsive.scss */
            .navbar-default .navbar-nav .menu-icon .fa {
                font-size: 20px;
            }

    .captchar-margin {
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    /* line 57, ../scss/_responsive.scss */
    .h1.hotline {
        display: block;
        margin: 0 5px;
    }
	.hotline {
        font-size: 20px;
        margin: 0 5px;
    }
    .captchar-margin {
        margin-bottom: 15px;
    }
}

.refreshCaptcha {
    background-image: url(../img/refresh-btn.png);
    margin: 5px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

table.table-fix-adk {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

    table.table-fix-adk td {
        text-align: right;
    }

        table.table-fix-adk th:first-child, table.table-fix-adk td:first-child {
            padding-right: 15px;
            color: #0769C2;
            font-size: 18px;
            font-weight: 700;
            text-align: left;
        }

    table.table-fix-adk tr td {
        border-bottom: 1px dotted;
        padding: 12px;
    }

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
/* Cong dung san pham
.modal-content {
    background-image: url(../img/modal-bg.jpg) !important;
} */
.modal-content .header1 {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #ffee00;
    text-transform: uppercase;
}

.modal-content .header2 {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: #ffee00;
    text-transform: uppercase;
}

.modal-detail {
    border: 5px solid #8bcaf5;
    border-radius: 15px;
    padding: 10px;
    margin: 10px 0px;
    width: 100%;
    background-color: #163456;
    color: #fff;
}

.modal-jumbotron {
    padding: 5px;
    margin-top: 10px;
    color: #fff;
    background-color: #002f5b;
    border-radius: 15px;
}

.huongdan {
    border-color: #2B8E3E !important;
}

#main-nav {
    /*    background-color: #ffffff;
*/ margin-bottom: 10px;
}

.table-bordered > tbody > tr > td {
    padding: 15px;
    text-align: left;
    border: 1px solid #ada8a8;
}

.table-bordered > tbody > tr > th {
    padding: 15px;
    text-align: center;
    border: 1px solid #ada8a8;
}

@media only screen and (min-width : 481px) {
    .flex-row {
        display: flex;
        flex-wrap: wrap;
    }

        .flex-row > [class*='col-'] {
            flex-direction: column;
        }

        .flex-row.row:after,
        .flex-row.row:before {
            display: flex;
        }
}

.center {
    margin: 0;
    position: relative;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -30%);
}

.center-vet {
    top: 30%;
    transform: translate(-50%, 0%);
}

.btn-green {
    border-radius: 50px;
    background-color: #0769C2;
    color: #000000 !important;
    border: #0769C2 solid 1px;
}

    .btn-green:hover {
        background-color: #0769C2;
        color: #ffffff !important;
    }
.slick-dotted.slick-slider {
    margin-bottom: 55px;
}
.prev {
    color: #999;
    position: absolute;
    top: 38%;
    left: -2em;
    font-size: 1.5em;

}

.next {
    color: #999;
    position: absolute;
    top: 38%;
    right: -2em;
    font-size: 1.5em;

}
.slider {
    background-color: white;
    height: auto !important;
}

.slick-slide {
    margin: 0px 20px;
}

    .slick-slide img {
        width: 100%;
        border: solid 3px #DEDEDE;
        border-radius: 10px;
        box-shadow: 5px 5px 5px #AAA;
    }
.mobile {
    display: none;
}

.desktop {
    display: block;
}

@media screen and (max-width: 480px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }
}
#goGame
{
	display: none;
}