﻿/* COMMON */
@font-face {
    font-family: uvn_baisau;
    src: url('../fonts/UVNBaiSau_R.TTF');
}

#HeaderContainer {
    /* text-align: center; */
    height: 87px;
    /*padding:10px 13.7% 10px 13.5%;
    width: auto;*/
    margin: 0 auto;
    width: 978px;
    border-radius: 0;
    margin-bottom: 8px;
    /*background-color: white;*/
    -moz-box-shadow: inset 0px 0px 0px 0px #ee97fe;
    -webkit-box-shadow: inset 0px 0px 0px 0px #34A855;
    box-shadow: inset 0px 0px 0px 0px #34A855;
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#5c0101), to(#300101)); */
    /* background-image: -webkit-linear-gradient(top, #5c0101, #300101); */
    background-image: -o-linear-gradient(top, #5c0101, #300101);
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    font-family: "UVNHONGHAHEP";
}
.box-tear{
                text-align: left;
                padding: 25px 15px;
                color: #D3EDFF;
                font-family: UVNHongHaHepB,Calibri,Trebuchet MS;
                font-size: 18px;
                margin-top: -32px;
                position: relative;
                background-color: rgba(225, 18, 22, 0.75);
                border-radius: 0.5em;
                float: left;
                min-height: 250px;
                min-width: 700px;
        }

