
@import url('https://fonts.googleapis.com/css?family=Vidaloka&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700&display=swap&subset=latin-ext,vietnamese');
/**

  1. General
     - Variables
     - Transition
     - Shadow

  2. Spacing
     - Padding
     - Margin

  3. Color
     - Skin-color, Skin-bg-color, Skin-border-color
     - darkGrey-color, darkGrey-bg-color

  4. SocialIcon

  5. TopBar

  6. Header
     - SiteBrand(logo)
     - SiteNavigation(Menu)

  7. Footer
     - FirstFooter
     - SecondFooter
     - ttm-recent-post-list
     - menu-footer-services
     - mailchimp-inputbox
     - Footer-nav-menu

  8. GoTop BUtton
  
  9. Page-Title-Row


**/

 
/* ===============================================
    General
------------------------*/

/** Variables **/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
 list-style: none;
}
a:focus { 
    text-decoration: none; 
}
a:focus, a:hover { 
    color: #057352; 
    text-decoration: none; 
}
a, button, input { 
    outline: medium none; 
    color: #202525; 
}
ol, ul{ 
    padding: 0; 
    margin: 0;
    list-style: none;
}
strong{ 
  font-weight: 600;
}
iframe{
  width: 100%;
  border: none;
  display: block;
}

blockquote{ 
    font-size: 18px;
    line-height: 34px;
    margin: 0 10px 0;
}

p { 
    margin: 0 0 15px; 
}

*::-moz-selection { 
    background: #057352; 
    color: #fff; 
    text-shadow: none; 
}
::-moz-selection { 
    background: #ff5e14; 
    color: #fff;
    text-shadow: none; 
}
::selection { 
    background: #ff5e14; 
    color: #fff; 
    text-shadow: none; 
}

textarea, input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input, 
select{
    font-family: inherit;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #5d6576;
    padding: 11px 28px;
    font-weight: 400;
    background-color: rgba(0,0,0,.03);
    text-transform: inherit;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    outline: none;
    line-height: inherit;
}
button, input[type="submit"], 
input[type="button"], 
input[type="reset"] {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    padding: 11px 40px 11px;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none!important;
    -webkit-font-smoothing: antialiased;
}

textarea:focus, 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus {
    border: 1px solid #057352;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder ,
input::-ms-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholde  {   
  color: #fff;
}

menu, ol, ul {
    margin: 16px 0;
    padding: 0 0 0 24px;
}

body { font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #858585;
    background-color: #fff;
    letter-spacing: 0px;

}

h1, h2, h3, h4, h5, h6{ font-family: 'Vidaloka', cursive; margin-bottom: 15px; font-weight: 400; color: #303131;}
h1 { font-size: 45px; line-height: 50px; text-transform: uppercase;}
h2 { font-size: 40px; line-height: 40px; }
h3 { font-size: 30px; line-height: 35px; }
h4 { font-size: 25px; line-height: 30px; }
h5 { font-size: 18px; line-height: 34px; }
h6 { font-size: 14px; line-height: 28px; }

body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}

section > .container-fluid{padding: 0;}
/** Transition **/

#totop,.featured-item img {
    -webkit-transition: all 0.5s ease-in-out 0s; 
    -moz-transition: all 0.5s ease-in-out 0s; 
    -ms-transition: all 0.5s ease-in-out 0s; 
    -o-transition: all 0.5s ease-in-out 0s; 
    transition: all 0.5s ease-in-out 0s; 
}
a, .ttm-btn,.ttm-btn i, i.ttm-btn, a.nav-link , .social-icons li>a,.ttm-menu-toggle .toggle-block,
.featured-imagebox-services .featured-content{
    -webkit-transition: all 0.3s ease-in-out 0s; 
    -moz-transition: all 0.3s ease-in-out 0s; 
    -ms-transition: all 0.3s ease-in-out 0s; 
    -o-transition: all 0.3s ease-in-out 0s; 
    transition: all 0.3s ease-in-out 0s; 
}

