@import "font.css";
@charset "utf-8";
*, *:before, *:after {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
body {
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
    font-weight: normal;
}
* {
    margin: 0;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
}
.clr {clear: both}
.flex {
    display: flex;
    margin: 0 -15px !important;
    flex-wrap: wrap;
}
.text_center {text-align: center}
ul {padding: 0}
img {
    border: 0;
    max-width: 100%;
    height: auto;
}
::selection {
    background-color: #db1a5b;
    color: #fff;
}
::-webkit-selection {
    background-color: #db1a5b;
    color: #fff;
}
-webkit-::selection {
    background-color: #db1a5b;
    color: #fff;
}
::-moz-selection {
    background-color: #db1a5b;
    color: #fff;
}
.no_style {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pagewrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.page_conten_page{
    padding-top: 15px;
    padding-bottom: 15px;
}
.conten_page {padding: 30px 0}
.showText p {
    padding-bottom: 15px;
    font-size: 17px;
    line-height: 33px;
}
.showText img {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
}
.showText ul {padding-bottom: 15px}
.showText ul li {
    font-size: 17px;
    line-height: 30px;
}
.why_home_1 li {
    list-style: none;
    line-height: 0;
    width: 40%;
    text-align: center;
}
.why_home_2 li {
    float: left;
    list-style: none;
    line-height: 0;
    width: 31%;
    text-align: right;
    padding-right: 15px;
}
.why_home_3 li {
    float: left;
    list-style: none;
    line-height: 0;
    width: 40%;
    text-align: left;
}
.why_home_1 li img,
.why_home_3 li img {
    width: auto;
    height: 250px;
}
.why_home_4 li img {
    width: auto;
    height: 300px;
}
.why_home_2 li img {
    width: auto;
    height: 200px;
}
.why_home_1 ul {
    position: relative;
    width: 60%;
    padding-left: 12%;
    padding-right: 10%;
    margin-top: 90px;
}
.why_home_2 ul {
    position: relative;
    float: left;
    width: 46%;
    padding-left: 12%;
    margin-left: 20%;
}
.why_home_3 ul {
    position: relative;
    float: left;
    width: 60%;
    padding-left: 12%;
    padding-right: 10%;
    margin-top: 95px;
}
.why_home_1 ul:after,
.why_home_2 ul:after,
.why_home_3 ul:after,
.why_home_4 ul:after {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    content: "01";
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dd1a5b;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: 'Open Sans Condensed';
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-box-shadow: 0 0 20px 1px #dd1a5b7a;
    -moz-box-shadow: inset 0 0 20px 1px #818181;
}
.why_home_1 ul:before {
    position: absolute;
    left: -170px;
    top: 90px;
    z-index: 1;
    content: "";
    background: url(../delete/arrow-1.svg) center center no-repeat;
    height: 170px;
    width: 180px;
}
.why_home_2 ul:before {
    position: absolute;
    left: 30px;
    top: 120px;
    z-index: 1;
    content: "";
    background: url(../delete/arrow-2.svg) center center no-repeat;
    height: 160px;
    width: 250px;
}
.why_home_2 ul:after {content: "02"}
.why_home_3 ul:after {content: "03"}
.why_home_4 ul:after {content: "04"}
.why_home_1 ul h3,
.why_home_2 ul h3,
.why_home_3 ul h3,
.why_home_4 ul h3 {
    font-size: 25px;
    color: #4a4043;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 5px;
}
.why_home_1 ul p,
.why_home_2 ul p,
.why_home_3 ul p,
.why_home_4 ul p {color: #5d6678}
.why_home_1 {padding-bottom: 100px}
.why_home_4 ul {
    position: relative;
    float: left;
    width: 51%;
    padding-left: 012%;
    margin-top: 150px;
}
.why_home_4 li {
    float: right;
    list-style: none;
    line-height: 0;
    width: 30%;
    text-align: right;
    padding-right: 15px;
}
.why_home_3 ul:before {
    position: absolute;
    left: -230px;
    top: 120px;
    z-index: 1;
    content: "";
    background: url(../delete/arrow-3.svg) center center no-repeat;
    height: 167px;
    width: 282px;
}
.box_why_home {
    padding-bottom: 220px;
    padding-top: 0;
    background: url(../images/bg_1.png) bottom center no-repeat #ffffff;
}
.right_fix {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 5;
}
.right_fix ul li {
    list-style: none;
    line-height: 0;
    margin-bottom: 15px;
}
.right_fix ul li img {
    width: auto;
    height: auto;
    border: double #ffffff 6px;
    padding: 5px;
    box-sizing: border-box;
    background: #db1a5b;
    bottom: -100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.right_fix ul li:hover img {background: #5abb49}
.chamsoc_kh {
    background: #393;
    color: #FFF;
    text-align: center;
    
/* padding: 10px 0;
    */;
}
.chamsoc_kh ul h3 {
    font-size: 17px;
    font-weight: 300;
    padding: 10px 25px;
    border-right: solid #FFF 1px;
    line-height: 1.6;
    width: 33.3336%;
    text-align: center;
}
.chamsoc_kh ul h3 a{
    color: #fff;
}
.chamsoc_kh ul h3 span {
    font-size: 22px;
    font-weight: 500;
    padding-left: 5px;
}
.footer {
    background: #888888;
    text-align: center;
    padding: 30px 0;
}
.box_price_home {
    padding-top: 0;
    background: #38384f;
    padding-bottom: 50px;
}
.price_list {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.price_list .item {
    width: 25%;
    padding: 15px;
}
.price_list .item > div {
    background: #f8f8f8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-bottom: solid #CCC 5px;
    text-align: center;
    height: 100%;
    position: relative;
}
.price_list .item > div h2 {
    background: #F44336;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 23px;
    font-family: 'Open Sans Condensed';
    font-weight: 500;
    padding: 10px 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.price_list .item > div .description{
    padding-bottom: 90px;
}
.price_list .item > div h3 {
    text-align: center;
    color: #f44336;
    line-height: 30px;
    font-size: 30px;
    font-weight: 500;
    padding-top: 20px;
    border-bottom: double #CCCCCC 4px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.price_list .item > div h3 b {
    color: #666;
    font-size: 17px;
    font-weight: 500;
}
.price_list .item > div h3 span {
    font-size: 22px;
    color: #000;
    display: block;
    font-family: 'Open Sans Condensed';
    line-height: 30px;
    padding-top: 5px;
    font-weight: 500;
}
.price_list .item > div p {
    padding: 5px 10px;
    font-size: 17px;
}
.price_list .item > div p font {
    font-size: 25px !important;
    color: #dd1a5b !important;
    font-weight: bold !important;
}
.price_list .item > div p span {
    display: block;
    text-decoration: line-through;
    color: #666;
    font-size: 18px;
}
.price_list .item > div p i {
    font-size: 13px;
    color: #f45c5c;
}
.price_list .item > div h4 {
    text-align: center;
    border-top: double #CCCCCC 4px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    padding-top: 20px;
    margin-bottom: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.price_list .item > div h4 a {
    display: inline-table;
    background: #f45c5c;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-transform: uppercase;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
}
.price_list .item > div h2.color_pre_1,
.price_list .item > div h4 a.color_pre_1 {background: #6ec1d4}
.price_list .item > div h2.color_pre_2,
.price_list .item > div h4 a.color_pre_2 {background: #ff8454}
.price_list .item > div h2.color_pre_3,
.price_list .item > div h4 a.color_pre_3 {background: #79bb6b}
.price_list .item > div h2.color_pre_4,
.price_list .item > div h4 a.color_pre_4 {background: #e45f5f}
.price_list .item > div h2.color_pre_5,
.price_list .item > div h4 a.color_pre_5 {background: #e45fa9}
.price_list .item > div h2.color_pre_6,
.price_list .item > div h4 a.color_pre_6 {background: #e49c5f}
.price_list .item > div h2.color_pre_7,
.price_list .item > div h4 a.color_pre_7 {background: #5f88e4}
.price_list .item > div h2.color_pre_8,
.price_list .item > div h4 a.color_pre_8 {background: #00B2B2}
.price_list .item > div h3.color_pre_1 {color: #6ec1d4}
.price_list .item > div h3.color_pre_2 {color: #ff8454}
.price_list .item > div h3.color_pre_3 {color: #79bb6b}
.price_list .item > div h3.color_pre_4 {color: #e45f5f}
.price_list .item > div h3.color_pre_5 {color: #e45fa9}
.price_list .item > div h3.color_pre_6 {color: #e49c5f}
.price_list .item > div h3.color_pre_7 {color: #5f88e4}
.price_list .item > div h3.color_pre_8 {color: #00B2B2}
.price_list .item > div h4 a:hover {background: #dd1a5b}
.title_page {
    padding-bottom: 35px;
    text-align: center;
}
.title_page ul h3 {
    color: #333;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 100;
    line-height: 50px;
    padding-bottom: 20px;
    background: url(../images/bg_line.png) center bottom no-repeat;
    margin-bottom: 16px;
}
.title_page.title_page_2 ul h3 {color: #fff}
.title_page ul h3 span {color: #dc1a5b}
.title_page.title_page_2 ul h3 span,
.bg_link ul h3 span {color: #ffc46e}
.title_page ul p {
    color: gray;
    font-size: 22px;
    line-height: 35px;
}
.title_page.title_page_2 ul p {color: #eee}
.botom_free {
    text-align: center;
    padding-top: 30px;
}
.botom_free.botom_free_2 {padding-top: 0}
.botom_free ul h3 a {
    background: #db1a5b;
    text-transform: uppercase;
    color: #ffffff;
    padding: 5px 40px;
    font-size: 18px;
    line-height: 35px;
    font-weight: 300;
    display: inline-block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    letter-spacing: 1px;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    position: relative;
    margin-top: 0;
    border: double #ffffff 8px;
}
.botom_free.botom_free_2 ul h3 a {background: #dc1a5b}
.botom_free ul h3 i {padding-left: 10px}
.botom_free ul h3 a:hover,
.box_title_banner ul h4 a:hover,
.total_parter ul h4 a:hover {background: #f60}
.uudiem_id .items_uu {
    width: 50%;
    padding: 15px;
}
.uudiem_id ul {
    width: 100%;
    background: #fff;
    padding: 25px;
    min-height: 240px;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.15);
    border-radius: 70px 20px 70px 20px;
    -webkit-border-radius: 70px 20px 70px 20px;
    -moz-border-radius: 70px 20px 70px 20px;
    overflow: hidden;
}
.uudiem_id ul.uudiem_right {
    border-radius: 20px 70px 20px 70px;
    -webkit-border-radius: 20px 70px 20px 70px;
    -moz-border-radius: 20px 70px 20px 70px;
}
.uudiem_id ul h2 {
    position: absolute;
    right: -30px;
    top: -140px;
    z-index: 0;
    color: #b1b1b121;
    font-size: 500px;
    font-weight: 600;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
    line-height: 600px;
}
.uudiem_id ul li {
    list-style: none;
    line-height: 0;
    position: absolute;
    right: 7%;
    top: 13%;
    z-index: 0;
}
.uudiem_id ul li img {
    height: auto;
    width: 90px;
    filter: grayscale(100%);



    opacity: .5;
}
.uudiem_id ul h3 {
    color: #db1a5b;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 100;
    line-height: 40px;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
}
.uudiem_id ul h3 span img {
    height: 28px;
    width: auto;
    padding-right: 13px;
}
.uudiem_id ul p {
    color: #444;
    padding-top: 10px;
    line-height: 25px;
}
.uudiem_id ul p i {
    font-size: 14px;
    color: #666;
    padding-right: 10px;
}
.box_uudiem {
    padding-top: 40px;
    background: #38384f;
    padding-bottom: 170px;
    position: relative;
}
.box_uudiem:after {
    background: url(../images/bg_3.png) bottom no-repeat;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 185px;
}
.dangky_tt ul h4 a:hover {background: #f60}
.dangky_tt {
    padding: 100px 0;
    text-align: center;
    background: url(../images/bg_2.jpg) center center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    color: #fff;
    position: relative;
}
.dangky_tt:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000c2;
    transition: .3s all ease;
    z-index: 0;
}
.dangky_tt ul h3 {
    padding-bottom: 20px;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 50px;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
    color: #ffc46e;
}
.dangky_tt ul p {
    padding-bottom: 30px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 30px;
}
.dangky_tt ul h4 a, #dang_ky {
    display: inline-table;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 30px;
    padding: 5px 40px;
    background: #dc1a5b;
    border: double #ffffff 7px;
    font-weight: 500;
    color: #fff;
    border-radius: 50px;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
    margin-top: 30px;
    letter-spacing: 3px;
}
.col-md-7 {
    width: 26.5%;
    display: inline-table;
    
/* margin-bottom: 10px;
    */
    

/* margin-top: 10px;
    */
    margin-left: 10px;
    color: #666;
    margin-right: 10px;
}
.col-md-3 {
    width: 100%;
    margin-bottom: 15px;
}
.form-control_3 {
    display: block;
    width: 100%;
    height: 45px;
    padding: 5px 15px;
    font-size: 17px;
    line-height: 1.42857143;
    color: #999;
    background: f2f2f2;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid #ccc;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
    resize: vertical;
    box-sizing: border-box;
}
.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 25px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    resize: vertical;
    box-sizing: border-box;
    text-transform: capitalize;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
}
.form-control:focus {
    border-color: #000000;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #000000bf;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #000000ba;
}
.row-frm select {
    height: 45px !important;
    width: 100%;
    margin: 0;
}
.box_home_2 {
    padding-top: 40px;
    padding-bottom: 20px;
}
.box_home {
    padding-top: 40px;
    padding-bottom: 20px;
    background: #f8f8f8;
}
.tintuc_home_id ul li,
.tintuc_home_id ul li img {
    list-style: none;
    line-height: 0;
    position: relative;
    overflow: hidden;
    display: block;
    height: auto;
    width: 100%;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -moz-border-radius: 50%;
}
.tintuc_home_id ul h3 a {
    color: #333;
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 30px;
    padding-bottom: 7px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    display: block;
}
.tintuc_home_id ul h3 a:hover,
.hinhanh_id ul:hover h3 {color: #db1a5b}
.tintuc_home_id ul h4 {
    color: #666;
    font-weight: normal;
    font-size: 16px;
    padding: 10px 0;
    text-transform: capitalize;
    line-height: 30px;
}
.tintuc_home_id ul h4 i {padding-right: 5px}
.tintuc_home_id ul p {
    color: #666;
    font-weight: normal;
    font-size: 17px;
    text-transform: none;
    line-height: 25px;
}
.placeNav_2,
.placeNav_3,
.placeNav_4 {
    position: absolute;
    top: 25%;
    z-index: 3;
    color: #fff;
    font-size: 80px;
    width: 30px;
    line-height: 35px;
    text-align: center;
    height: 50px;
    background: #1b202487;
    opacity: 0;
}
.placeNav {
    position: absolute;
    top: 30%;
    z-index: 3;
    color: #999;
    font-size: 40px;
    width: 35px;
    line-height: 30px;
    height: 35px;
    background: rgba(51, 51, 51, 0.69);
    text-align: center;
    opacity: 0;
    border-radius: 50%;
}
.placeNav.prev,
.placeNav_2.prev,
.placeNav_3.prev,
.placeNav_4.prev {left: 10px}
.placeNav_2.next,
.placeNav_3.next,
.placeNav_4.next {
    right: 10px;
    text-indent: 3px;
}
.placeNav.next {
    right: 10px;
    text-indent: 3px;
}
.placeSlide_main:hover .placeNav,
.placeSlide_main:hover .placeNav_2,
.placeSlide_main:hover .placeNav_3,
.placeSlide_main:hover .placeNav_4 {opacity: 1}
.placeNav:hover,
.placeNav_2:hover,
.placeNav_3:hover,
.placeNav_4:hover {
    color: #fff;
    background: #000000ad;
}
.placeSlide_main {
    position: relative;
    overflow: hidden;
}
.placeSlide,
.placeSlide_doiac,
.placeSlide_1,
.placeSlide_2 {width: 1300px}
.box_menu {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    background: #fff;
    padding: 10px 0;
    position: relative;
}
.box_menu.fixed {
    position: fixed;
    top: 0 !important;
    z-index: 4;
    background: #ffffff;
    width: 100%;
    -webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
    padding: 10px 0;
}
.box_menu.fixed .logo_top {top: 0}
.box_menu.fixed .logo_top ul li img {
    height: 45px;
    padding: 0;

    background: no-repeat;
}
.box_menu.fixed .logo_top ul h1 {display: none}
.box_menu.fixed .right_header ul li a,
.right_header ul li {color: #333}
.box_menu.fixed .menu {top: 5px}
.box_menu.fixed .menu > li:hover > a,
.box_menu.fixed .right_header ul li a:hover {color: #db1a5b}
.box_menu.fixed .menu > li > a {
    line-height: 40px;
    color: #333;
}
.box_menu.fixed .right_header {top: 17px}
.box_menu.fixed .menu li.homepage a {top: 5px}
.box_menu.fixed .openBtn {margin-top: 10px}
.box_menu.fixed .dropdown {
    position: absolute;
    top: 7px;
}
.box_menu:after,
.box_menu:before {
    content: "";
    position: inherit;
    top: 0;
    left: 0;
    right: 0;
}
.box_menu.fixed:after,
.box_menu.fixed:before {position: absolute}
.box_menu:before {
    top: auto;
    bottom: 0;
}
.menu li.homepage a i {
    font-size: 25px;
    margin: 0;
    padding: 0;
}
.menu li.homepage a {
    padding-right: 10px;
    top: 10px;
}
.menu li.homepage a:hover {
    color: #ed1c24;
    background: none;
}
.menu {
    margin: 0;
    padding: 0;
    right: 0;
    z-index: 3;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.menu.menu_pc {
    padding: 0 15px;
    width: calc(100% - 205px);
    text-align: right;
}
.menu * {list-style: none}
.menu > li + li {margin-left: 0}
.menu > li {
    float: left;
    position: relative;
    text-align: left;
}
.menu > li > a {
    display: block;
    line-height: 45px;
    position: relative;
    z-index: 2;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: #333;
    font-weight: 500;
    padding: 0 10px;
}
.menu > li > a i {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 7px;
    color: inherit;
    font-size: 11px;
}
.menu > li > a:after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 2px;
    background: #ed1c24;
    opacity: 0;
    z-index: 2;
    display: none;
}
.menu > li:hover > a {
    color: #db1a5b;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.menu > li:hover > a:after {
    left: 0;
    right: 0;
    opacity: 1;
}
.menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}
.menu > li.active > a {color: #EF1E23}
.menu > li.active > a:after {
    left: 0;
    right: 0;
    opacity: 1;
}
.menu > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    min-width: 140px;
    z-index: 2;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    display: block;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
}
.menu > li > ul:before {
    content: "";
    border: solid 7px transparent;
    border-bottom-color: #db1a5b;
    width: 0;
    height: 0;
    position: absolute;
    top: -4px;
    left: 17px;
    z-index: 2;
}
.menu > li > ul:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 3px;
    right: -3px;
    bottom: -3px;
    z-index: 0;
    background: rgba(0, 0, 0, 0);
}
.menu > li > ul > li {
    z-index: 2;
    position: relative;
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 0 15px;
    background: #db1a5b;
}
.menu > li > ul > li:first-child {
    padding-top: 10px;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
}
.menu > li > ul > li:last-child {
    padding-bottom: 10px;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
}
.menu > li > ul > li:last-child > a {border: none}
.menu > li > ul > li > a {
    display: block;
    white-space: nowrap;
    color: inherit;
    line-height: 40px;
    background: rgba(255, 255, 255, 0);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    padding: 0 24px 0 0;
    text-decoration: none !important;
    text-transform: capitalize;
    font-size: 17px;
}
.menu > li > ul > li > a > span {display: none}
.menu > li > ul > li:hover {z-index: 3}
.menu > li > ul > li:hover > a {
    padding: 0 12px 0 12px;
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent;
}
.menu > li > ul > li > a {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.logo_top {
    width: 205px;
    padding: 0 15px;
    margin: auto;
}
.logo_top ul li {
    list-style: none;
    line-height: 0;
}
.logo_top ul li img {
    width: auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    height: 60px;
}
.logo_top ul h1 {
    color: #FF9800;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 100;
    line-height: 20px;
    display: block;
    padding-top: 5px;
}
.bannerInside {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}
.bannerMain {
    position: relative;
    overflow: hidden;
}
.posBL {
    left: 0;
    bottom: 0;
}
.pagiBanner {
    position: relative;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: auto;
    width: auto;
    text-align: center;
    z-index: 2;
}
.pagiBanner a {
    display: inline-block;
    vertical-align: text-top;
    width: 15px;
    height: 15px;
    background: #000000b5;
    text-indent: -100000px;
    margin: 0 5px;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    
/* -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    */
    

/* box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    */
    border: solid #fff 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.pagiBanner a.selected {background: #e62a43}
.video_home {
    right: 0;
    top: 100px;
    z-index: 2;
}
.video_home {
    background: #fff;
    padding: 15px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    width: 50%;
}
.video_home video {
    width: 100%;
    height: auto;
}
.box_title_banner {
    z-index: 2;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: auto;
    width: 50%;
    padding: 0 15px;
}
.box_title_banner.box_title_banner_3 {
    right: 0;
    text-align: right;
    left: inherit;
}
.box_title_banner.box_title_banner_2 {
    left: 0;
    right: 0;
    text-align: center;
}
.box_title_banner ul h3 {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 60px;
    font-weight: 500;
    color: #db1a5b;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px #fff;
    line-height: 1.6;
}
.box_title_banner ul h3 span {
    text-transform: uppercase;
    display: block;
    font-size: 22px;
    line-height: 40px;
    line-height: 1.6;
    font-weight: 300;
    color: #000;
    font-family: 'Open Sans Condensed', sans-serif;
    letter-spacing: 1px;
}
.box_title_banner ul h3:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    background: #48ccd8;
    z-index: 2;
}
.box_title_banner ul p {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 35px;
    font-weight: 300;
    color: #000;
    line-height: 1.45;
}
.box_title_banner ul h4 a {
    text-transform: uppercase;
    color: #ffffff;
    padding: 5px 50px;
    font-size: 19px;
    line-height: 35px;
    font-weight: 300;
    display: inline-table;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    letter-spacing: 1px;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    position: relative;
    margin-top: 10px;
    border: double #ffffff 6px;
    background: #db1a5b;
}
.bg_color_id ul li.yellow_id {background: #38f1d1}
.bg_color_id ul li {
    float: left;
    width: 33.33%;
    height: 5px;
    list-style: none;
    line-height: 0;
}
.bg_color_id ul li.blu_id {background: #fa4b84}
.bg_color_id ul li.red_id {background: #f9d041}
.bg_link {
    padding: 20px 0;
    background: #38384f;
    background-image: linear-gradient(to right, #db1a5b, #2434b7);
    position: relative;
    background-position: center;
    background-size: cover;

}
.bg_link .flex {
    align-items: center;
    min-height: 260px;
}
.bg_link ul {
    margin: 0;
    padding: 15px;
    width: 50%;
}
.bg_link ul h3 {
    position: relative;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 100;
    line-height: 50px;
    padding-bottom: 20px;
    background: url(../images/bg_line_2.png) left bottom no-repeat;
    margin-bottom: 16px;
    color: #fff;
}
.bg_link ul p {
    color: #fff;
    font-size: 22px;
    line-height: 35px;
}
.bg_link li {
    margin: 0;
    padding: 15px;
    width: 50%;
    text-align: right;
    list-style: none;
}
.bg_link li img {
    height: 250px;
    width: auto;
}
.title_news {
    border-bottom: solid 1px #E6E6E6;
    margin-bottom: 15px;
}
.title_news h1 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    color: #db1a5b;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.title_news span {
    font-size: 16px;
    color: #666;
    list-style: none;
    list-style: none;
    background: url(../images/icon_day.png) center left no-repeat;
    padding-left: 25px;
    margin-bottom: 10px;
    font-style: italic;
}
.title_news p {
    line-height: 28px;
    color: #000;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    padding-bottom: 15px;
}
.mobile-menu-area {display: none}
.box_menu_pc.flex {align-items: center}
.header_menu_mobile>a.btn_menu {
    position: absolute;
    top: 50%;
    left: 15px;
    font-size: 28px;
    transform: translateY(-50%);
    color: #323232;
}
.bannerMain .banner {
    padding: 95px 0;
    background-size: cover !important;
}
.caroufredsel_wrapper {width: 100% !important}
.box_register>div {
    width: 33.33%;
    padding: 10px 15px;
}
.list_col_ft>li {
    width: 25%;
    padding: 15px;
}
.footer_bottom .title_footer {font-size: 16px}
.list_link_ft li:last-child {margin-bottom: 0}
.list_col_ft>li {padding: 0 15px}
.list_link_ft li a {
    color: #FFF;
    font-size: 15px;
    line-height: 1.6;
    transition: 0.25s all ease-in-out;
}
.list_link_ft li a:hover {color: #db1a5b}
.form_newsletter {
    margin: 15px 0;
    position: relative;
}
.submit_email {
    position: absolute;
    right: 0;
    width: 35px;
    font-size: 21px;

    color: #999;
    height: 33px;
    cursor: pointer;
    border: none;
    top: 1px;
    padding: 0;
}
.input_email {
    width: 100%;
    height: 35px;
    padding: 0 50px 0 5px;
}
.title_connect_pa {
    font-size: 14px;
    color: #FFF;
    margin: 10px 0;
}
.list_img_ft {
    display: flex;
    flex-wrap: wrap;
}
.list_img_ft>li {
    width: 50%;
    padding: 5px;
    margin: 0;
}
#footer {
    background: #888;
    padding: 15px 0;
    color: #FFF;
}
.box_header_top,
.footer_bottom,
.list_col_ft {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 0 0 15px 0;
}
.box_header_top .left_header_top,
.box_header_top .right_header_top {
    width: 50%;
    padding: 15px;
}
.title_footer {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 18px;
}
.list_adress li {
    margin: 10px 0;
    font-size: 15px;
    line-height: 1.45;
}
.list_adress li:last-child {margin-bottom: 0}
.left_header_bottom {
    width: 73%;
    padding: 15px;
}
.right_header_bottom {
    width: 27%;
    padding: 15px;
}
.list_col_ft>li {
    width: 25%;
    padding: 15px;
}
.footer_bottom .title_footer {font-size: 16px}
.list_link_ft li:last-child {margin-bottom: 0}
.list_col_ft>li {padding: 0 15px}
.list_link_ft li a {
    color: #FFF;
    font-size: 15px;
    line-height: 1.6;
    transition: 0.25s all ease-in-out;
}
.list_link_ft li a:hover {color: #db1a5b}
.form_newsletter {
    margin: 15px 0;
    position: relative;
}
.submit_email {
    position: absolute;
    right: 0;
    width: 35px;
    font-size: 21px;
    color: #999;
    height: 33px;
    cursor: pointer;
    border: none;
    top: 1px;
    padding: 0;
}
.input_email {
    width: 100%;
    height: 35px;
    padding: 0 50px 0 5px;
}
.title_connect_pa {
    font-size: 14px;
    color: #FFF;
    margin: 10px 0;
}
.list_img_ft {
    display: flex;
    flex-wrap: wrap;
}
.list_img_ft>li {
    width: 50%;
    padding: 5px;
    margin: 0;
}
.chamsoc_kh ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1100px;
}
.box_tinhang_home {padding: 30px 0}
.title_fun {
    color: #333;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 100;
    line-height: 50px;
    padding-bottom: 20px;
    background: url(../images/bg_line.png) center bottom no-repeat;
    margin-bottom: 16px;
    text-align: center;
}
.box_fun {padding: 35px 0}
.box_fun>ul {
    width: 50%;
    padding: 15px;
}
.note_fun {text-align: center}
.box_fun>ul h3 {
    color: #db1a5b;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 100;
    line-height: 40px;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
}
.box_sign {
    max-width: 100%;
    overflow-x: auto;
    padding: 15px 0;
}
.box_sign table {min-width: 600px}
table {border-collapse: collapse}
table,
th,
td {/*border: 1px solid #CCC*/}
.box_sign table th:first-child {
    text-align: left;
    width: 20%;
    background-color: #eee;
    color: #666;
}
.box_sign able th:nth-child(2) {
    width: 45%;
    color: #fff;
    background-color: #2b73bb;
}
.box_sign table th:last-child {
    width: 35%;
    color: #fff;
    background-color: #00cc7d;
}
.box_sign table th {
    height: 60px;
    line-height: 30px;
    padding: 0 10px;
    color: #666;
}
.box_sign table td {
    height: 60px;
    line-height: 30px;
    padding: 0 10px;
    color: #666;
}
.box_sign td:first-child {font-weight: 600}
.box_sign table td a:hover {
    border: 1px solid #dd1a5b;
    background-color: #dc1a5b;
    color: #fff;
}
.box_sign table td a {
    width: 36px;
    height: 36px;

    line-height: 36px;
    border: 1px solid #ccc;
    padding: 8px 15px;
    color: #666;
    font-weight: 600;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.box_sign td:nth-child(n+2) {text-align: right}
.box_warning i {
    color: #00b200;
    margin-right: 10px;
}
.box_table_fun {padding: 35px 0 0 0}
.box_table_fun table tr td {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 15px 10px;
    background-color: #f3f3f3;
}
.scroll-overflow {padding-top: 25px}
.box_table_fun table,
.box_table_fun th,
.box_table_fun td {border: 1px solid #fff}
.box_table_fun thead tr td {
    background: #db1a5b;
    color: #FFF;
    width: 100px;
}
.box_table_fun thead>tr {position: relative}
/*.box_table_fun tbody>tr td:first-child {
    text-align: left;
    width: 369px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: left;
    left: 15px;
    height: 150px;
}*/
.box_table_fun tbody>tr {height: 150px}
.box_table_fun tbody>tr:nth-child(6),
.box_table_fun tbody>tr:nth-child(6) td:first-child,
.box_table_fun tbody>tr:nth-child(21),
.box_table_fun tbody>tr:nth-child(21) td:first-child {height: 220px}
.box_table_fun tbody>tr:nth-child(4),
.box_table_fun tbody>tr:nth-child(4) td:first-child,
.box_table_fun tbody>tr:nth-child(9),
.box_table_fun tbody>tr:nth-child(9) td:first-child,
.box_table_fun tbody>tr:nth-child(17),
.box_table_fun tbody>tr:nth-child(17) td:first-child,
.box_table_fun tbody>tr:nth-child(19),
.box_table_fun tbody>tr:nth-child(19) td:first-child,
.box_table_fun tbody>tr:nth-child(23),
.box_table_fun tbody>tr:nth-child(23) td:first-child {height: 175px}
.green {color: #6ac259}
.orange {color: #f05228}
.scroll-overflow {
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
}
/*.box_table_fun thead tr td:first-child {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 15px;
    height: 61px;
    width: 369px;
}
#tabletinhnang {width: 800px}*/
.btn-muangay {
    border: solid 1px #db1a5b;
    color: #db1a5b;
    display: block;
    padding: 5px;
    border-radius: 10px;
    font-size: 15px;
    transition: 0.25s all ease-in-out;
}
.btn-muangay:hover {
    color: #FFF;
    background: #db1a5b;
}
.bg_link ul h3 {font-size: 28px}
.bg_link ul p {font-size: 18px}
.conten_ask {
    height: 0;
    visibility: hidden;
    opacity: 0;
}
.accordion .question {
    text-transform: capitalize;
    font-weight: 500;
    color: #333;
}
.accordion li.active {
    background: #ffffff;
    color: #000;
    padding: 10px;
    cursor: no-drop;
}
.accordion li.active .question {color: #FF9800 !important;}
.accordion li.active .conten_ask {
    color: #000;
    height: auto;
    visibility: visible;
    opacity: 1;
    line-height: 1.6;
    font-size: 18px;
    margin-top: 15px;
}
.accordion li {
    padding: 10px 0;
    cursor: pointer;
    line-height: 1.6;
    border-bottom: solid 1px #CCC;
    margin-bottom: 15px;
}
.accordion li:hover a {
    color: #5e2b99;
    padding: 10px;
}
.accordion li:hover .question {color: #FF9800;}
.pagination_page {text-align: center}
.pagination_page li {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    margin: 3px;
    align-items: center;
    background: #717171;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.pagination_page li:hover,
.pagination_page li.active {background: #db1a5b}
.pagination_page li a {
    color: #FFF;
    font-size: 21px;
    display: block;
}
.box_control_tab {
    width: 30%;
    padding: 0 15px 15px 15px;
}
.content_tab {
    width: 70%;
    padding: 0 15px 15px 15px;
}
.title_tab {
    background: #FF9800;
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    padding: 5px 0;
    line-height: 35px;
}
.tab.active {display: block}
.tab {display: none}
.control_tab_detail li.active .name_tab {
    background: #7D3F98;
    color: #FFF;
}
.control_tab li {display: block}
.control_tab li a {
    display: block;
    background: #eee;
    color: #333;
    padding: 10px 15px;
    border-bottom: solid 1px #CCC;
}
.control_tab li:last-child a {border: none}
.control_tab li a:hover {color: #db1a5b}
.control_tab li.active a {color: #db1a5b}
.Standard a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 50px;
    color: #fff;
    background-color: #F39000;
    border-radius: 5px;
    box-shadow: 0 1px 7px 0 rgba(153, 153, 153, 1);
    transition: .3s ease-in-out;
}
.list_browser {padding: 25px 0}
.list_browser li {
    padding: 15px;
    display: inline-block;
}
.list_browser li a {
    background: #FF9800;
    color: #FFF;
    display: inline-block;
    border-radius: 15px;
    padding: 15px 25px;
}
.list_browser li                                                                a {color: #FFF}
.list_browser li                                                                a i {margin-left: 10px}
.list_browser {text-align: center}
.list_ar_page>ul {
    width: 33.33%;
    padding: 15px;
}
.company_contact h2,
.contact__support h2,
.contact h2 {
    flex: 0 0 100%;
    font-size: 25px;
    color: #666;
    text-transform: uppercase;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 20px;
}
.formBox {
    max-width: auto;
    margin-left: 0;
}
.formBox li {
    display: block;
    position: relative;
    margin-bottom: 10px;
    z-index: 0;
}
#mabaove {padding-right: 100px}
.formBox li.mess:after {background-image: url(../images/contact/c_mess.png)}
.formBox li.phone:after {background-image: url(../images/contact/c_phone.png)}
.formBox li.mail:after {background-image: url(../images/contact/c_mail.png)}
.formBox li.name:after {background-image: url(../images/contact/c_name.png)}
.formBox li.code:after {background-image: url(../images/contact/c_code.png)}
li.code img {
    position: absolute;
    top: 0;
    width: 95px;
    right: 0;
}
.formBox li input,
.formBox li textarea {
    border: solid 1px #E1E1E1;
    height: 45px;
    color: #999;
    padding: 0 10px 0 45px;
    font-family: 'Open Sans', Arial, Helvetica, Tahoma, sans-serif;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.formBox li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 10;
}
.list_btn {margin-top: 20px}
.list_btn a {
    cursor: pointer;
    padding: 10px 5px;
    background: #db1a5b;
    color: #FFF;
    width: 100px;
    display: inline-block;
    text-align: center;
    margin-right: 7px;
}
.content_info {
    padding: 10px;
    background-color: #db1a5b;
    border: solid 4px #fff;
    border-radius: 10px;
    height: 100%;
}
.box_adress_contact {
    border-bottom: solid 1px #FFF;
    padding: 10px 0;
}
.pagewrap>.box_adress_contact:last-child {border-bottom: none}
.box_item_info {
    padding: 15px;
    width: 50%;
}
.content_info div {
    padding: 8px 20px;
    font-size: 15px;
}
.content_info div b {font-size: 1.6em}
.content_info>div:first-child {
    text-transform: uppercase;
    color: #ffe28c;
    font-weight: 500;
    padding: 15px 0;
    font-size: 21px;
}
div>.site {color: white}
.content_info>div.title_head_tuvan {
    background: url(../images/12.png) center left no-repeat;
    background-size: 45px !important;
    padding-left: 50px !important;
}
.background_call {
    background: url(../images/7.png) center left no-repeat;
    background-size: 15px;
}
.background_web {
    background: url(../images/9.png) center left no-repeat;
    background-size: 15px;
}
.background_mail {
    background: url(../images/8.png) center left no-repeat;
    background-size: 15px;
}
.title_head_kythuat {
    background: url(../images/13.png) center left no-repeat;
    background-size: 45px !important;
    padding-left: 50px !important;
}
.title_head_dv_kt {
    background: url(../images/14.png) center left no-repeat;
    background-size: 45px !important;
    padding-left: 50px !important;
}
.title_head_complain {
    background: url(../images/15.png) center left no-repeat;
    background-size: 45px !important;
    padding-left: 50px !important;
}
.background_complain {
    background: url(../images/10.png) center left no-repeat;
    background-size: 15px;
}
.background_complain_kd {
    background: url(../images/11.png) center left no-repeat;
    background-size: 15px;
}
.color_white {color: white}
.content_info> div b a {color: white}
.border_dot {border-bottom: dotted #CCC 1px}
.box_content_info {padding: 15px 0}
.group_hotline {
    background: url(../images/3.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding: 15px 0 35px 0;
}
.bg_link.bk_contact {
    background: none;
    font-size: 1.7em;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 5px black;
}
.background_addr {background: url(../images/4.png) center left no-repeat}
.background_call2 {background: url(../images/5.png) center left no-repeat}
.background_clock {background: url(../images/6.png) top 15px left no-repeat}
.list_adress_contact>li {
    background-size: 12px;
    padding: 5px 25px;
    position: relative;
    cursor: pointer;
    color: gray;
}
.background_clock i {
    font-size: 14px;
    margin-left: 5px;
}
.background_gray {background-color: #eee}
.group_adress_contact {
    background-color: #eee;
    padding: 35px 0;
}
.img_right_adress {
    width: 50%;
    padding: 15px;
}
.img_right_adress img {
    width: 100%;
    height: 100%;
}
.list_day {
    position: absolute;
    width: 220px;
    left: 0;
    background: #eee;
    padding: 15px;
    top: 100%;
    border-top: solid 2px #FFF;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}
.list_day li {
    line-height: 1.6;
    padding: 7px 0;
    text-transform: capitalize;
    color: gray;
}
li.background_clock:hover .list_day {
    opacity: 1;
    visibility: visible;
}
.content_adress h3 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #dd1a5b;
}
.trial-free{
    width: 100%;
    /* text-align: center; */
}

.footer__head {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    color: #ccc;
}
.fotter_content_left {
    width: 48%;
    float: left;
    padding: 0 30px 0 10px;
    border-right: 1px dashed;
}
.fotter_content_left h2, .fotter_content_right h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 5px;
    color: #fff;
}
.fotter_content_right {
    width: 45%;
    float: right;
    padding: 0 10px 0 30px;
}
.footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-top: 1.25rem;
    margin-top: 1.25rem;
    border-top: 1px solid #fff;
}
.footer__inner {
    color: #aaa;
    flex: 0 0 24%;
}
.footer__inner h2, .newsletter h2 {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
}
.footer_top ul li {
    list-style: none;
    line-height: 30px;
    color: #aaa;
    font-size: 16px;
    text-transform: none;
}
.newsletter {
    flex: 1;
}
.newsletter form {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.share_facebook {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: space-between;
}
.newsletter .license, .newsletter .license a {
    color: #ccc;
    font-size: 15px;
    font-weight: 400;
}
.newsletter .license, .newsletter .license a {
    color: #ccc;
    font-size: 15px;
    font-weight: 400;
}
.share_facebook > h5 {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.share_facebook > * {
    margin: 0;
}
.share_facebook a {
    float: left;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #7b858e;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
    margin-right: 10px;
    background-size: auto 14px;
}
.share_facebook .facebook {
    background-image: url(../images/c_facebook.png);
}
.share_facebook .twitter {
    background-image: url(../images/c_twitter.png);
}
.share_facebook .play {
    background-image: url(../images/c_play.png);
}
.share_facebook a.play {
    margin-right: 0;
}
.newsletter .newsletter__input {
    width: 100%;
    height: 32px;
    padding: 0 10px;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.newsletter .newsletter__submit {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 0;
    top: 1px;
    bottom: 0;
    border: 0;
    cursor: pointer;
    background: url(../images/arrow_newsletter.png) center center no-repeat;
}
.footer_top ul li a {
    color: #aaa;
}
.bottom_id_copyright {
    text-align: center;
    padding: 10px 0;
    background: #22282d;
    color: #aaa;
}
.bottom_id_copyright a {
    color: #9c9c9c;
    font-weight: normal;
}
.product__by {
    margin-top: 5px;
}
.product__by a {
    color: rgba(221, 26, 91, 1);
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.support__bottom {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 10;
}
.support__bottom ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #dc1a5b;
}
.support__bottom ul li {
    list-style: none;
    padding: 5px 0;
    flex: 0 0 33.33%;
    text-align: center;
}
.support__bottom ul li a {
    font-size: 16px;
    color: #fff;
}
.support__bottom ul li a span {
    font-weight: 600;
}
.support__bottom ul li + li {
    border-left: 1px solid #ccc;
}
.support__bottom ul li:last-child a {
    font-weight: 600;
    -webkit-animation: text_animation_color infinite 1s;
    -o-animation: text_animation_color infinite 1s;
    animation: text_animation_color infinite 1s;
}
.support__bottom ul li:last-child a img {
    vertical-align: middle;
    width: 30px;
    margin-right: 5px;
}
.wellcome_chat {
    display: none;
    /* background-color: #c00832; */
    background-color: #077107;
    position: fixed;
    bottom: 51px;
    right: 0;
    padding: 10px;
    border-radius: 5px 5px 0px 0px;
    text-align: left;
    border-bottom: 1px solid #FFF;
    box-sizing: border-box;
    z-index: 2;
    font-family: sans-serif;
}
.wellcome_chat img {
    float: left;
    background-color: #FFF;
    padding: 4px 0px;
    border-radius: 5px;
    margin-right: 5px;
}
.wellcome_chat span {
    float: left;
    color: #FFF;
    line-height: 18px;
    font-size: 0.65em;
}
.wellcome_chat button {
    /* background-color: #c00832; */
    background-color: #077107;
    border: 1px solid #FFF;
    margin: 2px 0px 0px 0px;
    padding: 5px 10px;
    border-radius: 5px;
    color: #FFF;
    cursor: pointer;
}
@-webkit-keyframes text_animation_color {
    40% {
        color: #ff0
    }
    50% {
        color: #ff0
    }
    90% {
        color: #fff
    }
    100% {
        color: #fff
    }
}

@keyframes text_animation_color {
    40% {
        color: #ff0
    }
    50% {
        color: #ff0
    }
    90% {
        color: #fff
    }
    100% {
        color: #fff
    }
}
/*#back-top {
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 1;
}
#back-top a {
    display: block;
    width: 40px;
    line-height: 40px;
    background: #f2513e;
    outline: none;
    color: #fff;
    font-size: 17px;
    text-align: center;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
}*/
.ajax_img_loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #000;
    opacity: 0.4;
    overflow: hidden;
    display: none;
}
.ajax_img_loading img {
    height: 10%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pagewrap.category--15 .box_control_tab{
    display: none;
}
.pagewrap.category--15 .content_tab{
    width: 100%;
}
.accordion .inner{
    overflow: hidden;
    display: none;
}
.accordion  h4.toggle {
    padding: 10px 0;
    cursor: pointer;
    line-height: 1.6;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    color: #333;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 17px;
    transition: all 0.5s ease;
}
.accordion h4.toggle:hover,.accordion h4.toggle.active {
    color: #FF9800;
}
.lookupinvoice{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.lookupinvoice .lookup__title {
    font-weight: 500;
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
    text-align: center;
    text-transform: uppercase;
}
.iquestion i{
    color: #dc1a5b;
}
table.stylelist {
    background-color: #fff;
    width: 100%;
    padding-bottom: 10px;
    border-collapse: separate;
    border: none;
}
table.stylelist tr {
    background-color: #fff;
    border: none;
}
table.stylelist tr:nth-child(odd) {
    background-color: #eee;
}
table.stylelist tr td {
    border: none;
    padding: 12px 10px;
    text-align: center;
    color: #666;
    font-size: 17px;
}
table.stylelist tr:first-child td, table.stylelist tr.style td {
    text-transform: uppercase;
    font-weight: normal;
    height: 60px;
    vertical-align: middle;
    line-height: 1.6;
    font-size: 17px;
    color: #fff;
    width: 10%;
}
table.stylelist tr td:nth-child(1) {
    text-align: left;
    font-weight: 100;
}
table.stylelist tr:first-child td:nth-child(1) {
    background-color: #eee;
    width: 20%;
    color: #333;
}
table.stylelist tr:first-child td:nth-child(2), table.stylelist tr:first-child td:nth-child(10), table.stylelist tr.style td:nth-child(2), table.stylelist tr.style td:nth-child(10) {
    background-color: #fda502;
}
table.stylelist tr:first-child td:nth-child(3), table.stylelist tr:first-child td:nth-child(11), table.stylelist tr.style td:nth-child(3), table.stylelist tr.style td:nth-child(11) {
    background-color: #eb5a27;
}
.button11, a.button11:link, a.button11:visited {
    font-size: 17px;
    background-color: #dd1a5b;
    padding: 5px 20px;
    border: 1px solid #ffffff;
    color: #fff;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
}
a.button11:hover, a.button11.selected, .button11:hover {
    border: 1px solid #ffffff;
    background-color: #41b649;
    color: #fff;
    outline: none;
}
.add_dvct{
    padding-top: 35px;
}
.dmd-phone{
    background-color: #db1a5b;
    border: double #ffffff 6px;
    display: inline-block;
    border-radius: 50%;
}
.dmd-phone.dmd-show {
    visibility: visible;
}
.dmd-ph-img-circle {
    width: 36px;
    height: 36px;
    background: #db1a5b url(../images/freecall.png) no-repeat center center;
    -webkit-background-size: 80%;
    background-size: 80%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: 1;
    -webkit-animation: dmd-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: dmd-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: dmd-circle-img-anim 1s infinite ease-in-out;
    -o-animation: dmd-circle-img-anim 1s infinite ease-in-out;
    animation: dmd-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
@-moz-keyframes dmd-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}
@-webkit-keyframes dmd-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}
@-o-keyframes dmd-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}
.right_fix ul li:hover a.dmd-phone {
    background: #5abb49;
}
.right_fix ul li:hover a.dmd-phone .dmd-ph-img-circle {
    background-color: #5abb49;
}
#support_chat_30s{
    margin: 0;
}
.tabs_custom{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}
.tabs_custom li.tab-link{
    display: inline-block;
    width: calc(25% - 30px);
    margin: 0 15px;
    text-align: center;
    padding: 10px;
    font-size: 17px;
    line-height: 1.4;
    background: #fff;
    color: #444;
    text-transform: capitalize;
    border: 1px solid #dd1a5b;
    transition: all 0.5s ease;
    cursor: pointer;
}
.tabs_custom li.tab-link.current,.tabs_custom li.tab-link:hover{
    color: #fff;
    background: #dd1a5b;
    box-shadow: 0 0 6px 0 #909090;
}
.tabcontent{
    display: none;
    animation: fadeEffect .5s;
}
.tabcontent.current{
    display: block;
}
@keyframes fadeEffect{
    0% {opacity: 0;}
    100% {opacity: 1;}
}

/*phu: popup welcome chat*/
.wellcome_chat {
    display: none;
    /*background-color: #c00832;*/
    background-color: #077107;
    position: fixed;
    bottom: 51px;
    right: 0;
    padding: 10px;
    border-radius: 5px 5px 0px 0px;
    text-align: left;
    border-bottom: 1px solid #FFF;
    box-sizing: border-box;
    z-index: 2;
    font-family:sans-serif;
}

.wellcome_chat img {
    float: left;
    background-color: #FFF;
    padding: 4px 0px;
    border-radius: 5px;
    margin-right: 5px;
}
.wellcome_chat span {
    float:left;
    color: #FFF;
    line-height: 18px;
    font-size: 0.75em;
}

.wellcome_chat button {
    /*background-color: #c00832;*/
    background-color: #077107;
    border: 1px solid #FFF;
    margin: 2px 0px 0px 0px;
    padding: 5px 10px;
    border-radius: 5px;
    color: #FFF;
    cursor: pointer;
}

.wellcome_chat button:hover {
    background-color: #0d8c0d;
}
/*END: popup welcome chat*/
footer {
    background-color: #888;
    color: #fff;
    font-size: 1.4em;
}
footer section.inside {
    padding: 25px 0 15px;
}
.relative {
    position: relative;
}
article, footer, header, main, nav, section {
    display: block;
}
.cover {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}
footer section.inside section.cover {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.footer_link{
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #999;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.footer_bot_left{
    width: 70%;
    padding-right: 15px;
    padding-left: 15px;
}
.footer_bot_right{
    width: 30%;
    padding-right: 15px;
    padding-left: 15px;
}
.box_footer_bot_left{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.border-bottom-white{
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}
.box_footer_bot_left .menu_bottom{
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
}
.box_footer_bot_left .menu_bottom h3{
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 10px;
}
.menu_bottom ul.itemlist {
    list-style: none;
    padding: 0;
    margin:0;
}
.menu_bottom ul.itemlist li{
    display: inline-block;
    padding: 3px 0;
    width: 100%;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 1.4;
}
.menu_bottom ul.itemlist li a{
    color: #fff;
}
.newsletter_box{
    margin-bottom: 10px;
}
.newsletter_box h3{
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 10px;
}

.newsletter form{
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.newsletter form input[type=email]{
    width: 100%;
    height: 32px;
    padding: 0 10px;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.newsletter form input[type=submit]{
    position: absolute;
    width: 32px;
    height: 32px;
    right: 0;
    top: 1px;
    bottom: 0;
    border: 0;
    cursor: pointer;
    background: url(https://www.pavietnam.vn/css/images/new/arrow_newsletter.png) center center no-repeat;
}
section.share_facebook{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px;
}
section.share_facebook .follow a {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-left: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #666 no-repeat center center;
    font-size: 0;
}
section.share_facebook .follow a.facebook {
    background-image: url(https://www.pavietnam.vn/css/images/svg/icon_facebook.svg);
    background-size: 20px;
}
section.share_facebook .follow a.twitter {
    background-image: url(https://www.pavietnam.vn/css/images/svg/icon_twitter.svg);
    background-size: 20px;
}
section.share_facebook .follow a.play {
    background-image: url(https://www.pavietnam.vn/css/images/svg/icon_youtube.svg);
    background-size: 20px;
}
section.share_facebook .title_small{
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
    color: #fff;
}
.share_apps .dowload_app{
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}
.dangky_app{
    display: flex;
}
.dangky_app a{
    display: inline-block;
    margin-left: 10px;
}
.dangky_app a:first-child{
    margin-left: 0;
}
.dangky_bocongthuong{
    margin-bottom: 60px;
}
.copyright{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.copyright .left{
    width: 70%;
    padding-right: 15px;
    padding-left: 15px;
}
.copyright .right{
    width: 30%;
    padding-right: 15px;
    padding-left: 15px;
}
.copyright .left > div{
    font-size: 17px;
    line-height: 1.6;
    color: #fff;
}
.footer_top{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.footer_top .left{
    border-right: 1px solid #999;
}
.footer_top .left, .footer_top .right{
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}
.footer_top .left h3, .footer_top .right h3{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
}
.footer_top .left ul li, .footer_top .right ul li{
    list-style-type: none;
    padding: 4px 0;
    margin: 0;
    font-size: 15px;
    color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .footer_bot_left,.footer_bot_right{
        width: 100%;
    }
    .footer_bot_right{
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .newsletter_box, .connect_facebook, .dangky_bocongthuong, .share_apps{
        width: 50%;
        margin-bottom: 15px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .border-bottom-white{
        margin-bottom: 15px;
    }
    .banner-overlay.bg_link .flex {
        align-items: center;
        min-height: 130px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .banner-overlay.bg_link .flex {
        align-items: center;
        min-height: 200px;
    }
    section.share_facebook .follow a{
        margin-left: 2px;
    }
    .dangky_bocongthuong{
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .dangky_bocongthuong a{
        width: 45%;
    }
}
@media only screen and (max-width: 767px){
    .banner-overlay.bg_link .flex {
        align-items: center;
        min-height: 130px;
    }
    .footer_bot_left,.footer_bot_right{
        width: 100%;
    }
    .dangky_bocongthuong{
        margin-bottom: 15px;
    }
    .border-bottom-white{
        margin-bottom: 15px;
    }
    .box_footer_bot_left .menu_bottom{
        width: 50%;
    }
}
@media only screen and (max-width: 680px){
    .banner-overlay.bg_link .flex {
        align-items: center;
        min-height: 110px;
    }
}
@media only screen and (max-width: 580px){
    .banner-overlay.bg_link .flex {
        align-items: center;
        min-height: 90px;
    }
}
@media only screen and (max-width: 480px){
    .banner-overlay.bg_link .flex {
        align-items: center;
        min-height: 160px;
    }
    .banner-overlay.bg_link{
        background-position: -145px center;
    }
    
    .footer_top .left, .footer_top .right{
        width: 100%;
    }
    .footer_top .left {
        border-right: none;
    }
    .footer_bot_left,.footer_bot_right{
        width: 100%;
    }
    .box_footer_bot_left .menu_bottom{
        width: 100%;
        margin-bottom: .5em;
        border-bottom: 1px solid #999;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .border-bottom-white{
        border: none;
    }
    .dangky_bocongthuong{
        margin-bottom: 15px;
    }
    .copyright .left,.copyright .right{
        width: 100%;
    }
    .copyright .right{
        order: 1;
    }
    .copyright .left{
        order: 2
    }
    .box_footer_bot_left .menu_bottom h3{
        position: relative;
        margin: 0;
    }
    .box_footer_bot_left .menu_bottom h3:before{
        content: '';
        border: solid white;
        border-width: 0 5px 5px 0;
        display: inline-block;
        padding: 5px;
        margin: 5px 5px;
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -webkit-transition: -webkit-transform .8s;
        transition: transform .5s;
    }
    .box_footer_bot_left .menu_bottom h3.xoay:before{
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -webkit-transition: -webkit-transform .8s;
        transition: transform .8s;
    }
    .menu_bottom ul.itemlist{
        display: none;
    }
}
@media only screen and (max-width: 420px){
    .banner-overlay.bg_link .flex {
        align-items: center;
        min-height: 170px;
    }
    .banner-overlay.bg_link {
        background-position: -142px center;
    }
}
@media only screen and (max-width: 380px){
    .banner-overlay.bg_link .flex {
        align-items: center;
        min-height: 140px;
    }
    .banner-overlay.bg_link {
        background-position: -112px center;
    }
}
@media only screen and (max-width: 320px){
    .banner-overlay.bg_link .flex {
        align-items: center;
        min-height: 120px;
    }
    .banner-overlay.bg_link {
        background-position: -107px center;
    }
}