@font-face
{
    font-family: font1;
    src: url("../fonts/OpenSans-Regular.ttf");
}

@font-face
{
    font-family: font2;
    src: url("../fonts/OpenSans-Bold.ttf");
}

@font-face
{
    font-family: font3;
    src: url("../fonts/OpenSans-Italic.ttf");
}

@font-face
{
    font-family: font4;
    src: url("../fonts/OpenSans-BoldItalic.ttf");
}

@font-face
{
    font-family: font5;
    src: url("../fonts/SVN-Shintia.ttf");
}

@font-face
{
    font-family: font6;
    src: url("../fonts/SVN-Journey-Bold.otf");
}

b, strong
{
    font-family: font2;
}

body
{
    font-family: font1;
    font-size: 16px;
    line-height: 1.5;
    overflow-x: hidden;
    padding: 60px 0 0 0;
}

br
{
    clear: both;
    height: 20px;
}

img
{
    max-width: 100%;
    height: auto;
}

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
    cursor: pointer;
}

.clear10
{
    clear: both;
    height: 10px;
}

.clear15
{
    clear: both;
    height: 15px;
}

.crop
{
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
}

.crop .crop-link
{
    width: 100%;
    height: 100%;
    display: block;
}

.mid-out
{
    display: flex;
    flex-direction: row;
}

.mid-txt
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

.showmobi
{
    display: none;
}

.container
{
    max-width: 1070px;
    position: relative;
    margin: auto;
}