.chucnang {
    margin: 5px 0 8px 0;
    /*background: #300101;*/
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#5c0101), to(#300101));
    background-image: -webkit-linear-gradient(top, #5c0101, #300101);
    background-image: -moz-linear-gradient(top, #5c0101, #300101);
    background-image: -ms-linear-gradient(top, #5c0101, #300101);
    background-image: -o-linear-gradient(top, #5c0101, #300101);
    background-image: linear-gradient(to bottom, #5c0101, #300101);*/
    color: #f2f2f2;
    padding: 8px;
    text-align: center;
    height: 135px;
    position: relative;
    /*-moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;*/
    /*border-radius: 5px 0 0 5px;*/
    border-radius: 0px;
}

.datve {
    /*background: #300101;*/
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#5c0101), to(#300101));
    background-image: -webkit-linear-gradient(top, #5c0101, #300101);
    background-image: -moz-linear-gradient(top, #5c0101, #300101);
    background-image: -ms-linear-gradient(top, #5c0101, #300101);
    background-image: -o-linear-gradient(top, #5c0101, #300101);
    background-image: linear-gradient(to bottom, #5c0101, #300101);*/
    color: #f2f2f2;
    padding: 8px;
    text-align: center;
    position: relative;
    height: 250px;
    /*-moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    border-radius: 0px;
    box-shadow: 0px 2px 0px 0px #B8A6A6;*/
}

.left {
    margin-top: 8px;
    /*margin-left: 8px;*/
    float: left;
    width: 240px;
    background: rgba(255, 98, 0, 0.8);
    /*box-shadow: 2px 2px 3px 0px #C78714;*/
}

.left_to_right {
    margin-top: 8px;
    margin-right: 4px;
    float: left;
    width: 226px;
}

.right {
    float: right;
    width: 700px;
    /*background: #590101;*/
    
    margin: 8px 0px 8px 0px;
    min-height: 430px;
    z-index: 10;
}

.right_to_left {
    width: 958px;
    margin: 10px;
    /* padding: 10px; */
    background: #FFFFFF;
    float: left;
}

.cl {
    clear: both;
}
/* --------------------------tab----------------------- */

#tabs {
        float: right;
    padding-right: 25px;
    list-style: none;

    /*padding-left: 18%;*/
    
    /*text-shadow: 0 1px 2px #f2f2f2;*/
}
ul .tabli {
    /*display: inline-block;
    background: url(../images-cine/tab_unactive.png) no-repeat;
    color: #fff;
    padding: 10px 0;
    margin: 0 -15px;
    list-style: none inside;
    cursor: pointer;
    width: 200px;
    height: 15px;
    text-align: center;
    z-index: 0;
    position: relative;
    font-weight: bold;*/
}
    #tabs li {
        float: left;
        /*background:rgba(255, 98, 0, 0.8);
         width: 50%;
        margin: 0 .5em 0 0;*/
    }

    #tabs a {
        text-transform: uppercase;
        position: relative;
        background: url(../images-cine/tab_unactive.png) no-repeat;
        font-size: 18px;
        font-weight: bold;
        height: 35px;
        font-family: "UVNHongHaHepB",Calibri,"Trebuchet MS";
        /*padding: 8px 0px;*/
        text-align: center;
        width: 200px;
        float: left;
        text-decoration: none;
        color: white;
    display: inline-block;
    padding: 10px 0;
    margin: 0 -15px;
    list-style: none inside;
    cursor: pointer;
    width: 220px;
    text-align: center;
    z-index: 0;
    position: relative;
    font-weight: bold;
    }



        /*#tabs a:hover,
        #tabs a:hover::after,
        #tabs a:focus,
        #tabs a:focus::after {
            background: #C55D3C;
        }

        #tabs a:focus {
            outline: 0;
        }*/


    #tabs #current a,
    #tabs #current a::after {
        /*z-index: 3;*/
        background: url(../images-cine/tab_active.png) no-repeat;
    color: white;
    width: 235px;
    z-index: 1;
        /*top: -157px;
    left: -260px;*/
    }


/* ------------------------------------------------- */
#content {
    padding: 0px;
    left: 0px;
    position: relative;
    
    color: #f2f2f2;
    font-size: 12px;
    top: 0px;
    width: 726px;
}

    #content h2, #content h3, #content p {
        margin: 0 0 15px 0;
    }

/*---------------------------*/
.rap {
    /*margin: 0 8px 0 8px;*/
    margin: 0px;
    /*padding: 7px;*/
    padding: 0px;
    background-image: linear-gradient(to bottom, rgb(9, 2, 2), rgba(0, 0, 0, 0.8));
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 0px;
    border: 0px;
}

    .rap a {
        text-decoration: none;
    }

    .rap h3 {
        color: white;
    }



.crap {
    /*margin: 0 8px 0 8px;
    padding: 7px 0 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
}

    .crap a {
        text-decoration: none;
        color: white;
        font-size: 12pt;
    }

    .crap h3 {
        color: white;
    }

    .crap a img {
        max-width: 700px;
        border-radius: 5px;
        margin-right: 7px;
        float: left;
    }

.warp {
    margin: auto;
    width: 700px;
    /*background: rgb(194, 178, 178);*/
    /*background: url(../images/Background1.png);*/
    /*padding-top: 7px;*/
}

.border-top {
    z-index: 5;
    border-top: 1px solid blue;
    padding-top: 50px;
}

.pro {
    float: left;
    padding: 0 0 0 13px;
    text-align: center;
    width: 150px;
}

    .pro img {
        height: 185px;
        width: 132px;
        margin-right: 5px;
        border-radius: 5px;
    }


.row {
    background: none repeat scroll 0 0 #666666;
    border-radius: 5px 5px 5px 5px;
    margin: 0 8px;
}

.video {
    float: left;
    width: 708px;
}

.main {
    /*padding-bottom:6px;*/
}

.copyright {
    border-top: solid 1px rgba(150,217,0,0.3);
}

.button {
    moz-box-shadow: inset 0px 0px 0px 0px #ee97fe;
    -webkit-box-shadow: inset 0px 0px 0px 0px #34A855;
    box-shadow: inset 0px 0px 0px 0px #34A855;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #34A855), color-stop(1, #300D36) );
    background: -moz-linear-gradient( center top, #34A855 5%, #300D36 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da3df6', endColorstr='#34A855');
    background-color: #34A855;
    /*-moz-border-radius: 6px;
    -webkit-border-radius: 6px;*/
    /*border-radius: 6px;*/
    border: 1px solid #3E493C;
    display: inline-block;
    color: ActiveBorder;
    font-family: inherit;
    font-size: 13px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #b115cd;
}

    .button:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b51ed0), color-stop(1, #da3df6) );
        background: -moz-linear-gradient( center top, #b51ed0 5%, #da3df6 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b51ed0', endColorstr='#da3df6');
        background-color: #b51ed0;
    }

    .button:active {
        position: relative;
        top: 1px;
    }

.buttonx {
    width: 100px;
    float: left;
    background: rgb(4, 164, 225);
    border: none;
    color: #fff;
    font-family: sans-serif;
    text-transform: capitalize;
    height: 35px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 1px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 1px 0px rgba(50, 50, 50, 0.75);
}

    .buttonx:hover {
        /*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b51ed0), color-stop(1, #da3df6) );
	    background:-moz-linear-gradient( center top, #b51ed0 5%, #da3df6 100% );*/
            background: rgb(255, 25, 49);
        /*background-color:#b51ed0;*/
        cursor: pointer; height: 35px;   border: none;
    }

    .buttonx:active {
         height: 35px ;  border: none;
    }

/*Movies detail*/
.MoviesItem {
    float: left;
    /* padding: 5px; */
    border: 3px solid white;
    /* border-radius: 5px; */
    margin-right: 8px;
    margin-bottom: 8px;
    width: 335px;
}

    .MoviesItem img {
        height: 185px;
        width: 132px;
        margin-right: 5px;
        cursor: pointer;
    }

.MoviesItem_Name {
    float: left;
    font-weight: bold;
    color: yellow;
    width: 185px;
    height: 32px;
}



/**
    DMS - QUANG
    */

#jslidernews3 {
    text-align: center;
    /*background-color: blueviolet;*/
    width: 978px;
    height: 340px;
    margin-left: -1px;
    border: 0px !important;
}

.new-iframe-left {
    /*width:978px;*/
    /*border-right: 6px solid rgba(255, 98, 0, 0.8);*/
    width: 489px;
    height: 550px;
    float: left;
    padding-top: 7px;
    margin-bottom: 7px;
}

    .new-iframe-left .content {
        background: rgba(255, 98, 0, 0.8) url(../images/Background1.png);
    }

.new-iframe-right {
    width: 489px;
    float: left;
    padding-top: 7px;
    margin-bottom: 7px;
}

.title-social {
    display: inline-block;
    font-size: 34px;
    white-space: nowrap;
    text-transform: uppercase;
    color: rgba(255, 98, 0, 0.8);
    width: 100%;
    position: relative;
    height: 41px;
    font-family: Arial;
    border-bottom: 1px solid #ff5c00;
}

    .title-social span {
        border-bottom: 4px solid #ff5c00;
    }

.logo-social {
    margin-top: 10px;
}

    .logo-social img {
        margin-left: 3px;
    }

.select_text {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #c74c00;
    color: black;
    padding: 5px;
    width: 195px;
}

.border-datve {
    border-bottom: 1px solid rgba(255, 98, 0, 1);
    margin-top: 59px;
    position: absolute;
    width: 100%;
}

#content-movie {
    background: rgba(254, 128, 50, 1);
    padding: 10px;
    left: 0px;
    position: relative;
    z-index: 2;
    color: #f2f2f2;
    font-size: 12px;
    top: 0px;
    width: 690px;
}

.name-movie {
    float: left;
    margin: 10px 0px;
    width: 142px !important;
    text-align: center;
    font-weight: bold;
    color: white;
    font-family: tahoma;
}

.payment_text_info {
    background: none repeat scroll 0 0 #fff;
    border: 0px solid #c74c00;
    color: black;
    padding: 5px;
}body {
}