/**  Shadow **/
.box-shadow{
    -webkit-box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
    -moz-box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
    box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
}
.box-shadow2{
    -webkit-box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
    -moz-box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
    box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
}
.slider-height{height: 798px;}
.ttm_single_image-wrapper.with-border img{border:15px solid #fff;}

.z-1{z-index: 1;}

/* ===============================================
    Spacing
------------------------*/
.spacing-1{padding: 58px 35px !important; margin-left: 40px!important;}
.spacing-2 {margin-top: -315px;padding: 50px 20px 45px!important;}
.spacing-3{ padding: 65px 40px !important;}
/** Padding **/
.pr-5{ padding-right: 5px !important}
.pr-10{ padding-right: 10px !important; }
.pr-15{ padding-right: 15px !important; }
.pr-20{ padding-right: 20px !important; }
.pr-25{ padding-right: 25px !important; }
.pr-30{ padding-right: 30px !important; }
.pr-35{ padding-right: 35px !important; }
.pr-40{ padding-right: 40px !important; }
.pr-45{ padding-right: 45px !important; }
.pr-50{ padding-right: 50px !important; }
.pr-55{ padding-right: 55px !important; }
.pr-60 { padding-right: 60px !important; }


.pl-0{ padding-left: 0px !important; }
.pl-5 { padding-left: 5px !important; }
.pl-10{ padding-left: 10px !important; }
.pl-15{ padding-left: 15px !important; }
.pl-20{ padding-left: 20px !important; }
.pl-25{ padding-left: 25px !important; }
.pl-30{ padding-left: 30px !important; }
.pl-35{ padding-left: 35px !important; }
.pl-40{ padding-left: 40px !important; }
.pl-45{ padding-left: 45px !important; }
.pl-50{ padding-left: 50px !important; }
.pl-55{ padding-left: 55px !important; }
.pl-60{ padding-left: 60px !important; }
.pl-65{ padding-left: 65px !important; }
.pl-70{ padding-left: 70px !important; }
.pl-75{ padding-left: 75px !important; }
.pl-80{ padding-left: 80px !important; }


.pt-5{ padding-top: 5px !important;}
.pt-10{ padding-top: 10px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-25 { padding-top: 25px !important; }
.pt-30{ padding-top: 30px !important; }
.pt-35{ padding-top: 30px !important; }
.pt-40{ padding-top: 40px !important; }
.pt-45{ padding-top: 45px !important; }
.pt-50{ padding-top: 50px !important; }
.pt-55{ padding-top: 55px !important; }
.pt-60 { padding-top: 60px !important; }
.pt-65{ padding-top: 65px !important; }
.pt-70 { padding-top: 70px !important; }
.pt-75 { padding-top: 75px !important; }
.pt-80{padding-top: 80px !important;}

.pb-5{ padding-bottom: 5px !important; }
.pb-10{ padding-bottom: 10px !important; }
.pb-15{ padding-bottom: 15px !important; }
.pb-20{ padding-bottom: 20px !important; }
.pb-25{ padding-bottom: 25px !important; }
.pb-30{ padding-bottom: 30px !important; }
.pb-35{ padding-bottom: 35px !important; }
.pb-45{ padding-bottom: 45px !important; }
.pb-50{ padding-bottom: 50px !important; }
.pb-55{ padding-bottom: 55px !important; }
.pb-60{ padding-bottom: 60px !important; }
.pb-70{ padding-bottom: 70px !important; }
.pb-80{ padding-bottom: 80px !important; }

/** Margin **/
.mt-5 { margin-top: 5px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15{ margin-top: 15px !important;}
.mt-20{ margin-top: 20px !important;}
.mt-22{ margin-top: 22px !important;}
.mt-25{ margin-top: 25px !important;}
.mt-30{ margin-top: 30px !important;}
.mt-35{ margin-top: 35px !important;}
.mt-40{ margin-top: 40px !important;}
.mt-45{ margin-top: 45px !important;}
.mt-50{ margin-top: 50px !important;}
.mt-60{ margin-top: 60px !important; }
.mt-80{margin-top: 80px !important;}

.mt_3{ margin-top: -3px!important; }
.mt_5{ margin-top: -5px!important; }
.mt_10{ margin-top: -10px!important; }
.mt_15{ margin-top: -15px!important; }
.mt_25{ margin-top: -25px!important; }
.mt_30{ margin-top: -30px!important; }
.mt_40{ margin-top: -40px!important; }
.mt_50{ margin-top: -50px !important; }
.mt_60{ margin-top: -60px !important; }
.mt_70{ margin-top: -70px !important; }
.mt_80{ margin-top: -80px !important; }


.ml-0{ margin-left: 0px !important }
.ml-15 { margin-left: 15px!important; }
.ml_30{ margin-left: -30px !important; }
.ml_40{ margin-left: -40px !important; }
.ml_50{ margin-left: -50px !important; }
.ml_60{ margin-left: -60px !important; }
.ml_80{ margin-left: -80px !important; }


.mr-0{ margin-right: 0px !important; }
.mr-15 { margin-right: 15px!important; }
.mr_40{ margin-right: -40px ;}
.mr_60{ margin-right: -60px ;}
.mr_80{ margin-right: -80px ;}


.mb-5{ margin-bottom: 5px !important; }
.mb-10{ margin-bottom: 10px !important; }
.mb-15{ margin-bottom: 15px !important; }
.mb-18{ margin-bottom: 18px !important; }
.mb-25{ margin-bottom: 25px !important;}
.mb-20{ margin-bottom: 20px !important; }
.mb-30{ margin-bottom: 30px !important; }
.mb-35{ margin-bottom: 35px !important; }
.mb-40{ margin-bottom: 40px !important; }
.mb-45{ margin-bottom: 45px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-55 { margin-bottom: 55px !important; }


/* ===============================================
    Color
------------------------*/


/** 1.Skin-color **/
a:hover,
.ttm-textcolor-skincolor,
.ttm-textcolor-white a:hover,
#site-header-menu #site-navigation .menu > ul,
#site-header-menu #site-navigation .menu ul > li.active > a,
#site-header-menu #site-navigation .menu ul > li > a:hover,
.ttm-btn.ttm-btn-color-white.ttm-btn-style-fill,
.ttm-tabs.style2 ul.tabs li.active a,
.section-title h2.title strong,
.ttm-icon_element-color-skincolor,
ul.services_list li:before,
.ttm-icon_element-color-skincolor i,
.top-contact i,
ul.social-link-wrapper li:hover,
ul.footer-nav-menu li a:hover,
.breadcrumb-wrapper a:hover {
  color: #057352;
}

/** Skin-bg-color **/
.ttm-bgcolor-skincolor,
.ttm-bgcolor-skincolor > .ttm-bg-layer ,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-fill,
.ttm-btn.ttm-btn-color-white.ttm-btn-style-fill:hover,
.ttm-icon_element-background-color-skincolor,
#totop.top-visible,
.section-title.text-center .title-header:after,
.social-icons.circle li>a:hover,
#site-header-menu #site-navigation .menu ul > li > a:before,
.ttm-btn.ttm-btn-color-darkgrey.ttm-btn-style-fill:hover,
.featured-imagebox-services .ttm-box-view-overlay .ttm-btn.ttm-btn-color-darkgrey.ttm-btn-style-fill:hover{
  background-color: #057352!important;
}
/** Skin-border-color **/
.social-icons.circle li>a:hover,
.featured-imagebox-services .ttm-box-view-overlay .ttm-btn.ttm-btn-color-darkgrey.ttm-btn-style-fill:hover{
    border-color: #057352;
}
.featured-imagebox-services .featured-icon-box {
    border-top-color: #057352;
}
/** 2.darkgrey-color **/
.copyright p,
ul.footer-nav-menu li a{
    color:  #343533;
}
/** bg-color-darkgrey **/
.ttm-bgcolor-darkgrey,
.ttm-bgcolor-darkgrey > .ttm-bg-layer ,
.ttm-btn.ttm-btn-color-darkgrey.ttm-btn-style-fill,
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-color-darkgrey.ttm-btn-style-fill:hover, 
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-fill:hover{
  background-color: #343533 !important;
}
.ttm-bg.ttm-bgimage-yes>.ttm-bg-layer {
    opacity: .8;
}

/** grey-bg-color **/
.ttm-bgcolor-grey{ background-color: #f5f9f8 !important; }

/* white-color */
#site-header-menu #site-navigation .menu ul > li > a,
.ttm-textcolor-white h1, 
.ttm-textcolor-white h2, 
.ttm-textcolor-white h3, 
.ttm-textcolor-white h4, 
.ttm-textcolor-white h5, 
.ttm-textcolor-white h6, 
.ttm-textcolor-white p,
.ttm-bgcolor-skincolor a, 
.ttm-textcolor-white a, 
.featured-desc ul i,
ul.services_list.style2 li,
ul.services_list.style2 li:before,
.social-icons.circle li>a:hover,
.ttm-btn.ttm-btn-color-white.ttm-btn-style-fill:hover,
.ttm-textcolor-white .ttm-box-content .ttm-box-title h5 a, 
.ttm-textcolor-white .ttm-social-links-wrapper ul li a, 
.ttm-textcolor-white .ttm-social-links-wrapper ul li a:hover, 
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-fill,
.ttm-btn.ttm-btn-color-darkgrey.ttm-btn-style-fill,
.ttm-btn.ttm-btn-color-black.ttm-btn-style-border:hover,
.ttm-icon.ttm-icon_element-color-white,
.contactform .field-row input::placeholder, .contactform .field-row select,.contactform .field-row input,
.contactform .fontIcon  {
    color: rgba(255,255,255,1);
}

.ttm-bgcolor-white,
.ttm-bgcolor-white > .ttm-bg-layer > .ttm-bg-layer-inner,
.ttm-bgcolor-white > .ttm-bg-layer,
.ttm-icon.ttm-icon_element-background-color-white,
.ttm-btn.ttm-btn-color-white.ttm-btn-style-fill{
  background-color: #fff!important;
}

.ttm-btn {font-family: 'Vidaloka', cursive;}
.section-title h5{
    font-family: 'Dancing Script';
}
/*  ===============================================
    SocialIcon
------------------------*/
.social-icons ul{ margin: 5px 0; padding: 0; }
.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    padding-top: 0;
    padding-bottom: 0;
}
.social-icons li {
    display: inline-block;
    border: none;
}
.social-icons.circle li>a {
    display: block;
    margin: 0 3px;
    width: 37px;
    height: 37px;
    line-height: 37px;
    border-radius: 50%;
    font-size: 13px;
    text-align: center;
    border: 1px solid;
    color: #fff;
}
.social-icons.square li{ margin: 6px 0 5px; }
.social-icons.square li>a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    border: 1px solid transparent;
}

/*  ===============================================
    TopBar
------------------------*/
.ttm-topbar-wrapper .ttm-topbar-content {opacity: 1;height: 46px;  }
.ttm-topbar-content .ttm-topbar-content-inner{display: inline-block;border-bottom: 1px solid #eeeeee;}
.top-contact{
    line-height: 46px;
}
.ttm-topbar-wrapper .top-contact.text-left {
    position: relative;
    float: left;
}
.top-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    display: inline-block;
    position: relative;
    float: right;
}
.top-contact i {
    font-size: 15px;
    margin-right: 9px;
}
.top-contact li{
    position: relative;
    z-index: 1;
}
.top-contact li:not(:last-child) {
    margin-right: 25px;
}
.top-contact li:after{
    content: "";
    position: absolute;
    height: 12px;
    width: 1px;
    right: -15px;
    top: 18px;
    background-color: #eeeeee;

}
ul.social-link-wrapper{float: right;margin: 0;}
ul.social-link-wrapper li{display: inline;line-height: 46px;margin: 0 2px;color: #303131;}

/*  ===============================================
    Header
------------------------*/
.header-btn-wrap a.ttm-btn.ttm-btn-size-md{font-size: 12px; padding: 8px 18px 8px 18px;margin-top: -4px; margin-left: 13px;}
.site-branding .logo{
    display: table;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.site-branding  a{ display: table-cell;vertical-align: middle;transition: all 0.0s ease-in-out 0s;}
.site-navigation {
    display: table-cell;
    vertical-align: middle;
    float: right;
}
#site-header-menu #site-navigation .menu ul { 
  padding: 0px; 
  margin: 0px; 
}
.ttm-menu-toggle input[type=checkbox] { display: none; }
#site-header-menu #site-navigation .menu > ul > li { display: inline-block; position: relative;}

#site-header-menu #site-navigation .menu ul li > a {
    text-transform: capitalize;
    font-size: 15px;
    line-height: 16px;
    position: relative;
    color: #303131;
    font-weight: 600;
}


/* ===============================================
    Footer
------------------------*/

.footer { position: relative;}
.footer .first-footer-widget {
    background-image: url(../images/footer-bg.jpg);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer .widget {padding: 70px 0px 65px 0px;}
.widget-footer .widget .widget-title {color: #fff;font-size: 28px;font-weight: normal;margin-bottom: 20px;line-height: 40px;}
.widget-footer .widget h5{font-size: 18px;font-weight: normal;margin-bottom: 0px; line-height: 24px;}
/* Bottom
-------------------------------------------------------------- */
.bottom {padding: 15px 0px 18px;}
.copyright {
    text-align: left;
    letter-spacing: 0.3px;
}
.copyright p a{font-weight: 600;}
ul.footer-nav-menu li{display: inline-block;position: relative; margin: 0 10px;}
ul.footer-nav-menu li a{position: relative;}
ul.footer-nav-menu li:not(:last-child) a:after {
    position: absolute;
    content: "";
    height: 13px;
    width: 1px;
    top: 4px;
    right: -12px;
    background-color: #eeeeee;
}

/* ===============================================
    GoTop BUtton
------------------------*/
#totop{
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-radius: 3px;
}
#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: inline;
}


/* ===============================================
    Page-Title-Row
------------------------*/

.ttm-page-title-row { 
    background: url(../images/ttm-pagetitle-bg.png);
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center;
}
.ttm-page-title-row-inner { 
    width: 100%;
    float: left;
    padding: 85px 0 85px 0;
    background-color: rgb(0, 0, 0,.43);
}
.title-box .page-title-heading h1 {
    font-weight: 400;
    font-size: 51px;
    line-height: 55px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.title-box .page-title-heading{ position: relative; }
.title-box .page-title-heading .title:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 6px;
}
.breadcrumb-wrapper span{color: #fff;}
.breadcrumb-wrapper a {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
}
.contact-info > ul > li:first-child {
    padding-top: 0;
}
.contact-info > ul > li {
    list-style: none;
    display: block;
    border-bottom: 1px dashed #fff;
    padding-top: 30px;
    padding-bottom: 20px;
}
.contact-info h5 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 32px;
    text-transform: capitalize;
}
.contact-info > ul > li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.featured-box.style1:nth-child(1) {
    border-bottom: 1px solid #ebebeb;
}
.info_box-icon-left, .featured-box.style1{
    flex: 1;
}
.featured-box.style1 {
    padding: 30px 30px;
    position: relative;
    transition: all 0.6s ease-in-out;
}
.col-md-4:not(:first-child) .featured-box.style1 {
    border-left: 1px solid #ebebeb;
}
.featured-box.style1 .ttm-icon.ttm-icon_element-size-md i{font-size: 36px;}
.featured-box.style1 .ttm-icon.ttm-icon_element-size-md {
    height: 44px;
    width: 44px;
    line-height: 44px;
}
/* ===============================================
   list
------------------------*/
ul.list-style2{margin: 0;padding: 0;}
ul.list-style2 li:not(:last-child) {
    border-bottom: 1px solid #e2e2e2;
}
ul.list-style2 li {
    padding: 10px 10px 10px 10px;
    font-weight: 500;
    font-size: 15px;
}
ul.list-style2 li i {
    padding-right: 15px;
    font-size: 18px;
}
ul.list-style2 li span:last-child{padding-left: 10px;}
ul.list-style2 li span{
    font-style: italic;
    font-weight: 600;
    padding-left: 10px;
}