.col-5
{
    width: 20%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.row.pad0
{
    margin-left: 0px;
    margin-right: 0px;
}

.row.pad0 div[class*="col-"]
{
    padding-left: 0px;
    padding-right: 0px;
}

.row.pad5
{
    margin-left: -5px;
    margin-right: -5px;
}

.row.pad5 div[class*="col-"]
{
    padding-left: 5px;
    padding-right: 5px;
}

.row.pad10
{
    margin-left: -10px;
    margin-right: -10px;
}

.row.pad10 div[class*="col-"]
{
    padding-left: 10px;
    padding-right: 10px;
}

/*---------Menu---------*/
#site-navigation
{
}

#site-navigation ul
{
    list-style: none;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

#site-navigation ul a
{
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0 25px;
    line-height: 60px;
}

#site-navigation ul li
{
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

#site-navigation ul li.current-menu-item, #site-navigation ul li.has-child.current-menu-ancestor
{
    background: #16b4c4;
}

#site-navigation ul li.current-menu-item a, #site-navigation ul li.has-child.current-menu-ancestor a
{
    color: #fff;
}

#site-navigation ul li:hover
{
    background: #eb0162;
}

#site-navigation ul li:hover a
{
    color: #fff;
}

#site-navigation ul ul
{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #108f9cbf;
    padding: 0;
    z-index: 2;
}

#site-navigation ul ul li
{
    float: none;
    width: 200px;
}

#site-navigation ul ul a
{
    line-height: 120%;
    padding: 10px 15px;
}

#site-navigation ul ul ul
{
    top: 0;
    left: 100%;
}

#site-navigation ul li:hover > ul
{
    display: block;
}

/*---------Header Footer---------*/
body .site-branding .site-title, body .site-branding .site-description
{
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}

.site-branding .container
{
    position: relative;
}

.site-branding img.custom-logo
{
    position: absolute;
    top: -30px;
    left: 50%;
    margin: 0 0 0 -180px;
}

.site-branding img#tel-head
{
    position: absolute;
    top: 35px;
    left: 20px;
}

.site-branding img#sup-head
{
    position: absolute;
    top: 25px;
    right: 20px;
}

nav#site-navigation
{
    float: left;
    margin: 0 0 0 26px;
}
footer
{
    background-color: #1d2021;
    line-height: 35px;
    color: #bdbdbd;
    padding: 25px 0;
}

.out13
{
    text-align: center;
    background: #eb0162;
    padding: 5px;
    color: #fff;
    font-size: 14px;
}

/*------Custom------*/
.out2
{
    background: #5a5a5a;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.out2 h1 a
{
      color: #fff200;
    font-size: 30px;
    float: left;
    line-height: 58px;
}

#sec1
{
    padding: 80px 0 50px 0;
    background: url(../images/wood.jpg) center bottom no-repeat;
    background-size: cover;
}

.box1
{
    background: #ffffffc4;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 1px 1px 21px #000;
}

.box1 p
{
    text-align: justify;
    margin: 0 0 10px 0;
}

.box1 h2
{
    font-family: font6;
    font-size: 50px;
    color: #eb0162;
    line-height: 35px;
    text-align: center;
    letter-spacing: 2px;
}

.box1 b
{
    font-family: font5;
    text-align: center;
    display: block;
    font-size: 30px;
    margin: 0 0 10px 0;
}

.box1 .item1
{
    display: inline-block;
    background: #eb0162;
    color: #fff;
    padding: 15px;
    border-radius: 15px;
    color: #fff;
    font-family: font6;
    font-size: 30px;
    text-align: center;
    letter-spacing: 2px;
    padding: 10px 40px;
    border-radius: 10px;
}

.box1 .item2
{
    font-family: font4;
    font-size: 23px;
    color: #000000;
}

#sec2
{
    padding: 50px 0 50px 0;
    background: url(../images/the-thin-pink-line.jpg) bottom;
    background-size: cover;
}

.box2 img
{
    border-radius: 50%;
    border: 5px solid #eb0162;
    box-shadow: 2px 2px 12px #8d8d8d;
}

.box2 h2
{
    font-family: font6;
    letter-spacing: 2px;
    font-size: 50px;
    color: #eb0162;
    line-height: 30px;
    text-align: center;
    margin: 0 0 10px 0;
}

.box2 b
{
    font-family: font5;
    text-align: center;
    display: block;
    font-size: 30px;
    margin: 0 0 10px 0;
}

.box3
{
    padding: 50px 0 0 0;
}

.box3 h3
{
    font-family: font2;
    font-size: 25px;
    margin: 0 0 20px 0;
    color: #eb0162;
}

.box3 p
{
    margin: 0 0 15px 0;
    font-family: font4;
}

#sec3
{
    padding: 50px 0;
}

.box4
{
    padding: 20px 0;
}

.box4 img
{
    float: right;
}

.box4.item1 img
{
    float: left;
}

.box4 p
{
    float: left;
    width: 350px;
    text-align: right;
    line-height: 20px;
    margin: 10px 0 0 0;
    font-family: font4;
    color: #fff;
    background: #eb0162;
    box-shadow: 3px 3px 2px #969696;
    padding: 15px;
    border-radius: 15px;
}

.box4.item1 p
{
    float: right;
    text-align: left;
}

.box5
{
}

.box5 p
{
    background: url(../images/i11.png) no-repeat top left;
    padding: 0 0 0 60px;
    height: 50px;
    margin: 0 0 10px 0;
    line-height: 20px;
    display: flex;
    display: -webkit-flex;
}

.box5 p:nth-of-type(2)
{
    background: url(../images/i12.png) no-repeat top left;
}
.box5 p:nth-of-type(3)
{
    background: url(../images/i13.png) no-repeat top left;
}
.box5 p:nth-of-type(4)
{
    background: url(../images/i14.png) no-repeat top left;
}
.box5 p:nth-of-type(5)
{
    background: url(../images/i15.png) no-repeat top left;
}
.box5 p:nth-of-type(6)
{
    background: url(../images/i12.png) no-repeat top left;
}
.box5 p span
{
    margin: auto 0;
    background: #eb106b;
    padding: 6px;
    color: #fff;
    width: 100%;
    border-radius: 10px;
}
.box5 p:nth-of-type(2) span
{
    background:#a47272;
}
.box5 p:nth-of-type(3) span
{
    background:#afb044;
}
.box5 p:nth-of-type(4) span
{
    background:#3da461;
}
.box5 p:nth-of-type(5) span
{
    background:#4e95d1;
}
.box5 p:nth-of-type(6) span
{
    background:#a04c9e;
}

#sec5
{
    padding: 50px 0;
}

#sec5 h2
{
    font-family: font6;
    letter-spacing: 2px;
    font-size: 50px;
    color: #eb0162;
    line-height: 30px;
    text-align: center;
    margin: 0 0 40px 0;
}

#sec4
{
    padding: 50px 0;
    background: url(../images/the-thin-pink-line.jpg) bottom;
    background-size: cover;
}

#sec4 h2
{
    font-family: font6;
    font-size: 50px;
    color: #eb0162;
    line-height: 30px;
    text-align: center;
    margin: 0 0 40px 0;
    letter-spacing: 2px;
}

#thanhphan b
{
    margin: 5px 0;
    display: block;
    text-transform: uppercase;
    text-align: center;
    color: #eb0162;
}

#thanhphan img
{
    border: 1px solid #aaa;
}

#thanhphan p
{
    background: url(../images/check.png) no-repeat;
    padding: 0 0 0 27px;
    font-size: 13px;
}

#khachhang
{
    margin: 50px 0 0 0;
}

#khachhang img
{
    border-radius: 50% 0 50% 50%;
    border: 5px solid #eb0162;
}

#khachhang .col-md-9
{
    display: flex;
    display: -webkit-flex;
    height: 190px;
}

#sec6
{
    padding: 50px 0 20px 0;
    background: url(../images/the-thin-pink-line.jpg) bottom;
    background-size: cover;
}

#sec6 h2
{
    font-family: font6;
    font-size: 50px;
    color: #eb0162;
    line-height: 30px;
    text-align: center;
    margin: 0 0 20px 0;
    letter-spacing: 2px;
}

#sec6 .item2
{
    font-family: font3;
    text-align: justify;
    display: block;
    background: #eb106b;
    border-radius: 20px;
    padding: 20px 50px;
    color: #fff;
    margin:0 0 30px 0;
}

.box6
{
    margin: auto 0;
}

.box6 b
{
    font-family: font5;
    font-size: 30px;
}

#sec7
{
    padding: 50px 0;
}

#sec7 h2
{
    font-family: font6;
    font-size: 50px;
    color: #eb0162;
    line-height: 30px;
    text-align: center;
    margin: 0 0 40px 0;
    letter-spacing: 2px;
}

.box7 p
{
    margin: 0 0 5px 0;
    font-family: font3;
    background: url(../images/check.png) no-repeat;
    padding: 0 0 0 27px;
}
.box8
{
    text-align: center;
}
.box8 a
{
    display: inline-block;
    margin: 20px;
}
.box10{margin: 45px 0 0 0;}
.box10 .item1
{
    position: relative;
    color: #eb0162;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.box10 .item1 img
{
    vertical-align: middle;
}
.box10 .item1:after
{
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background: #ccc;
    bottom: 0;
    left: 0;
}
#sec9{ background:#f3f3f3;    padding: 50px 0 0 0;}

#sec9 h2
{
      font-family: font6;
    font-size: 50px;
    color: #eb0162;
    line-height: 30px;
    text-align: center;
    margin: 0 0 10px 0;
    letter-spacing: 2px;
}

.box11{background: #eb106b;padding:15px;margin:0 0 20px 0;color:#fff;}
.box11 img{ display:block; margin:0 auto;}
.box11 .item1{ font-family:font2; margin:10px 0;}
#sec10{}
#sec10 h2 {
    font-family: font6;
    font-size: 50px;
    color: #eb0162;
    line-height: 30px;
    text-align: center;
    margin: 0 0 40px 0;
    letter-spacing: 2px;
}
/*------Category------*/
article.cat-box
{
    clear: both;
    overflow: hidden;
    margin: 0 0 20px 0;
    border-bottom: 1px dashed #0ba0d1;
    padding: 0 0 20px 0;
}

article.cat-box .post-thumbnail
{
    float: left;
    margin: 0 20px 0 0;
    background: #fff;
    height: 170px;
    width: 210px;
    border: 1px solid #0ba0d1;
    display: block;
    position: relative;
}

article.cat-box .post-thumbnail img
{
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

article.cat-box header h2 a
{
    font-size: 18px;
    font-family: font2;
    color: #199dbf;
    line-height: 23px;
    text-align: justify;
    display: block;
}

article.cat-box:hover header h2 a
{
    color: #ff7600;
}

article.cat-box .entry-content
{
    text-align: justify;
}

article.cat-box .entry-meta
{
}

article.cat-box .entry-meta span a
{
    display: inline-block;
    padding: 5px 0;
    font-family: font3;
    color: #333;
    font-size: 13px;
}

article.cat-box .entry-meta span:after
{
    content: "/";
    margin: 0 8px;
}

article.cat-box footer
{
    margin: 5px 0 0 0;
}

article.cat-box footer .tags-links a
{
    display: inline-block;
    color: #0ba0d1;
}

article.cat-box footer .tags-links a:hover
{
    font-family: font2;
}

article.cat-box .entry-meta span:before
{
    font-family: "FontAwesome";
    margin: 0 7px 0 0;
    color: #0ba0d1;
}

article.cat-box .entry-meta span.posted-on:before
{
    content: "\f073";
}

article.cat-box .entry-meta span.author:before
{
    content: "\f007";
}

article.cat-box .entry-meta span.cat-links:before
{
    content: "\f02e";
}

article.cat-box footer .tags-links:before
{
    font-family: "FontAwesome";
    margin: 0 7px 0 0;
    content: "\f02c";
    color: #0ba0d1;
}

header.page-header h1
{
    text-transform: uppercase;
    margin: 0 0 20px 0;
    font-size: 20px;
    color: #0ba0d1;
}

header.page-header .archive-description
{
    margin: 0 0 20px 0;
    font-family: font3;
}

/*------Aside------*/
aside#secondary
{
    padding: 38px 0 0 0;
}

#primary
{
}

article.cat-side
{
    clear: both;
    overflow: hidden;
    margin: 20px 0 0 0;
}

article.cat-side .post-thumbnail
{
    margin: 0 10px 0 0;
    background: #fff;
    height: 70px;
    width: 70px;
    float: left;
    border: 1px solid #ccc;
    display: block;
    position: relative;
}

article.cat-side .post-thumbnail img
{
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

article.cat-side header h2 a
{
    font-size: 14px;
    font-family: font2;
    color: #16b4c4;
    line-height: 15px;
    text-align: justify;
    display: block;
}

article.cat-side:hover header h2 a
{
    color: #de871f;
}

body.archive #primary .col-md-4:nth-of-type(3n+1)
{
    clear: both;
}

#second-menu
{
}

#second-menu ul li
{
    list-style: none;
}

#second-menu ul li a
{
    display: block;
    background: #199dbf;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
}

#second-menu ul li ul
{
    padding: 0 0 0 30px;
    background: #d1e8f0;
}

#second-menu ul li ul li
{
    list-style: disc;
}

#second-menu ul li ul li a
{
    color: #000;
    text-transform: none;
    background: none;
    padding: 10px 0;
}

/*------Paging------*/
#pagination
{
    display: block;
    clear: both;
    text-align: center;
    padding: 0 0 40px 0;
}

#pagination a, #pagination span
{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #16b4c4;
    color: #fff;
    margin: 3px;
}

#pagination a.active, #pagination span, #pagination a:hover
{
    background: #ee8510;
}

#pagination a.page-numbers
{
    margin-right: 5px;
}

/*------Single------*/
#content
{
}

.sing-box header h1
{
    font-family: font2;
    color: #16b4c4;
    font-size: 25px;
    margin: 0 0 10px 0;
}

.sing-box h2
{
    font-size: 20px;
    color: #0695a4;
    line-height: 24px;
    background: #e9e9e9;
    margin: 20px 3px 20px 47px;
    font-family: font3;
    position: relative;
    padding: 3px 20px 3px 30px;
    box-shadow: 0 2px 7px #8c8c8c;
    height: 52px;
}

.sing-box h2:before
{
    content: "";
    position: absolute;
    top: -2px;
    left: -47px;
    width: 66px;
    height: 56px;
    background: url(../images/hoa.png) no-repeat;
    display: block;
}

.sing-box h3
{
    font-size: 18px;
    margin: 0 0 15px 0;
    color: #ee8510;
    font-family: font3;
}

.sing-box .entry-content
{
    margin: 10px 0 0 0;
}

.sing-box .entry-content ul
{
    margin: 20px 0;
    list-style-type: disc;
    padding-left: 15px;
}

.sing-box .entry-content ul li
{
    margin: 0 0 10px 0;
}

.sing-box .entry-content ul li a
{
    font-family: font2;
}

.sing-box .tags-links
{
    margin: 20px 0;
    display: block;
}

img.aligncenter
{
    margin: 10px auto;
    display: block;
}

div.aligncenter
{
    display: block;
    margin: 15px auto;
}

.aligncenter img
{
    box-shadow: 0px 0px 12px #000;
    border: 1px solid #fff;
}

.wp-caption-text
{
    text-align: center;
    font-family: font3;
}

.khung1
{
    background: linear-gradient(219deg, #f6f6f6, #efefef 76%);
    padding: 18px;
    border: 1px solid #ccc;
    border-radius: 15px;
    margin: 20px 10px 30px 10px;
    position: relative;
    box-shadow: 0 4px 6px #b3b3b3;
}

.khung1:before
{
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    background: url(../images/k1.png);
    display: block;
    width: 72px;
    height: 72px;
    z-index: 2;
}

.khung1:after
{
    content: "";
    position: absolute;
    bottom: -5px;
    right: -5px;
    background: url(../images/k2.png);
    display: block;
    width: 39px;
    height: 39px;
}

/*---------Relate Post---------*/
#related-post
{
}

#related-post h5
{
    font-size: 20px;
    font-family: font2;
    color: #16b4c4;
    margin: 0 0 20px 0;
    border-bottom: 1px solid;
    padding: 0 0 5px 0;
}

#related-post .item1
{
    margin: 15px 0 0 0;
}

#related-post .item1 .link-thumb
{
    height: 175px;
    border: 1px solid #ccc;
    display: block;
}

#related-post .item1 img
{
    height: 175px;
    margin: 0 auto;
    display: block;
}

#related-post .item1 h4 a
{
    line-height: 20px;
    font-family: font2;
    color: #0ba0d1;
}

#related-post .row .col-md-4.col-xs-6:nth-of-type(3n+1)
{
    clear: both;
}

/*------Breadcrumb------*/
nav.breadcrumb
{
    margin: 20px 0 0 0;
    padding: 15px 0;
    color: #16b4c4;
}

nav.breadcrumb span
{
    display: inline-block;
    margin: 0 3px;
}

nav.breadcrumb span span
{
    font-family: font2;
    color: #30b0d3;
}

nav.breadcrumb a span
{
    color: #1588b4;
    font-family: font1;
}

#site-navigation ul li#menu-item-3414:hover > ul
{
    display: block;
    width: 400px;
}

#site-navigation ul li#menu-item-3414 ul li
{
    float: left;
    width: 50%;
}

#second-menu #navinner
{
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
}

/*---------Search---------*/
body.dark .darken
{
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#openSearch:hover
{
    cursor: pointer;
}

#fixsearch
{
    position: fixed;
    width: 500px;
    left: 50%;
    top: 200px;
    z-index: 100;
    background: #fff;
    margin: 0 0 0 -250px;
    display: none;
    height: 180px;
}

#fixsearch span
{
    display: block;
    padding: 20px;
    font-size: 20px;
    margin: 0 0 15px 0;
}

#fixsearch span a
{
    float: right;
}

#fixsearch span a:hover
{
    cursor: pointer;
}

#fixsearch form
{
    padding: 0 20px;
}

#fixsearch form input[type="text"]
{
    border: 1px solid #aaa;
    border-radius: 10px 0 0 10px;
    float: left;
    width: 374px;
    height: 35px;
}

#fixsearch form input[type="submit" i]
{
    border: 0;
    padding: 10px 20px;
    border-radius: 0 10px 10px 0;
    background: #0ba0d1;
    color: #fff;
    float: left;
}

#menumobi
{
    background: #0ba0d1;
    clear: both;
    display: block;
    padding: 10px;
    font-size: 20px;
}

#menumobi i, #menumobi a
{
    color: #fff;
}

.kk-star-ratings
{
    margin: 20px 0 0 0;
}
.str3 img
{
    height: 150px;
}

.str4 img
{
    height: 150px; float:left;
}
@media screen and (max-width: 1000px)
{
    .site-branding img
    {
        display: block;
        margin: auto;
    }

    .hidemobi
    {
        display: none;
    }

    .showmobi
    {
        display: block;
    }
}

#cfacebook
{
    position: fixed;
    bottom: 0px;
    right: 100px;
    z-index: 9999;
    width: 250px;
    height: auto;
    box-shadow: 6px 6px 6px 10px rgba(0,0,0,0.2);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}
#cfacebook .fchat
{
    float: left;
    width: 100%;
    height: 270px;
    overflow: hidden;
    display: none;
    background-color: #fff;
}
#cfacebook .fchat .fb-page
{
    margin-top: -130px;
    float: left;
}
#cfacebook a.chat_fb
{
    float: left;
    padding: 0 25px;
    width: 250px;
    color: #fff;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.1);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAqCAMAAABFoMFOAAAAWlBMV�8/UxBxQDQuFwlpqgBZBq6+P+unVY1GnDgwqbD2zGz5e1lBdwvGGPE6OgAAAABJRU5ErkJggg==);
    background-repeat: repeat-x;
    background-size: auto;
    background-position: 0 0;
    background-color: #3a5795;
    border: 0;
    border-bottom: 1px solid #133783;
    z-index: 9999999;
    margin-right: 12px;
    font-size: 18px;
}
#cfacebook a.chat_fb:hover
{
    color: yellow;
    text-decoration: none;
}
.box23 {
    background: #fff;
    position: relative;
    margin: 0 0 30px 0;
        box-shadow: 0px 0px 10px #000;
}
.box23 img{ width:100%}

.box23 .item1 {
    padding: 15px;
    height:240px;
}
.box23 b {
    font-weight: bold;
}